Removed execute bit from files that should not have it.
[gst-davinci.git] / ti_plugins / davinci / autom4te.cache / traces.1
blob0fc0b3b4a59e8c9951648967d7515b0e825ee4ce
1 m4trace:/usr/share/aclocal/libtool.m4:70: -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:90: -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:232: -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:245: -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:264: -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:275: -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:431: -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:559: -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:602: -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:634: -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:705: -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:712: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
606 m4trace:/usr/share/aclocal/libtool.m4:801: -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:914: -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:963: -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:990: -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:1007: -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:1048: -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:1077: -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:1642: -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   # find out which ABI we are using
1293   libsuff=
1294   case "$host_cpu" in
1295   x86_64*|s390x*|powerpc64*)
1296     echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1297     if AC_TRY_EVAL(ac_compile); then
1298       case `/usr/bin/file conftest.$ac_objext` in
1299       *64-bit*)
1300         libsuff=64
1301         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
1302         ;;
1303       esac
1304     fi
1305     rm -rf conftest*
1306     ;;
1307   esac
1309   # Append ld.so.conf contents to the search path
1310   if test -f /etc/ld.so.conf; then
1311     lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1312     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
1313   fi
1315   # We used to test for /lib/ld.so.1 and disable shared libraries on
1316   # powerpc, because MkLinux only supported shared libraries with the
1317   # GNU dynamic linker.  Since this was broken with cross compilers,
1318   # most powerpc-linux boxes support dynamic linking these days and
1319   # people can always --disable-shared, the test was removed, and we
1320   # assume the GNU/Linux dynamic linker is in use.
1321   dynamic_linker='GNU/Linux ld.so'
1322   ;;
1324 knetbsd*-gnu)
1325   version_type=linux
1326   need_lib_prefix=no
1327   need_version=no
1328   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1329   soname_spec='${libname}${release}${shared_ext}$major'
1330   shlibpath_var=LD_LIBRARY_PATH
1331   shlibpath_overrides_runpath=no
1332   hardcode_into_libs=yes
1333   dynamic_linker='GNU ld.so'
1334   ;;
1336 netbsd*)
1337   version_type=sunos
1338   need_lib_prefix=no
1339   need_version=no
1340   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1341     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1342     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1343     dynamic_linker='NetBSD (a.out) ld.so'
1344   else
1345     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1346     soname_spec='${libname}${release}${shared_ext}$major'
1347     dynamic_linker='NetBSD ld.elf_so'
1348   fi
1349   shlibpath_var=LD_LIBRARY_PATH
1350   shlibpath_overrides_runpath=yes
1351   hardcode_into_libs=yes
1352   ;;
1354 newsos6)
1355   version_type=linux
1356   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1357   shlibpath_var=LD_LIBRARY_PATH
1358   shlibpath_overrides_runpath=yes
1359   ;;
1361 nto-qnx*)
1362   version_type=linux
1363   need_lib_prefix=no
1364   need_version=no
1365   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1366   soname_spec='${libname}${release}${shared_ext}$major'
1367   shlibpath_var=LD_LIBRARY_PATH
1368   shlibpath_overrides_runpath=yes
1369   ;;
1371 openbsd*)
1372   version_type=sunos
1373   need_lib_prefix=no
1374   need_version=yes
1375   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1376   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1377   shlibpath_var=LD_LIBRARY_PATH
1378   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1379     case $host_os in
1380       openbsd2.[[89]] | openbsd2.[[89]].*)
1381         shlibpath_overrides_runpath=no
1382         ;;
1383       *)
1384         shlibpath_overrides_runpath=yes
1385         ;;
1386       esac
1387   else
1388     shlibpath_overrides_runpath=yes
1389   fi
1390   ;;
1392 os2*)
1393   libname_spec='$name'
1394   shrext_cmds=".dll"
1395   need_lib_prefix=no
1396   library_names_spec='$libname${shared_ext} $libname.a'
1397   dynamic_linker='OS/2 ld.exe'
1398   shlibpath_var=LIBPATH
1399   ;;
1401 osf3* | osf4* | osf5*)
1402   version_type=osf
1403   need_lib_prefix=no
1404   need_version=no
1405   soname_spec='${libname}${release}${shared_ext}$major'
1406   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1407   shlibpath_var=LD_LIBRARY_PATH
1408   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1409   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1410   ;;
1412 sco3.2v5*)
1413   version_type=osf
1414   soname_spec='${libname}${release}${shared_ext}$major'
1415   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1416   shlibpath_var=LD_LIBRARY_PATH
1417   ;;
1419 solaris*)
1420   version_type=linux
1421   need_lib_prefix=no
1422   need_version=no
1423   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1424   soname_spec='${libname}${release}${shared_ext}$major'
1425   shlibpath_var=LD_LIBRARY_PATH
1426   shlibpath_overrides_runpath=yes
1427   hardcode_into_libs=yes
1428   # ldd complains unless libraries are executable
1429   postinstall_cmds='chmod +x $lib'
1430   ;;
1432 sunos4*)
1433   version_type=sunos
1434   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1435   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1436   shlibpath_var=LD_LIBRARY_PATH
1437   shlibpath_overrides_runpath=yes
1438   if test "$with_gnu_ld" = yes; then
1439     need_lib_prefix=no
1440   fi
1441   need_version=yes
1442   ;;
1444 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1445   version_type=linux
1446   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1447   soname_spec='${libname}${release}${shared_ext}$major'
1448   shlibpath_var=LD_LIBRARY_PATH
1449   case $host_vendor in
1450     sni)
1451       shlibpath_overrides_runpath=no
1452       need_lib_prefix=no
1453       export_dynamic_flag_spec='${wl}-Blargedynsym'
1454       runpath_var=LD_RUN_PATH
1455       ;;
1456     siemens)
1457       need_lib_prefix=no
1458       ;;
1459     motorola)
1460       need_lib_prefix=no
1461       need_version=no
1462       shlibpath_overrides_runpath=no
1463       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1464       ;;
1465   esac
1466   ;;
1468 sysv4*MP*)
1469   if test -d /usr/nec ;then
1470     version_type=linux
1471     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1472     soname_spec='$libname${shared_ext}.$major'
1473     shlibpath_var=LD_LIBRARY_PATH
1474   fi
1475   ;;
1477 uts4*)
1478   version_type=linux
1479   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1480   soname_spec='${libname}${release}${shared_ext}$major'
1481   shlibpath_var=LD_LIBRARY_PATH
1482   ;;
1485   dynamic_linker=no
1486   ;;
1487 esac
1488 AC_MSG_RESULT([$dynamic_linker])
1489 test "$dynamic_linker" = no && can_build_shared=no
1491 m4trace:/usr/share/aclocal/libtool.m4:1741: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1492     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1493         [include additional configurations @<:@automatic@:>@])],
1494     [tagnames="$withval"])
1496 if test -f "$ltmain" && test -n "$tagnames"; then
1497   if test ! -f "${ofile}"; then
1498     AC_MSG_WARN([output file `$ofile' does not exist])
1499   fi
1501   if test -z "$LTCC"; then
1502     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1503     if test -z "$LTCC"; then
1504       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1505     else
1506       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1507     fi
1508   fi
1510   # Extract list of available tagged configurations in $ofile.
1511   # Note that this assumes the entire list is on one line.
1512   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1514   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1515   for tagname in $tagnames; do
1516     IFS="$lt_save_ifs"
1517     # Check whether tagname contains only valid characters
1518     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1519     "") ;;
1520     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1521         ;;
1522     esac
1524     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1525     then
1526       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1527     fi
1529     # Update the list of available tags.
1530     if test -n "$tagname"; then
1531       echo appending configuration tag \"$tagname\" to $ofile
1533       case $tagname in
1534       CXX)
1535         if test -n "$CXX" && test "X$CXX" != "Xno"; then
1536           AC_LIBTOOL_LANG_CXX_CONFIG
1537         else
1538           tagname=""
1539         fi
1540         ;;
1542       F77)
1543         if test -n "$F77" && test "X$F77" != "Xno"; then
1544           AC_LIBTOOL_LANG_F77_CONFIG
1545         else
1546           tagname=""
1547         fi
1548         ;;
1550       GCJ)
1551         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1552           AC_LIBTOOL_LANG_GCJ_CONFIG
1553         else
1554           tagname=""
1555         fi
1556         ;;
1558       RC)
1559         AC_LIBTOOL_LANG_RC_CONFIG
1560         ;;
1562       *)
1563         AC_MSG_ERROR([Unsupported tag name: $tagname])
1564         ;;
1565       esac
1567       # Append the new tag name to the list of available tags.
1568       if test -n "$tagname" ; then
1569       available_tags="$available_tags $tagname"
1570     fi
1571     fi
1572   done
1573   IFS="$lt_save_ifs"
1575   # Now substitute the updated list of available tags.
1576   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1577     mv "${ofile}T" "$ofile"
1578     chmod +x "$ofile"
1579   else
1580     rm -f "${ofile}T"
1581     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1582   fi
1585 m4trace:/usr/share/aclocal/libtool.m4:1749: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1587 m4trace:/usr/share/aclocal/libtool.m4:1757: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1589 m4trace:/usr/share/aclocal/libtool.m4:1787: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1590 AC_ARG_ENABLE([shared],
1591     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1592         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1593     [p=${PACKAGE-default}
1594     case $enableval in
1595     yes) enable_shared=yes ;;
1596     no) enable_shared=no ;;
1597     *)
1598       enable_shared=no
1599       # Look at the argument we got.  We use all the common list separators.
1600       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1601       for pkg in $enableval; do
1602         IFS="$lt_save_ifs"
1603         if test "X$pkg" = "X$p"; then
1604           enable_shared=yes
1605         fi
1606       done
1607       IFS="$lt_save_ifs"
1608       ;;
1609     esac],
1610     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1612 m4trace:/usr/share/aclocal/libtool.m4:1796: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1613 AC_ENABLE_SHARED(no)
1615 m4trace:/usr/share/aclocal/libtool.m4:1826: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1616 AC_ARG_ENABLE([static],
1617     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1618         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1619     [p=${PACKAGE-default}
1620     case $enableval in
1621     yes) enable_static=yes ;;
1622     no) enable_static=no ;;
1623     *)
1624      enable_static=no
1625       # Look at the argument we got.  We use all the common list separators.
1626       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1627       for pkg in $enableval; do
1628         IFS="$lt_save_ifs"
1629         if test "X$pkg" = "X$p"; then
1630           enable_static=yes
1631         fi
1632       done
1633       IFS="$lt_save_ifs"
1634       ;;
1635     esac],
1636     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1638 m4trace:/usr/share/aclocal/libtool.m4:1835: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1639 AC_ENABLE_STATIC(no)
1641 m4trace:/usr/share/aclocal/libtool.m4:1865: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1642 AC_ARG_ENABLE([fast-install],
1643     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1644     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1645     [p=${PACKAGE-default}
1646     case $enableval in
1647     yes) enable_fast_install=yes ;;
1648     no) enable_fast_install=no ;;
1649     *)
1650       enable_fast_install=no
1651       # Look at the argument we got.  We use all the common list separators.
1652       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1653       for pkg in $enableval; do
1654         IFS="$lt_save_ifs"
1655         if test "X$pkg" = "X$p"; then
1656           enable_fast_install=yes
1657         fi
1658       done
1659       IFS="$lt_save_ifs"
1660       ;;
1661     esac],
1662     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1664 m4trace:/usr/share/aclocal/libtool.m4:1874: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1665 AC_ENABLE_FAST_INSTALL(no)
1667 m4trace:/usr/share/aclocal/libtool.m4:1884: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1668 pic_mode=ifelse($#,1,$1,default)
1670 m4trace:/usr/share/aclocal/libtool.m4:1962: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1671 AC_MSG_CHECKING([for $1])
1672 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1673 [case $MAGIC_CMD in
1674 [[\\/*] |  ?:[\\/]*])
1675   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1676   ;;
1678   lt_save_MAGIC_CMD="$MAGIC_CMD"
1679   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1680 dnl $ac_dummy forces splitting on constant user-supplied paths.
1681 dnl POSIX.2 word splitting is done only on the output of word expansions,
1682 dnl not every word.  This closes a longstanding sh security hole.
1683   ac_dummy="ifelse([$2], , $PATH, [$2])"
1684   for ac_dir in $ac_dummy; do
1685     IFS="$lt_save_ifs"
1686     test -z "$ac_dir" && ac_dir=.
1687     if test -f $ac_dir/$1; then
1688       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1689       if test -n "$file_magic_test_file"; then
1690         case $deplibs_check_method in
1691         "file_magic "*)
1692           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1693           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1694           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1695             $EGREP "$file_magic_regex" > /dev/null; then
1696             :
1697           else
1698             cat <<EOF 1>&2
1700 *** Warning: the command libtool uses to detect shared libraries,
1701 *** $file_magic_cmd, produces output that libtool cannot recognize.
1702 *** The result is that libtool may fail to recognize shared libraries
1703 *** as such.  This will affect the creation of libtool libraries that
1704 *** depend on shared libraries, but programs linked with such libtool
1705 *** libraries will work regardless of this problem.  Nevertheless, you
1706 *** may want to report the problem to your system manager and/or to
1707 *** bug-libtool@gnu.org
1710           fi ;;
1711         esac
1712       fi
1713       break
1714     fi
1715   done
1716   IFS="$lt_save_ifs"
1717   MAGIC_CMD="$lt_save_MAGIC_CMD"
1718   ;;
1719 esac])
1720 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1721 if test -n "$MAGIC_CMD"; then
1722   AC_MSG_RESULT($MAGIC_CMD)
1723 else
1724   AC_MSG_RESULT(no)
1727 m4trace:/usr/share/aclocal/libtool.m4:1977: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1728 if test -z "$lt_cv_path_MAGIC_CMD"; then
1729   if test -n "$ac_tool_prefix"; then
1730     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1731   else
1732     MAGIC_CMD=:
1733   fi
1736 m4trace:/usr/share/aclocal/libtool.m4:2062: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1737     [AC_HELP_STRING([--with-gnu-ld],
1738         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1739     [test "$withval" = no || with_gnu_ld=yes],
1740     [with_gnu_ld=no])
1741 AC_REQUIRE([LT_AC_PROG_SED])dnl
1742 AC_REQUIRE([AC_PROG_CC])dnl
1743 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1744 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1745 ac_prog=ld
1746 if test "$GCC" = yes; then
1747   # Check if gcc -print-prog-name=ld gives a path.
1748   AC_MSG_CHECKING([for ld used by $CC])
1749   case $host in
1750   *-*-mingw*)
1751     # gcc leaves a trailing carriage return which upsets mingw
1752     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1753   *)
1754     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1755   esac
1756   case $ac_prog in
1757     # Accept absolute paths.
1758     [[\\/]]* | ?:[[\\/]]*)
1759       re_direlt='/[[^/]][[^/]]*/\.\./'
1760       # Canonicalize the pathname of ld
1761       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1762       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1763         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1764       done
1765       test -z "$LD" && LD="$ac_prog"
1766       ;;
1767   "")
1768     # If it fails, then pretend we aren't using GCC.
1769     ac_prog=ld
1770     ;;
1771   *)
1772     # If it is relative, then search for the first ld in PATH.
1773     with_gnu_ld=unknown
1774     ;;
1775   esac
1776 elif test "$with_gnu_ld" = yes; then
1777   AC_MSG_CHECKING([for GNU ld])
1778 else
1779   AC_MSG_CHECKING([for non-GNU ld])
1781 AC_CACHE_VAL(lt_cv_path_LD,
1782 [if test -z "$LD"; then
1783   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1784   for ac_dir in $PATH; do
1785     IFS="$lt_save_ifs"
1786     test -z "$ac_dir" && ac_dir=.
1787     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1788       lt_cv_path_LD="$ac_dir/$ac_prog"
1789       # Check to see if the program is GNU ld.  I'd rather use --version,
1790       # but apparently some GNU ld's only accept -v.
1791       # Break only if it was the GNU/non-GNU ld that we prefer.
1792       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1793       *GNU* | *'with BFD'*)
1794         test "$with_gnu_ld" != no && break
1795         ;;
1796       *)
1797         test "$with_gnu_ld" != yes && break
1798         ;;
1799       esac
1800     fi
1801   done
1802   IFS="$lt_save_ifs"
1803 else
1804   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1805 fi])
1806 LD="$lt_cv_path_LD"
1807 if test -n "$LD"; then
1808   AC_MSG_RESULT($LD)
1809 else
1810   AC_MSG_RESULT(no)
1812 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1813 AC_PROG_LD_GNU
1815 m4trace:/usr/share/aclocal/libtool.m4:2080: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1816 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1817 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1818 case `$LD -v 2>&1 </dev/null` in
1819 *GNU* | *'with BFD'*)
1820   lt_cv_prog_gnu_ld=yes
1821   ;;
1823   lt_cv_prog_gnu_ld=no
1824   ;;
1825 esac])
1826 with_gnu_ld=$lt_cv_prog_gnu_ld
1828 m4trace:/usr/share/aclocal/libtool.m4:2097: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1829   lt_cv_ld_reload_flag,
1830   [lt_cv_ld_reload_flag='-r'])
1831 reload_flag=$lt_cv_ld_reload_flag
1832 case $reload_flag in
1833 "" | " "*) ;;
1834 *) reload_flag=" $reload_flag" ;;
1835 esac
1836 reload_cmds='$LD$reload_flag -o $output$reload_objs'
1838 m4trace:/usr/share/aclocal/libtool.m4:2287: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1839 lt_cv_deplibs_check_method,
1840 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1841 lt_cv_file_magic_test_file=
1842 lt_cv_deplibs_check_method='unknown'
1843 # Need to set the preceding variable on all platforms that support
1844 # interlibrary dependencies.
1845 # 'none' -- dependencies not supported.
1846 # `unknown' -- same as none, but documents that we really don't know.
1847 # 'pass_all' -- all dependencies passed with no checks.
1848 # 'test_compile' -- check by making test program.
1849 # 'file_magic [[regex]]' -- check by looking for files in library path
1850 # which responds to the $file_magic_cmd with a given extended regex.
1851 # If you have `file' or equivalent on your system and you're not sure
1852 # whether `pass_all' will *always* work, you probably want this one.
1854 case $host_os in
1855 aix4* | aix5*)
1856   lt_cv_deplibs_check_method=pass_all
1857   ;;
1859 beos*)
1860   lt_cv_deplibs_check_method=pass_all
1861   ;;
1863 bsdi4*)
1864   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1865   lt_cv_file_magic_cmd='/usr/bin/file -L'
1866   lt_cv_file_magic_test_file=/shlib/libc.so
1867   ;;
1869 cygwin*)
1870   # func_win32_libid is a shell function defined in ltmain.sh
1871   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1872   lt_cv_file_magic_cmd='func_win32_libid'
1873   ;;
1875 mingw* | pw32*)
1876   # Base MSYS/MinGW do not provide the 'file' command needed by
1877   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1878   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1879   lt_cv_file_magic_cmd='$OBJDUMP -f'
1880   ;;
1882 darwin* | rhapsody*)
1883   lt_cv_deplibs_check_method=pass_all
1884   ;;
1886 freebsd* | kfreebsd*-gnu)
1887   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1888     case $host_cpu in
1889     i*86 )
1890       # Not sure whether the presence of OpenBSD here was a mistake.
1891       # Let's accept both of them until this is cleared up.
1892       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1893       lt_cv_file_magic_cmd=/usr/bin/file
1894       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1895       ;;
1896     esac
1897   else
1898     lt_cv_deplibs_check_method=pass_all
1899   fi
1900   ;;
1902 gnu*)
1903   lt_cv_deplibs_check_method=pass_all
1904   ;;
1906 hpux10.20* | hpux11*)
1907   lt_cv_file_magic_cmd=/usr/bin/file
1908   case "$host_cpu" in
1909   ia64*)
1910     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1911     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1912     ;;
1913   hppa*64*)
1914     [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]']
1915     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1916     ;;
1917   *)
1918     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1919     lt_cv_file_magic_test_file=/usr/lib/libc.sl
1920     ;;
1921   esac
1922   ;;
1924 irix5* | irix6* | nonstopux*)
1925   case $LD in
1926   *-32|*"-32 ") libmagic=32-bit;;
1927   *-n32|*"-n32 ") libmagic=N32;;
1928   *-64|*"-64 ") libmagic=64-bit;;
1929   *) libmagic=never-match;;
1930   esac
1931   lt_cv_deplibs_check_method=pass_all
1932   ;;
1934 # This must be Linux ELF.
1935 linux*)
1936   case $host_cpu in
1937   alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)
1938     lt_cv_deplibs_check_method=pass_all ;;
1939   *)
1940     # glibc up to 2.1.1 does not perform some relocations on ARM
1941     # this will be overridden with pass_all, but let us keep it just in case
1942     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
1943   esac
1944   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1945   lt_cv_deplibs_check_method=pass_all
1946   ;;
1948 netbsd*)
1949   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1950     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1951   else
1952     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
1953   fi
1954   ;;
1956 newos6*)
1957   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
1958   lt_cv_file_magic_cmd=/usr/bin/file
1959   lt_cv_file_magic_test_file=/usr/lib/libnls.so
1960   ;;
1962 nto-qnx*)
1963   lt_cv_deplibs_check_method=unknown
1964   ;;
1966 openbsd*)
1967   lt_cv_file_magic_cmd=/usr/bin/file
1968   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1969   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1970     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1971   else
1972     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1973   fi
1974   ;;
1976 osf3* | osf4* | osf5*)
1977   lt_cv_deplibs_check_method=pass_all
1978   ;;
1980 sco3.2v5*)
1981   lt_cv_deplibs_check_method=pass_all
1982   ;;
1984 solaris*)
1985   lt_cv_deplibs_check_method=pass_all
1986   ;;
1988 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1989   case $host_vendor in
1990   motorola)
1991     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]]'
1992     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1993     ;;
1994   ncr)
1995     lt_cv_deplibs_check_method=pass_all
1996     ;;
1997   sequent)
1998     lt_cv_file_magic_cmd='/bin/file'
1999     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2000     ;;
2001   sni)
2002     lt_cv_file_magic_cmd='/bin/file'
2003     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2004     lt_cv_file_magic_test_file=/lib/libc.so
2005     ;;
2006   siemens)
2007     lt_cv_deplibs_check_method=pass_all
2008     ;;
2009   esac
2010   ;;
2012 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
2013   lt_cv_deplibs_check_method=pass_all
2014   ;;
2015 esac
2017 file_magic_cmd=$lt_cv_file_magic_cmd
2018 deplibs_check_method=$lt_cv_deplibs_check_method
2019 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2021 m4trace:/usr/share/aclocal/libtool.m4:2332: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2022 [if test -n "$NM"; then
2023   # Let the user override the test.
2024   lt_cv_path_NM="$NM"
2025 else
2026   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2027   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2028     IFS="$lt_save_ifs"
2029     test -z "$ac_dir" && ac_dir=.
2030     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2031     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2032       # Check to see if the nm accepts a BSD-compat flag.
2033       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2034       #   nm: unknown option "B" ignored
2035       # Tru64's nm complains that /dev/null is an invalid object file
2036       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2037       */dev/null* | *'Invalid file or object type'*)
2038         lt_cv_path_NM="$tmp_nm -B"
2039         break
2040         ;;
2041       *)
2042         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2043         */dev/null*)
2044           lt_cv_path_NM="$tmp_nm -p"
2045           break
2046           ;;
2047         *)
2048           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2049           continue # so that we can try to find one that supports BSD flags
2050           ;;
2051         esac
2052       esac
2053     fi
2054   done
2055   IFS="$lt_save_ifs"
2056   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2057 fi])
2058 NM="$lt_cv_path_NM"
2060 m4trace:/usr/share/aclocal/libtool.m4:2353: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2061 LIBM=
2062 case $host in
2063 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2064   # These system don't have libm, or don't need it
2065   ;;
2066 *-ncr-sysv4.3*)
2067   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2068   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2069   ;;
2071   AC_CHECK_LIB(m, cos, LIBM="-lm")
2072   ;;
2073 esac
2075 m4trace:/usr/share/aclocal/libtool.m4:2378: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2076   case $enable_ltdl_convenience in
2077   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2078   "") enable_ltdl_convenience=yes
2079       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2080   esac
2081   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2082   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2083   # For backwards non-gettext consistent compatibility...
2084   INCLTDL="$LTDLINCL"
2086 m4trace:/usr/share/aclocal/libtool.m4:2414: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2087   AC_CHECK_LIB(ltdl, lt_dlinit,
2088   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2089   [if test x"$enable_ltdl_install" = xno; then
2090      AC_MSG_WARN([libltdl not installed, but installation disabled])
2091    else
2092      enable_ltdl_install=yes
2093    fi
2094   ])
2095   if test x"$enable_ltdl_install" = x"yes"; then
2096     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2097     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2098     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2099   else
2100     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2101     LIBLTDL="-lltdl"
2102     LTDLINCL=
2103   fi
2104   # For backwards non-gettext consistent compatibility...
2105   INCLTDL="$LTDLINCL"
2107 m4trace:/usr/share/aclocal/libtool.m4:2422: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2109 m4trace:/usr/share/aclocal/libtool.m4:2431: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2110 AC_REQUIRE([AC_PROG_CXXCPP])
2111 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2113 m4trace:/usr/share/aclocal/libtool.m4:2439: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2115 m4trace:/usr/share/aclocal/libtool.m4:2447: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2116 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2118 m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2120 m4trace:/usr/share/aclocal/libtool.m4:2468: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2121   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2122     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2123       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2124          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2125            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2126 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2128 m4trace:/usr/share/aclocal/libtool.m4:2477: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2129 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2131 m4trace:/usr/share/aclocal/libtool.m4:2485: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2132 m4trace:/usr/share/aclocal/libtool.m4:2622: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2133 AC_LANG_PUSH(C)
2135 # Source file extension for C test sources.
2136 ac_ext=c
2138 # Object file extension for compiled C test sources.
2139 objext=o
2140 _LT_AC_TAGVAR(objext, $1)=$objext
2142 # Code to be used in simple compile tests
2143 lt_simple_compile_test_code="int some_variable = 0;\n"
2145 # Code to be used in simple link tests
2146 lt_simple_link_test_code='int main(){return(0);}\n'
2148 _LT_AC_SYS_COMPILER
2151 # Check for any special shared library compilation flags.
2153 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2154 if test "$GCC" = no; then
2155   case $host_os in
2156   sco3.2v5*)
2157     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2158     ;;
2159   esac
2161 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2162   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2163   if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2164   else
2165     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2166     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2167   fi
2172 # Check to make sure the static flag actually works.
2174 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2175   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2176   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2177   [],
2178   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2181 ## CAVEAT EMPTOR:
2182 ## There is no encapsulation within the following macros, do not change
2183 ## the running order or otherwise move them around unless you know exactly
2184 ## what you are doing...
2185 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2186 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2187 AC_LIBTOOL_PROG_CC_C_O($1)
2188 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2189 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2190 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2191 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2192 AC_LIBTOOL_SYS_LIB_STRIP
2193 AC_LIBTOOL_DLOPEN_SELF($1)
2195 # Report which librarie types wil actually be built
2196 AC_MSG_CHECKING([if libtool supports shared libraries])
2197 AC_MSG_RESULT([$can_build_shared])
2199 AC_MSG_CHECKING([whether to build shared libraries])
2200 test "$can_build_shared" = "no" && enable_shared=no
2202 # On AIX, shared libraries and static libraries use the same namespace, and
2203 # are all built from PIC.
2204 case "$host_os" in
2205 aix3*)
2206   test "$enable_shared" = yes && enable_static=no
2207   if test -n "$RANLIB"; then
2208     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2209     postinstall_cmds='$RANLIB $lib'
2210   fi
2211   ;;
2213 aix4* | aix5*)
2214   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2215     test "$enable_shared" = yes && enable_static=no
2216   fi
2217   ;;
2218   darwin* | rhapsody*)
2219   if test "$GCC" = yes; then
2220     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2221     case "$host_os" in
2222     rhapsody* | darwin1.[[012]])
2223       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2224       ;;
2225     *) # Darwin 1.3 on
2226       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2227         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2228       else
2229         case ${MACOSX_DEPLOYMENT_TARGET} in
2230           10.[[012]])
2231             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2232             ;;
2233           10.*)
2234             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2235             ;;
2236         esac
2237       fi
2238       ;;
2239     esac
2240     output_verbose_link_cmd='echo'
2241     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
2242     _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2243     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2244     _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}'
2245     _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}'
2246     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2247     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2248     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2249     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2250     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2251   else
2252     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2253   fi
2254     ;;
2255 esac
2256 AC_MSG_RESULT([$enable_shared])
2258 AC_MSG_CHECKING([whether to build static libraries])
2259 # Make sure either enable_shared or enable_static is yes.
2260 test "$enable_shared" = yes || enable_static=yes
2261 AC_MSG_RESULT([$enable_static])
2263 AC_LIBTOOL_CONFIG($1)
2265 AC_LANG_POP
2266 CC="$lt_save_CC"
2268 m4trace:/usr/share/aclocal/libtool.m4:2630: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2269 m4trace:/usr/share/aclocal/libtool.m4:3517: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2270 AC_REQUIRE([AC_PROG_CXX])
2271 AC_REQUIRE([AC_PROG_CXXCPP])
2273 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2274 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2275 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2276 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2277 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2278 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2279 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2280 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2281 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2282 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2283 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2284 _LT_AC_TAGVAR(module_cmds, $1)=
2285 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2286 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2287 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2288 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2289 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2290 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2292 # Dependencies to place before and after the object being linked:
2293 _LT_AC_TAGVAR(predep_objects, $1)=
2294 _LT_AC_TAGVAR(postdep_objects, $1)=
2295 _LT_AC_TAGVAR(predeps, $1)=
2296 _LT_AC_TAGVAR(postdeps, $1)=
2297 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2299 # Source file extension for C++ test sources.
2300 ac_ext=cc
2302 # Object file extension for compiled C++ test sources.
2303 objext=o
2304 _LT_AC_TAGVAR(objext, $1)=$objext
2306 # Code to be used in simple compile tests
2307 lt_simple_compile_test_code="int some_variable = 0;\n"
2309 # Code to be used in simple link tests
2310 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2312 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2313 _LT_AC_SYS_COMPILER
2315 # Allow CC to be a program name with arguments.
2316 lt_save_CC=$CC
2317 lt_save_LD=$LD
2318 lt_save_GCC=$GCC
2319 GCC=$GXX
2320 lt_save_with_gnu_ld=$with_gnu_ld
2321 lt_save_path_LD=$lt_cv_path_LD
2322 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2323   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2324 else
2325   unset lt_cv_prog_gnu_ld
2327 if test -n "${lt_cv_path_LDCXX+set}"; then
2328   lt_cv_path_LD=$lt_cv_path_LDCXX
2329 else
2330   unset lt_cv_path_LD
2332 test -z "${LDCXX+set}" || LD=$LDCXX
2333 CC=${CXX-"c++"}
2334 compiler=$CC
2335 _LT_AC_TAGVAR(compiler, $1)=$CC
2336 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2338 # We don't want -fno-exception wen compiling C++ code, so set the
2339 # no_builtin_flag separately
2340 if test "$GXX" = yes; then
2341   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2342 else
2343   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2346 if test "$GXX" = yes; then
2347   # Set up default GNU C++ configuration
2349   AC_PROG_LD
2351   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2352   # archiving commands below assume that GNU ld is being used.
2353   if test "$with_gnu_ld" = yes; then
2354     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2355     _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'
2357     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2358     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2360     # If archive_cmds runs LD, not CC, wlarc should be empty
2361     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2362     #     investigate it a little bit more. (MM)
2363     wlarc='${wl}'
2365     # ancient GNU ld didn't support --whole-archive et. al.
2366     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2367         grep 'no-whole-archive' > /dev/null; then
2368       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2369     else
2370       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2371     fi
2372   else
2373     with_gnu_ld=no
2374     wlarc=
2376     # A generic and very simple default shared library creation
2377     # command for GNU C++ for the case where it uses the native
2378     # linker, instead of GNU ld.  If possible, this setting should
2379     # overridden to take advantage of the native linker features on
2380     # the platform it is being used on.
2381     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2382   fi
2384   # Commands to make compiler produce verbose output that lists
2385   # what "hidden" libraries, object files and flags are used when
2386   # linking a shared library.
2387   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2389 else
2390   GXX=no
2391   with_gnu_ld=no
2392   wlarc=
2395 # PORTME: fill in a description of your system's C++ link characteristics
2396 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2397 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2398 case $host_os in
2399   aix3*)
2400     # FIXME: insert proper C++ library support
2401     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2402     ;;
2403   aix4* | aix5*)
2404     if test "$host_cpu" = ia64; then
2405       # On IA64, the linker does run time linking by default, so we don't
2406       # have to do anything special.
2407       aix_use_runtimelinking=no
2408       exp_sym_flag='-Bexport'
2409       no_entry_flag=""
2410     else
2411       aix_use_runtimelinking=no
2413       # Test if we are trying to use run time linking or normal
2414       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2415       # need to do runtime linking.
2416       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2417         for ld_flag in $LDFLAGS; do
2418           case $ld_flag in
2419           *-brtl*)
2420             aix_use_runtimelinking=yes
2421             break
2422             ;;
2423           esac
2424         done
2425       esac
2427       exp_sym_flag='-bexport'
2428       no_entry_flag='-bnoentry'
2429     fi
2431     # When large executables or shared objects are built, AIX ld can
2432     # have problems creating the table of contents.  If linking a library
2433     # or program results in "error TOC overflow" add -mminimal-toc to
2434     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2435     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2437     _LT_AC_TAGVAR(archive_cmds, $1)=''
2438     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2439     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2440     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2442     if test "$GXX" = yes; then
2443       case $host_os in aix4.[012]|aix4.[012].*)
2444       # We only want to do this on AIX 4.2 and lower, the check
2445       # below for broken collect2 doesn't work under 4.3+
2446         collect2name=`${CC} -print-prog-name=collect2`
2447         if test -f "$collect2name" && \
2448            strings "$collect2name" | grep resolve_lib_name >/dev/null
2449         then
2450           # We have reworked collect2
2451           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2452         else
2453           # We have old collect2
2454           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2455           # It fails to find uninstalled libraries when the uninstalled
2456           # path is not listed in the libpath.  Setting hardcode_minus_L
2457           # to unsupported forces relinking
2458           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2459           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2460           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2461         fi
2462       esac
2463       shared_flag='-shared'
2464     else
2465       # not using gcc
2466       if test "$host_cpu" = ia64; then
2467         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2468         # chokes on -Wl,-G. The following line is correct:
2469         shared_flag='-G'
2470       else
2471         if test "$aix_use_runtimelinking" = yes; then
2472           shared_flag='${wl}-G'
2473         else
2474           shared_flag='${wl}-bM:SRE'
2475         fi
2476       fi
2477     fi
2479     # It seems that -bexpall does not export symbols beginning with
2480     # underscore (_), so it is better to generate a list of symbols to export.
2481     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2482     if test "$aix_use_runtimelinking" = yes; then
2483       # Warning - without using the other runtime loading flags (-brtl),
2484       # -berok will link without error, but may produce a broken library.
2485       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2486       # Determine the default libpath from the value encoded in an empty executable.
2487       _LT_AC_SYS_LIBPATH_AIX
2488       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2490       _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"
2491      else
2492       if test "$host_cpu" = ia64; then
2493         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2494         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2495         _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"
2496       else
2497         # Determine the default libpath from the value encoded in an empty executable.
2498         _LT_AC_SYS_LIBPATH_AIX
2499         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2500         # Warning - without using the other run time loading flags,
2501         # -berok will link without error, but may produce a broken library.
2502         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2503         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2504         # -bexpall does not export symbols beginning with underscore (_)
2505         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2506         # Exported symbols can be pulled into shared objects from archives
2507         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2508         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2509         # This is similar to how AIX traditionally builds it's shared libraries.
2510         _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'
2511       fi
2512     fi
2513     ;;
2514   chorus*)
2515     case $cc_basename in
2516       *)
2517         # FIXME: insert proper C++ library support
2518         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2519         ;;
2520     esac
2521     ;;
2523   cygwin* | mingw* | pw32*)
2524     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2525     # as there is no search path for DLLs.
2526     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2527     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2528     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2529     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2531     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2532       _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'
2533       # If the export-symbols file already is a .def file (1st line
2534       # is EXPORTS), use it as is; otherwise, prepend...
2535       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2536         cp $export_symbols $output_objdir/$soname.def;
2537       else
2538         echo EXPORTS > $output_objdir/$soname.def;
2539         cat $export_symbols >> $output_objdir/$soname.def;
2540       fi~
2541       $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'
2542     else
2543       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2544     fi
2545   ;;
2547   darwin* | rhapsody*)
2548   if test "$GXX" = yes; then
2549     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2550     case "$host_os" in
2551     rhapsody* | darwin1.[[012]])
2552       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2553       ;;
2554     *) # Darwin 1.3 on
2555       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2556         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2557       else
2558         case ${MACOSX_DEPLOYMENT_TARGET} in
2559           10.[[012]])
2560             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2561             ;;
2562           10.*)
2563             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2564             ;;
2565         esac
2566       fi
2567       ;;
2568     esac
2569     lt_int_apple_cc_single_mod=no
2570     output_verbose_link_cmd='echo'
2571     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
2572       lt_int_apple_cc_single_mod=yes
2573     fi
2574     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2575       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2576     else
2577       _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'
2578     fi
2579     _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2581     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2582     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2583       _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}'
2584     else
2585       _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}'
2586     fi
2587     _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}'
2588     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2589     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2590     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2591     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2592     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2593   else
2594     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2595   fi
2596     ;;
2598   dgux*)
2599     case $cc_basename in
2600       ec++)
2601         # FIXME: insert proper C++ library support
2602         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2603         ;;
2604       ghcx)
2605         # Green Hills C++ Compiler
2606         # FIXME: insert proper C++ library support
2607         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2608         ;;
2609       *)
2610         # FIXME: insert proper C++ library support
2611         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2612         ;;
2613     esac
2614     ;;
2615   freebsd[12]*)
2616     # C++ shared libraries reported to be fairly broken before switch to ELF
2617     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2618     ;;
2619   freebsd-elf*)
2620     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2621     ;;
2622   freebsd* | kfreebsd*-gnu)
2623     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2624     # conventions
2625     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2626     ;;
2627   gnu*)
2628     ;;
2629   hpux9*)
2630     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2631     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2632     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2633     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2634     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2635                                 # but as the default
2636                                 # location of the library.
2638     case $cc_basename in
2639     CC)
2640       # FIXME: insert proper C++ library support
2641       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2642       ;;
2643     aCC)
2644       _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'
2645       # Commands to make compiler produce verbose output that lists
2646       # what "hidden" libraries, object files and flags are used when
2647       # linking a shared library.
2648       #
2649       # There doesn't appear to be a way to prevent this compiler from
2650       # explicitly linking system object files so we need to strip them
2651       # from the output so that they don't get included in the library
2652       # dependencies.
2653       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'
2654       ;;
2655     *)
2656       if test "$GXX" = yes; then
2657         _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'
2658       else
2659         # FIXME: insert proper C++ library support
2660         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2661       fi
2662       ;;
2663     esac
2664     ;;
2665   hpux10*|hpux11*)
2666     if test $with_gnu_ld = no; then
2667       case "$host_cpu" in
2668       hppa*64*)
2669         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2670         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2671         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2672         ;;
2673       ia64*)
2674         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2675         ;;
2676       *)
2677         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2678         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2679         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2680         ;;
2681       esac
2682     fi
2683     case "$host_cpu" in
2684     hppa*64*)
2685       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2686       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2687       ;;
2688     ia64*)
2689       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2690       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2691       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2692                                               # but as the default
2693                                               # location of the library.
2694       ;;
2695     *)
2696       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2697       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2698                                               # but as the default
2699                                               # location of the library.
2700       ;;
2701     esac
2703     case $cc_basename in
2704       CC)
2705         # FIXME: insert proper C++ library support
2706         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2707         ;;
2708       aCC)
2709         case "$host_cpu" in
2710         hppa*64*|ia64*)
2711           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2712           ;;
2713         *)
2714           _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'
2715           ;;
2716         esac
2717         # Commands to make compiler produce verbose output that lists
2718         # what "hidden" libraries, object files and flags are used when
2719         # linking a shared library.
2720         #
2721         # There doesn't appear to be a way to prevent this compiler from
2722         # explicitly linking system object files so we need to strip them
2723         # from the output so that they don't get included in the library
2724         # dependencies.
2725         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'
2726         ;;
2727       *)
2728         if test "$GXX" = yes; then
2729           if test $with_gnu_ld = no; then
2730             case "$host_cpu" in
2731             ia64*|hppa*64*)
2732               _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2733               ;;
2734             *)
2735               _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'
2736               ;;
2737             esac
2738           fi
2739         else
2740           # FIXME: insert proper C++ library support
2741           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2742         fi
2743         ;;
2744     esac
2745     ;;
2746   irix5* | irix6*)
2747     case $cc_basename in
2748       CC)
2749         # SGI C++
2750         _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'
2752         # Archives containing C++ object files must be created using
2753         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2754         # necessary to make sure instantiated templates are included
2755         # in the archive.
2756         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2757         ;;
2758       *)
2759         if test "$GXX" = yes; then
2760           if test "$with_gnu_ld" = no; then
2761             _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'
2762           else
2763             _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'
2764           fi
2765         fi
2766         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2767         ;;
2768     esac
2769     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2770     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2771     ;;
2772   linux*)
2773     case $cc_basename in
2774       KCC)
2775         # Kuck and Associates, Inc. (KAI) C++ Compiler
2777         # KCC will only create a shared library if the output file
2778         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2779         # to its proper name (with version) after linking.
2780         _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'
2781         _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'
2782         # Commands to make compiler produce verbose output that lists
2783         # what "hidden" libraries, object files and flags are used when
2784         # linking a shared library.
2785         #
2786         # There doesn't appear to be a way to prevent this compiler from
2787         # explicitly linking system object files so we need to strip them
2788         # from the output so that they don't get included in the library
2789         # dependencies.
2790         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'
2792         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2793         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2795         # Archives containing C++ object files must be created using
2796         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2797         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2798         ;;
2799       icpc)
2800         # Intel C++
2801         with_gnu_ld=yes
2802         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2803         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2804         _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'
2805         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2806         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2807         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2808         ;;
2809       cxx)
2810         # Compaq C++
2811         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2812         _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'
2814         runpath_var=LD_RUN_PATH
2815         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2816         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2818         # Commands to make compiler produce verbose output that lists
2819         # what "hidden" libraries, object files and flags are used when
2820         # linking a shared library.
2821         #
2822         # There doesn't appear to be a way to prevent this compiler from
2823         # explicitly linking system object files so we need to strip them
2824         # from the output so that they don't get included in the library
2825         # dependencies.
2826         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'
2827         ;;
2828     esac
2829     ;;
2830   lynxos*)
2831     # FIXME: insert proper C++ library support
2832     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2833     ;;
2834   m88k*)
2835     # FIXME: insert proper C++ library support
2836     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2837     ;;
2838   mvs*)
2839     case $cc_basename in
2840       cxx)
2841         # FIXME: insert proper C++ library support
2842         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2843         ;;
2844       *)
2845         # FIXME: insert proper C++ library support
2846         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2847         ;;
2848     esac
2849     ;;
2850   netbsd*)
2851     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2852       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2853       wlarc=
2854       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2855       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2856       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2857     fi
2858     # Workaround some broken pre-1.5 toolchains
2859     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2860     ;;
2861   osf3*)
2862     case $cc_basename in
2863       KCC)
2864         # Kuck and Associates, Inc. (KAI) C++ Compiler
2866         # KCC will only create a shared library if the output file
2867         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2868         # to its proper name (with version) after linking.
2869         _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'
2871         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2872         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2874         # Archives containing C++ object files must be created using
2875         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2876         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2878         ;;
2879       RCC)
2880         # Rational C++ 2.4.1
2881         # FIXME: insert proper C++ library support
2882         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2883         ;;
2884       cxx)
2885         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2886         _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'
2888         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2889         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2891         # Commands to make compiler produce verbose output that lists
2892         # what "hidden" libraries, object files and flags are used when
2893         # linking a shared library.
2894         #
2895         # There doesn't appear to be a way to prevent this compiler from
2896         # explicitly linking system object files so we need to strip them
2897         # from the output so that they don't get included in the library
2898         # dependencies.
2899         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'
2900         ;;
2901       *)
2902         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2903           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2904           _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'
2906           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2907           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2909           # Commands to make compiler produce verbose output that lists
2910           # what "hidden" libraries, object files and flags are used when
2911           # linking a shared library.
2912           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2914         else
2915           # FIXME: insert proper C++ library support
2916           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2917         fi
2918         ;;
2919     esac
2920     ;;
2921   osf4* | osf5*)
2922     case $cc_basename in
2923       KCC)
2924         # Kuck and Associates, Inc. (KAI) C++ Compiler
2926         # KCC will only create a shared library if the output file
2927         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2928         # to its proper name (with version) after linking.
2929         _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'
2931         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2932         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2934         # Archives containing C++ object files must be created using
2935         # the KAI C++ compiler.
2936         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
2937         ;;
2938       RCC)
2939         # Rational C++ 2.4.1
2940         # FIXME: insert proper C++ library support
2941         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2942         ;;
2943       cxx)
2944         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
2945         _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'
2946         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
2947           echo "-hidden">> $lib.exp~
2948           $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~
2949           $rm $lib.exp'
2951         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2952         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2954         # Commands to make compiler produce verbose output that lists
2955         # what "hidden" libraries, object files and flags are used when
2956         # linking a shared library.
2957         #
2958         # There doesn't appear to be a way to prevent this compiler from
2959         # explicitly linking system object files so we need to strip them
2960         # from the output so that they don't get included in the library
2961         # dependencies.
2962         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'
2963         ;;
2964       *)
2965         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2966           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2967          _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'
2969           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2970           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2972           # Commands to make compiler produce verbose output that lists
2973           # what "hidden" libraries, object files and flags are used when
2974           # linking a shared library.
2975           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2977         else
2978           # FIXME: insert proper C++ library support
2979           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2980         fi
2981         ;;
2982     esac
2983     ;;
2984   psos*)
2985     # FIXME: insert proper C++ library support
2986     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2987     ;;
2988   sco*)
2989     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2990     case $cc_basename in
2991       CC)
2992         # FIXME: insert proper C++ library support
2993         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2994         ;;
2995       *)
2996         # FIXME: insert proper C++ library support
2997         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2998         ;;
2999     esac
3000     ;;
3001   sunos4*)
3002     case $cc_basename in
3003       CC)
3004         # Sun C++ 4.x
3005         # FIXME: insert proper C++ library support
3006         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3007         ;;
3008       lcc)
3009         # Lucid
3010         # FIXME: insert proper C++ library support
3011         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3012         ;;
3013       *)
3014         # FIXME: insert proper C++ library support
3015         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3016         ;;
3017     esac
3018     ;;
3019   solaris*)
3020     case $cc_basename in
3021       CC)
3022         # Sun C++ 4.2, 5.x and Centerline C++
3023         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3024         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3025         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3026         $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'
3028         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3029         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3030         case $host_os in
3031           solaris2.[0-5] | solaris2.[0-5].*) ;;
3032           *)
3033             # The C++ compiler is used as linker so we must use $wl
3034             # flag to pass the commands to the underlying system
3035             # linker.
3036             # Supported since Solaris 2.6 (maybe 2.5.1?)
3037             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3038             ;;
3039         esac
3040         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3042         # Commands to make compiler produce verbose output that lists
3043         # what "hidden" libraries, object files and flags are used when
3044         # linking a shared library.
3045         #
3046         # There doesn't appear to be a way to prevent this compiler from
3047         # explicitly linking system object files so we need to strip them
3048         # from the output so that they don't get included in the library
3049         # dependencies.
3050         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'
3052         # Archives containing C++ object files must be created using
3053         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3054         # necessary to make sure instantiated templates are included
3055         # in the archive.
3056         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3057         ;;
3058       gcx)
3059         # Green Hills C++ Compiler
3060         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3062         # The C++ compiler must be used to create the archive.
3063         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3064         ;;
3065       *)
3066         # GNU C++ compiler with Solaris linker
3067         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3068           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3069           if $CC --version | grep -v '^2\.7' > /dev/null; then
3070             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3071             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3072                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3074             # Commands to make compiler produce verbose output that lists
3075             # what "hidden" libraries, object files and flags are used when
3076             # linking a shared library.
3077             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3078           else
3079             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3080             # platform.
3081             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3082             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3083                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3085             # Commands to make compiler produce verbose output that lists
3086             # what "hidden" libraries, object files and flags are used when
3087             # linking a shared library.
3088             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3089           fi
3091           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3092         fi
3093         ;;
3094     esac
3095     ;;
3096   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3097     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3098     ;;
3099   tandem*)
3100     case $cc_basename in
3101       NCC)
3102         # NonStop-UX NCC 3.20
3103         # FIXME: insert proper C++ library support
3104         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3105         ;;
3106       *)
3107         # FIXME: insert proper C++ library support
3108         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3109         ;;
3110     esac
3111     ;;
3112   vxworks*)
3113     # FIXME: insert proper C++ library support
3114     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3115     ;;
3116   *)
3117     # FIXME: insert proper C++ library support
3118     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3119     ;;
3120 esac
3121 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3122 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3124 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3125 _LT_AC_TAGVAR(LD, $1)="$LD"
3127 ## CAVEAT EMPTOR:
3128 ## There is no encapsulation within the following macros, do not change
3129 ## the running order or otherwise move them around unless you know exactly
3130 ## what you are doing...
3131 AC_LIBTOOL_POSTDEP_PREDEP($1)
3132 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3133 AC_LIBTOOL_PROG_CC_C_O($1)
3134 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3135 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3136 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3137 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3138 AC_LIBTOOL_SYS_LIB_STRIP
3139 AC_LIBTOOL_DLOPEN_SELF($1)
3141 AC_LIBTOOL_CONFIG($1)
3143 AC_LANG_POP
3144 CC=$lt_save_CC
3145 LDCXX=$LD
3146 LD=$lt_save_LD
3147 GCC=$lt_save_GCC
3148 with_gnu_ldcxx=$with_gnu_ld
3149 with_gnu_ld=$lt_save_with_gnu_ld
3150 lt_cv_path_LDCXX=$lt_cv_path_LD
3151 lt_cv_path_LD=$lt_save_path_LD
3152 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3153 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3155 m4trace:/usr/share/aclocal/libtool.m4:3653: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3156 dnl we can't use the lt_simple_compile_test_code here,
3157 dnl because it contains code intended for an executable,
3158 dnl not a library.  It's possible we should let each
3159 dnl tag define a new lt_????_link_test_code variable,
3160 dnl but it's only used here...
3161 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3162 int a;
3163 void foo (void) { a = 0; }
3165 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3166 class Foo
3168 public:
3169   Foo (void) { a = 0; }
3170 private:
3171   int a;
3174 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3175       subroutine foo
3176       implicit none
3177       integer*4 a
3178       a=0
3179       return
3180       end
3182 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3183 public class foo {
3184   private int a;
3185   public void bar (void) {
3186     a = 0;
3187   }
3191 dnl Parse the compiler output and extract the necessary
3192 dnl objects, libraries and library flags.
3193 if AC_TRY_EVAL(ac_compile); then
3194   # Parse the compiler output and extract the necessary
3195   # objects, libraries and library flags.
3197   # Sentinel used to keep track of whether or not we are before
3198   # the conftest object file.
3199   pre_test_object_deps_done=no
3201   # The `*' in the case matches for architectures that use `case' in
3202   # $output_verbose_cmd can trigger glob expansion during the loop
3203   # eval without this substitution.
3204   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3206   for p in `eval $output_verbose_link_cmd`; do
3207     case $p in
3209     -L* | -R* | -l*)
3210        # Some compilers place space between "-{L,R}" and the path.
3211        # Remove the space.
3212        if test $p = "-L" \
3213           || test $p = "-R"; then
3214          prev=$p
3215          continue
3216        else
3217          prev=
3218        fi
3220        if test "$pre_test_object_deps_done" = no; then
3221          case $p in
3222          -L* | -R*)
3223            # Internal compiler library paths should come after those
3224            # provided the user.  The postdeps already come after the
3225            # user supplied libs so there is no need to process them.
3226            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3227              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3228            else
3229              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3230            fi
3231            ;;
3232          # The "-l" case would never come before the object being
3233          # linked, so don't bother handling this case.
3234          esac
3235        else
3236          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3237            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3238          else
3239            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3240          fi
3241        fi
3242        ;;
3244     *.$objext)
3245        # This assumes that the test object file only shows up
3246        # once in the compiler output.
3247        if test "$p" = "conftest.$objext"; then
3248          pre_test_object_deps_done=yes
3249          continue
3250        fi
3252        if test "$pre_test_object_deps_done" = no; then
3253          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3254            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3255          else
3256            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3257          fi
3258        else
3259          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3260            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3261          else
3262            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3263          fi
3264        fi
3265        ;;
3267     *) ;; # Ignore the rest.
3269     esac
3270   done
3272   # Clean up.
3273   rm -f a.out a.exe
3274 else
3275   echo "libtool.m4: error: problem compiling $1 test program"
3278 $rm -f confest.$objext
3280 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3281 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3282 esac
3284 m4trace:/usr/share/aclocal/libtool.m4:3660: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3285 m4trace:/usr/share/aclocal/libtool.m4:3752: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3286 AC_LANG_PUSH(Fortran 77)
3288 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3289 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3290 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3291 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3292 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3293 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3294 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3295 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3296 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3297 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3298 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3299 _LT_AC_TAGVAR(module_cmds, $1)=
3300 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3301 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3302 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3303 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3304 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3305 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3307 # Source file extension for f77 test sources.
3308 ac_ext=f
3310 # Object file extension for compiled f77 test sources.
3311 objext=o
3312 _LT_AC_TAGVAR(objext, $1)=$objext
3314 # Code to be used in simple compile tests
3315 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3317 # Code to be used in simple link tests
3318 lt_simple_link_test_code="      program t\n      end\n"
3320 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3321 _LT_AC_SYS_COMPILER
3323 # Allow CC to be a program name with arguments.
3324 lt_save_CC="$CC"
3325 CC=${F77-"f77"}
3326 compiler=$CC
3327 _LT_AC_TAGVAR(compiler, $1)=$CC
3328 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3330 AC_MSG_CHECKING([if libtool supports shared libraries])
3331 AC_MSG_RESULT([$can_build_shared])
3333 AC_MSG_CHECKING([whether to build shared libraries])
3334 test "$can_build_shared" = "no" && enable_shared=no
3336 # On AIX, shared libraries and static libraries use the same namespace, and
3337 # are all built from PIC.
3338 case "$host_os" in
3339 aix3*)
3340   test "$enable_shared" = yes && enable_static=no
3341   if test -n "$RANLIB"; then
3342     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3343     postinstall_cmds='$RANLIB $lib'
3344   fi
3345   ;;
3346 aix4* | aix5*)
3347   test "$enable_shared" = yes && enable_static=no
3348   ;;
3349 esac
3350 AC_MSG_RESULT([$enable_shared])
3352 AC_MSG_CHECKING([whether to build static libraries])
3353 # Make sure either enable_shared or enable_static is yes.
3354 test "$enable_shared" = yes || enable_static=yes
3355 AC_MSG_RESULT([$enable_static])
3357 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3359 _LT_AC_TAGVAR(GCC, $1)="$G77"
3360 _LT_AC_TAGVAR(LD, $1)="$LD"
3362 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3363 AC_LIBTOOL_PROG_CC_C_O($1)
3364 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3365 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3366 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3367 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3368 AC_LIBTOOL_SYS_LIB_STRIP
3371 AC_LIBTOOL_CONFIG($1)
3373 AC_LANG_POP
3374 CC="$lt_save_CC"
3376 m4trace:/usr/share/aclocal/libtool.m4:3760: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3377 m4trace:/usr/share/aclocal/libtool.m4:3807: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3379 # Source file extension for Java test sources.
3380 ac_ext=java
3382 # Object file extension for compiled Java test sources.
3383 objext=o
3384 _LT_AC_TAGVAR(objext, $1)=$objext
3386 # Code to be used in simple compile tests
3387 lt_simple_compile_test_code="class foo {}\n"
3389 # Code to be used in simple link tests
3390 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3392 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3393 _LT_AC_SYS_COMPILER
3395 # Allow CC to be a program name with arguments.
3396 lt_save_CC="$CC"
3397 CC=${GCJ-"gcj"}
3398 compiler=$CC
3399 _LT_AC_TAGVAR(compiler, $1)=$CC
3401 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3402 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3404 ## CAVEAT EMPTOR:
3405 ## There is no encapsulation within the following macros, do not change
3406 ## the running order or otherwise move them around unless you know exactly
3407 ## what you are doing...
3408 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3409 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3410 AC_LIBTOOL_PROG_CC_C_O($1)
3411 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3412 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3413 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3414 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3415 AC_LIBTOOL_SYS_LIB_STRIP
3416 AC_LIBTOOL_DLOPEN_SELF($1)
3418 AC_LIBTOOL_CONFIG($1)
3420 AC_LANG_RESTORE
3421 CC="$lt_save_CC"
3423 m4trace:/usr/share/aclocal/libtool.m4:3815: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3424 m4trace:/usr/share/aclocal/libtool.m4:3846: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3426 # Source file extension for RC test sources.
3427 ac_ext=rc
3429 # Object file extension for compiled RC test sources.
3430 objext=o
3431 _LT_AC_TAGVAR(objext, $1)=$objext
3433 # Code to be used in simple compile tests
3434 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3436 # Code to be used in simple link tests
3437 lt_simple_link_test_code="$lt_simple_compile_test_code"
3439 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3440 _LT_AC_SYS_COMPILER
3442 # Allow CC to be a program name with arguments.
3443 lt_save_CC="$CC"
3444 CC=${RC-"windres"}
3445 compiler=$CC
3446 _LT_AC_TAGVAR(compiler, $1)=$CC
3447 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3449 AC_LIBTOOL_CONFIG($1)
3451 AC_LANG_RESTORE
3452 CC="$lt_save_CC"
3454 m4trace:/usr/share/aclocal/libtool.m4:4331: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3455 # libtool distribution, otherwise you forgot to ship ltmain.sh
3456 # with your package, and you will get complaints that there are
3457 # no rules to generate ltmain.sh.
3458 if test -f "$ltmain"; then
3459   # See if we are running on zsh, and set the options which allow our commands through
3460   # without removal of \ escapes.
3461   if test -n "${ZSH_VERSION+set}" ; then
3462     setopt NO_GLOB_SUBST
3463   fi
3464   # Now quote all the things that may contain metacharacters while being
3465   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3466   # variables and quote the copies for generation of the libtool script.
3467   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3468     SED SHELL STRIP \
3469     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3470     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3471     deplibs_check_method reload_flag reload_cmds need_locks \
3472     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3473     lt_cv_sys_global_symbol_to_c_name_address \
3474     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3475     old_postinstall_cmds old_postuninstall_cmds \
3476     _LT_AC_TAGVAR(compiler, $1) \
3477     _LT_AC_TAGVAR(CC, $1) \
3478     _LT_AC_TAGVAR(LD, $1) \
3479     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3480     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3481     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3482     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3483     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3484     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3485     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3486     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3487     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3488     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3489     _LT_AC_TAGVAR(predep_objects, $1) \
3490     _LT_AC_TAGVAR(postdep_objects, $1) \
3491     _LT_AC_TAGVAR(predeps, $1) \
3492     _LT_AC_TAGVAR(postdeps, $1) \
3493     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3494     _LT_AC_TAGVAR(archive_cmds, $1) \
3495     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3496     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3497     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3498     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3499     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3500     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3501     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3502     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3503     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3504     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3505     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3506     _LT_AC_TAGVAR(module_cmds, $1) \
3507     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3508     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3509     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3510     _LT_AC_TAGVAR(include_expsyms, $1); do
3512     case $var in
3513     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3514     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3515     _LT_AC_TAGVAR(archive_cmds, $1) | \
3516     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3517     _LT_AC_TAGVAR(module_cmds, $1) | \
3518     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3519     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3520     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3521     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3522     postinstall_cmds | postuninstall_cmds | \
3523     old_postinstall_cmds | old_postuninstall_cmds | \
3524     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3525       # Double-quote double-evaled strings.
3526       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3527       ;;
3528     *)
3529       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3530       ;;
3531     esac
3532   done
3534   case $lt_echo in
3535   *'\[$]0 --fallback-echo"')
3536     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3537     ;;
3538   esac
3540 ifelse([$1], [],
3541   [cfgfile="${ofile}T"
3542   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3543   $rm -f "$cfgfile"
3544   AC_MSG_NOTICE([creating $ofile])],
3545   [cfgfile="$ofile"])
3547   cat <<__EOF__ >> "$cfgfile"
3548 ifelse([$1], [],
3549 [#! $SHELL
3551 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3552 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3553 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3555 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3556 # Free Software Foundation, Inc.
3558 # This file is part of GNU Libtool:
3559 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3561 # This program is free software; you can redistribute it and/or modify
3562 # it under the terms of the GNU General Public License as published by
3563 # the Free Software Foundation; either version 2 of the License, or
3564 # (at your option) any later version.
3566 # This program is distributed in the hope that it will be useful, but
3567 # WITHOUT ANY WARRANTY; without even the implied warranty of
3568 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3569 # General Public License for more details.
3571 # You should have received a copy of the GNU General Public License
3572 # along with this program; if not, write to the Free Software
3573 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3575 # As a special exception to the GNU General Public License, if you
3576 # distribute this file as part of a program that contains a
3577 # configuration script generated by Autoconf, you may include it under
3578 # the same distribution terms that you use for the rest of that program.
3580 # A sed program that does not truncate output.
3581 SED=$lt_SED
3583 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3584 Xsed="$SED -e s/^X//"
3586 # The HP-UX ksh and POSIX shell print the target directory to stdout
3587 # if CDPATH is set.
3588 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3590 # The names of the tagged configurations supported by this script.
3591 available_tags=
3593 # ### BEGIN LIBTOOL CONFIG],
3594 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3596 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3598 # Shell to use when invoking shell scripts.
3599 SHELL=$lt_SHELL
3601 # Whether or not to build shared libraries.
3602 build_libtool_libs=$enable_shared
3604 # Whether or not to build static libraries.
3605 build_old_libs=$enable_static
3607 # Whether or not to add -lc for building shared libraries.
3608 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3610 # Whether or not to disallow shared libs when runtime libs are static
3611 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3613 # Whether or not to optimize for fast installation.
3614 fast_install=$enable_fast_install
3616 # The host system.
3617 host_alias=$host_alias
3618 host=$host
3620 # An echo program that does not interpret backslashes.
3621 echo=$lt_echo
3623 # The archiver.
3624 AR=$lt_AR
3625 AR_FLAGS=$lt_AR_FLAGS
3627 # A C compiler.
3628 LTCC=$lt_LTCC
3630 # A language-specific compiler.
3631 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3633 # Is the compiler the GNU C compiler?
3634 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3636 # An ERE matcher.
3637 EGREP=$lt_EGREP
3639 # The linker used to build libraries.
3640 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3642 # Whether we need hard or soft links.
3643 LN_S=$lt_LN_S
3645 # A BSD-compatible nm program.
3646 NM=$lt_NM
3648 # A symbol stripping program
3649 STRIP=$lt_STRIP
3651 # Used to examine libraries when file_magic_cmd begins "file"
3652 MAGIC_CMD=$MAGIC_CMD
3654 # Used on cygwin: DLL creation program.
3655 DLLTOOL="$DLLTOOL"
3657 # Used on cygwin: object dumper.
3658 OBJDUMP="$OBJDUMP"
3660 # Used on cygwin: assembler.
3661 AS="$AS"
3663 # The name of the directory that contains temporary libtool files.
3664 objdir=$objdir
3666 # How to create reloadable object files.
3667 reload_flag=$lt_reload_flag
3668 reload_cmds=$lt_reload_cmds
3670 # How to pass a linker flag through the compiler.
3671 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3673 # Object file suffix (normally "o").
3674 objext="$ac_objext"
3676 # Old archive suffix (normally "a").
3677 libext="$libext"
3679 # Shared library suffix (normally ".so").
3680 shrext_cmds='$shrext_cmds'
3682 # Executable file suffix (normally "").
3683 exeext="$exeext"
3685 # Additional compiler flags for building library objects.
3686 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3687 pic_mode=$pic_mode
3689 # What is the maximum length of a command?
3690 max_cmd_len=$lt_cv_sys_max_cmd_len
3692 # Does compiler simultaneously support -c and -o options?
3693 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3695 # Must we lock files when doing compilation ?
3696 need_locks=$lt_need_locks
3698 # Do we need the lib prefix for modules?
3699 need_lib_prefix=$need_lib_prefix
3701 # Do we need a version for libraries?
3702 need_version=$need_version
3704 # Whether dlopen is supported.
3705 dlopen_support=$enable_dlopen
3707 # Whether dlopen of programs is supported.
3708 dlopen_self=$enable_dlopen_self
3710 # Whether dlopen of statically linked programs is supported.
3711 dlopen_self_static=$enable_dlopen_self_static
3713 # Compiler flag to prevent dynamic linking.
3714 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3716 # Compiler flag to turn off builtin functions.
3717 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3719 # Compiler flag to allow reflexive dlopens.
3720 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3722 # Compiler flag to generate shared objects directly from archives.
3723 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3725 # Compiler flag to generate thread-safe objects.
3726 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3728 # Library versioning type.
3729 version_type=$version_type
3731 # Format of library name prefix.
3732 libname_spec=$lt_libname_spec
3734 # List of archive names.  First name is the real one, the rest are links.
3735 # The last name is the one that the linker finds with -lNAME.
3736 library_names_spec=$lt_library_names_spec
3738 # The coded name of the library, if different from the real name.
3739 soname_spec=$lt_soname_spec
3741 # Commands used to build and install an old-style archive.
3742 RANLIB=$lt_RANLIB
3743 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3744 old_postinstall_cmds=$lt_old_postinstall_cmds
3745 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3747 # Create an old-style archive from a shared archive.
3748 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3750 # Create a temporary old-style archive to link instead of a shared archive.
3751 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3753 # Commands used to build and install a shared archive.
3754 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3755 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3756 postinstall_cmds=$lt_postinstall_cmds
3757 postuninstall_cmds=$lt_postuninstall_cmds
3759 # Commands used to build a loadable module (assumed same as above if empty)
3760 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3761 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3763 # Commands to strip libraries.
3764 old_striplib=$lt_old_striplib
3765 striplib=$lt_striplib
3767 # Dependencies to place before the objects being linked to create a
3768 # shared library.
3769 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3771 # Dependencies to place after the objects being linked to create a
3772 # shared library.
3773 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3775 # Dependencies to place before the objects being linked to create a
3776 # shared library.
3777 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3779 # Dependencies to place after the objects being linked to create a
3780 # shared library.
3781 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3783 # The library search path used internally by the compiler when linking
3784 # a shared library.
3785 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3787 # Method to check whether dependent libraries are shared objects.
3788 deplibs_check_method=$lt_deplibs_check_method
3790 # Command to use when deplibs_check_method == file_magic.
3791 file_magic_cmd=$lt_file_magic_cmd
3793 # Flag that allows shared libraries with undefined symbols to be built.
3794 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3796 # Flag that forces no undefined symbols.
3797 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3799 # Commands used to finish a libtool library installation in a directory.
3800 finish_cmds=$lt_finish_cmds
3802 # Same as above, but a single script fragment to be evaled but not shown.
3803 finish_eval=$lt_finish_eval
3805 # Take the output of nm and produce a listing of raw symbols and C names.
3806 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3808 # Transform the output of nm in a proper C declaration
3809 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3811 # Transform the output of nm in a C name address pair
3812 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3814 # This is the shared library runtime path variable.
3815 runpath_var=$runpath_var
3817 # This is the shared library path variable.
3818 shlibpath_var=$shlibpath_var
3820 # Is shlibpath searched before the hard-coded library search path?
3821 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3823 # How to hardcode a shared library path into an executable.
3824 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3826 # Whether we should hardcode library paths into libraries.
3827 hardcode_into_libs=$hardcode_into_libs
3829 # Flag to hardcode \$libdir into a binary during linking.
3830 # This must work even if \$libdir does not exist.
3831 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3833 # If ld is used when linking, flag to hardcode \$libdir into
3834 # a binary during linking. This must work even if \$libdir does
3835 # not exist.
3836 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3838 # Whether we need a single -rpath flag with a separated argument.
3839 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3841 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3842 # resulting binary.
3843 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3845 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3846 # resulting binary.
3847 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3849 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3850 # the resulting binary.
3851 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3853 # Set to yes if building a shared library automatically hardcodes DIR into the library
3854 # and all subsequent libraries and executables linked against it.
3855 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3857 # Variables whose values should be saved in libtool wrapper scripts and
3858 # restored at relink time.
3859 variables_saved_for_relink="$variables_saved_for_relink"
3861 # Whether libtool must link a program against all its dependency libraries.
3862 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
3864 # Compile-time system search path for libraries
3865 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3867 # Run-time system search path for libraries
3868 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3870 # Fix the shell variable \$srcfile for the compiler.
3871 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
3873 # Set to yes if exported symbols are required.
3874 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
3876 # The commands to list exported symbols.
3877 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
3879 # The commands to extract the exported symbol list from a shared archive.
3880 extract_expsyms_cmds=$lt_extract_expsyms_cmds
3882 # Symbols that should not be listed in the preloaded symbols.
3883 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
3885 # Symbols that must always be exported.
3886 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
3888 ifelse([$1],[],
3889 [# ### END LIBTOOL CONFIG],
3890 [# ### END LIBTOOL TAG CONFIG: $tagname])
3892 __EOF__
3894 ifelse([$1],[], [
3895   case $host_os in
3896   aix3*)
3897     cat <<\EOF >> "$cfgfile"
3899 # AIX sometimes has problems with the GCC collect2 program.  For some
3900 # reason, if we set the COLLECT_NAMES environment variable, the problems
3901 # vanish in a puff of smoke.
3902 if test "X${COLLECT_NAMES+set}" != Xset; then
3903   COLLECT_NAMES=
3904   export COLLECT_NAMES
3907     ;;
3908   esac
3910   # We use sed instead of cat because bash on DJGPP gets confused if
3911   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3912   # text mode, it properly converts lines to CR/LF.  This bash problem
3913   # is reportedly fixed, but why not run on old versions too?
3914   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
3916   mv -f "$cfgfile" "$ofile" || \
3917     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3918   chmod +x "$ofile"
3920 else
3921   # If there is no Makefile yet, we rely on a make rule to execute
3922   # `config.status --recheck' to rerun these tests and create the
3923   # libtool script then.
3924   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
3925   if test -f "$ltmain_in"; then
3926     test -f Makefile && make "$ltmain"
3927   fi
3930 m4trace:/usr/share/aclocal/libtool.m4:4349: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
3932 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3934 if test "$GCC" = yes; then
3935   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3937   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3938     lt_cv_prog_compiler_rtti_exceptions,
3939     [-fno-rtti -fno-exceptions], [],
3940     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3943 m4trace:/usr/share/aclocal/libtool.m4:4535: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
3944 AC_REQUIRE([AC_PROG_NM])
3945 AC_REQUIRE([AC_OBJEXT])
3946 # Check for command to grab the raw symbol name followed by C symbol from nm.
3947 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3948 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3950 # These are sane defaults that work on at least a few old systems.
3951 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
3953 # Character class describing NM global symbol codes.
3954 symcode='[[BCDEGRST]]'
3956 # Regexp to match symbols that can be accessed directly from C.
3957 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3959 # Transform the above into a raw symbol and a C symbol.
3960 symxfrm='\1 \2\3 \3'
3962 # Transform an extracted symbol line into a proper C declaration
3963 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
3965 # Transform an extracted symbol line into symbol name and symbol address
3966 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 # Define system-specific variables.
3969 case $host_os in
3970 aix*)
3971   symcode='[[BCDT]]'
3972   ;;
3973 cygwin* | mingw* | pw32*)
3974   symcode='[[ABCDGISTW]]'
3975   ;;
3976 hpux*) # Its linker distinguishes data from code symbols
3977   if test "$host_cpu" = ia64; then
3978     symcode='[[ABCDEGRST]]'
3979   fi
3980   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3981   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'"
3982   ;;
3983 irix* | nonstopux*)
3984   symcode='[[BCDEGRST]]'
3985   ;;
3986 osf*)
3987   symcode='[[BCDEGQRST]]'
3988   ;;
3989 solaris* | sysv5*)
3990   symcode='[[BDRT]]'
3991   ;;
3992 sysv4)
3993   symcode='[[DFNSTU]]'
3994   ;;
3995 esac
3997 # Handle CRLF in mingw tool chain
3998 opt_cr=
3999 case $build_os in
4000 mingw*)
4001   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4002   ;;
4003 esac
4005 # If we're using GNU nm, then use its standard symbol codes.
4006 case `$NM -V 2>&1` in
4007 *GNU* | *'with BFD'*)
4008   symcode='[[ABCDGIRSTW]]' ;;
4009 esac
4011 # Try without a prefix undercore, then with it.
4012 for ac_symprfx in "" "_"; do
4014   # Write the raw and C identifiers.
4015   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4017   # Check to see that the pipe works correctly.
4018   pipe_works=no
4020   rm -f conftest*
4021   cat > conftest.$ac_ext <<EOF
4022 #ifdef __cplusplus
4023 extern "C" {
4024 #endif
4025 char nm_test_var;
4026 void nm_test_func(){}
4027 #ifdef __cplusplus
4029 #endif
4030 int main(){nm_test_var='a';nm_test_func();return(0);}
4033   if AC_TRY_EVAL(ac_compile); then
4034     # Now try to grab the symbols.
4035     nlist=conftest.nm
4036     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4037       # Try sorting and uniquifying the output.
4038       if sort "$nlist" | uniq > "$nlist"T; then
4039         mv -f "$nlist"T "$nlist"
4040       else
4041         rm -f "$nlist"T
4042       fi
4044       # Make sure that we snagged all the symbols we need.
4045       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4046         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4047           cat <<EOF > conftest.$ac_ext
4048 #ifdef __cplusplus
4049 extern "C" {
4050 #endif
4053           # Now generate the symbol file.
4054           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4056           cat <<EOF >> conftest.$ac_ext
4057 #if defined (__STDC__) && __STDC__
4058 # define lt_ptr_t void *
4059 #else
4060 # define lt_ptr_t char *
4061 # define const
4062 #endif
4064 /* The mapping between symbol names and symbols. */
4065 const struct {
4066   const char *name;
4067   lt_ptr_t address;
4069 lt_preloaded_symbols[[]] =
4072           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4073           cat <<\EOF >> conftest.$ac_ext
4074   {0, (lt_ptr_t) 0}
4077 #ifdef __cplusplus
4079 #endif
4081           # Now try linking the two files.
4082           mv conftest.$ac_objext conftstm.$ac_objext
4083           lt_save_LIBS="$LIBS"
4084           lt_save_CFLAGS="$CFLAGS"
4085           LIBS="conftstm.$ac_objext"
4086           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4087           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4088             pipe_works=yes
4089           fi
4090           LIBS="$lt_save_LIBS"
4091           CFLAGS="$lt_save_CFLAGS"
4092         else
4093           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4094         fi
4095       else
4096         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4097       fi
4098     else
4099       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4100     fi
4101   else
4102     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4103     cat conftest.$ac_ext >&5
4104   fi
4105   rm -f conftest* conftst*
4107   # Do not use the global_symbol_pipe unless it works.
4108   if test "$pipe_works" = yes; then
4109     break
4110   else
4111     lt_cv_sys_global_symbol_pipe=
4112   fi
4113 done
4115 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4116   lt_cv_sys_global_symbol_to_cdecl=
4118 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4119   AC_MSG_RESULT(failed)
4120 else
4121   AC_MSG_RESULT(ok)
4124 m4trace:/usr/share/aclocal/libtool.m4:4996: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4125 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4126 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4128 AC_MSG_CHECKING([for $compiler option to produce PIC])
4129  ifelse([$1],[CXX],[
4130   # C++ specific cases for pic, static, wl, etc.
4131   if test "$GXX" = yes; then
4132     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4133     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4135     case $host_os in
4136     aix*)
4137       # All AIX code is PIC.
4138       if test "$host_cpu" = ia64; then
4139         # AIX 5 now supports IA64 processor
4140         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4141       fi
4142       ;;
4143     amigaos*)
4144       # FIXME: we need at least 68020 code to build shared libraries, but
4145       # adding the `-m68020' flag to GCC prevents building anything better,
4146       # like `-m68040'.
4147       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4148       ;;
4149     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4150       # PIC is the default for these OSes.
4151       ;;
4152     mingw* | os2* | pw32*)
4153       # This hack is so that the source file can tell whether it is being
4154       # built for inclusion in a dll (and should export symbols for example).
4155       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4156       ;;
4157     darwin* | rhapsody*)
4158       # PIC is the default on this platform
4159       # Common symbols not allowed in MH_DYLIB files
4160       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4161       ;;
4162     *djgpp*)
4163       # DJGPP does not support shared libraries at all
4164       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4165       ;;
4166     sysv4*MP*)
4167       if test -d /usr/nec; then
4168         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4169       fi
4170       ;;
4171     hpux*)
4172       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4173       # not for PA HP-UX.
4174       case "$host_cpu" in
4175       hppa*64*|ia64*)
4176         ;;
4177       *)
4178         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4179         ;;
4180       esac
4181       ;;
4182     *)
4183       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4184       ;;
4185     esac
4186   else
4187     case $host_os in
4188       aix4* | aix5*)
4189         # All AIX code is PIC.
4190         if test "$host_cpu" = ia64; then
4191           # AIX 5 now supports IA64 processor
4192           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4193         else
4194           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4195         fi
4196         ;;
4197       chorus*)
4198         case $cc_basename in
4199         cxch68)
4200           # Green Hills C++ Compiler
4201           # _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"
4202           ;;
4203         esac
4204         ;;
4205       dgux*)
4206         case $cc_basename in
4207           ec++)
4208             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4209             ;;
4210           ghcx)
4211             # Green Hills C++ Compiler
4212             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4213             ;;
4214           *)
4215             ;;
4216         esac
4217         ;;
4218       freebsd* | kfreebsd*-gnu)
4219         # FreeBSD uses GNU C++
4220         ;;
4221       hpux9* | hpux10* | hpux11*)
4222         case $cc_basename in
4223           CC)
4224             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4225             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4226             if test "$host_cpu" != ia64; then
4227               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4228             fi
4229             ;;
4230           aCC)
4231             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4232             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4233             case "$host_cpu" in
4234             hppa*64*|ia64*)
4235               # +Z the default
4236               ;;
4237             *)
4238               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4239               ;;
4240             esac
4241             ;;
4242           *)
4243             ;;
4244         esac
4245         ;;
4246       irix5* | irix6* | nonstopux*)
4247         case $cc_basename in
4248           CC)
4249             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4250             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4251             # CC pic flag -KPIC is the default.
4252             ;;
4253           *)
4254             ;;
4255         esac
4256         ;;
4257       linux*)
4258         case $cc_basename in
4259           KCC)
4260             # KAI C++ Compiler
4261             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4262             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4263             ;;
4264           icpc)
4265             # Intel C++
4266             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4267             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4268             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4269             ;;
4270           cxx)
4271             # Compaq C++
4272             # Make sure the PIC flag is empty.  It appears that all Alpha
4273             # Linux and Compaq Tru64 Unix objects are PIC.
4274             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4275             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4276             ;;
4277           *)
4278             ;;
4279         esac
4280         ;;
4281       lynxos*)
4282         ;;
4283       m88k*)
4284         ;;
4285       mvs*)
4286         case $cc_basename in
4287           cxx)
4288             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4289             ;;
4290           *)
4291             ;;
4292         esac
4293         ;;
4294       netbsd*)
4295         ;;
4296       osf3* | osf4* | osf5*)
4297         case $cc_basename in
4298           KCC)
4299             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4300             ;;
4301           RCC)
4302             # Rational C++ 2.4.1
4303             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4304             ;;
4305           cxx)
4306             # Digital/Compaq C++
4307             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4308             # Make sure the PIC flag is empty.  It appears that all Alpha
4309             # Linux and Compaq Tru64 Unix objects are PIC.
4310             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4311             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4312             ;;
4313           *)
4314             ;;
4315         esac
4316         ;;
4317       psos*)
4318         ;;
4319       sco*)
4320         case $cc_basename in
4321           CC)
4322             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4323             ;;
4324           *)
4325             ;;
4326         esac
4327         ;;
4328       solaris*)
4329         case $cc_basename in
4330           CC)
4331             # Sun C++ 4.2, 5.x and Centerline C++
4332             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4333             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4334             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4335             ;;
4336           gcx)
4337             # Green Hills C++ Compiler
4338             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4339             ;;
4340           *)
4341             ;;
4342         esac
4343         ;;
4344       sunos4*)
4345         case $cc_basename in
4346           CC)
4347             # Sun C++ 4.x
4348             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4349             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4350             ;;
4351           lcc)
4352             # Lucid
4353             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4354             ;;
4355           *)
4356             ;;
4357         esac
4358         ;;
4359       tandem*)
4360         case $cc_basename in
4361           NCC)
4362             # NonStop-UX NCC 3.20
4363             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4364             ;;
4365           *)
4366             ;;
4367         esac
4368         ;;
4369       unixware*)
4370         ;;
4371       vxworks*)
4372         ;;
4373       *)
4374         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4375         ;;
4376     esac
4377   fi
4380   if test "$GCC" = yes; then
4381     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4382     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4384     case $host_os in
4385       aix*)
4386       # All AIX code is PIC.
4387       if test "$host_cpu" = ia64; then
4388         # AIX 5 now supports IA64 processor
4389         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4390       fi
4391       ;;
4393     amigaos*)
4394       # FIXME: we need at least 68020 code to build shared libraries, but
4395       # adding the `-m68020' flag to GCC prevents building anything better,
4396       # like `-m68040'.
4397       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4398       ;;
4400     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4401       # PIC is the default for these OSes.
4402       ;;
4404     mingw* | pw32* | os2*)
4405       # This hack is so that the source file can tell whether it is being
4406       # built for inclusion in a dll (and should export symbols for example).
4407       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4408       ;;
4410     darwin* | rhapsody*)
4411       # PIC is the default on this platform
4412       # Common symbols not allowed in MH_DYLIB files
4413       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4414       ;;
4416     msdosdjgpp*)
4417       # Just because we use GCC doesn't mean we suddenly get shared libraries
4418       # on systems that don't support them.
4419       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4420       enable_shared=no
4421       ;;
4423     sysv4*MP*)
4424       if test -d /usr/nec; then
4425         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4426       fi
4427       ;;
4429     hpux*)
4430       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4431       # not for PA HP-UX.
4432       case "$host_cpu" in
4433       hppa*64*|ia64*)
4434         # +Z the default
4435         ;;
4436       *)
4437         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4438         ;;
4439       esac
4440       ;;
4442     *)
4443       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4444       ;;
4445     esac
4446   else
4447     # PORTME Check for flag to pass linker flags through the system compiler.
4448     case $host_os in
4449     aix*)
4450       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4451       if test "$host_cpu" = ia64; then
4452         # AIX 5 now supports IA64 processor
4453         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4454       else
4455         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4456       fi
4457       ;;
4459     mingw* | pw32* | os2*)
4460       # This hack is so that the source file can tell whether it is being
4461       # built for inclusion in a dll (and should export symbols for example).
4462       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4463       ;;
4465     hpux9* | hpux10* | hpux11*)
4466       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4467       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4468       # not for PA HP-UX.
4469       case "$host_cpu" in
4470       hppa*64*|ia64*)
4471         # +Z the default
4472         ;;
4473       *)
4474         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4475         ;;
4476       esac
4477       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4478       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4479       ;;
4481     irix5* | irix6* | nonstopux*)
4482       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4483       # PIC (with -KPIC) is the default.
4484       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4485       ;;
4487     newsos6)
4488       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4489       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4490       ;;
4492     linux*)
4493       case $CC in
4494       icc* | ecc*)
4495         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4496         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4497         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4498         ;;
4499       ccc*)
4500         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4501         # All Alpha code is PIC.
4502         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4503         ;;
4504       esac
4505       ;;
4507     osf3* | osf4* | osf5*)
4508       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4509       # All OSF/1 code is PIC.
4510       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4511       ;;
4513     sco3.2v5*)
4514       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4515       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4516       ;;
4518     solaris*)
4519       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4520       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4521       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4522       ;;
4524     sunos4*)
4525       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4526       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4527       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4528       ;;
4530     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4531       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4532       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4533       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4534       ;;
4536     sysv4*MP*)
4537       if test -d /usr/nec ;then
4538         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4539         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4540       fi
4541       ;;
4543     uts4*)
4544       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4545       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4546       ;;
4548     *)
4549       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4550       ;;
4551     esac
4552   fi
4554 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4557 # Check to make sure the PIC flag actually works.
4559 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4560   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4561     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4562     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4563     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4564      "" | " "*) ;;
4565      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4566      esac],
4567     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4568      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4570 case "$host_os" in
4571   # For platforms which do not support PIC, -DPIC is meaningless:
4572   *djgpp*)
4573     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4574     ;;
4575   *)
4576     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4577     ;;
4578 esac
4580 m4trace:/usr/share/aclocal/libtool.m4:5829: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4581 ifelse([$1],[CXX],[
4582   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4583   case $host_os in
4584   aix4* | aix5*)
4585     # If we're using GNU nm, then we don't want the "-C" option.
4586     # -C means demangle to AIX nm, but means don't demangle with GNU nm
4587     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4588       _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'
4589     else
4590       _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'
4591     fi
4592     ;;
4593   pw32*)
4594     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4595   ;;
4596   cygwin* | mingw*)
4597     _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'
4598   ;;
4599   *)
4600     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4601   ;;
4602   esac
4604   runpath_var=
4605   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4606   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4607   _LT_AC_TAGVAR(archive_cmds, $1)=
4608   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4609   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4610   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4611   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4612   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4613   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4614   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4615   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4616   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4617   _LT_AC_TAGVAR(hardcode_direct, $1)=no
4618   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4619   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4620   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4621   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4622   _LT_AC_TAGVAR(module_cmds, $1)=
4623   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4624   _LT_AC_TAGVAR(always_export_symbols, $1)=no
4625   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4626   # include_expsyms should be a list of space-separated symbols to be *always*
4627   # included in the symbol list
4628   _LT_AC_TAGVAR(include_expsyms, $1)=
4629   # exclude_expsyms can be an extended regexp of symbols to exclude
4630   # it will be wrapped by ` (' and `)$', so one must not match beginning or
4631   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4632   # as well as any symbol that contains `d'.
4633   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4634   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4635   # platforms (ab)use it in PIC code, but their linkers get confused if
4636   # the symbol is explicitly referenced.  Since portable code cannot
4637   # rely on this symbol name, it's probably fine to never include it in
4638   # preloaded symbol tables.
4639   extract_expsyms_cmds=
4641   case $host_os in
4642   cygwin* | mingw* | pw32*)
4643     # FIXME: the MSVC++ port hasn't been tested in a loooong time
4644     # When not using gcc, we currently assume that we are using
4645     # Microsoft Visual C++.
4646     if test "$GCC" != yes; then
4647       with_gnu_ld=no
4648     fi
4649     ;;
4650   openbsd*)
4651     with_gnu_ld=no
4652     ;;
4653   esac
4655   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4656   if test "$with_gnu_ld" = yes; then
4657     # If archive_cmds runs LD, not CC, wlarc should be empty
4658     wlarc='${wl}'
4660     # See if GNU ld supports shared libraries.
4661     case $host_os in
4662     aix3* | aix4* | aix5*)
4663       # On AIX/PPC, the GNU linker is very broken
4664       if test "$host_cpu" != ia64; then
4665         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4666         cat <<EOF 1>&2
4668 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
4669 *** to be unable to reliably create shared libraries on AIX.
4670 *** Therefore, libtool is disabling shared libraries support.  If you
4671 *** really care for shared libraries, you may want to modify your PATH
4672 *** so that a non-GNU linker is found, and then restart.
4675       fi
4676       ;;
4678     amigaos*)
4679       _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)'
4680       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4681       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4683       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4684       # that the semantics of dynamic libraries on AmigaOS, at least up
4685       # to version 4, is to share data among multiple programs linked
4686       # with the same dynamic library.  Since this doesn't match the
4687       # behavior of shared libraries on other platforms, we can't use
4688       # them.
4689       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4690       ;;
4692     beos*)
4693       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4694         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4695         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4696         # support --undefined.  This deserves some investigation.  FIXME
4697         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4698       else
4699         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4700       fi
4701       ;;
4703     cygwin* | mingw* | pw32*)
4704       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4705       # as there is no search path for DLLs.
4706       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4707       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4708       _LT_AC_TAGVAR(always_export_symbols, $1)=no
4709       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4710       _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'
4712       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4713         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4714         # If the export-symbols file already is a .def file (1st line
4715         # is EXPORTS), use it as is; otherwise, prepend...
4716         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4717           cp $export_symbols $output_objdir/$soname.def;
4718         else
4719           echo EXPORTS > $output_objdir/$soname.def;
4720           cat $export_symbols >> $output_objdir/$soname.def;
4721         fi~
4722         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4723       else
4724         ld_shlibs=no
4725       fi
4726       ;;
4728     netbsd*)
4729       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4730         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4731         wlarc=
4732       else
4733         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4734         _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'
4735       fi
4736       ;;
4738     solaris* | sysv5*)
4739       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4740         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4741         cat <<EOF 1>&2
4743 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
4744 *** create shared libraries on Solaris systems.  Therefore, libtool
4745 *** is disabling shared libraries support.  We urge you to upgrade GNU
4746 *** binutils to release 2.9.1 or newer.  Another option is to modify
4747 *** your PATH or compiler configuration so that the native linker is
4748 *** used, and then restart.
4751       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4752         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4753         _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'
4754       else
4755         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4756       fi
4757       ;;
4759     sunos4*)
4760       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4761       wlarc=
4762       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4763       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4764       ;;
4766   linux*)
4767     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4768         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4769         _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
4770       supports_anon_versioning=no
4771       case `$LD -v 2>/dev/null` in
4772         *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4773         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4774         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4775         *\ 2.11.*) ;; # other 2.11 versions
4776         *) supports_anon_versioning=yes ;;
4777       esac
4778       if test $supports_anon_versioning = yes; then
4779         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4780 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4781 $echo "local: *; };" >> $output_objdir/$libname.ver~
4782         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4783       else
4784         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
4785       fi
4786     else
4787       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4788     fi
4789     ;;
4791     *)
4792       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4793         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4794         _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'
4795       else
4796         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4797       fi
4798       ;;
4799     esac
4801     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
4802       runpath_var=LD_RUN_PATH
4803       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4804       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4805       # ancient GNU ld didn't support --whole-archive et. al.
4806       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4807         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4808       else
4809         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4810       fi
4811     fi
4812   else
4813     # PORTME fill in a description of your system's linker (not GNU ld)
4814     case $host_os in
4815     aix3*)
4816       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4817       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4818       _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'
4819       # Note: this linker hardcodes the directories in LIBPATH if there
4820       # are no directories specified by -L.
4821       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4822       if test "$GCC" = yes && test -z "$link_static_flag"; then
4823         # Neither direct hardcoding nor static linking is supported with a
4824         # broken collect2.
4825         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4826       fi
4827       ;;
4829     aix4* | aix5*)
4830       if test "$host_cpu" = ia64; then
4831         # On IA64, the linker does run time linking by default, so we don't
4832         # have to do anything special.
4833         aix_use_runtimelinking=no
4834         exp_sym_flag='-Bexport'
4835         no_entry_flag=""
4836       else
4837         # If we're using GNU nm, then we don't want the "-C" option.
4838         # -C means demangle to AIX nm, but means don't demangle with GNU nm
4839         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4840           _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'
4841         else
4842           _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'
4843         fi
4844         aix_use_runtimelinking=no
4846         # Test if we are trying to use run time linking or normal
4847         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4848         # need to do runtime linking.
4849         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
4850           for ld_flag in $LDFLAGS; do
4851           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
4852             aix_use_runtimelinking=yes
4853             break
4854           fi
4855           done
4856         esac
4858         exp_sym_flag='-bexport'
4859         no_entry_flag='-bnoentry'
4860       fi
4862       # When large executables or shared objects are built, AIX ld can
4863       # have problems creating the table of contents.  If linking a library
4864       # or program results in "error TOC overflow" add -mminimal-toc to
4865       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
4866       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
4868       _LT_AC_TAGVAR(archive_cmds, $1)=''
4869       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4870       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
4871       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4873       if test "$GCC" = yes; then
4874         case $host_os in aix4.[012]|aix4.[012].*)
4875         # We only want to do this on AIX 4.2 and lower, the check
4876         # below for broken collect2 doesn't work under 4.3+
4877           collect2name=`${CC} -print-prog-name=collect2`
4878           if test -f "$collect2name" && \
4879            strings "$collect2name" | grep resolve_lib_name >/dev/null
4880           then
4881           # We have reworked collect2
4882           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4883           else
4884           # We have old collect2
4885           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4886           # It fails to find uninstalled libraries when the uninstalled
4887           # path is not listed in the libpath.  Setting hardcode_minus_L
4888           # to unsupported forces relinking
4889           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4890           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4891           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4892           fi
4893         esac
4894         shared_flag='-shared'
4895       else
4896         # not using gcc
4897         if test "$host_cpu" = ia64; then
4898         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
4899         # chokes on -Wl,-G. The following line is correct:
4900           shared_flag='-G'
4901         else
4902         if test "$aix_use_runtimelinking" = yes; then
4903             shared_flag='${wl}-G'
4904           else
4905             shared_flag='${wl}-bM:SRE'
4906         fi
4907         fi
4908       fi
4910       # It seems that -bexpall does not export symbols beginning with
4911       # underscore (_), so it is better to generate a list of symbols to export.
4912       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4913       if test "$aix_use_runtimelinking" = yes; then
4914         # Warning - without using the other runtime loading flags (-brtl),
4915         # -berok will link without error, but may produce a broken library.
4916         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
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         _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"
4921        else
4922         if test "$host_cpu" = ia64; then
4923           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
4924           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
4925           _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"
4926         else
4927          # Determine the default libpath from the value encoded in an empty executable.
4928          _LT_AC_SYS_LIBPATH_AIX
4929          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4930           # Warning - without using the other run time loading flags,
4931           # -berok will link without error, but may produce a broken library.
4932           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
4933           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
4934           # -bexpall does not export symbols beginning with underscore (_)
4935           _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4936           # Exported symbols can be pulled into shared objects from archives
4937           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
4938           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
4939           # This is similar to how AIX traditionally builds it's shared libraries.
4940           _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'
4941         fi
4942       fi
4943       ;;
4945     amigaos*)
4946       _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)'
4947       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4948       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4949       # see comment about different semantics on the GNU ld section
4950       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4951       ;;
4953     bsdi4*)
4954       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
4955       ;;
4957     cygwin* | mingw* | pw32*)
4958       # When not using gcc, we currently assume that we are using
4959       # Microsoft Visual C++.
4960       # hardcode_libdir_flag_spec is actually meaningless, as there is
4961       # no search path for DLLs.
4962       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
4963       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4964       # Tell ltmain to make .lib files, not .a files.
4965       libext=lib
4966       # Tell ltmain to make .dll files, not .so files.
4967       shrext_cmds=".dll"
4968       # FIXME: Setting linknames here is a bad hack.
4969       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
4970       # The linker will automatically build a .lib file if we build a DLL.
4971       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
4972       # FIXME: Should let the user specify the lib program.
4973       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
4974       fix_srcfile_path='`cygpath -w "$srcfile"`'
4975       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4976       ;;
4978     darwin* | rhapsody*)
4979     if test "$GXX" = yes ; then
4980       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4981       case "$host_os" in
4982       rhapsody* | darwin1.[[012]])
4983         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
4984         ;;
4985       *) # Darwin 1.3 on
4986       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
4987         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4988       else
4989         case ${MACOSX_DEPLOYMENT_TARGET} in
4990           10.[[012]])
4991             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4992             ;;
4993           10.*)
4994             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
4995             ;;
4996         esac
4997       fi
4998         ;;
4999       esac
5000         lt_int_apple_cc_single_mod=no
5001         output_verbose_link_cmd='echo'
5002         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
5003           lt_int_apple_cc_single_mod=yes
5004         fi
5005         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5006           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5007         else
5008         _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'
5009       fi
5010       _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5011       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
5012         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5013           _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}'
5014         else
5015           _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}'
5016         fi
5017           _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}'
5018       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5019       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5020       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5021       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
5022       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5023     else
5024       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5025     fi
5026       ;;
5028     dgux*)
5029       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5030       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5031       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5032       ;;
5034     freebsd1*)
5035       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5036       ;;
5038     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5039     # support.  Future versions do this automatically, but an explicit c++rt0.o
5040     # does not break anything, and helps significantly (at the cost of a little
5041     # extra space).
5042     freebsd2.2*)
5043       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5044       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5045       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5046       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5047       ;;
5049     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5050     freebsd2*)
5051       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5052       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5053       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5054       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5055       ;;
5057     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5058     freebsd* | kfreebsd*-gnu)
5059       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5060       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5061       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5062       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5063       ;;
5065     hpux9*)
5066       if test "$GCC" = yes; then
5067         _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'
5068       else
5069         _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'
5070       fi
5071       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5072       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5073       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5075       # hardcode_minus_L: Not really in the search PATH,
5076       # but as the default location of the library.
5077       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5078       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5079       ;;
5081     hpux10* | hpux11*)
5082       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5083         case "$host_cpu" in
5084         hppa*64*|ia64*)
5085           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5086           ;;
5087         *)
5088           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5089           ;;
5090         esac
5091       else
5092         case "$host_cpu" in
5093         hppa*64*|ia64*)
5094           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5095           ;;
5096         *)
5097           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5098           ;;
5099         esac
5100       fi
5101       if test "$with_gnu_ld" = no; then
5102         case "$host_cpu" in
5103         hppa*64*)
5104           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5105           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5106           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5107           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5108           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5109           ;;
5110         ia64*)
5111           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5112           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5113           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
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         *)
5120           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5121           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5122           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5123           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5125           # hardcode_minus_L: Not really in the search PATH,
5126           # but as the default location of the library.
5127           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5128           ;;
5129         esac
5130       fi
5131       ;;
5133     irix5* | irix6* | nonstopux*)
5134       if test "$GCC" = yes; then
5135         _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'
5136       else
5137         _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'
5138         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5139       fi
5140       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5141       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5142       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5143       ;;
5145     netbsd*)
5146       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5147         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5148       else
5149         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5150       fi
5151       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5152       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5153       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5154       ;;
5156     newsos6)
5157       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5158       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5159       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5160       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5161       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5162       ;;
5164     openbsd*)
5165       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5166       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5167       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
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         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5171       else
5172        case $host_os in
5173          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5174            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5175            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5176            ;;
5177          *)
5178            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5179            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5180            ;;
5181        esac
5182       fi
5183       ;;
5185     os2*)
5186       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5187       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5188       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5189       _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'
5190       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5191       ;;
5193     osf3*)
5194       if test "$GCC" = yes; then
5195         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5196         _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'
5197       else
5198         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5199         _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'
5200       fi
5201       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5202       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5203       ;;
5205     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5206       if test "$GCC" = yes; then
5207         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5208         _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'
5209         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5210       else
5211         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5212         _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'
5213         _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~
5214         $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'
5216         # Both c and cxx compiler support -rpath directly
5217         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5218       fi
5219       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5220       ;;
5222     sco3.2v5*)
5223       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5224       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5225       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5226       runpath_var=LD_RUN_PATH
5227       hardcode_runpath_var=yes
5228       ;;
5230     solaris*)
5231       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5232       if test "$GCC" = yes; then
5233         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5234         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5235           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5236       else
5237         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5238         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5239         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5240       fi
5241       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5242       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5243       case $host_os in
5244       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5245       *) # Supported since Solaris 2.6 (maybe 2.5.1?)
5246         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5247       esac
5248       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5249       ;;
5251     sunos4*)
5252       if test "x$host_vendor" = xsequent; then
5253         # Use $CC to link under sequent, because it throws in some extra .o
5254         # files that make .init and .fini sections work.
5255         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5256       else
5257         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5258       fi
5259       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5260       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5261       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5262       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5263       ;;
5265     sysv4)
5266       case $host_vendor in
5267         sni)
5268           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5269           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5270         ;;
5271         siemens)
5272           ## LD is ld it makes a PLAMLIB
5273           ## CC just makes a GrossModule.
5274           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5275           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5276           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5277         ;;
5278         motorola)
5279           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5280           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5281         ;;
5282       esac
5283       runpath_var='LD_RUN_PATH'
5284       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5285       ;;
5287     sysv4.3*)
5288       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5289       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5290       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5291       ;;
5293     sysv4*MP*)
5294       if test -d /usr/nec; then
5295         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5296         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5297         runpath_var=LD_RUN_PATH
5298         hardcode_runpath_var=yes
5299         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5300       fi
5301       ;;
5303     sysv4.2uw2*)
5304       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5305       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5306       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5307       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5308       hardcode_runpath_var=yes
5309       runpath_var=LD_RUN_PATH
5310       ;;
5312    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5313       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5314       if test "$GCC" = yes; then
5315         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5316       else
5317         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5318       fi
5319       runpath_var='LD_RUN_PATH'
5320       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5321       ;;
5323     sysv5*)
5324       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5325       # $CC -shared without GNU ld will not create a library from C++
5326       # object files and a static libstdc++, better avoid it by now
5327       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5328       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5329                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5330       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5331       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5332       runpath_var='LD_RUN_PATH'
5333       ;;
5335     uts4*)
5336       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5337       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5338       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5339       ;;
5341     *)
5342       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5343       ;;
5344     esac
5345   fi
5347 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5348 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5350 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5351 if test "$GCC" = yes; then
5352   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5356 # Do we need to explicitly link libc?
5358 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5359 x|xyes)
5360   # Assume -lc should be added
5361   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5363   if test "$enable_shared" = yes && test "$GCC" = yes; then
5364     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5365     *'~'*)
5366       # FIXME: we may have to deal with multi-command sequences.
5367       ;;
5368     '$CC '*)
5369       # Test whether the compiler implicitly links with -lc since on some
5370       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5371       # to ld, don't add -lc before -lgcc.
5372       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5373       $rm conftest*
5374       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5376       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5377         soname=conftest
5378         lib=conftest
5379         libobjs=conftest.$ac_objext
5380         deplibs=
5381         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5382         compiler_flags=-v
5383         linker_flags=-v
5384         verstring=
5385         output_objdir=.
5386         libname=conftest
5387         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5388         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5389         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5390         then
5391           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5392         else
5393           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5394         fi
5395         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5396       else
5397         cat conftest.err 1>&5
5398       fi
5399       $rm conftest*
5400       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5401       ;;
5402     esac
5403   fi
5404   ;;
5405 esac
5407 m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5408 # /* ltdll.c starts here */
5409 # #define WIN32_LEAN_AND_MEAN
5410 # #include <windows.h>
5411 # #undef WIN32_LEAN_AND_MEAN
5412 # #include <stdio.h>
5414 # #ifndef __CYGWIN__
5415 # #  ifdef __CYGWIN32__
5416 # #    define __CYGWIN__ __CYGWIN32__
5417 # #  endif
5418 # #endif
5420 # #ifdef __cplusplus
5421 # extern "C" {
5422 # #endif
5423 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5424 # #ifdef __cplusplus
5425 # }
5426 # #endif
5428 # #ifdef __CYGWIN__
5429 # #include <cygwin/cygwin_dll.h>
5430 # DECLARE_CYGWIN_DLL( DllMain );
5431 # #endif
5432 # HINSTANCE __hDllInstance_base;
5434 # BOOL APIENTRY
5435 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5436 # {
5437 #   __hDllInstance_base = hInst;
5438 #   return TRUE;
5439 # }
5440 # /* ltdll.c ends here */
5442 m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5443 m4trace:/usr/share/aclocal/libtool.m4:5878: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5444 m4trace:/usr/share/aclocal/libtool.m4:5879: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5445 m4trace:/usr/share/aclocal/libtool.m4:5880: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5446 m4trace:/usr/share/aclocal/libtool.m4:5881: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5447 m4trace:/usr/share/aclocal/libtool.m4:5882: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5448 m4trace:/usr/share/aclocal/libtool.m4:5883: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5449 m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5450 m4trace:/usr/share/aclocal/libtool.m4:5893: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5451   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5452   AC_SUBST(GCJFLAGS)
5454 m4trace:/usr/share/aclocal/libtool.m4:5897: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5456 m4trace:/usr/share/aclocal/libtool.m4:5960: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5457 AC_CACHE_VAL(lt_cv_path_SED,
5458 [# Loop through the user's path and test for sed and gsed.
5459 # Then use that list of sed's as ones to test for truncation.
5460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5461 for as_dir in $PATH
5463   IFS=$as_save_IFS
5464   test -z "$as_dir" && as_dir=.
5465   for lt_ac_prog in sed gsed; do
5466     for ac_exec_ext in '' $ac_executable_extensions; do
5467       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5468         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5469       fi
5470     done
5471   done
5472 done
5473 lt_ac_max=0
5474 lt_ac_count=0
5475 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5476 # along with /bin/sed that truncates output.
5477 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5478   test ! -f $lt_ac_sed && break
5479   cat /dev/null > conftest.in
5480   lt_ac_count=0
5481   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5482   # Check for GNU sed and select it if it is found.
5483   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5484     lt_cv_path_SED=$lt_ac_sed
5485     break
5486   fi
5487   while true; do
5488     cat conftest.in conftest.in >conftest.tmp
5489     mv conftest.tmp conftest.in
5490     cp conftest.in conftest.nl
5491     echo >>conftest.nl
5492     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5493     cmp -s conftest.out conftest.nl || break
5494     # 10000 chars as input seems more than enough
5495     test $lt_ac_count -gt 10 && break
5496     lt_ac_count=`expr $lt_ac_count + 1`
5497     if test $lt_ac_count -gt $lt_ac_max; then
5498       lt_ac_max=$lt_ac_count
5499       lt_cv_path_SED=$lt_ac_sed
5500     fi
5501   done
5502 done
5503 SED=$lt_cv_path_SED
5505 AC_MSG_RESULT([$SED])
5507 m4trace:/usr/share/aclocal-1.9/amversion.m4:23: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5508 m4trace:/usr/share/aclocal-1.9/amversion.m4:30: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.2])])
5509 m4trace:/usr/share/aclocal-1.9/auxdir.m4:63: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5510 AC_PREREQ([2.50])dnl
5511 # expand $ac_aux_dir to an absolute path
5512 am_aux_dir=`cd $ac_aux_dir && pwd`
5514 m4trace:/usr/share/aclocal-1.9/cond.m4:42: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5515  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5516         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5517 AC_SUBST([$1_TRUE])
5518 AC_SUBST([$1_FALSE])
5519 if $2; then
5520   $1_TRUE=
5521   $1_FALSE='#'
5522 else
5523   $1_TRUE='#'
5524   $1_FALSE=
5526 AC_CONFIG_COMMANDS_PRE(
5527 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5528   AC_MSG_ERROR([[conditional "$1" was never defined.
5529 Usually this means the macro was only invoked conditionally.]])
5530 fi])])
5531 m4trace:/usr/share/aclocal-1.9/depend.m4:142: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5532 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5533 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5534 AC_REQUIRE([AM_DEP_TRACK])dnl
5536 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5537        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5538        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5539        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5540                    [depcc="$$1"   am_compiler_list=])
5542 AC_CACHE_CHECK([dependency style of $depcc],
5543                [am_cv_$1_dependencies_compiler_type],
5544 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5545   # We make a subdir and do the tests there.  Otherwise we can end up
5546   # making bogus files that we don't know about and never remove.  For
5547   # instance it was reported that on HP-UX the gcc test will end up
5548   # making a dummy file named `D' -- because `-MD' means `put the output
5549   # in D'.
5550   mkdir conftest.dir
5551   # Copy depcomp to subdir because otherwise we won't find it if we're
5552   # using a relative directory.
5553   cp "$am_depcomp" conftest.dir
5554   cd conftest.dir
5555   # We will build objects and dependencies in a subdirectory because
5556   # it helps to detect inapplicable dependency modes.  For instance
5557   # both Tru64's cc and ICC support -MD to output dependencies as a
5558   # side effect of compilation, but ICC will put the dependencies in
5559   # the current directory while Tru64 will put them in the object
5560   # directory.
5561   mkdir sub
5563   am_cv_$1_dependencies_compiler_type=none
5564   if test "$am_compiler_list" = ""; then
5565      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5566   fi
5567   for depmode in $am_compiler_list; do
5568     # Setup a source with many dependencies, because some compilers
5569     # like to wrap large dependency lists on column 80 (with \), and
5570     # we should not choose a depcomp mode which is confused by this.
5571     #
5572     # We need to recreate these files for each test, as the compiler may
5573     # overwrite some of them when testing with obscure command lines.
5574     # This happens at least with the AIX C compiler.
5575     : > sub/conftest.c
5576     for i in 1 2 3 4 5 6; do
5577       echo '#include "conftst'$i'.h"' >> sub/conftest.c
5578       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5579       # Solaris 8's {/usr,}/bin/sh.
5580       touch sub/conftst$i.h
5581     done
5582     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5584     case $depmode in
5585     nosideeffect)
5586       # after this tag, mechanisms are not by side-effect, so they'll
5587       # only be used when explicitly requested
5588       if test "x$enable_dependency_tracking" = xyes; then
5589         continue
5590       else
5591         break
5592       fi
5593       ;;
5594     none) break ;;
5595     esac
5596     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5597     # mode.  It turns out that the SunPro C++ compiler does not properly
5598     # handle `-M -o', and we need to detect this.
5599     if depmode=$depmode \
5600        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5601        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5602        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5603          >/dev/null 2>conftest.err &&
5604        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5605        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5606        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5607       # icc doesn't choke on unknown options, it will just issue warnings
5608       # or remarks (even with -Werror).  So we grep stderr for any message
5609       # that says an option was ignored or not supported.
5610       # When given -MP, icc 7.0 and 7.1 complain thusly:
5611       #   icc: Command line warning: ignoring option '-M'; no argument required
5612       # The diagnosis changed in icc 8.0:
5613       #   icc: Command line remark: option '-MP' not supported
5614       if (grep 'ignoring option' conftest.err ||
5615           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5616         am_cv_$1_dependencies_compiler_type=$depmode
5617         break
5618       fi
5619     fi
5620   done
5622   cd ..
5623   rm -rf conftest.dir
5624 else
5625   am_cv_$1_dependencies_compiler_type=none
5628 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5629 AM_CONDITIONAL([am__fastdep$1], [
5630   test "x$enable_dependency_tracking" != xno \
5631   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5633 m4trace:/usr/share/aclocal-1.9/depend.m4:152: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5634 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5636 m4trace:/usr/share/aclocal-1.9/depend.m4:167: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5637 [  --disable-dependency-tracking  speeds up one-time build
5638   --enable-dependency-tracking   do not reject slow dependency extractors])
5639 if test "x$enable_dependency_tracking" != xno; then
5640   am_depcomp="$ac_aux_dir/depcomp"
5641   AMDEPBACKSLASH='\'
5643 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5644 AC_SUBST([AMDEPBACKSLASH])
5646 m4trace:/usr/share/aclocal-1.9/depout.m4:64: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5647   # Strip MF so we end up with the name of the file.
5648   mf=`echo "$mf" | sed -e 's/:.*$//'`
5649   # Check whether this is an Automake generated Makefile or not.
5650   # We used to match only the files named `Makefile.in', but
5651   # some people rename them; so instead we look at the file content.
5652   # Grep'ing the first line is not enough: some people post-process
5653   # each Makefile.in and add a new line on top of each file to say so.
5654   # So let's grep whole file.
5655   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5656     dirpart=`AS_DIRNAME("$mf")`
5657   else
5658     continue
5659   fi
5660   # Extract the definition of DEPDIR, am__include, and am__quote
5661   # from the Makefile without running `make'.
5662   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5663   test -z "$DEPDIR" && continue
5664   am__include=`sed -n 's/^am__include = //p' < "$mf"`
5665   test -z "am__include" && continue
5666   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5667   # When using ansi2knr, U may be empty or an underscore; expand it
5668   U=`sed -n 's/^U = //p' < "$mf"`
5669   # Find all dependency output files, they are included files with
5670   # $(DEPDIR) in their names.  We invoke sed twice because it is the
5671   # simplest approach to changing $(DEPDIR) to its actual value in the
5672   # expansion.
5673   for file in `sed -n "
5674     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5675        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5676     # Make sure the directory exists.
5677     test -f "$dirpart/$file" && continue
5678     fdir=`AS_DIRNAME(["$file"])`
5679     AS_MKDIR_P([$dirpart/$fdir])
5680     # echo "creating $dirpart/$file"
5681     echo '# dummy' > "$dirpart/$file"
5682   done
5683 done
5685 m4trace:/usr/share/aclocal-1.9/depout.m4:78: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5686      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5687      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5689 m4trace:/usr/share/aclocal-1.9/header.m4:23: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
5690 m4trace:/usr/share/aclocal-1.9/header.m4:23: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
5691 You should run autoupdate.])dnl
5692 AC_CONFIG_HEADERS($@)])
5693 m4trace:/usr/share/aclocal-1.9/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
5694 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
5695 dnl the ones we care about.
5696 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5697 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
5698 AC_REQUIRE([AC_PROG_INSTALL])dnl
5699 # test to see if srcdir already configured
5700 if test "`cd $srcdir && pwd`" != "`pwd`" &&
5701    test -f $srcdir/config.status; then
5702   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
5705 # test whether we have cygpath
5706 if test -z "$CYGPATH_W"; then
5707   if (cygpath --version) >/dev/null 2>/dev/null; then
5708     CYGPATH_W='cygpath -w'
5709   else
5710     CYGPATH_W=echo
5711   fi
5713 AC_SUBST([CYGPATH_W])
5715 # Define the identity of the package.
5716 dnl Distinguish between old-style and new-style calls.
5717 m4_ifval([$2],
5718 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5719  AC_SUBST([PACKAGE], [$1])dnl
5720  AC_SUBST([VERSION], [$2])],
5721 [_AM_SET_OPTIONS([$1])dnl
5722  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
5723  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
5725 _AM_IF_OPTION([no-define],,
5726 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5727  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
5729 # Some tools Automake needs.
5730 AC_REQUIRE([AM_SANITY_CHECK])dnl
5731 AC_REQUIRE([AC_ARG_PROGRAM])dnl
5732 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
5733 AM_MISSING_PROG(AUTOCONF, autoconf)
5734 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
5735 AM_MISSING_PROG(AUTOHEADER, autoheader)
5736 AM_MISSING_PROG(MAKEINFO, makeinfo)
5737 AM_PROG_INSTALL_SH
5738 AM_PROG_INSTALL_STRIP
5739 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
5740 # We need awk for the "check" target.  The system "awk" is bad on
5741 # some platforms.
5742 AC_REQUIRE([AC_PROG_AWK])dnl
5743 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
5744 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5745 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
5746               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
5747                              [_AM_PROG_TAR([v7])])])
5748 _AM_IF_OPTION([no-dependencies],,
5749 [AC_PROVIDE_IFELSE([AC_PROG_CC],
5750                   [_AM_DEPENDENCIES(CC)],
5751                   [define([AC_PROG_CC],
5752                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5753 AC_PROVIDE_IFELSE([AC_PROG_CXX],
5754                   [_AM_DEPENDENCIES(CXX)],
5755                   [define([AC_PROG_CXX],
5756                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5759 m4trace:/usr/share/aclocal-1.9/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5760 _am_stamp_count=1
5761 for _am_header in $config_headers :; do
5762   case $_am_header in
5763     $1 | $1:* )
5764       break ;;
5765     * )
5766       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5767   esac
5768 done
5769 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
5770 m4trace:/usr/share/aclocal-1.9/install-sh.m4:25: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5771 install_sh=${install_sh-"$am_aux_dir/install-sh"}
5772 AC_SUBST(install_sh)])
5773 m4trace:/usr/share/aclocal-1.9/lead-dot.m4:32: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5774 mkdir .tst 2>/dev/null
5775 if test -d .tst; then
5776   am__leading_dot=.
5777 else
5778   am__leading_dot=_
5780 rmdir .tst 2>/dev/null
5781 AC_SUBST([am__leading_dot])])
5782 m4trace:/usr/share/aclocal-1.9/maintainer.m4:37: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
5783   dnl maintainer-mode is disabled by default
5784   AC_ARG_ENABLE(maintainer-mode,
5785 [  --enable-maintainer-mode  enable make rules and dependencies not useful
5786                           (and sometimes confusing) to the casual installer],
5787       USE_MAINTAINER_MODE=$enableval,
5788       USE_MAINTAINER_MODE=no)
5789   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
5790   AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
5791   MAINT=$MAINTAINER_MODE_TRUE
5792   AC_SUBST(MAINT)dnl
5795 m4trace:/usr/share/aclocal-1.9/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
5796 m4trace:/usr/share/aclocal-1.9/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
5797 You should run autoupdate.])dnl
5798 AM_MAINTAINER_MODE])
5799 m4trace:/usr/share/aclocal-1.9/make.m4:62: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5800 cat > confinc << 'END'
5801 am__doit:
5802         @echo done
5803 .PHONY: am__doit
5805 # If we don't find an include directive, just comment out the code.
5806 AC_MSG_CHECKING([for style of include used by $am_make])
5807 am__include="#"
5808 am__quote=
5809 _am_result=none
5810 # First try GNU make style include.
5811 echo "include confinc" > confmf
5812 # We grep out `Entering directory' and `Leaving directory'
5813 # messages which can occur if `w' ends up in MAKEFLAGS.
5814 # In particular we don't look at `^make:' because GNU make might
5815 # be invoked under some other name (usually "gmake"), in which
5816 # case it prints its new name instead of `make'.
5817 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
5818    am__include=include
5819    am__quote=
5820    _am_result=GNU
5822 # Now try BSD make style include.
5823 if test "$am__include" = "#"; then
5824    echo '.include "confinc"' > confmf
5825    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
5826       am__include=.include
5827       am__quote="\""
5828       _am_result=BSD
5829    fi
5831 AC_SUBST([am__include])
5832 AC_SUBST([am__quote])
5833 AC_MSG_RESULT([$_am_result])
5834 rm -f confinc confmf
5836 m4trace:/usr/share/aclocal-1.9/missing.m4:31: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5837 $1=${$1-"${am_missing_run}$2"}
5838 AC_SUBST($1)])
5839 m4trace:/usr/share/aclocal-1.9/missing.m4:48: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5840 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
5841 # Use eval to expand $SHELL
5842 if eval "$MISSING --run true"; then
5843   am_missing_run="$MISSING --run "
5844 else
5845   am_missing_run=
5846   AC_MSG_WARN([`missing' script is too old or missing])
5849 m4trace:/usr/share/aclocal-1.9/mkdirp.m4:73: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
5850   # We used to keeping the `.' as first argument, in order to
5851   # allow $(mkdir_p) to be used without argument.  As in
5852   #   $(mkdir_p) $(somedir)
5853   # where $(somedir) is conditionally defined.  However this is wrong
5854   # for two reasons:
5855   #  1. if the package is installed by a user who cannot write `.'
5856   #     make install will fail,
5857   #  2. the above comment should most certainly read
5858   #     $(mkdir_p) $(DESTDIR)$(somedir)
5859   #     so it does not work when $(somedir) is undefined and
5860   #     $(DESTDIR) is not.
5861   #  To support the latter case, we have to write
5862   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
5863   #  so the `.' trick is pointless.
5864   mkdir_p='mkdir -p --'
5865 else
5866   # On NextStep and OpenStep, the `mkdir' command does not
5867   # recognize any option.  It will interpret all options as
5868   # directories to create, and then abort because `.' already
5869   # exists.
5870   for d in ./-p ./--version;
5871   do
5872     test -d $d && rmdir $d
5873   done
5874   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
5875   if test -f "$ac_aux_dir/mkinstalldirs"; then
5876     mkdir_p='$(mkinstalldirs)'
5877   else
5878     mkdir_p='$(install_sh) -d'
5879   fi
5881 AC_SUBST([mkdir_p])])
5882 m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5883 m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
5884 m4trace:/usr/share/aclocal-1.9/options.m4:37: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5885 m4trace:/usr/share/aclocal-1.9/options.m4:43: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5886 m4trace:/usr/share/aclocal-1.9/runlog.m4:27: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5887    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
5888    ac_status=$?
5889    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
5890    (exit $ac_status); }])
5891 m4trace:/usr/share/aclocal-1.9/sanity.m4:63: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5892 # Just in case
5893 sleep 1
5894 echo timestamp > conftest.file
5895 # Do `set' in a subshell so we don't clobber the current shell's
5896 # arguments.  Must try -L first in case configure is actually a
5897 # symlink; some systems play weird games with the mod time of symlinks
5898 # (eg FreeBSD returns the mod time of the symlink's containing
5899 # directory).
5900 if (
5901    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
5902    if test "$[*]" = "X"; then
5903       # -L didn't work.
5904       set X `ls -t $srcdir/configure conftest.file`
5905    fi
5906    rm -f conftest.file
5907    if test "$[*]" != "X $srcdir/configure conftest.file" \
5908       && test "$[*]" != "X conftest.file $srcdir/configure"; then
5910       # If neither matched, then we have a broken ls.  This can happen
5911       # if, for instance, CONFIG_SHELL is bash and it inherits a
5912       # broken ls alias from the environment.  This has actually
5913       # happened.  Such a system could not be considered "sane".
5914       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
5915 alias in your environment])
5916    fi
5918    test "$[2]" = conftest.file
5919    )
5920 then
5921    # Ok.
5922    :
5923 else
5924    AC_MSG_ERROR([newly created file is older than distributed files!
5925 Check your system clock])
5927 AC_MSG_RESULT(yes)])
5928 m4trace:/usr/share/aclocal-1.9/strip.m4:38: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5929 # Installed binaries are usually stripped using `strip' when the user
5930 # run `make install-strip'.  However `strip' might not be the right
5931 # tool to use in cross-compilation environments, therefore Automake
5932 # will honor the `STRIP' environment variable to overrule this program.
5933 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5934 if test "$cross_compiling" != no; then
5935   AC_CHECK_TOOL([STRIP], [strip], :)
5937 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
5938 AC_SUBST([INSTALL_STRIP_PROGRAM])])
5939 m4trace:/usr/share/aclocal-1.9/tar.m4:107: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
5940 AM_MISSING_PROG([AMTAR], [tar])
5941 m4_if([$1], [v7],
5942      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
5943      [m4_case([$1], [ustar],, [pax],,
5944               [m4_fatal([Unknown tar format])])
5945 AC_MSG_CHECKING([how to create a $1 tar archive])
5946 # Loop over all known methods to create a tar archive until one works.
5947 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5948 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
5949 # Do not fold the above two line into one, because Tru64 sh and
5950 # Solaris sh will not grok spaces in the rhs of `-'.
5951 for _am_tool in $_am_tools
5953   case $_am_tool in
5954   gnutar)
5955     for _am_tar in tar gnutar gtar;
5956     do
5957       AM_RUN_LOG([$_am_tar --version]) && break
5958     done
5959     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
5960     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
5961     am__untar="$_am_tar -xf -"
5962     ;;
5963   plaintar)
5964     # Must skip GNU tar: if it does not support --format= it doesn't create
5965     # ustar tarball either.
5966     (tar --version) >/dev/null 2>&1 && continue
5967     am__tar='tar chf - "$$tardir"'
5968     am__tar_='tar chf - "$tardir"'
5969     am__untar='tar xf -'
5970     ;;
5971   pax)
5972     am__tar='pax -L -x $1 -w "$$tardir"'
5973     am__tar_='pax -L -x $1 -w "$tardir"'
5974     am__untar='pax -r'
5975     ;;
5976   cpio)
5977     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
5978     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
5979     am__untar='cpio -i -H $1 -d'
5980     ;;
5981   none)
5982     am__tar=false
5983     am__tar_=false
5984     am__untar=false
5985     ;;
5986   esac
5988   # If the value was cached, stop now.  We just wanted to have am__tar
5989   # and am__untar set.
5990   test -n "${am_cv_prog_tar_$1}" && break
5992   # tar/untar a dummy directory, and stop if the command works
5993   rm -rf conftest.dir
5994   mkdir conftest.dir
5995   echo GrepMe > conftest.dir/file
5996   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
5997   rm -rf conftest.dir
5998   if test -s conftest.tar; then
5999     AM_RUN_LOG([$am__untar <conftest.tar])
6000     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6001   fi
6002 done
6003 rm -rf conftest.dir
6005 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6006 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6007 AC_SUBST([am__tar])
6008 AC_SUBST([am__untar])
6010 m4trace:/opt/montavista/pro/share/aclocal/pkg.m4:55: -1- AC_DEFUN([PKG_CHECK_MODULES], [
6011   succeeded=no
6013   if test -z "$PKG_CONFIG"; then
6014     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
6015   fi
6017   if test "$PKG_CONFIG" = "no" ; then
6018      echo "*** The pkg-config script could not be found. Make sure it is"
6019      echo "*** in your path, or set the PKG_CONFIG environment variable"
6020      echo "*** to the full path to pkg-config."
6021      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
6022   else
6023      PKG_CONFIG_MIN_VERSION=0.9.0
6024      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6025         AC_MSG_CHECKING(for $2)
6027         if $PKG_CONFIG --exists "$2" ; then
6028             AC_MSG_RESULT(yes)
6029             succeeded=yes
6031             AC_MSG_CHECKING($1_CFLAGS)
6032             $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
6033             AC_MSG_RESULT($$1_CFLAGS)
6035             AC_MSG_CHECKING($1_LIBS)
6036             $1_LIBS=`$PKG_CONFIG --libs "$2"`
6037             AC_MSG_RESULT($$1_LIBS)
6038         else
6039             $1_CFLAGS=""
6040             $1_LIBS=""
6041             ## If we have a custom action on failure, don't print errors, but 
6042             ## do set a variable so people can do so.
6043             $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
6044             ifelse([$4], ,echo $$1_PKG_ERRORS,)
6045         fi
6047         AC_SUBST($1_CFLAGS)
6048         AC_SUBST($1_LIBS)
6049      else
6050         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
6051         echo "*** See http://www.freedesktop.org/software/pkgconfig"
6052      fi
6053   fi
6055   if test $succeeded = yes; then
6056      ifelse([$3], , :, [$3])
6057   else
6058      ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
6059   fi
6061 m4trace:m4/as-compiler-flag.m4:24: -1- AC_DEFUN([AS_COMPILER_FLAG], [
6062   AC_MSG_CHECKING([to see if compiler understands $1])
6064   save_CFLAGS="$CFLAGS"
6065   CFLAGS="$CFLAGS $1"
6067   AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no])
6068   CFLAGS="$save_CFLAGS"
6070   if test "X$flag_ok" = Xyes ; then
6071     $2
6072     true
6073   else
6074     $3
6075     true
6076   fi
6077   AC_MSG_RESULT([$flag_ok])
6079 m4trace:m4/as-version.m4:59: -1- AC_DEFUN([AS_VERSION], [
6080   PACKAGE=[$1]
6081   [$2]_MAJOR=[$3]
6082   [$2]_MINOR=[$4]
6083   [$2]_MICRO=[$5]
6084   NANO=[$6]
6085   [$2]_NANO=$NANO
6086   if test "x$NANO" = "x" || test "x$NANO" = "x0";
6087   then
6088       AC_MSG_NOTICE(configuring [$1] for release)
6089       VERSION=[$3].[$4].[$5]
6090       [$2]_RELEASE=1
6091       dnl execute action
6092       ifelse([$7], , :, [$7])
6093   else
6094       AC_MSG_NOTICE(configuring [$1] for development with nano $NANO)
6095       VERSION=[$3].[$4].[$5].$NANO
6096       [$2]_RELEASE=`date +%Y%m%d_%H%M%S`
6097       dnl execute action
6098       ifelse([$8], , :, [$8])
6099   fi
6101   [$2]=$VERSION
6102   AC_DEFINE_UNQUOTED([$2], "$[$2]", [Define the version])
6103   AC_SUBST([$2])
6104   AC_DEFINE_UNQUOTED([$2]_RELEASE, "$[$2]_RELEASE", [Define the release version])
6105   AC_SUBST([$2]_RELEASE)
6107   AC_SUBST([$2]_MAJOR)
6108   AC_SUBST([$2]_MINOR)
6109   AC_SUBST([$2]_MICRO)
6110   AC_SUBST([$2]_NANO)
6111   AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define the package name])
6112   AC_SUBST(PACKAGE)
6113   AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Define the version])
6114   AC_SUBST(VERSION)
6116 m4trace:configure.ac:1: -1- AC_INIT
6117 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
6118 m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
6119 m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6120 m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
6121 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
6122 m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
6123 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
6124 m4trace:configure.ac:1: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
6125 m4trace:configure.ac:1: -1- AC_SUBST([PATH_SEPARATOR])
6126 m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
6127 m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
6128 m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
6129 m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
6130 m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
6131 m4trace:configure.ac:1: -1- AC_SUBST([exec_prefix], [NONE])
6132 m4trace:configure.ac:1: -1- AC_SUBST([prefix], [NONE])
6133 m4trace:configure.ac:1: -1- AC_SUBST([program_transform_name], [s,x,x,])
6134 m4trace:configure.ac:1: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
6135 m4trace:configure.ac:1: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
6136 m4trace:configure.ac:1: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
6137 m4trace:configure.ac:1: -1- AC_SUBST([datadir], ['${prefix}/share'])
6138 m4trace:configure.ac:1: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
6139 m4trace:configure.ac:1: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
6140 m4trace:configure.ac:1: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
6141 m4trace:configure.ac:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
6142 m4trace:configure.ac:1: -1- AC_SUBST([includedir], ['${prefix}/include'])
6143 m4trace:configure.ac:1: -1- AC_SUBST([oldincludedir], ['/usr/include'])
6144 m4trace:configure.ac:1: -1- AC_SUBST([infodir], ['${prefix}/info'])
6145 m4trace:configure.ac:1: -1- AC_SUBST([mandir], ['${prefix}/man'])
6146 m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
6147 m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
6148 #undef PACKAGE_NAME])
6149 m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
6150 m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
6151 #undef PACKAGE_TARNAME])
6152 m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
6153 m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
6154 #undef PACKAGE_VERSION])
6155 m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
6156 m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
6157 #undef PACKAGE_STRING])
6158 m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
6159 m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
6160 #undef PACKAGE_BUGREPORT])
6161 m4trace:configure.ac:1: -1- AC_SUBST([build_alias])
6162 m4trace:configure.ac:1: -1- AC_SUBST([host_alias])
6163 m4trace:configure.ac:1: -1- AC_SUBST([target_alias])
6164 m4trace:configure.ac:1: -1- AC_SUBST([DEFS])
6165 m4trace:configure.ac:1: -1- AC_SUBST([ECHO_C])
6166 m4trace:configure.ac:1: -1- AC_SUBST([ECHO_N])
6167 m4trace:configure.ac:1: -1- AC_SUBST([ECHO_T])
6168 m4trace:configure.ac:1: -1- AC_SUBST([LIBS])
6169 m4trace:configure.ac:7: -1- AS_VERSION([gst-fbvideosink], [GST_PLUGIN_VERSION], [0], [9], [7], [0], [GST_PLUGIN_TRUNK="no"], [GST_PLUGIN_TRUNK="yes"])
6170 m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([GST_PLUGIN_VERSION])
6171 m4trace:configure.ac:7: -1- AH_OUTPUT([GST_PLUGIN_VERSION], [/* Define the version */
6172 #undef GST_PLUGIN_VERSION])
6173 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION])
6174 m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([GST_PLUGIN_VERSION_RELEASE])
6175 m4trace:configure.ac:7: -1- AH_OUTPUT([GST_PLUGIN_VERSION_RELEASE], [/* Define the release version */
6176 #undef GST_PLUGIN_VERSION_RELEASE])
6177 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION_RELEASE])
6178 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION_MAJOR])
6179 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION_MINOR])
6180 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION_MICRO])
6181 m4trace:configure.ac:7: -1- AC_SUBST([GST_PLUGIN_VERSION_NANO])
6182 m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
6183 m4trace:configure.ac:7: -1- AH_OUTPUT([PACKAGE], [/* Define the package name */
6184 #undef PACKAGE])
6185 m4trace:configure.ac:7: -1- AC_SUBST([PACKAGE])
6186 m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
6187 m4trace:configure.ac:7: -1- AH_OUTPUT([VERSION], [/* Define the version */
6188 #undef VERSION])
6189 m4trace:configure.ac:7: -1- AC_SUBST([VERSION])
6190 m4trace:configure.ac:10: -1- AM_MAINTAINER_MODE
6191 m4trace:configure.ac:10: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
6192 m4trace:configure.ac:10: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
6193 m4trace:configure.ac:10: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
6194 m4trace:configure.ac:10: -1- AC_SUBST([MAINT])
6195 m4trace:configure.ac:12: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION])
6196 m4trace:configure.ac:12: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6197 m4trace:configure.ac:12: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6198 m4trace:configure.ac:12: -1- AM_AUTOMAKE_VERSION([1.9.2])
6199 m4trace:configure.ac:12: -1- AC_PROG_INSTALL
6200 m4trace:configure.ac:12: -1- AC_SUBST([INSTALL_PROGRAM])
6201 m4trace:configure.ac:12: -1- AC_SUBST([INSTALL_SCRIPT])
6202 m4trace:configure.ac:12: -1- AC_SUBST([INSTALL_DATA])
6203 m4trace:configure.ac:12: -1- AC_SUBST([CYGPATH_W])
6204 m4trace:configure.ac:12: -1- AC_SUBST([PACKAGE], [$PACKAGE])
6205 m4trace:configure.ac:12: -1- AC_SUBST([VERSION], [$VERSION])
6206 m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6207  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6208 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-define])
6209 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
6210 m4trace:configure.ac:12: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
6211 #undef PACKAGE])
6212 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
6213 m4trace:configure.ac:12: -1- AH_OUTPUT([VERSION], [/* Version number of package */
6214 #undef VERSION])
6215 m4trace:configure.ac:12: -1- AM_SANITY_CHECK
6216 m4trace:configure.ac:12: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6217 m4trace:configure.ac:12: -1- AM_MISSING_HAS_RUN
6218 m4trace:configure.ac:12: -1- AM_AUX_DIR_EXPAND
6219 m4trace:configure.ac:12: -1- AC_SUBST([ACLOCAL])
6220 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6221 m4trace:configure.ac:12: -1- AC_SUBST([AUTOCONF])
6222 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6223 m4trace:configure.ac:12: -1- AC_SUBST([AUTOMAKE])
6224 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6225 m4trace:configure.ac:12: -1- AC_SUBST([AUTOHEADER])
6226 m4trace:configure.ac:12: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6227 m4trace:configure.ac:12: -1- AC_SUBST([MAKEINFO])
6228 m4trace:configure.ac:12: -1- AM_PROG_INSTALL_SH
6229 m4trace:configure.ac:12: -1- AC_SUBST([install_sh])
6230 m4trace:configure.ac:12: -1- AM_PROG_INSTALL_STRIP
6231 m4trace:configure.ac:12: -1- AC_SUBST([STRIP])
6232 m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_STRIP])
6233 m4trace:configure.ac:12: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
6234 m4trace:configure.ac:12: -1- AM_PROG_MKDIR_P
6235 m4trace:configure.ac:12: -1- AC_SUBST([mkdir_p])
6236 m4trace:configure.ac:12: -1- AC_PROG_AWK
6237 m4trace:configure.ac:12: -1- AC_SUBST([AWK])
6238 m4trace:configure.ac:12: -1- AC_PROG_MAKE_SET
6239 m4trace:configure.ac:12: -1- AC_SUBST([SET_MAKE])
6240 m4trace:configure.ac:12: -1- AM_SET_LEADING_DOT
6241 m4trace:configure.ac:12: -1- AC_SUBST([am__leading_dot])
6242 m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6243                              [_AM_PROG_TAR([v7])])])
6244 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-ustar])
6245 m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6246 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-pax])
6247 m4trace:configure.ac:12: -1- _AM_PROG_TAR([v7])
6248 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AMTAR], [tar])
6249 m4trace:configure.ac:12: -1- AC_SUBST([AMTAR])
6250 m4trace:configure.ac:12: -1- AC_SUBST([am__tar])
6251 m4trace:configure.ac:12: -1- AC_SUBST([am__untar])
6252 m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6253                   [_AM_DEPENDENCIES(CC)],
6254                   [define([AC_PROG_CC],
6255                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6256 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6257                   [_AM_DEPENDENCIES(CXX)],
6258                   [define([AC_PROG_CXX],
6259                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6261 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-dependencies])
6262 m4trace:configure.ac:14: -1- AM_CONFIG_HEADER([config.h])
6263 m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6264 You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:23: AM_CONFIG_HEADER is expanded from...
6265 configure.ac:14: the top level])
6266 m4trace:configure.ac:14: -1- AC_CONFIG_HEADERS([config.h])
6267 m4trace:configure.ac:17: -1- AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4"])
6268 m4trace:configure.ac:20: -1- AC_PROG_CC
6269 m4trace:configure.ac:20: -1- AC_SUBST([CC])
6270 m4trace:configure.ac:20: -1- AC_SUBST([CFLAGS])
6271 m4trace:configure.ac:20: -1- AC_SUBST([LDFLAGS])
6272 m4trace:configure.ac:20: -1- AC_SUBST([CPPFLAGS])
6273 m4trace:configure.ac:20: -1- AC_SUBST([CC])
6274 m4trace:configure.ac:20: -1- AC_SUBST([ac_ct_CC])
6275 m4trace:configure.ac:20: -1- AC_SUBST([CC])
6276 m4trace:configure.ac:20: -1- AC_SUBST([ac_ct_CC])
6277 m4trace:configure.ac:20: -1- AC_SUBST([CC])
6278 m4trace:configure.ac:20: -1- AC_SUBST([CC])
6279 m4trace:configure.ac:20: -1- AC_SUBST([ac_ct_CC])
6280 m4trace:configure.ac:20: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
6281 m4trace:configure.ac:20: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
6282 m4trace:configure.ac:20: -1- _AM_DEPENDENCIES([CC])
6283 m4trace:configure.ac:20: -1- AM_SET_DEPDIR
6284 m4trace:configure.ac:20: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
6285 m4trace:configure.ac:20: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6286 m4trace:configure.ac:20: -1- AM_MAKE_INCLUDE
6287 m4trace:configure.ac:20: -1- AC_SUBST([am__include])
6288 m4trace:configure.ac:20: -1- AC_SUBST([am__quote])
6289 m4trace:configure.ac:20: -1- AM_DEP_TRACK
6290 m4trace:configure.ac:20: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6291 m4trace:configure.ac:20: -1- AC_SUBST([AMDEP_TRUE])
6292 m4trace:configure.ac:20: -1- AC_SUBST([AMDEP_FALSE])
6293 m4trace:configure.ac:20: -1- AC_SUBST([AMDEPBACKSLASH])
6294 m4trace:configure.ac:20: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
6295 m4trace:configure.ac:20: -1- AM_CONDITIONAL([am__fastdepCC], [
6296   test "x$enable_dependency_tracking" != xno \
6297   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6298 m4trace:configure.ac:20: -1- AC_SUBST([am__fastdepCC_TRUE])
6299 m4trace:configure.ac:20: -1- AC_SUBST([am__fastdepCC_FALSE])
6300 m4trace:configure.ac:21: -1- AC_PROG_LIBTOOL
6301 m4trace:configure.ac:21: -1- _AC_PROG_LIBTOOL
6302 m4trace:configure.ac:21: -1- AC_LIBTOOL_SETUP
6303 m4trace:configure.ac:21: -1- AC_ENABLE_SHARED
6304 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6305 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6306 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6307 /usr/share/aclocal/libtool.m4:1787: AC_ENABLE_SHARED is expanded from...
6308 configure.ac:21: AC_ENABLE_SHARED is required by...
6309 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6310 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6311 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6312 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6313 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6314 configure.ac:21: the top level])
6315 m4trace:configure.ac:21: -1- AC_ENABLE_STATIC
6316 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6317 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6318 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6319 /usr/share/aclocal/libtool.m4:1826: AC_ENABLE_STATIC is expanded from...
6320 configure.ac:21: AC_ENABLE_STATIC is required by...
6321 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6322 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6323 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6324 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6325 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6326 configure.ac:21: the top level])
6327 m4trace:configure.ac:21: -1- AC_ENABLE_FAST_INSTALL
6328 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6329 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6330 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6331 /usr/share/aclocal/libtool.m4:1865: AC_ENABLE_FAST_INSTALL is expanded from...
6332 configure.ac:21: AC_ENABLE_FAST_INSTALL is required by...
6333 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6334 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6335 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6336 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6337 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6338 configure.ac:21: the top level])
6339 m4trace:configure.ac:21: -1- AC_CANONICAL_HOST
6340 m4trace:configure.ac:21: -1- AC_SUBST([build], [$ac_cv_build])
6341 m4trace:configure.ac:21: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6342 m4trace:configure.ac:21: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6343 m4trace:configure.ac:21: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6344 m4trace:configure.ac:21: -1- AC_SUBST([host], [$ac_cv_host])
6345 m4trace:configure.ac:21: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6346 m4trace:configure.ac:21: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6347 m4trace:configure.ac:21: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6348 m4trace:configure.ac:21: -1- AC_PROG_LD
6349 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6350 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6351 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6352 /usr/share/aclocal/libtool.m4:2062: AC_PROG_LD is expanded from...
6353 configure.ac:21: AC_PROG_LD is required by...
6354 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6355 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6356 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6357 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6358 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6359 configure.ac:21: the top level])
6360 m4trace:configure.ac:21: -1- LT_AC_PROG_SED
6361 m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
6362 m4trace:configure.ac:21: -1- AC_PROG_EGREP
6363 m4trace:configure.ac:21: -1- AC_SUBST([EGREP])
6364 m4trace:configure.ac:21: -1- AC_PROG_LD_RELOAD_FLAG
6365 m4trace:configure.ac:21: -1- AC_PROG_NM
6366 m4trace:configure.ac:21: -1- AC_PROG_LN_S
6367 m4trace:configure.ac:21: -1- AC_SUBST([LN_S], [$as_ln_s])
6368 m4trace:configure.ac:21: -1- AC_DEPLIBS_CHECK_METHOD
6369 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6370 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6371 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6372 m4trace:configure.ac:21: -1- AC_LIBTOOL_OBJDIR
6373 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
6374 m4trace:configure.ac:21: -1- _LT_AC_PROG_ECHO_BACKSLASH
6375 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([
6376 # Check that we are running under the correct shell.
6377 SHELL=${CONFIG_SHELL-/bin/sh}
6379 case X$ECHO in
6380 X*--fallback-echo)
6381   # Remove one level of quotation (which was required for Make).
6382   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6383   ;;
6384 esac
6386 echo=${ECHO-echo}
6387 if test "X[$]1" = X--no-reexec; then
6388   # Discard the --no-reexec flag, and continue.
6389   shift
6390 elif test "X[$]1" = X--fallback-echo; then
6391   # Avoid inline document here, it may be left over
6392   :
6393 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6394   # Yippee, $echo works!
6395   :
6396 else
6397   # Restart under the correct shell.
6398   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6401 if test "X[$]1" = X--fallback-echo; then
6402   # used as fallback echo
6403   shift
6404   cat <<EOF
6405 [$]*
6407   exit 0
6410 # The HP-UX ksh and POSIX shell print the target directory to stdout
6411 # if CDPATH is set.
6412 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6414 if test -z "$ECHO"; then
6415 if test "X${echo_test_string+set}" != Xset; then
6416 # find a string as large as possible, as long as the shell can cope with it
6417   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6418     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6419     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6420        echo_test_string="`eval $cmd`" &&
6421        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6422     then
6423       break
6424     fi
6425   done
6428 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6429    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6430    test "X$echo_testing_string" = "X$echo_test_string"; then
6431   :
6432 else
6433   # The Solaris, AIX, and Digital Unix default echo programs unquote
6434   # backslashes.  This makes it impossible to quote backslashes using
6435   #   echo "$something" | sed 's/\\/\\\\/g'
6436   #
6437   # So, first we look for a working echo in the user's PATH.
6439   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6440   for dir in $PATH /usr/ucb; do
6441     IFS="$lt_save_ifs"
6442     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6443        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6444        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6445        test "X$echo_testing_string" = "X$echo_test_string"; then
6446       echo="$dir/echo"
6447       break
6448     fi
6449   done
6450   IFS="$lt_save_ifs"
6452   if test "X$echo" = Xecho; then
6453     # We didn't find a better echo, so look for alternatives.
6454     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6455        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6456        test "X$echo_testing_string" = "X$echo_test_string"; then
6457       # This shell has a builtin print -r that does the trick.
6458       echo='print -r'
6459     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6460          test "X$CONFIG_SHELL" != X/bin/ksh; then
6461       # If we have ksh, try running configure again with it.
6462       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6463       export ORIGINAL_CONFIG_SHELL
6464       CONFIG_SHELL=/bin/ksh
6465       export CONFIG_SHELL
6466       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6467     else
6468       # Try using printf.
6469       echo='printf %s\n'
6470       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6471          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6472          test "X$echo_testing_string" = "X$echo_test_string"; then
6473         # Cool, printf works
6474         :
6475       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6476            test "X$echo_testing_string" = 'X\t' &&
6477            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6478            test "X$echo_testing_string" = "X$echo_test_string"; then
6479         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6480         export CONFIG_SHELL
6481         SHELL="$CONFIG_SHELL"
6482         export SHELL
6483         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6484       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6485            test "X$echo_testing_string" = 'X\t' &&
6486            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6487            test "X$echo_testing_string" = "X$echo_test_string"; then
6488         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6489       else
6490         # maybe with a smaller string...
6491         prev=:
6493         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6494           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6495           then
6496             break
6497           fi
6498           prev="$cmd"
6499         done
6501         if test "$prev" != 'sed 50q "[$]0"'; then
6502           echo_test_string=`eval $prev`
6503           export echo_test_string
6504           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6505         else
6506           # Oops.  We lost completely, so just stick with echo.
6507           echo=echo
6508         fi
6509       fi
6510     fi
6511   fi
6515 # Copy echo and quote the copy suitably for passing to libtool from
6516 # the Makefile, instead of quoting the original, which is used later.
6517 ECHO=$echo
6518 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6519    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6522 AC_SUBST(ECHO)
6524 m4trace:configure.ac:21: -1- AC_SUBST([ECHO])
6525 m4trace:configure.ac:21: -1- AC_SUBST([AR])
6526 m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_AR])
6527 m4trace:configure.ac:21: -1- AC_SUBST([RANLIB])
6528 m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_RANLIB])
6529 m4trace:configure.ac:21: -1- AC_SUBST([STRIP])
6530 m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_STRIP])
6531 m4trace:configure.ac:21: -1- AC_PATH_MAGIC
6532 m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6533 m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6534 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6535 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6536 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6537 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6538 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6539 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6540 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6541 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6542 configure.ac:21: the top level])
6543 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6544 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6545 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6546 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6547 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6548 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6549 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6550 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6551 configure.ac:21: the top level])
6552 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_C_CONFIG
6553 m4trace:configure.ac:21: -1- _LT_AC_LANG_C_CONFIG
6554 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [])
6555 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
6556 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6557 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6558 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6559 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6560 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6561 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6562 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6563 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6564 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
6565 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
6566 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6567 m4trace:configure.ac:21: -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, )=])
6568 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6569 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6570 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6571 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6572 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6573 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6574 m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
6575 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6576 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6577 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6578 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6579 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6580 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6581 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6582 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6583 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6584 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6585 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6586 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6587 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6588 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6589 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6590 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6591 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6592 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6593 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6594 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6595 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6596 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6597 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6598 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6599 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6600 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6601 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6602 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6603 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6604 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6605 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6606 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6607 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6608 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6609 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6610 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6611 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6612 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6613 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6614 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6615 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6616 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6617 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6618 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6619 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6620 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6621 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6622 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6623 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6624 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6625 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6626 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6627 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6628 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6629 m4trace:configure.ac:21: -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
6630      "" | " "*) ;;
6631      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6632      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
6633      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
6634 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6635 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6636 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6637 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6638 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6639 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6640 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6641 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6642 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6643 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6644 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6645 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([])
6646 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6647 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6648 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6649 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6650 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6651 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
6652 m4trace:configure.ac:21: -1- _LT_AC_LOCK
6653 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
6654 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
6655 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
6656 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
6657 /usr/share/aclocal/libtool.m4:559: _LT_AC_LOCK is expanded from...
6658 configure.ac:21: _LT_AC_LOCK is required by...
6659 /usr/share/aclocal/libtool.m4:990: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
6660 /usr/share/aclocal/libtool.m4:2622: _LT_AC_LANG_C_CONFIG is expanded from...
6661 /usr/share/aclocal/libtool.m4:2485: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
6662 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
6663 configure.ac:21: AC_LIBTOOL_SETUP is required by...
6664 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
6665 configure.ac:21: _AC_PROG_LIBTOOL is required by...
6666 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
6667 configure.ac:21: the top level])
6668 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6669 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
6670 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6671 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6672 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6673 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6674 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6675 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6676 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6677 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6678 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6679 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6680 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6681 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6682 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6683 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6684 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6685 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6686 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6687 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
6688 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6689 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6690 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6691 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
6692 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6693 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6694 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6695 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6696 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6697 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6698 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6699 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6700 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6701 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6702 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6703 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6704 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6705 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6706 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6707 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6708 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6709 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6710 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6711 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6712 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6713 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6714 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6715 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6716 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6717 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6718 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6719 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6720 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6721 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6722 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6723 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6724 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6725 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6726 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6727 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6728 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6729 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6730 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6731 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6732 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6733 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6734 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6735 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6736 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6737 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6738 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6739 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6740 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6741 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6742 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6743 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6744 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6745 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6746 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6747 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6748 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6749 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
6750 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6751 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6752 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6753 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6754 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6755 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
6756 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6757 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6758 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6759 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6760 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6761 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6762 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6763 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6764 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6765 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6766 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6767 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6768 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6769 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6770 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6771 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6772 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6773 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6774 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6775 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6776 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6777 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6778 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6779 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6780 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6781 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
6782 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6783 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6784 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6785 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6786 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6787 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6788 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6789 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6790 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6791 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6792 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6793 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6794 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6795 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6796 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6797 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6798 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6799 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6800 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6801 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6802 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6803 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6804 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6805 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6806 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6807 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6808 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6809 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6810 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6811 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6812 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6813 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6814 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6815 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6816 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6817 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6818 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6819 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6820 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6821 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6822 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6823 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6824 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6825 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6826 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6827 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6828 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6829 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6830 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6831 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6832 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6833 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6834 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6835 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6836 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6837 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6838 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6839 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6840 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6841 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6842 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6843 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6844 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6845 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6846 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6847 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6848 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6849 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6850 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6851 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6852 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6853 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6854 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6855 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6856 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6857 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6858 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6859 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6860 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6861 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6862 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6863 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6864 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6865 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6866 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6867 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6868 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6869 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6870 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6871 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6872 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6873 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6874 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6875 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6876 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6877 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6878 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6879 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6880 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6881 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6882 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6883 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6884 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6885 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6886 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6887 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6888 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6889 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6890 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6891 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6892 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6893 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6894 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6895 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6896 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6897 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [])
6898 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6899 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6900 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6901 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6902 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6903 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6904 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6905 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6906 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6907 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6908 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6909 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6910 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6911 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6912 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6913 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6914 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6915 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6916 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6917 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6918 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6919 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6920 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6921 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6922 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6923 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6924 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6925 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6926 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6927 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6928 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6929 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6930 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
6931 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6932 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6933 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6934 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [])
6935 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6936 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6937 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6938 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6939 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6940 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
6941 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
6942 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6943 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6944 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var ])
6945 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6946 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6947 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6948 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6949 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6950 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6951 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6952 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6953 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
6954 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
6955 m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([])
6956 m4trace:configure.ac:21: -1- _LT_AC_CHECK_DLFCN
6957 m4trace:configure.ac:21: -1- AC_CHECK_HEADERS([dlfcn.h])
6958 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
6959 #undef HAVE_DLFCN_H])
6960 m4trace:configure.ac:21: -1- AC_HEADER_STDC
6961 m4trace:configure.ac:21: -1- AC_PROG_CPP
6962 m4trace:configure.ac:21: -1- AC_SUBST([CPP])
6963 m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
6964 m4trace:configure.ac:21: -1- AC_SUBST([CPP])
6965 m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
6966 m4trace:configure.ac:21: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
6967 #undef STDC_HEADERS])
6968 m4trace:configure.ac:21: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6969                   inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
6970 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
6971 #undef HAVE_SYS_TYPES_H])
6972 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
6973 #undef HAVE_SYS_STAT_H])
6974 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
6975 #undef HAVE_STDLIB_H])
6976 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
6977 #undef HAVE_STRING_H])
6978 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
6979 #undef HAVE_MEMORY_H])
6980 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
6981 #undef HAVE_STRINGS_H])
6982 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
6983 #undef HAVE_INTTYPES_H])
6984 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
6985 #undef HAVE_STDINT_H])
6986 m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
6987 #undef HAVE_UNISTD_H])
6988 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
6989     lt_cv_dlopen="dyld"
6990     lt_cv_dlopen_libs=
6991     lt_cv_dlopen_self=yes
6992     ])
6993 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
6994               [lt_cv_dlopen="dlopen"],
6995           [AC_CHECK_LIB([dl], [dlopen],
6996                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6997             [AC_CHECK_LIB([svld], [dlopen],
6998                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6999               [AC_CHECK_LIB([dld], [dld_link],
7000                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7001               ])
7002             ])
7003           ])
7004         ])
7005 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
7006                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7007               [AC_CHECK_LIB([dld], [dld_link],
7008                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7009               ])
7010             ])
7011 m4trace:configure.ac:21: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
7012                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7013               ])
7014 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7015 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
7016 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
7017 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7018 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7019 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7020 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7021 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7022 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7023 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7024 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7025 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7026 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7027 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7028 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7029 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7030 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7031 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7032 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([])
7033 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
7034 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [])
7035 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
7036 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7037 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7038 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7039 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7040 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7041 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7042 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7043 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7044 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7045 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7046 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
7047 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
7048 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
7049 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
7050 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7051 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7052 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7053 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7054 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7055 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7056 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7057 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7058 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7059 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7060 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7061 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7062 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7063 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7064 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7065 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7066 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7067 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
7068 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7069 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7070 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7071 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7072 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7073 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7074 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7075 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7076 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7077 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7078 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
7079 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [])
7080 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
7081 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7082 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7083 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7084 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7085 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7086 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7087 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7088 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7089 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7090 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7091 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7092 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7093 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7094 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7095 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7096 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
7097 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
7098 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
7099 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
7100 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7101 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7102 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7103 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7104 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7105 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7106 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7107 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7108 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7109 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7110 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7111 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7112 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7113 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7114 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7115 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7116 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
7117 m4trace:configure.ac:21: -1- _LT_AC_TAGCONFIG
7118 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7119 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
7120 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
7121 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
7122 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
7123 configure.ac:21: AC_LIBTOOL_SETUP is required by...
7124 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
7125 configure.ac:21: _AC_PROG_LIBTOOL is required by...
7126 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
7127 configure.ac:21: the top level])
7128 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
7129 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
7130 configure.ac:21: AC_LIBTOOL_SETUP is required by...
7131 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
7132 configure.ac:21: _AC_PROG_LIBTOOL is required by...
7133 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
7134 configure.ac:21: the top level])
7135 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
7136 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
7137 configure.ac:21: AC_LIBTOOL_SETUP is required by...
7138 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
7139 configure.ac:21: _AC_PROG_LIBTOOL is required by...
7140 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
7141 configure.ac:21: the top level])
7142 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7143 m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7144 m4trace:configure.ac:21: -1- AC_PROG_CXX
7145 m4trace:configure.ac:21: -1- AC_SUBST([CXX])
7146 m4trace:configure.ac:21: -1- AC_SUBST([CXXFLAGS])
7147 m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS])
7148 m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
7149 m4trace:configure.ac:21: -1- AC_SUBST([CXX])
7150 m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_CXX])
7151 m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CXX])
7152 m4trace:configure.ac:21: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
7153 m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCXX], [
7154   test "x$enable_dependency_tracking" != xno \
7155   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7156 m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCXX_TRUE])
7157 m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCXX_FALSE])
7158 m4trace:configure.ac:21: -1- AC_SUBST([CXXCPP])
7159 m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
7160 m4trace:configure.ac:21: -1- AC_SUBST([CXXCPP])
7161 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7162 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7163 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7164 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7165 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7166 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7167 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7168 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7169 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7170 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7171 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7172 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7173 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7174 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7175 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7176 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7177 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7178 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7179 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7180 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7181 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
7182 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7183 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7184 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [CXX])
7185 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
7186 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
7187 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7188 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7189 m4trace:configure.ac:21: -1- AC_PROG_LD
7190 m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
7191 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7192 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7193 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7194 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7195 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7196 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7197 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7198 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7199 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7200 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7201 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7202 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7203 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7204 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7205 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7206 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7207 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7208 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7209 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7210 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7211 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7212 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7213 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7214 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7215 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7216 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7217 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7218 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7219 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7220 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7221 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7222 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7223 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7224 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7225 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7226 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7227 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7228 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7229 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7230 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7231 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7232 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7233 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7234 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7235 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7236 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7237 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7238 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7239 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7240 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7241 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7242 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7243 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7244 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7245 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7246 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7247 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7248 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7249 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7250 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7251 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7252 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7253 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7254 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7255 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7256 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7257 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7258 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7259 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7260 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7261 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7262 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7263 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7264 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7265 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7266 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7267 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7268 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7269 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7270 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7271 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7272 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7273 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7274 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7275 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7276 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7277 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7278 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7279 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7280 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7281 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7282 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7283 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7284 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7285 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7286 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7287 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7288 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7289 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7290 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7291 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7292 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7293 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7294 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7295 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7296 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7297 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7298 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7299 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7300 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7301 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7302 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7303 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7304 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7305 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7306 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7307 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7308 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7309 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7310 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7311 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7312 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7313 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7314 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7315 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7316 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7317 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7318 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7319 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7320 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7321 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7322 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7323 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7324 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7325 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7326 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7327 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7328 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7329 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7330 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7331 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7332 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7333 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7334 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7335 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7336 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7337 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7338 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7339 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7340 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7341 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7342 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7343 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7344 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7345 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7346 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7347 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7348 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7349 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7350 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7351 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7352 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7353 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7354 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7355 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7356 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7357 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7358 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7359 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7360 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7361 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7362 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7363 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7364 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7365 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7366 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7367 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7368 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7369 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7370 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7371 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7372 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7373 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7374 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7375 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
7376 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
7377 m4trace:configure.ac:21: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7378 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7379 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7380 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7381 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7382 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7383 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7384 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7385 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7386 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7387 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7388 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7389 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7390 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7391 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7392 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7393 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7394 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7395 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7396 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7397 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7398 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7399 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7400 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7401 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7402 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7403 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7404 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7405 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7406 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7407 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7408 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7409 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7410 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7411 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7412 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7413 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7414 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7415 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7416 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7417 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7418 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7419 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7420 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7421 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7422 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7423 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7424 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7425 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7426 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7427 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7428 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7429 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7430 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7431 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7432 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7433 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7434 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7435 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7436 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7437 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7438 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7439 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7440 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7441 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7442 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7443 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7444 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7445 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7446 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7447 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7448 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7449 m4trace:configure.ac:21: -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
7450      "" | " "*) ;;
7451      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7452      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7453      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7454 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7455 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7456 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7457 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7458 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7459 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7460 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7461 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7462 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7463 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7464 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7465 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7466 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7467 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7468 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7469 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7470 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7471 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7472 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7473 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7474 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7475 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7476 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7477 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7478 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7479 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7480 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7481 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7482 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7483 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7484 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7485 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7486 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7487 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7488 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7489 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7490 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7491 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7492 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7493 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7494 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7495 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7496 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7497 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7498 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7499 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var CXX])
7500 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7501 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7502 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7503 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7504 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7505 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7506 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7507 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7508 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7509 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
7510 m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
7511 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
7512     lt_cv_dlopen="dyld"
7513     lt_cv_dlopen_libs=
7514     lt_cv_dlopen_self=yes
7515     ])
7516 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
7517               [lt_cv_dlopen="dlopen"],
7518           [AC_CHECK_LIB([dl], [dlopen],
7519                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
7520             [AC_CHECK_LIB([svld], [dlopen],
7521                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7522               [AC_CHECK_LIB([dld], [dld_link],
7523                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7524               ])
7525             ])
7526           ])
7527         ])
7528 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
7529                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7530               [AC_CHECK_LIB([dld], [dld_link],
7531                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7532               ])
7533             ])
7534 m4trace:configure.ac:21: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
7535                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7536               ])
7537 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7538 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
7539 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
7540 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([CXX])
7541 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
7542 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [CXX])
7543 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
7544 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7545 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7546 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7547 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7548 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7549 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7550 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7551 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7552 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7553 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7554 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7555 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7556 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
7557 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7558 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7559 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7560 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7561 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7562 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7563 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7564 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7565 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7566 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7567 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7568 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7569 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7570 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7571 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7572 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7573 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7574 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7575 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7576 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7577 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7578 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7579 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7580 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7581 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7582 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7583 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7584 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7585 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7586 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
7587 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
7588 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
7589 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7590 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7591 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7592 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7593 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7594 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7595 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7596 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7597 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7598 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7599 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7600 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7601 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7602 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7603 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7604 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7605 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7606 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
7607 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7608 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7609 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7610 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7611 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7612 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7613 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7614 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7615 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7616 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7617 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7618 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7619 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7620 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7621 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7622 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7623 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7624 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7625 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_F77_CONFIG
7626 m4trace:configure.ac:21: -1- _LT_AC_LANG_F77_CONFIG([F77])
7627 m4trace:configure.ac:21: -1- AC_SUBST([F77])
7628 m4trace:configure.ac:21: -1- AC_SUBST([FFLAGS])
7629 m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS])
7630 m4trace:configure.ac:21: -1- AC_SUBST([F77])
7631 m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_F77])
7632 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7633 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7634 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7635 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7636 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7637 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7638 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7639 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7640 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7641 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7642 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7643 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7644 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7645 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7646 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7647 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7648 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7649 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7650 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [F77])
7651 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
7652 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
7653 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7654 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
7655 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
7656 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
7657 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7658 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7659 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7660 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7661 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7662 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7663 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7664 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7665 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7666 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7667 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7668 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7669 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7670 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7671 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7672 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7673 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7674 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7675 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7676 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7677 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7678 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7679 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7680 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7681 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7682 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7683 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7684 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7685 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7686 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7687 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7688 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7689 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7690 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7691 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7692 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7693 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7694 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7695 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7696 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7697 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7698 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7699 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7700 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7701 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7702 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7703 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7704 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7705 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7706 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7707 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
7708 m4trace:configure.ac:21: -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
7709      "" | " "*) ;;
7710      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
7711      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
7712      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
7713 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7714 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7715 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7716 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7717 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7718 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7719 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7720 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7721 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7722 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7723 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7724 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
7725 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7726 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7727 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7728 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7729 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7730 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
7731 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7732 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
7733 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7734 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7735 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7736 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7737 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7738 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7739 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7740 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7741 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7742 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7743 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7744 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7745 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7746 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7747 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7748 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7749 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7750 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7751 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7752 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7753 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7754 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7755 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7756 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7757 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7758 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7759 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7760 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7761 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7762 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7763 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7764 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7765 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7766 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7767 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7768 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7769 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7770 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7771 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7772 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7773 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7774 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7775 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7776 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7777 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7778 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7779 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7780 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7781 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7782 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7783 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7784 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7785 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7786 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7787 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7788 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7789 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7790 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7791 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7792 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7793 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7794 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7795 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7796 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7797 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7798 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7799 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7800 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7801 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7802 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7803 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7804 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7805 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7806 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7807 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7808 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7809 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7810 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7811 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7812 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7813 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7814 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7815 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7816 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7817 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7818 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7819 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7820 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7821 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7822 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7823 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7824 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7825 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7826 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7827 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7828 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7829 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7830 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7831 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7832 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7833 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7834 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7835 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7836 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7837 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7838 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7839 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7840 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7841 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7842 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7843 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7844 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7845 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7846 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7847 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7848 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7849 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7850 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7851 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7852 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7853 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7854 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7855 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7856 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7857 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7858 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7859 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7860 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7861 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7862 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7863 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7864 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7865 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7866 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7867 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7868 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7869 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7870 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7871 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7872 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7873 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7874 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7875 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7876 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7877 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7878 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7879 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7880 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7881 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7882 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7883 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7884 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7885 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7886 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7887 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7888 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7889 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7890 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7891 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7892 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7893 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7894 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7895 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7896 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7897 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7898 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7899 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7900 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7901 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7902 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7903 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7904 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7905 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7906 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7907 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7908 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7909 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7910 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7911 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7912 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7913 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7914 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7915 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7916 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7917 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7918 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7919 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7920 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7921 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7922 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7923 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7924 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7925 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7926 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7927 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7928 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7929 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7930 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7931 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7932 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7933 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7934 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7935 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7936 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7937 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7938 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7939 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7940 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7941 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7942 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7943 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7944 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7945 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7946 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7947 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7948 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7949 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7950 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7951 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7952 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7953 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7954 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7955 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7956 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7957 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7958 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7959 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7960 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
7961 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7962 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7963 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7964 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7965 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7966 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7967 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7968 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7969 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7970 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7971 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7972 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7973 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7974 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7975 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7976 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7977 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7978 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7979 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7980 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7981 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7982 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7983 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7984 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7985 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7986 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7987 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7988 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7989 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7990 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7991 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7992 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7993 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7994 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7995 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7996 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7997 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
7998 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7999 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8000 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8001 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8002 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8003 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8004 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8005 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8006 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8007 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var F77])
8008 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8009 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8010 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8011 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8012 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8013 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8014 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8015 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8016 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8017 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
8018 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([F77])
8019 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
8020 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [F77])
8021 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
8022 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8023 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8024 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8025 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8026 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8027 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8028 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8029 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8030 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8031 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8032 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8033 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8034 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
8035 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
8036 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8037 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8038 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8039 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8040 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8041 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8042 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8043 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8044 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8045 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8046 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8047 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8048 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8049 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8050 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8051 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8052 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8053 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8054 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8055 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8056 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8057 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8058 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8059 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8060 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8061 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8062 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8063 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8064 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
8065 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
8066 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
8067 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8068 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8069 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8070 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8071 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8072 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8073 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8074 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8075 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8076 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8077 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8078 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8079 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8080 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8081 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8082 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8083 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8084 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
8085 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
8086 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8087 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8088 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8089 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8090 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8091 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8092 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8093 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8094 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8095 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8096 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8097 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8098 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8099 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8100 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8101 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8102 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8103 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8104 m4trace:configure.ac:21: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8105 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8106 You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8107 /usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8108 /usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8109 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8110 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8111 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8112 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8113 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8114 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8115 configure.ac:21: the top level])
8116 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8117 and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8118 /usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8119 /usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8120 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8121 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8122 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8123 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8124 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8125 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8126 configure.ac:21: the top level])
8127 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [GCJ])
8128 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
8129 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8130 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8131 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8132 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8133 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8134 m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ) -fno-rtti -fno-exceptions"])
8135 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8136 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8137 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8138 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8139 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8140 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8141 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8142 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8143 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8144 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8145 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8146 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8147 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8148 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8149 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8150 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8151 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8152 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8153 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8154 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8155 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8156 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8157 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8158 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8159 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8160 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8161 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8162 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8163 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8164 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8165 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8166 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8167 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8168 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8169 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8170 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8171 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8172 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8173 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8174 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8175 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8176 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8177 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8178 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8179 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8180 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8181 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8182 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8183 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8184 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8185 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8186 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8187 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8188 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8189 m4trace:configure.ac:21: -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
8190      "" | " "*) ;;
8191      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8192      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8193      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8194 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8195 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8196 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8197 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8198 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8199 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8200 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8201 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8202 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8203 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8204 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8205 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8206 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8207 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8208 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8209 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8210 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8211 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8212 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8213 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8214 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8215 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8216 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8217 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8218 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8219 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8220 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8221 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8222 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8223 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8224 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8225 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8226 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8227 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8228 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8229 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8230 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8231 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8232 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8233 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8234 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8235 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8236 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8237 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8238 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8239 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8240 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8241 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8242 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8243 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8244 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8245 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8246 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8247 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8248 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8249 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8250 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8251 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8252 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8253 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8254 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8255 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8256 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8257 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8258 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8259 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8260 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8261 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8262 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8263 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8264 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8265 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8266 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8267 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8268 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8269 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8270 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8271 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8272 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8273 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8274 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8275 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8276 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8277 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8278 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8279 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8280 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8281 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8282 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8283 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8284 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8285 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8286 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8287 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8288 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8289 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8290 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8291 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8292 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8293 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
8294 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8295 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8296 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8297 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8298 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8299 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
8300 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8301 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8302 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8303 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8304 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8305 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8306 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8307 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8308 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8309 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8310 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8311 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8312 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8313 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8314 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8315 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8316 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8317 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8318 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8319 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8320 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8321 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8322 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8323 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8324 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8325 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8326 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8327 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8328 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8329 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8330 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8331 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8332 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8333 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8334 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8335 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8336 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8337 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8338 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8339 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8340 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8341 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8342 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8343 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8344 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8345 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8346 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8347 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8348 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8349 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8350 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8351 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8352 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8353 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8354 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8355 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8356 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8357 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8358 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8359 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8360 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8361 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8362 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8363 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8364 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8365 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8366 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8367 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8368 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8369 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8370 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8371 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8372 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8373 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8374 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8375 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8376 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8377 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8378 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8379 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8380 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8381 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8382 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8383 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8384 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8385 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8386 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8387 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8388 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8389 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8390 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8391 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8392 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8393 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8394 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8395 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8396 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8397 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8398 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8399 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8400 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8401 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8402 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8403 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8404 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8405 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8406 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8407 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8408 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8409 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8410 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8411 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8412 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8413 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8414 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8415 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8416 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8417 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8418 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8419 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8420 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8421 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8422 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8423 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8424 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8425 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8426 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8427 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8428 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8429 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8430 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8431 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8432 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8433 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8434 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8435 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8436 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8437 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8438 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8439 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8440 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8441 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8442 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8443 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8444 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8445 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8446 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8447 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8448 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8449 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8450 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8451 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8452 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8453 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8454 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8455 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8456 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8457 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8458 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8459 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8460 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8461 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8462 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8463 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8464 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8465 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8466 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8467 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8468 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8469 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8470 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8471 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8472 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8473 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8474 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8475 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8476 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8477 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8478 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8479 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8480 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8481 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8482 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8483 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8484 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8485 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8486 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8487 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8488 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var GCJ])
8489 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8490 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8491 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8492 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8493 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8494 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8495 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8496 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8497 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8498 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
8499 m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
8500 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
8501     lt_cv_dlopen="dyld"
8502     lt_cv_dlopen_libs=
8503     lt_cv_dlopen_self=yes
8504     ])
8505 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
8506               [lt_cv_dlopen="dlopen"],
8507           [AC_CHECK_LIB([dl], [dlopen],
8508                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
8509             [AC_CHECK_LIB([svld], [dlopen],
8510                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8511               [AC_CHECK_LIB([dld], [dld_link],
8512                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8513               ])
8514             ])
8515           ])
8516         ])
8517 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
8518                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8519               [AC_CHECK_LIB([dld], [dld_link],
8520                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8521               ])
8522             ])
8523 m4trace:configure.ac:21: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
8524                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8525               ])
8526 m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8527 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
8528 m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
8529 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([GCJ])
8530 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8531 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [GCJ])
8532 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
8533 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8534 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8535 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8536 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8537 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8538 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8539 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8540 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8541 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8542 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8543 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8544 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8545 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8546 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8547 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8548 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8549 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8550 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8551 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8552 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8553 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8554 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8555 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8556 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8557 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8558 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8559 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8560 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8561 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8562 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8563 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8564 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8565 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8566 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8567 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8568 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8569 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8570 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8571 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8572 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8573 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8574 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8575 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8576 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [GCJ])
8577 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
8578 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8579 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8580 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8581 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8582 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8583 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8584 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8585 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8586 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8587 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8588 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8589 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8590 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8591 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8592 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8593 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8594 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8595 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8596 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8597 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8598 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8599 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8600 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8601 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8602 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8603 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8604 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8605 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8606 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8607 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8608 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8609 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8610 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8611 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8612 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8613 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8614 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8615 You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8616 /usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8617 /usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8618 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8619 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8620 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8621 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8622 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8623 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8624 configure.ac:21: the top level])
8625 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_RC_CONFIG
8626 m4trace:configure.ac:21: -1- _LT_AC_LANG_RC_CONFIG([RC])
8627 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8628 You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8629 /usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
8630 /usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8631 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8632 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8633 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8634 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8635 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8636 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8637 configure.ac:21: the top level])
8638 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8639 and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8640 /usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
8641 /usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8642 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8643 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8644 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8645 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8646 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8647 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8648 configure.ac:21: the top level])
8649 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [RC])
8650 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
8651 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
8652 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8653 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([RC])
8654 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
8655 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [RC])
8656 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
8657 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8658 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8659 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8660 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8661 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8662 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8663 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8664 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8665 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8666 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8667 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8668 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8669 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
8670 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
8671 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8672 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8673 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8674 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
8675 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
8676 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8677 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8678 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8679 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8680 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8681 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8682 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8683 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8684 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8685 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8686 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8687 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8688 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8689 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8690 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8691 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8692 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8693 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8694 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8695 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8696 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8697 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
8698 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8699 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
8700 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [RC])
8701 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
8702 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8703 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8704 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8705 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8706 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8707 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8708 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8709 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8710 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8711 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8712 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8713 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8714 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8715 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8716 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8717 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8718 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8719 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
8720 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
8721 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8722 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8723 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8724 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
8725 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8726 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8727 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8728 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
8729 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
8730 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
8731 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8732 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
8733 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
8734 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
8735 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8736 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8737 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8738 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8739 You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8740 /usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
8741 /usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8742 /usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
8743 /usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
8744 configure.ac:21: AC_LIBTOOL_SETUP is required by...
8745 /usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
8746 configure.ac:21: _AC_PROG_LIBTOOL is required by...
8747 /usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
8748 configure.ac:21: the top level])
8749 m4trace:configure.ac:21: -1- AC_SUBST([LIBTOOL])
8750 m4trace:configure.ac:21: -1- AC_LIBTOOL_CXX
8751 m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX
8752 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8753 m4trace:configure.ac:21: -1- AC_LIBTOOL_F77
8754 m4trace:configure.ac:21: -1- _LT_AC_LANG_F77
8755 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8756 m4trace:configure.ac:24: -1- AS_COMPILER_FLAG([-Wall], [GST_WALL="yes"], [GST_WALL="no"])
8757 m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
8758 You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
8759 m4/as-compiler-flag.m4:24: AS_COMPILER_FLAG is expanded from...
8760 configure.ac:24: the top level])
8761 m4trace:configure.ac:32: -1- AS_COMPILER_FLAG([-Werror], [GST_ERROR="$GST_ERROR -Werror"], [GST_ERROR="$GST_ERROR"])
8762 m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
8763 You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
8764 m4/as-compiler-flag.m4:24: AS_COMPILER_FLAG is expanded from...
8765 configure.ac:32: the top level])
8766 m4trace:configure.ac:37: -1- AC_SUBST([HAVE_PKGCONFIG])
8767 m4trace:configure.ac:52: -1- PKG_CHECK_MODULES([GST], [\
8768   gstreamer-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST=yes], [HAVE_GST=no])
8769 m4trace:configure.ac:52: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
8770 m4trace:configure.ac:52: -1- AC_SUBST([GST_CFLAGS])
8771 m4trace:configure.ac:52: -1- AC_SUBST([GST_LIBS])
8772 m4trace:configure.ac:61: -1- PKG_CHECK_MODULES([GST_BASE], [\
8773   gstreamer-base-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST_BASE=yes], [HAVE_GST_BASE=no])
8774 m4trace:configure.ac:61: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
8775 m4trace:configure.ac:61: -1- AC_SUBST([GST_BASE_CFLAGS])
8776 m4trace:configure.ac:61: -1- AC_SUBST([GST_BASE_LIBS])
8777 m4trace:configure.ac:71: -1- AC_SUBST([GST_CFLAGS])
8778 m4trace:configure.ac:72: -1- AC_SUBST([GST_LIBS])
8779 m4trace:configure.ac:73: -1- AC_SUBST([GST_BASE_LIBS])
8780 m4trace:configure.ac:74: -1- AC_SUBST([GST_LIB_LDFLAGS])
8781 m4trace:configure.ac:75: -1- AC_SUBST([GST_ALL_LDFLAGS])
8782 m4trace:configure.ac:76: -1- AC_SUBST([GST_LT_LDFLAGS])
8783 m4trace:configure.ac:79: -1- AC_SUBST([GST_MAJORMINOR])
8784 m4trace:configure.ac:83: -1- AC_SUBST([plugindir])
8785 m4trace:configure.ac:87: -1- AC_SUBST([GST_PLUGIN_LDFLAGS])
8786 m4trace:configure.ac:96: -1- AC_CONFIG_FILES([Makefile
8787 m4/Makefile
8788 video/Makefile
8789 src/Makefile
8790 common/Makefile
8791 gst-fbvideosink.spec
8793 m4trace:configure.ac:96: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
8794 You should run autoupdate.], [])
8795 m4trace:configure.ac:96: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
8796 m4trace:configure.ac:96: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
8797 m4trace:configure.ac:96: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
8798 m4trace:configure.ac:96: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS