Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ReferenceApplication/autom4te.cache/traces.0 @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 396.7 KB
Line 
1m4trace:/usr/share/aclocal/libtool.m4:71: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3dnl 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  ])])
8dnl And a similar setup for Fortran 77 support
9  AC_PROVIDE_IFELSE([AC_PROG_F77],
10    [AC_LIBTOOL_F77],
11    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12])])
13
14dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16dnl 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])])
31m4trace:/usr/share/aclocal/libtool.m4:91: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36# This can be used to rebuild libtool when needed
37LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39# Always use our own libtool.
40LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41AC_SUBST(LIBTOOL)dnl
42
43# Prevent multiple expansion
44define([AC_PROG_LIBTOOL], [])
45])
46m4trace:/usr/share/aclocal/libtool.m4:233: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47AC_REQUIRE([AC_ENABLE_SHARED])dnl
48AC_REQUIRE([AC_ENABLE_STATIC])dnl
49AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50AC_REQUIRE([AC_CANONICAL_HOST])dnl
51AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52AC_REQUIRE([AC_PROG_CC])dnl
53AC_REQUIRE([AC_PROG_LD])dnl
54AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55AC_REQUIRE([AC_PROG_NM])dnl
56
57AC_REQUIRE([AC_PROG_LN_S])dnl
58AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60AC_REQUIRE([AC_OBJEXT])dnl
61AC_REQUIRE([AC_EXEEXT])dnl
62dnl
63
64AC_LIBTOOL_SYS_MAX_CMD_LEN
65AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66AC_LIBTOOL_OBJDIR
67
68AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69_LT_AC_PROG_ECHO_BACKSLASH
70
71case $host_os in
72aix3*)
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  ;;
81esac
82
83# Sed substitution that helps us do robust quoting.  It backslashifies
84# metacharacters that are still active within double-quoted strings.
85Xsed='sed -e s/^X//'
86[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
88# Same as above, but do not quote variable references.
89[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
91# Sed substitution to delay expansion of an escaped shell variable in a
92# double_quote_subst'ed string.
93delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
95# Sed substitution to avoid accidental globbing in evaled expressions
96no_glob_subst='s/\*/\\\*/g'
97
98# Constants:
99rm="rm -f"
100
101# Global variables:
102default_ofile=libtool
103can_build_shared=yes
104
105# All known linkers require a `.a' archive for static linking (except M$VC,
106# which needs '.lib').
107libext=a
108ltmain="$ac_aux_dir/ltmain.sh"
109ofile="$default_ofile"
110with_gnu_ld="$lt_cv_prog_gnu_ld"
111
112AC_CHECK_TOOL(AR, ar, false)
113AC_CHECK_TOOL(RANLIB, ranlib, :)
114AC_CHECK_TOOL(STRIP, strip, :)
115
116old_CC="$CC"
117old_CFLAGS="$CFLAGS"
118
119# Set sane defaults for various variables
120test -z "$AR" && AR=ar
121test -z "$AR_FLAGS" && AR_FLAGS=cru
122test -z "$AS" && AS=as
123test -z "$CC" && CC=cc
124test -z "$LTCC" && LTCC=$CC
125test -z "$DLLTOOL" && DLLTOOL=dlltool
126test -z "$LD" && LD=ld
127test -z "$LN_S" && LN_S="ln -s"
128test -z "$MAGIC_CMD" && MAGIC_CMD=file
129test -z "$NM" && NM=nm
130test -z "$SED" && SED=sed
131test -z "$OBJDUMP" && OBJDUMP=objdump
132test -z "$RANLIB" && RANLIB=:
133test -z "$STRIP" && STRIP=:
134test -z "$ac_objext" && ac_objext=o
135
136# Determine commands to create old-style static archives.
137old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
138old_postinstall_cmds='chmod 644 $oldlib'
139old_postuninstall_cmds=
140
141if 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"
151fi
152
153# Only perform the check for file, if the check method requires it
154case $deplibs_check_method in
155file_magic*)
156  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
157    AC_PATH_MAGIC
158  fi
159  ;;
160esac
161
162AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
163AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
164enable_win32_dll=yes, enable_win32_dll=no)
165
166AC_ARG_ENABLE([libtool-lock],
167    [AC_HELP_STRING([--disable-libtool-lock],
168        [avoid locking (might break parallel builds)])])
169test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
170
171AC_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])
176test -z "$pic_mode" && pic_mode=default
177
178# Use C for the default configuration in the libtool script
179tagname=
180AC_LIBTOOL_LANG_C_CONFIG
181_LT_AC_TAGCONFIG
182])
183m4trace:/usr/share/aclocal/libtool.m4:246: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
184
185# If no C compiler was specified, use CC.
186LTCC=${LTCC-"$CC"}
187
188# Allow CC to be a program name with arguments.
189compiler=$CC
190])
191m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
192aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
193}'`
194# Check for a 64-bit object if we didn't find anything.
195if 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],[])
197if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
198])
199m4trace:/usr/share/aclocal/libtool.m4:276: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
200             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
201         [AC_DIVERT_PUSH(NOTICE)])
202$1
203AC_DIVERT_POP
204])
205m4trace:/usr/share/aclocal/libtool.m4:432: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
206# Check that we are running under the correct shell.
207SHELL=${CONFIG_SHELL-/bin/sh}
208
209case X$ECHO in
210X*--fallback-echo)
211  # Remove one level of quotation (which was required for Make).
212  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
213  ;;
214esac
215
216echo=${ECHO-echo}
217if test "X[$]1" = X--no-reexec; then
218  # Discard the --no-reexec flag, and continue.
219  shift
220elif test "X[$]1" = X--fallback-echo; then
221  # Avoid inline document here, it may be left over
222  :
223elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
224  # Yippee, $echo works!
225  :
226else
227  # Restart under the correct shell.
228  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
229fi
230
231if test "X[$]1" = X--fallback-echo; then
232  # used as fallback echo
233  shift
234  cat <<EOF
235[$]*
236EOF
237  exit 0
238fi
239
240# The HP-UX ksh and POSIX shell print the target directory to stdout
241# if CDPATH is set.
242if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
243
244if test -z "$ECHO"; then
245if 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
256fi
257
258if 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  :
262else
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.
268
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"
281
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=:
322
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
330
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
342fi
343fi
344
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.
347ECHO=$echo
348if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
349   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
350fi
351
352AC_SUBST(ECHO)
353])])
354m4trace:/usr/share/aclocal/libtool.m4:560: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
355    [AC_HELP_STRING([--disable-libtool-lock],
356        [avoid locking (might break parallel builds)])])
357test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
358
359# Some flags need to be propagated to the compiler or linker for good
360# libtool support.
361case $host in
362ia64-*-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  ;;
409
410x86_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  ;;
451
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  ;;
465AC_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  ])
472esac
473
474need_locks="$enable_libtool_lock"
475
476])
477m4trace:/usr/share/aclocal/libtool.m4:603: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
478AC_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*
505])
506
507if test x"[$]$2" = xyes; then
508    ifelse([$5], , :, [$5])
509else
510    ifelse([$6], , :, [$6])
511fi
512])
513m4trace:/usr/share/aclocal/libtool.m4:635: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
514  [$2=no
515   save_LDFLAGS="$LDFLAGS"
516   LDFLAGS="$LDFLAGS $3"
517   printf "$lt_simple_link_test_code" > conftest.$ac_ext
518   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
519     # The compiler can only warn and ignore the option if not recognized
520     # So say no if there are warnings
521     if test -s conftest.err; then
522       # Append any errors to the config.log.
523       cat conftest.err 1>&AS_MESSAGE_LOG_FD
524     else
525       $2=yes
526     fi
527   fi
528   $rm conftest*
529   LDFLAGS="$save_LDFLAGS"
530])
531
532if test x"[$]$2" = xyes; then
533    ifelse([$4], , :, [$4])
534else
535    ifelse([$5], , :, [$5])
536fi
537])
538m4trace:/usr/share/aclocal/libtool.m4:706: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
539AC_MSG_CHECKING([the maximum length of command line arguments])
540AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
541  i=0
542  teststring="ABCD"
543
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    ;;
552
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    ;;
559
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    ;;
570
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    ;;
576
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
597])
598if test -n $lt_cv_sys_max_cmd_len ; then
599  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
600else
601  AC_MSG_RESULT(none)
602fi
603])
604m4trace:/usr/share/aclocal/libtool.m4:713: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
605])
606m4trace:/usr/share/aclocal/libtool.m4:802: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
607if test "$cross_compiling" = yes; then :
608  [$4]
609else
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"
615
616#if HAVE_DLFCN_H
617#include <dlfcn.h>
618#endif
619
620#include <stdio.h>
621
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
631
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
653
654#ifdef __cplusplus
655extern "C" void exit (int);
656#endif
657
658void fnord() { int i=42;}
659int main ()
660{
661  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
662  int status = $lt_dlunknown;
663
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    }
670
671    exit (status);
672}]
673EOF
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
686fi
687rm -fr conftest*
688])
689m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
690if test "x$enable_dlopen" != xyes; then
691  enable_dlopen=unknown
692  enable_dlopen_self=unknown
693  enable_dlopen_self_static=unknown
694else
695  lt_cv_dlopen=no
696  lt_cv_dlopen_libs=
697
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    ;;
704
705  mingw* | pw32*)
706    lt_cv_dlopen="LoadLibrary"
707    lt_cv_dlopen_libs=
708   ;;
709
710  cygwin*)
711    lt_cv_dlopen="dlopen"
712    lt_cv_dlopen_libs=
713   ;;
714
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   ;;
724
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
745
746  if test "x$lt_cv_dlopen" != xno; then
747    enable_dlopen=yes
748  else
749    enable_dlopen=no
750  fi
751
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"
756
757    save_LDFLAGS="$LDFLAGS"
758    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
759
760    save_LIBS="$LIBS"
761    LIBS="$lt_cv_dlopen_libs $LIBS"
762
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    ])
769
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
779
780    CPPFLAGS="$save_CPPFLAGS"
781    LDFLAGS="$save_LDFLAGS"
782    LIBS="$save_LIBS"
783    ;;
784  esac
785
786  case $lt_cv_dlopen_self in
787  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
788  *) enable_dlopen_self=unknown ;;
789  esac
790
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
795fi
796])
797m4trace:/usr/share/aclocal/libtool.m4:964: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
798AC_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
806
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*
838])
839])
840m4trace:/usr/share/aclocal/libtool.m4:991: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
841
842hard_links="nottested"
843if 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
857else
858  need_locks=no
859fi
860])
861m4trace:/usr/share/aclocal/libtool.m4:1008: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
862[rm -f .libs 2>/dev/null
863mkdir .libs 2>/dev/null
864if test -d .libs; then
865  lt_cv_objdir=.libs
866else
867  # MS-DOS does not allow filenames that begin with a dot.
868  lt_cv_objdir=_libs
869fi
870rmdir .libs 2>/dev/null])
871objdir=$lt_cv_objdir
872])
873m4trace:/usr/share/aclocal/libtool.m4:1049: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
874_LT_AC_TAGVAR(hardcode_action, $1)=
875if 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
878
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
892else
893  # We cannot hardcode anything, or else we can only hardcode existing
894  # directories.
895  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
896fi
897AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
898
899if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
900  # Fast installation is not supported
901  enable_fast_install=no
902elif test "$shlibpath_overrides_runpath" = yes ||
903     test "$enable_shared" = no; then
904  # Fast installation is not necessary
905  enable_fast_install=needless
906fi
907])
908m4trace:/usr/share/aclocal/libtool.m4:1078: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
909old_striplib=
910AC_MSG_CHECKING([whether stripping libraries is possible])
911if 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])
915else
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])
924fi
925       ;;
926   *)
927  AC_MSG_RESULT([no])
928    ;;
929  esac
930fi
931])
932m4trace:/usr/share/aclocal/libtool.m4:1638: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
933library_names_spec=
934libname_spec='lib$name'
935soname_spec=
936shrext_cmds=".so"
937postinstall_cmds=
938postuninstall_cmds=
939finish_cmds=
940finish_eval=
941shlibpath_var=
942shlibpath_overrides_runpath=unknown
943version_type=none
944dynamic_linker="$host_os ld.so"
945sys_lib_dlsearch_path_spec="/lib /usr/lib"
946if 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
957else
958  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
959fi
960need_lib_prefix=unknown
961hardcode_into_libs=no
962
963# when you set need_version to no, make sure it does not cause -set_version
964# flags to be left without arguments
965need_version=unknown
966
967case $host_os in
968aix3*)
969  version_type=linux
970  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
971  shlibpath_var=LIBPATH
972
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  ;;
976
977aix4* | 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  ;;
1020
1021amigaos*)
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  ;;
1026
1027beos*)
1028  library_names_spec='${libname}${shared_ext}'
1029  dynamic_linker="$host_os ld.so"
1030  shlibpath_var=LIBRARY_PATH
1031  ;;
1032
1033bsdi4*)
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  ;;
1046
1047cygwin* | mingw* | pw32*)
1048  version_type=windows
1049  shrext_cmds=".dll"
1050  need_version=no
1051  need_lib_prefix=no
1052
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
1066
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    ;;
1095
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  ;;
1104
1105darwin* | 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  ;;
1123
1124dgux*)
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  ;;
1132
1133freebsd1*)
1134  dynamic_linker=no
1135  ;;
1136
1137kfreebsd*-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  ;;
1148
1149freebsd*)
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  ;;
1178
1179gnu*)
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  ;;
1188
1189hpux9* | 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  ;;
1234
1235irix5* | 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  ;;
1271
1272# No shared lib support for Linux oldld, aout, or coff.
1273linux*oldld* | linux*aout* | linux*coff*)
1274  dynamic_linker=no
1275  ;;
1276
1277# This must be Linux ELF.
1278linux*)
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
1291
1292  # Append ld.so.conf contents to the search path
1293  if test -f /etc/ld.so.conf; then
1294    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1295    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1296  fi
1297
1298  # We used to test for /lib/ld.so.1 and disable shared libraries on
1299  # powerpc, because MkLinux only supported shared libraries with the
1300  # GNU dynamic linker.  Since this was broken with cross compilers,
1301  # most powerpc-linux boxes support dynamic linking these days and
1302  # people can always --disable-shared, the test was removed, and we
1303  # assume the GNU/Linux dynamic linker is in use.
1304  dynamic_linker='GNU/Linux ld.so'
1305  ;;
1306
1307netbsdelf*-gnu)
1308  version_type=linux
1309  need_lib_prefix=no
1310  need_version=no
1311  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1312  soname_spec='${libname}${release}${shared_ext}$major'
1313  shlibpath_var=LD_LIBRARY_PATH
1314  shlibpath_overrides_runpath=no
1315  hardcode_into_libs=yes
1316  dynamic_linker='NetBSD ld.elf_so'
1317  ;;
1318
1319knetbsd*-gnu)
1320  version_type=linux
1321  need_lib_prefix=no
1322  need_version=no
1323  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1324  soname_spec='${libname}${release}${shared_ext}$major'
1325  shlibpath_var=LD_LIBRARY_PATH
1326  shlibpath_overrides_runpath=no
1327  hardcode_into_libs=yes
1328  dynamic_linker='GNU ld.so'
1329  ;;
1330
1331netbsd*)
1332  version_type=sunos
1333  need_lib_prefix=no
1334  need_version=no
1335  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1336    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1337    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1338    dynamic_linker='NetBSD (a.out) ld.so'
1339  else
1340    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1341    soname_spec='${libname}${release}${shared_ext}$major'
1342    dynamic_linker='NetBSD ld.elf_so'
1343  fi
1344  shlibpath_var=LD_LIBRARY_PATH
1345  shlibpath_overrides_runpath=yes
1346  hardcode_into_libs=yes
1347  ;;
1348
1349newsos6)
1350  version_type=linux
1351  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1352  shlibpath_var=LD_LIBRARY_PATH
1353  shlibpath_overrides_runpath=yes
1354  ;;
1355
1356nto-qnx*)
1357  version_type=linux
1358  need_lib_prefix=no
1359  need_version=no
1360  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1361  soname_spec='${libname}${release}${shared_ext}$major'
1362  shlibpath_var=LD_LIBRARY_PATH
1363  shlibpath_overrides_runpath=yes
1364  ;;
1365
1366openbsd*)
1367  version_type=sunos
1368  need_lib_prefix=no
1369  need_version=yes
1370  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1371  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1372  shlibpath_var=LD_LIBRARY_PATH
1373  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1374    case $host_os in
1375      openbsd2.[[89]] | openbsd2.[[89]].*)
1376        shlibpath_overrides_runpath=no
1377        ;;
1378      *)
1379        shlibpath_overrides_runpath=yes
1380        ;;
1381      esac
1382  else
1383    shlibpath_overrides_runpath=yes
1384  fi
1385  ;;
1386
1387os2*)
1388  libname_spec='$name'
1389  shrext_cmds=".dll"
1390  need_lib_prefix=no
1391  library_names_spec='$libname${shared_ext} $libname.a'
1392  dynamic_linker='OS/2 ld.exe'
1393  shlibpath_var=LIBPATH
1394  ;;
1395
1396osf3* | osf4* | osf5*)
1397  version_type=osf
1398  need_lib_prefix=no
1399  need_version=no
1400  soname_spec='${libname}${release}${shared_ext}$major'
1401  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1402  shlibpath_var=LD_LIBRARY_PATH
1403  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1404  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1405  ;;
1406
1407sco3.2v5*)
1408  version_type=osf
1409  soname_spec='${libname}${release}${shared_ext}$major'
1410  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1411  shlibpath_var=LD_LIBRARY_PATH
1412  ;;
1413
1414solaris*)
1415  version_type=linux
1416  need_lib_prefix=no
1417  need_version=no
1418  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1419  soname_spec='${libname}${release}${shared_ext}$major'
1420  shlibpath_var=LD_LIBRARY_PATH
1421  shlibpath_overrides_runpath=yes
1422  hardcode_into_libs=yes
1423  # ldd complains unless libraries are executable
1424  postinstall_cmds='chmod +x $lib'
1425  ;;
1426
1427sunos4*)
1428  version_type=sunos
1429  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1430  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1431  shlibpath_var=LD_LIBRARY_PATH
1432  shlibpath_overrides_runpath=yes
1433  if test "$with_gnu_ld" = yes; then
1434    need_lib_prefix=no
1435  fi
1436  need_version=yes
1437  ;;
1438
1439sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1440  version_type=linux
1441  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1442  soname_spec='${libname}${release}${shared_ext}$major'
1443  shlibpath_var=LD_LIBRARY_PATH
1444  case $host_vendor in
1445    sni)
1446      shlibpath_overrides_runpath=no
1447      need_lib_prefix=no
1448      export_dynamic_flag_spec='${wl}-Blargedynsym'
1449      runpath_var=LD_RUN_PATH
1450      ;;
1451    siemens)
1452      need_lib_prefix=no
1453      ;;
1454    motorola)
1455      need_lib_prefix=no
1456      need_version=no
1457      shlibpath_overrides_runpath=no
1458      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1459      ;;
1460  esac
1461  ;;
1462
1463sysv4*MP*)
1464  if test -d /usr/nec ;then
1465    version_type=linux
1466    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1467    soname_spec='$libname${shared_ext}.$major'
1468    shlibpath_var=LD_LIBRARY_PATH
1469  fi
1470  ;;
1471
1472uts4*)
1473  version_type=linux
1474  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1475  soname_spec='${libname}${release}${shared_ext}$major'
1476  shlibpath_var=LD_LIBRARY_PATH
1477  ;;
1478
1479*)
1480  dynamic_linker=no
1481  ;;
1482esac
1483AC_MSG_RESULT([$dynamic_linker])
1484test "$dynamic_linker" = no && can_build_shared=no
1485])
1486m4trace:/usr/share/aclocal/libtool.m4:1737: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1487    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1488        [include additional configurations @<:@automatic@:>@])],
1489    [tagnames="$withval"])
1490
1491if test -f "$ltmain" && test -n "$tagnames"; then
1492  if test ! -f "${ofile}"; then
1493    AC_MSG_WARN([output file `$ofile' does not exist])
1494  fi
1495
1496  if test -z "$LTCC"; then
1497    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1498    if test -z "$LTCC"; then
1499      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1500    else
1501      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1502    fi
1503  fi
1504
1505  # Extract list of available tagged configurations in $ofile.
1506  # Note that this assumes the entire list is on one line.
1507  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1508
1509  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1510  for tagname in $tagnames; do
1511    IFS="$lt_save_ifs"
1512    # Check whether tagname contains only valid characters
1513    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1514    "") ;;
1515    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1516        ;;
1517    esac
1518
1519    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1520    then
1521      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1522    fi
1523
1524    # Update the list of available tags.
1525    if test -n "$tagname"; then
1526      echo appending configuration tag \"$tagname\" to $ofile
1527
1528      case $tagname in
1529      CXX)
1530        if test -n "$CXX" && test "X$CXX" != "Xno"; then
1531          AC_LIBTOOL_LANG_CXX_CONFIG
1532        else
1533          tagname=""
1534        fi
1535        ;;
1536
1537      F77)
1538        if test -n "$F77" && test "X$F77" != "Xno"; then
1539          AC_LIBTOOL_LANG_F77_CONFIG
1540        else
1541          tagname=""
1542        fi
1543        ;;
1544
1545      GCJ)
1546        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1547          AC_LIBTOOL_LANG_GCJ_CONFIG
1548        else
1549          tagname=""
1550        fi
1551        ;;
1552
1553      RC)
1554        AC_LIBTOOL_LANG_RC_CONFIG
1555        ;;
1556
1557      *)
1558        AC_MSG_ERROR([Unsupported tag name: $tagname])
1559        ;;
1560      esac
1561
1562      # Append the new tag name to the list of available tags.
1563      if test -n "$tagname" ; then
1564      available_tags="$available_tags $tagname"
1565    fi
1566    fi
1567  done
1568  IFS="$lt_save_ifs"
1569
1570  # Now substitute the updated list of available tags.
1571  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1572    mv "${ofile}T" "$ofile"
1573    chmod +x "$ofile"
1574  else
1575    rm -f "${ofile}T"
1576    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1577  fi
1578fi
1579])
1580m4trace:/usr/share/aclocal/libtool.m4:1745: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1581])
1582m4trace:/usr/share/aclocal/libtool.m4:1753: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1583])
1584m4trace:/usr/share/aclocal/libtool.m4:1783: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1585AC_ARG_ENABLE([shared],
1586    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1587        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1588    [p=${PACKAGE-default}
1589    case $enableval in
1590    yes) enable_shared=yes ;;
1591    no) enable_shared=no ;;
1592    *)
1593      enable_shared=no
1594      # Look at the argument we got.  We use all the common list separators.
1595      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1596      for pkg in $enableval; do
1597        IFS="$lt_save_ifs"
1598        if test "X$pkg" = "X$p"; then
1599          enable_shared=yes
1600        fi
1601      done
1602      IFS="$lt_save_ifs"
1603      ;;
1604    esac],
1605    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1606])
1607m4trace:/usr/share/aclocal/libtool.m4:1792: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1608AC_ENABLE_SHARED(no)
1609])
1610m4trace:/usr/share/aclocal/libtool.m4:1822: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1611AC_ARG_ENABLE([static],
1612    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1613        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1614    [p=${PACKAGE-default}
1615    case $enableval in
1616    yes) enable_static=yes ;;
1617    no) enable_static=no ;;
1618    *)
1619     enable_static=no
1620      # Look at the argument we got.  We use all the common list separators.
1621      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1622      for pkg in $enableval; do
1623        IFS="$lt_save_ifs"
1624        if test "X$pkg" = "X$p"; then
1625          enable_static=yes
1626        fi
1627      done
1628      IFS="$lt_save_ifs"
1629      ;;
1630    esac],
1631    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1632])
1633m4trace:/usr/share/aclocal/libtool.m4:1831: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1634AC_ENABLE_STATIC(no)
1635])
1636m4trace:/usr/share/aclocal/libtool.m4:1861: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1637AC_ARG_ENABLE([fast-install],
1638    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1639    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1640    [p=${PACKAGE-default}
1641    case $enableval in
1642    yes) enable_fast_install=yes ;;
1643    no) enable_fast_install=no ;;
1644    *)
1645      enable_fast_install=no
1646      # Look at the argument we got.  We use all the common list separators.
1647      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1648      for pkg in $enableval; do
1649        IFS="$lt_save_ifs"
1650        if test "X$pkg" = "X$p"; then
1651          enable_fast_install=yes
1652        fi
1653      done
1654      IFS="$lt_save_ifs"
1655      ;;
1656    esac],
1657    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1658])
1659m4trace:/usr/share/aclocal/libtool.m4:1870: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1660AC_ENABLE_FAST_INSTALL(no)
1661])
1662m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1663pic_mode=ifelse($#,1,$1,default)
1664])
1665m4trace:/usr/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1666AC_MSG_CHECKING([for $1])
1667AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1668[case $MAGIC_CMD in
1669[[\\/*] |  ?:[\\/]*])
1670  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1671  ;;
1672*)
1673  lt_save_MAGIC_CMD="$MAGIC_CMD"
1674  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1675dnl $ac_dummy forces splitting on constant user-supplied paths.
1676dnl POSIX.2 word splitting is done only on the output of word expansions,
1677dnl not every word.  This closes a longstanding sh security hole.
1678  ac_dummy="ifelse([$2], , $PATH, [$2])"
1679  for ac_dir in $ac_dummy; do
1680    IFS="$lt_save_ifs"
1681    test -z "$ac_dir" && ac_dir=.
1682    if test -f $ac_dir/$1; then
1683      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1684      if test -n "$file_magic_test_file"; then
1685        case $deplibs_check_method in
1686        "file_magic "*)
1687          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1688          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1689          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1690            $EGREP "$file_magic_regex" > /dev/null; then
1691            :
1692          else
1693            cat <<EOF 1>&2
1694
1695*** Warning: the command libtool uses to detect shared libraries,
1696*** $file_magic_cmd, produces output that libtool cannot recognize.
1697*** The result is that libtool may fail to recognize shared libraries
1698*** as such.  This will affect the creation of libtool libraries that
1699*** depend on shared libraries, but programs linked with such libtool
1700*** libraries will work regardless of this problem.  Nevertheless, you
1701*** may want to report the problem to your system manager and/or to
1702*** bug-libtool@gnu.org
1703
1704EOF
1705          fi ;;
1706        esac
1707      fi
1708      break
1709    fi
1710  done
1711  IFS="$lt_save_ifs"
1712  MAGIC_CMD="$lt_save_MAGIC_CMD"
1713  ;;
1714esac])
1715MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1716if test -n "$MAGIC_CMD"; then
1717  AC_MSG_RESULT($MAGIC_CMD)
1718else
1719  AC_MSG_RESULT(no)
1720fi
1721])
1722m4trace:/usr/share/aclocal/libtool.m4:1973: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1723if test -z "$lt_cv_path_MAGIC_CMD"; then
1724  if test -n "$ac_tool_prefix"; then
1725    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1726  else
1727    MAGIC_CMD=:
1728  fi
1729fi
1730])
1731m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1732    [AC_HELP_STRING([--with-gnu-ld],
1733        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1734    [test "$withval" = no || with_gnu_ld=yes],
1735    [with_gnu_ld=no])
1736AC_REQUIRE([LT_AC_PROG_SED])dnl
1737AC_REQUIRE([AC_PROG_CC])dnl
1738AC_REQUIRE([AC_CANONICAL_HOST])dnl
1739AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1740ac_prog=ld
1741if test "$GCC" = yes; then
1742  # Check if gcc -print-prog-name=ld gives a path.
1743  AC_MSG_CHECKING([for ld used by $CC])
1744  case $host in
1745  *-*-mingw*)
1746    # gcc leaves a trailing carriage return which upsets mingw
1747    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1748  *)
1749    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1750  esac
1751  case $ac_prog in
1752    # Accept absolute paths.
1753    [[\\/]]* | ?:[[\\/]]*)
1754      re_direlt='/[[^/]][[^/]]*/\.\./'
1755      # Canonicalize the pathname of ld
1756      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1757      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1758        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1759      done
1760      test -z "$LD" && LD="$ac_prog"
1761      ;;
1762  "")
1763    # If it fails, then pretend we aren't using GCC.
1764    ac_prog=ld
1765    ;;
1766  *)
1767    # If it is relative, then search for the first ld in PATH.
1768    with_gnu_ld=unknown
1769    ;;
1770  esac
1771elif test "$with_gnu_ld" = yes; then
1772  AC_MSG_CHECKING([for GNU ld])
1773else
1774  AC_MSG_CHECKING([for non-GNU ld])
1775fi
1776AC_CACHE_VAL(lt_cv_path_LD,
1777[if test -z "$LD"; then
1778  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1779  for ac_dir in $PATH; do
1780    IFS="$lt_save_ifs"
1781    test -z "$ac_dir" && ac_dir=.
1782    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1783      lt_cv_path_LD="$ac_dir/$ac_prog"
1784      # Check to see if the program is GNU ld.  I'd rather use --version,
1785      # but apparently some GNU ld's only accept -v.
1786      # Break only if it was the GNU/non-GNU ld that we prefer.
1787      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1788      *GNU* | *'with BFD'*)
1789        test "$with_gnu_ld" != no && break
1790        ;;
1791      *)
1792        test "$with_gnu_ld" != yes && break
1793        ;;
1794      esac
1795    fi
1796  done
1797  IFS="$lt_save_ifs"
1798else
1799  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1800fi])
1801LD="$lt_cv_path_LD"
1802if test -n "$LD"; then
1803  AC_MSG_RESULT($LD)
1804else
1805  AC_MSG_RESULT(no)
1806fi
1807test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1808AC_PROG_LD_GNU
1809])
1810m4trace:/usr/share/aclocal/libtool.m4:2076: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1811AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1812[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1813case `$LD -v 2>&1 </dev/null` in
1814*GNU* | *'with BFD'*)
1815  lt_cv_prog_gnu_ld=yes
1816  ;;
1817*)
1818  lt_cv_prog_gnu_ld=no
1819  ;;
1820esac])
1821with_gnu_ld=$lt_cv_prog_gnu_ld
1822])
1823m4trace:/usr/share/aclocal/libtool.m4:2093: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1824  lt_cv_ld_reload_flag,
1825  [lt_cv_ld_reload_flag='-r'])
1826reload_flag=$lt_cv_ld_reload_flag
1827case $reload_flag in
1828"" | " "*) ;;
1829*) reload_flag=" $reload_flag" ;;
1830esac
1831reload_cmds='$LD$reload_flag -o $output$reload_objs'
1832])
1833m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1834lt_cv_deplibs_check_method,
1835[lt_cv_file_magic_cmd='$MAGIC_CMD'
1836lt_cv_file_magic_test_file=
1837lt_cv_deplibs_check_method='unknown'
1838# Need to set the preceding variable on all platforms that support
1839# interlibrary dependencies.
1840# 'none' -- dependencies not supported.
1841# `unknown' -- same as none, but documents that we really don't know.
1842# 'pass_all' -- all dependencies passed with no checks.
1843# 'test_compile' -- check by making test program.
1844# 'file_magic [[regex]]' -- check by looking for files in library path
1845# which responds to the $file_magic_cmd with a given extended regex.
1846# If you have `file' or equivalent on your system and you're not sure
1847# whether `pass_all' will *always* work, you probably want this one.
1848
1849case $host_os in
1850aix4* | aix5*)
1851  lt_cv_deplibs_check_method=pass_all
1852  ;;
1853
1854beos*)
1855  lt_cv_deplibs_check_method=pass_all
1856  ;;
1857
1858bsdi4*)
1859  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1860  lt_cv_file_magic_cmd='/usr/bin/file -L'
1861  lt_cv_file_magic_test_file=/shlib/libc.so
1862  ;;
1863
1864cygwin*)
1865  # func_win32_libid is a shell function defined in ltmain.sh
1866  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1867  lt_cv_file_magic_cmd='func_win32_libid'
1868  ;;
1869
1870mingw* | pw32*)
1871  # Base MSYS/MinGW do not provide the 'file' command needed by
1872  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1873  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1874  lt_cv_file_magic_cmd='$OBJDUMP -f'
1875  ;;
1876
1877darwin* | rhapsody*)
1878  lt_cv_deplibs_check_method=pass_all
1879  ;;
1880
1881freebsd* | kfreebsd*-gnu)
1882  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1883    case $host_cpu in
1884    i*86 )
1885      # Not sure whether the presence of OpenBSD here was a mistake.
1886      # Let's accept both of them until this is cleared up.
1887      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1888      lt_cv_file_magic_cmd=/usr/bin/file
1889      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1890      ;;
1891    esac
1892  else
1893    lt_cv_deplibs_check_method=pass_all
1894  fi
1895  ;;
1896
1897gnu*)
1898  lt_cv_deplibs_check_method=pass_all
1899  ;;
1900
1901hpux10.20* | hpux11*)
1902  lt_cv_file_magic_cmd=/usr/bin/file
1903  case "$host_cpu" in
1904  ia64*)
1905    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1906    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1907    ;;
1908  hppa*64*)
1909    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
1910    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1911    ;;
1912  *)
1913    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1914    lt_cv_file_magic_test_file=/usr/lib/libc.sl
1915    ;;
1916  esac
1917  ;;
1918
1919irix5* | irix6* | nonstopux*)
1920  case $LD in
1921  *-32|*"-32 ") libmagic=32-bit;;
1922  *-n32|*"-n32 ") libmagic=N32;;
1923  *-64|*"-64 ") libmagic=64-bit;;
1924  *) libmagic=never-match;;
1925  esac
1926  lt_cv_deplibs_check_method=pass_all
1927  ;;
1928
1929# This must be Linux ELF.
1930linux*)
1931  lt_cv_deplibs_check_method=pass_all
1932  ;;
1933
1934netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1935  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1936    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1937  else
1938    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
1939  fi
1940  ;;
1941
1942newos6*)
1943  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
1944  lt_cv_file_magic_cmd=/usr/bin/file
1945  lt_cv_file_magic_test_file=/usr/lib/libnls.so
1946  ;;
1947
1948nto-qnx*)
1949  lt_cv_deplibs_check_method=unknown
1950  ;;
1951
1952openbsd*)
1953  lt_cv_file_magic_cmd=/usr/bin/file
1954  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1955  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1956    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1957  else
1958    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1959  fi
1960  ;;
1961
1962osf3* | osf4* | osf5*)
1963  lt_cv_deplibs_check_method=pass_all
1964  ;;
1965
1966sco3.2v5*)
1967  lt_cv_deplibs_check_method=pass_all
1968  ;;
1969
1970solaris*)
1971  lt_cv_deplibs_check_method=pass_all
1972  ;;
1973
1974sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1975  case $host_vendor in
1976  motorola)
1977    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
1978    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1979    ;;
1980  ncr)
1981    lt_cv_deplibs_check_method=pass_all
1982    ;;
1983  sequent)
1984    lt_cv_file_magic_cmd='/bin/file'
1985    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
1986    ;;
1987  sni)
1988    lt_cv_file_magic_cmd='/bin/file'
1989    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
1990    lt_cv_file_magic_test_file=/lib/libc.so
1991    ;;
1992  siemens)
1993    lt_cv_deplibs_check_method=pass_all
1994    ;;
1995  esac
1996  ;;
1997
1998sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
1999  lt_cv_deplibs_check_method=pass_all
2000  ;;
2001esac
2002])
2003file_magic_cmd=$lt_cv_file_magic_cmd
2004deplibs_check_method=$lt_cv_deplibs_check_method
2005test -z "$deplibs_check_method" && deplibs_check_method=unknown
2006])
2007m4trace:/usr/share/aclocal/libtool.m4:2319: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2008[if test -n "$NM"; then
2009  # Let the user override the test.
2010  lt_cv_path_NM="$NM"
2011else
2012  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2013  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2014    IFS="$lt_save_ifs"
2015    test -z "$ac_dir" && ac_dir=.
2016    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2017    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2018      # Check to see if the nm accepts a BSD-compat flag.
2019      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2020      #   nm: unknown option "B" ignored
2021      # Tru64's nm complains that /dev/null is an invalid object file
2022      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2023      */dev/null* | *'Invalid file or object type'*)
2024        lt_cv_path_NM="$tmp_nm -B"
2025        break
2026        ;;
2027      *)
2028        case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2029        */dev/null*)
2030          lt_cv_path_NM="$tmp_nm -p"
2031          break
2032          ;;
2033        *)
2034          lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2035          continue # so that we can try to find one that supports BSD flags
2036          ;;
2037        esac
2038      esac
2039    fi
2040  done
2041  IFS="$lt_save_ifs"
2042  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2043fi])
2044NM="$lt_cv_path_NM"
2045])
2046m4trace:/usr/share/aclocal/libtool.m4:2340: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2047LIBM=
2048case $host in
2049*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2050  # These system don't have libm, or don't need it
2051  ;;
2052*-ncr-sysv4.3*)
2053  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2054  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2055  ;;
2056*)
2057  AC_CHECK_LIB(m, cos, LIBM="-lm")
2058  ;;
2059esac
2060])
2061m4trace:/usr/share/aclocal/libtool.m4:2365: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2062  case $enable_ltdl_convenience in
2063  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2064  "") enable_ltdl_convenience=yes
2065      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2066  esac
2067  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2068  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2069  # For backwards non-gettext consistent compatibility...
2070  INCLTDL="$LTDLINCL"
2071])
2072m4trace:/usr/share/aclocal/libtool.m4:2401: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2073  AC_CHECK_LIB(ltdl, lt_dlinit,
2074  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2075  [if test x"$enable_ltdl_install" = xno; then
2076     AC_MSG_WARN([libltdl not installed, but installation disabled])
2077   else
2078     enable_ltdl_install=yes
2079   fi
2080  ])
2081  if test x"$enable_ltdl_install" = x"yes"; then
2082    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2083    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2084    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2085  else
2086    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2087    LIBLTDL="-lltdl"
2088    LTDLINCL=
2089  fi
2090  # For backwards non-gettext consistent compatibility...
2091  INCLTDL="$LTDLINCL"
2092])
2093m4trace:/usr/share/aclocal/libtool.m4:2409: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2094])
2095m4trace:/usr/share/aclocal/libtool.m4:2418: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2096AC_REQUIRE([AC_PROG_CXXCPP])
2097_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2098])
2099m4trace:/usr/share/aclocal/libtool.m4:2426: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2100])
2101m4trace:/usr/share/aclocal/libtool.m4:2434: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2102_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2103])
2104m4trace:/usr/share/aclocal/libtool.m4:2442: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2105])
2106m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2107  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2108    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2109      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2110         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2111           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2112_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2113])
2114m4trace:/usr/share/aclocal/libtool.m4:2464: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2115_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2116])
2117m4trace:/usr/share/aclocal/libtool.m4:2472: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2118m4trace:/usr/share/aclocal/libtool.m4:2609: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2119AC_LANG_PUSH(C)
2120
2121# Source file extension for C test sources.
2122ac_ext=c
2123
2124# Object file extension for compiled C test sources.
2125objext=o
2126_LT_AC_TAGVAR(objext, $1)=$objext
2127
2128# Code to be used in simple compile tests
2129lt_simple_compile_test_code="int some_variable = 0;\n"
2130
2131# Code to be used in simple link tests
2132lt_simple_link_test_code='int main(){return(0);}\n'
2133
2134_LT_AC_SYS_COMPILER
2135
2136#
2137# Check for any special shared library compilation flags.
2138#
2139_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2140if test "$GCC" = no; then
2141  case $host_os in
2142  sco3.2v5*)
2143    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2144    ;;
2145  esac
2146fi
2147if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2148  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2149  if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2150  else
2151    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2152    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2153  fi
2154fi
2155
2156
2157#
2158# Check to make sure the static flag actually works.
2159#
2160AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2161  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2162  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2163  [],
2164  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2165
2166
2167## CAVEAT EMPTOR:
2168## There is no encapsulation within the following macros, do not change
2169## the running order or otherwise move them around unless you know exactly
2170## what you are doing...
2171AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2172AC_LIBTOOL_PROG_COMPILER_PIC($1)
2173AC_LIBTOOL_PROG_CC_C_O($1)
2174AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2175AC_LIBTOOL_PROG_LD_SHLIBS($1)
2176AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2177AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2178AC_LIBTOOL_SYS_LIB_STRIP
2179AC_LIBTOOL_DLOPEN_SELF($1)
2180
2181# Report which librarie types wil actually be built
2182AC_MSG_CHECKING([if libtool supports shared libraries])
2183AC_MSG_RESULT([$can_build_shared])
2184
2185AC_MSG_CHECKING([whether to build shared libraries])
2186test "$can_build_shared" = "no" && enable_shared=no
2187
2188# On AIX, shared libraries and static libraries use the same namespace, and
2189# are all built from PIC.
2190case "$host_os" in
2191aix3*)
2192  test "$enable_shared" = yes && enable_static=no
2193  if test -n "$RANLIB"; then
2194    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2195    postinstall_cmds='$RANLIB $lib'
2196  fi
2197  ;;
2198
2199aix4* | aix5*)
2200  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2201    test "$enable_shared" = yes && enable_static=no
2202  fi
2203  ;;
2204  darwin* | rhapsody*)
2205  if test "$GCC" = yes; then
2206    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2207    case "$host_os" in
2208    rhapsody* | darwin1.[[012]])
2209      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2210      ;;
2211    *) # Darwin 1.3 on
2212      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2213        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2214      else
2215        case ${MACOSX_DEPLOYMENT_TARGET} in
2216          10.[[012]])
2217            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2218            ;;
2219          10.*)
2220            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2221            ;;
2222        esac
2223      fi
2224      ;;
2225    esac
2226    output_verbose_link_cmd='echo'
2227    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
2228    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2229    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2230    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2231    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2232    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2233    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2234    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2235    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2236    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2237  else
2238    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2239  fi
2240    ;;
2241esac
2242AC_MSG_RESULT([$enable_shared])
2243
2244AC_MSG_CHECKING([whether to build static libraries])
2245# Make sure either enable_shared or enable_static is yes.
2246test "$enable_shared" = yes || enable_static=yes
2247AC_MSG_RESULT([$enable_static])
2248
2249AC_LIBTOOL_CONFIG($1)
2250
2251AC_LANG_POP
2252CC="$lt_save_CC"
2253])
2254m4trace:/usr/share/aclocal/libtool.m4:2617: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2255m4trace:/usr/share/aclocal/libtool.m4:3504: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2256AC_REQUIRE([AC_PROG_CXX])
2257AC_REQUIRE([AC_PROG_CXXCPP])
2258
2259_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2260_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2261_LT_AC_TAGVAR(always_export_symbols, $1)=no
2262_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2263_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2264_LT_AC_TAGVAR(hardcode_direct, $1)=no
2265_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2266_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2267_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2268_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2269_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2270_LT_AC_TAGVAR(module_cmds, $1)=
2271_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2272_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2273_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2274_LT_AC_TAGVAR(no_undefined_flag, $1)=
2275_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2276_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2277
2278# Dependencies to place before and after the object being linked:
2279_LT_AC_TAGVAR(predep_objects, $1)=
2280_LT_AC_TAGVAR(postdep_objects, $1)=
2281_LT_AC_TAGVAR(predeps, $1)=
2282_LT_AC_TAGVAR(postdeps, $1)=
2283_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2284
2285# Source file extension for C++ test sources.
2286ac_ext=cc
2287
2288# Object file extension for compiled C++ test sources.
2289objext=o
2290_LT_AC_TAGVAR(objext, $1)=$objext
2291
2292# Code to be used in simple compile tests
2293lt_simple_compile_test_code="int some_variable = 0;\n"
2294
2295# Code to be used in simple link tests
2296lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2297
2298# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2299_LT_AC_SYS_COMPILER
2300
2301# Allow CC to be a program name with arguments.
2302lt_save_CC=$CC
2303lt_save_LD=$LD
2304lt_save_GCC=$GCC
2305GCC=$GXX
2306lt_save_with_gnu_ld=$with_gnu_ld
2307lt_save_path_LD=$lt_cv_path_LD
2308if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2309  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2310else
2311  unset lt_cv_prog_gnu_ld
2312fi
2313if test -n "${lt_cv_path_LDCXX+set}"; then
2314  lt_cv_path_LD=$lt_cv_path_LDCXX
2315else
2316  unset lt_cv_path_LD
2317fi
2318test -z "${LDCXX+set}" || LD=$LDCXX
2319CC=${CXX-"c++"}
2320compiler=$CC
2321_LT_AC_TAGVAR(compiler, $1)=$CC
2322cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2323
2324# We don't want -fno-exception wen compiling C++ code, so set the
2325# no_builtin_flag separately
2326if test "$GXX" = yes; then
2327  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2328else
2329  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2330fi
2331
2332if test "$GXX" = yes; then
2333  # Set up default GNU C++ configuration
2334
2335  AC_PROG_LD
2336
2337  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2338  # archiving commands below assume that GNU ld is being used.
2339  if test "$with_gnu_ld" = yes; then
2340    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2341    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2342
2343    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2344    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2345
2346    # If archive_cmds runs LD, not CC, wlarc should be empty
2347    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2348    #     investigate it a little bit more. (MM)
2349    wlarc='${wl}'
2350
2351    # ancient GNU ld didn't support --whole-archive et. al.
2352    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2353        grep 'no-whole-archive' > /dev/null; then
2354      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2355    else
2356      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2357    fi
2358  else
2359    with_gnu_ld=no
2360    wlarc=
2361
2362    # A generic and very simple default shared library creation
2363    # command for GNU C++ for the case where it uses the native
2364    # linker, instead of GNU ld.  If possible, this setting should
2365    # overridden to take advantage of the native linker features on
2366    # the platform it is being used on.
2367    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2368  fi
2369
2370  # Commands to make compiler produce verbose output that lists
2371  # what "hidden" libraries, object files and flags are used when
2372  # linking a shared library.
2373  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2374
2375else
2376  GXX=no
2377  with_gnu_ld=no
2378  wlarc=
2379fi
2380
2381# PORTME: fill in a description of your system's C++ link characteristics
2382AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2383_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2384case $host_os in
2385  aix3*)
2386    # FIXME: insert proper C++ library support
2387    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2388    ;;
2389  aix4* | aix5*)
2390    if test "$host_cpu" = ia64; then
2391      # On IA64, the linker does run time linking by default, so we don't
2392      # have to do anything special.
2393      aix_use_runtimelinking=no
2394      exp_sym_flag='-Bexport'
2395      no_entry_flag=""
2396    else
2397      aix_use_runtimelinking=no
2398
2399      # Test if we are trying to use run time linking or normal
2400      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2401      # need to do runtime linking.
2402      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2403        for ld_flag in $LDFLAGS; do
2404          case $ld_flag in
2405          *-brtl*)
2406            aix_use_runtimelinking=yes
2407            break
2408            ;;
2409          esac
2410        done
2411      esac
2412
2413      exp_sym_flag='-bexport'
2414      no_entry_flag='-bnoentry'
2415    fi
2416
2417    # When large executables or shared objects are built, AIX ld can
2418    # have problems creating the table of contents.  If linking a library
2419    # or program results in "error TOC overflow" add -mminimal-toc to
2420    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2421    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2422
2423    _LT_AC_TAGVAR(archive_cmds, $1)=''
2424    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2425    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2426    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2427
2428    if test "$GXX" = yes; then
2429      case $host_os in aix4.[012]|aix4.[012].*)
2430      # We only want to do this on AIX 4.2 and lower, the check
2431      # below for broken collect2 doesn't work under 4.3+
2432        collect2name=`${CC} -print-prog-name=collect2`
2433        if test -f "$collect2name" && \
2434           strings "$collect2name" | grep resolve_lib_name >/dev/null
2435        then
2436          # We have reworked collect2
2437          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2438        else
2439          # We have old collect2
2440          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2441          # It fails to find uninstalled libraries when the uninstalled
2442          # path is not listed in the libpath.  Setting hardcode_minus_L
2443          # to unsupported forces relinking
2444          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2445          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2446          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2447        fi
2448      esac
2449      shared_flag='-shared'
2450    else
2451      # not using gcc
2452      if test "$host_cpu" = ia64; then
2453        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2454        # chokes on -Wl,-G. The following line is correct:
2455        shared_flag='-G'
2456      else
2457        if test "$aix_use_runtimelinking" = yes; then
2458          shared_flag='${wl}-G'
2459        else
2460          shared_flag='${wl}-bM:SRE'
2461        fi
2462      fi
2463    fi
2464
2465    # It seems that -bexpall does not export symbols beginning with
2466    # underscore (_), so it is better to generate a list of symbols to export.
2467    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2468    if test "$aix_use_runtimelinking" = yes; then
2469      # Warning - without using the other runtime loading flags (-brtl),
2470      # -berok will link without error, but may produce a broken library.
2471      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2472      # Determine the default libpath from the value encoded in an empty executable.
2473      _LT_AC_SYS_LIBPATH_AIX
2474      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2475
2476      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2477     else
2478      if test "$host_cpu" = ia64; then
2479        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2480        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2481        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2482      else
2483        # Determine the default libpath from the value encoded in an empty executable.
2484        _LT_AC_SYS_LIBPATH_AIX
2485        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2486        # Warning - without using the other run time loading flags,
2487        # -berok will link without error, but may produce a broken library.
2488        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2489        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2490        # -bexpall does not export symbols beginning with underscore (_)
2491        _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2492        # Exported symbols can be pulled into shared objects from archives
2493        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2494        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2495        # This is similar to how AIX traditionally builds it's shared libraries.
2496        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2497      fi
2498    fi
2499    ;;
2500  chorus*)
2501    case $cc_basename in
2502      *)
2503        # FIXME: insert proper C++ library support
2504        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2505        ;;
2506    esac
2507    ;;
2508
2509  cygwin* | mingw* | pw32*)
2510    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2511    # as there is no search path for DLLs.
2512    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2513    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2514    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2515    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2516
2517    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2518      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2519      # If the export-symbols file already is a .def file (1st line
2520      # is EXPORTS), use it as is; otherwise, prepend...
2521      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2522        cp $export_symbols $output_objdir/$soname.def;
2523      else
2524        echo EXPORTS > $output_objdir/$soname.def;
2525        cat $export_symbols >> $output_objdir/$soname.def;
2526      fi~
2527      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2528    else
2529      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2530    fi
2531  ;;
2532
2533  darwin* | rhapsody*)
2534  if test "$GXX" = yes; then
2535    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2536    case "$host_os" in
2537    rhapsody* | darwin1.[[012]])
2538      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2539      ;;
2540    *) # Darwin 1.3 on
2541      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2542        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2543      else
2544        case ${MACOSX_DEPLOYMENT_TARGET} in
2545          10.[[012]])
2546            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2547            ;;
2548          10.*)
2549            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2550            ;;
2551        esac
2552      fi
2553      ;;
2554    esac
2555    lt_int_apple_cc_single_mod=no
2556    output_verbose_link_cmd='echo'
2557    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
2558      lt_int_apple_cc_single_mod=yes
2559    fi
2560    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2561      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2562    else
2563      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2564    fi
2565    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2566
2567    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2568    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2569      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2570    else
2571      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2572    fi
2573    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2574    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2575    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2576    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2577    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2578    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2579  else
2580    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2581  fi
2582    ;;
2583
2584  dgux*)
2585    case $cc_basename in
2586      ec++)
2587        # FIXME: insert proper C++ library support
2588        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2589        ;;
2590      ghcx)
2591        # Green Hills C++ Compiler
2592        # FIXME: insert proper C++ library support
2593        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2594        ;;
2595      *)
2596        # FIXME: insert proper C++ library support
2597        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2598        ;;
2599    esac
2600    ;;
2601  freebsd[12]*)
2602    # C++ shared libraries reported to be fairly broken before switch to ELF
2603    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2604    ;;
2605  freebsd-elf*)
2606    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2607    ;;
2608  freebsd* | kfreebsd*-gnu)
2609    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2610    # conventions
2611    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2612    ;;
2613  gnu*)
2614    ;;
2615  hpux9*)
2616    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2617    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2618    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2619    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2620    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2621                                # but as the default
2622                                # location of the library.
2623
2624    case $cc_basename in
2625    CC)
2626      # FIXME: insert proper C++ library support
2627      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2628      ;;
2629    aCC)
2630      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2631      # Commands to make compiler produce verbose output that lists
2632      # what "hidden" libraries, object files and flags are used when
2633      # linking a shared library.
2634      #
2635      # There doesn't appear to be a way to prevent this compiler from
2636      # explicitly linking system object files so we need to strip them
2637      # from the output so that they don't get included in the library
2638      # dependencies.
2639      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2640      ;;
2641    *)
2642      if test "$GXX" = yes; then
2643        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2644      else
2645        # FIXME: insert proper C++ library support
2646        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2647      fi
2648      ;;
2649    esac
2650    ;;
2651  hpux10*|hpux11*)
2652    if test $with_gnu_ld = no; then
2653      case "$host_cpu" in
2654      hppa*64*)
2655        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2656        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2657        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2658        ;;
2659      ia64*)
2660        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2661        ;;
2662      *)
2663        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2664        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2665        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2666        ;;
2667      esac
2668    fi
2669    case "$host_cpu" in
2670    hppa*64*)
2671      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2672      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2673      ;;
2674    ia64*)
2675      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2676      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2677      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2678                                              # but as the default
2679                                              # location of the library.
2680      ;;
2681    *)
2682      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2683      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2684                                              # but as the default
2685                                              # location of the library.
2686      ;;
2687    esac
2688
2689    case $cc_basename in
2690      CC)
2691        # FIXME: insert proper C++ library support
2692        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2693        ;;
2694      aCC)
2695        case "$host_cpu" in
2696        hppa*64*|ia64*)
2697          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2698          ;;
2699        *)
2700          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2701          ;;
2702        esac
2703        # Commands to make compiler produce verbose output that lists
2704        # what "hidden" libraries, object files and flags are used when
2705        # linking a shared library.
2706        #
2707        # There doesn't appear to be a way to prevent this compiler from
2708        # explicitly linking system object files so we need to strip them
2709        # from the output so that they don't get included in the library
2710        # dependencies.
2711        output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2712        ;;
2713      *)
2714        if test "$GXX" = yes; then
2715          if test $with_gnu_ld = no; then
2716            case "$host_cpu" in
2717            ia64*|hppa*64*)
2718              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2719              ;;
2720            *)
2721              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2722              ;;
2723            esac
2724          fi
2725        else
2726          # FIXME: insert proper C++ library support
2727          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2728        fi
2729        ;;
2730    esac
2731    ;;
2732  irix5* | irix6*)
2733    case $cc_basename in
2734      CC)
2735        # SGI C++
2736        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2737
2738        # Archives containing C++ object files must be created using
2739        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2740        # necessary to make sure instantiated templates are included
2741        # in the archive.
2742        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2743        ;;
2744      *)
2745        if test "$GXX" = yes; then
2746          if test "$with_gnu_ld" = no; then
2747            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2748          else
2749            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
2750          fi
2751        fi
2752        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2753        ;;
2754    esac
2755    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2756    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2757    ;;
2758  linux*)
2759    case $cc_basename in
2760      KCC)
2761        # Kuck and Associates, Inc. (KAI) C++ Compiler
2762
2763        # KCC will only create a shared library if the output file
2764        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2765        # to its proper name (with version) after linking.
2766        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2767        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
2768        # Commands to make compiler produce verbose output that lists
2769        # what "hidden" libraries, object files and flags are used when
2770        # linking a shared library.
2771        #
2772        # There doesn't appear to be a way to prevent this compiler from
2773        # explicitly linking system object files so we need to strip them
2774        # from the output so that they don't get included in the library
2775        # dependencies.
2776        output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2777
2778        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2779        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2780
2781        # Archives containing C++ object files must be created using
2782        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2783        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2784        ;;
2785      icpc)
2786        # Intel C++
2787        with_gnu_ld=yes
2788        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2789        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2790        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2791        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2792        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2793        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2794        ;;
2795      cxx)
2796        # Compaq C++
2797        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2798        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
2799
2800        runpath_var=LD_RUN_PATH
2801        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2802        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2803
2804        # Commands to make compiler produce verbose output that lists
2805        # what "hidden" libraries, object files and flags are used when
2806        # linking a shared library.
2807        #
2808        # There doesn't appear to be a way to prevent this compiler from
2809        # explicitly linking system object files so we need to strip them
2810        # from the output so that they don't get included in the library
2811        # dependencies.
2812        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2813        ;;
2814    esac
2815    ;;
2816  lynxos*)
2817    # FIXME: insert proper C++ library support
2818    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2819    ;;
2820  m88k*)
2821    # FIXME: insert proper C++ library support
2822    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2823    ;;
2824  mvs*)
2825    case $cc_basename in
2826      cxx)
2827        # FIXME: insert proper C++ library support
2828        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2829        ;;
2830      *)
2831        # FIXME: insert proper C++ library support
2832        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2833        ;;
2834    esac
2835    ;;
2836  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
2837    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2838      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2839      wlarc=
2840      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2841      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2842      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2843    fi
2844    # Workaround some broken pre-1.5 toolchains
2845    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2846    ;;
2847  osf3*)
2848    case $cc_basename in
2849      KCC)
2850        # Kuck and Associates, Inc. (KAI) C++ Compiler
2851
2852        # KCC will only create a shared library if the output file
2853        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2854        # to its proper name (with version) after linking.
2855        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2856
2857        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2858        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2859
2860        # Archives containing C++ object files must be created using
2861        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2862        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2863
2864        ;;
2865      RCC)
2866        # Rational C++ 2.4.1
2867        # FIXME: insert proper C++ library support
2868        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2869        ;;
2870      cxx)
2871        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2872        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2873
2874        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2875        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2876
2877        # Commands to make compiler produce verbose output that lists
2878        # what "hidden" libraries, object files and flags are used when
2879        # linking a shared library.
2880        #
2881        # There doesn't appear to be a way to prevent this compiler from
2882        # explicitly linking system object files so we need to strip them
2883        # from the output so that they don't get included in the library
2884        # dependencies.
2885        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2886        ;;
2887      *)
2888        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2889          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2890          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2891
2892          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2893          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2894
2895          # Commands to make compiler produce verbose output that lists
2896          # what "hidden" libraries, object files and flags are used when
2897          # linking a shared library.
2898          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2899
2900        else
2901          # FIXME: insert proper C++ library support
2902          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2903        fi
2904        ;;
2905    esac
2906    ;;
2907  osf4* | osf5*)
2908    case $cc_basename in
2909      KCC)
2910        # Kuck and Associates, Inc. (KAI) C++ Compiler
2911
2912        # KCC will only create a shared library if the output file
2913        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2914        # to its proper name (with version) after linking.
2915        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2916
2917        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2918        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2919
2920        # Archives containing C++ object files must be created using
2921        # the KAI C++ compiler.
2922        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
2923        ;;
2924      RCC)
2925        # Rational C++ 2.4.1
2926        # FIXME: insert proper C++ library support
2927        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2928        ;;
2929      cxx)
2930        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
2931        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2932        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
2933          echo "-hidden">> $lib.exp~
2934          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
2935          $rm $lib.exp'
2936
2937        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2938        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2939
2940        # Commands to make compiler produce verbose output that lists
2941        # what "hidden" libraries, object files and flags are used when
2942        # linking a shared library.
2943        #
2944        # There doesn't appear to be a way to prevent this compiler from
2945        # explicitly linking system object files so we need to strip them
2946        # from the output so that they don't get included in the library
2947        # dependencies.
2948        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2949        ;;
2950      *)
2951        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2952          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2953         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2954
2955          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2956          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2957
2958          # Commands to make compiler produce verbose output that lists
2959          # what "hidden" libraries, object files and flags are used when
2960          # linking a shared library.
2961          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2962
2963        else
2964          # FIXME: insert proper C++ library support
2965          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2966        fi
2967        ;;
2968    esac
2969    ;;
2970  psos*)
2971    # FIXME: insert proper C++ library support
2972    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2973    ;;
2974  sco*)
2975    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2976    case $cc_basename in
2977      CC)
2978        # FIXME: insert proper C++ library support
2979        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2980        ;;
2981      *)
2982        # FIXME: insert proper C++ library support
2983        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2984        ;;
2985    esac
2986    ;;
2987  sunos4*)
2988    case $cc_basename in
2989      CC)
2990        # Sun C++ 4.x
2991        # FIXME: insert proper C++ library support
2992        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2993        ;;
2994      lcc)
2995        # Lucid
2996        # FIXME: insert proper C++ library support
2997        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2998        ;;
2999      *)
3000        # FIXME: insert proper C++ library support
3001        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3002        ;;
3003    esac
3004    ;;
3005  solaris*)
3006    case $cc_basename in
3007      CC)
3008        # Sun C++ 4.2, 5.x and Centerline C++
3009        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3010        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3011        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3012        $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3013
3014        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3015        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3016        case $host_os in
3017          solaris2.[0-5] | solaris2.[0-5].*) ;;
3018          *)
3019            # The C++ compiler is used as linker so we must use $wl
3020            # flag to pass the commands to the underlying system
3021            # linker.
3022            # Supported since Solaris 2.6 (maybe 2.5.1?)
3023            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3024            ;;
3025        esac
3026        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3027
3028        # Commands to make compiler produce verbose output that lists
3029        # what "hidden" libraries, object files and flags are used when
3030        # linking a shared library.
3031        #
3032        # There doesn't appear to be a way to prevent this compiler from
3033        # explicitly linking system object files so we need to strip them
3034        # from the output so that they don't get included in the library
3035        # dependencies.
3036        output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3037
3038        # Archives containing C++ object files must be created using
3039        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3040        # necessary to make sure instantiated templates are included
3041        # in the archive.
3042        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3043        ;;
3044      gcx)
3045        # Green Hills C++ Compiler
3046        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3047
3048        # The C++ compiler must be used to create the archive.
3049        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3050        ;;
3051      *)
3052        # GNU C++ compiler with Solaris linker
3053        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3054          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3055          if $CC --version | grep -v '^2\.7' > /dev/null; then
3056            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3057            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3058                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3059
3060            # Commands to make compiler produce verbose output that lists
3061            # what "hidden" libraries, object files and flags are used when
3062            # linking a shared library.
3063            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3064          else
3065            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3066            # platform.
3067            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3068            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3069                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3070
3071            # Commands to make compiler produce verbose output that lists
3072            # what "hidden" libraries, object files and flags are used when
3073            # linking a shared library.
3074            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3075          fi
3076
3077          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3078        fi
3079        ;;
3080    esac
3081    ;;
3082  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3083    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3084    ;;
3085  tandem*)
3086    case $cc_basename in
3087      NCC)
3088        # NonStop-UX NCC 3.20
3089        # FIXME: insert proper C++ library support
3090        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3091        ;;
3092      *)
3093        # FIXME: insert proper C++ library support
3094        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3095        ;;
3096    esac
3097    ;;
3098  vxworks*)
3099    # FIXME: insert proper C++ library support
3100    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3101    ;;
3102  *)
3103    # FIXME: insert proper C++ library support
3104    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3105    ;;
3106esac
3107AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3108test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3109
3110_LT_AC_TAGVAR(GCC, $1)="$GXX"
3111_LT_AC_TAGVAR(LD, $1)="$LD"
3112
3113## CAVEAT EMPTOR:
3114## There is no encapsulation within the following macros, do not change
3115## the running order or otherwise move them around unless you know exactly
3116## what you are doing...
3117AC_LIBTOOL_POSTDEP_PREDEP($1)
3118AC_LIBTOOL_PROG_COMPILER_PIC($1)
3119AC_LIBTOOL_PROG_CC_C_O($1)
3120AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3121AC_LIBTOOL_PROG_LD_SHLIBS($1)
3122AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3123AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3124AC_LIBTOOL_SYS_LIB_STRIP
3125AC_LIBTOOL_DLOPEN_SELF($1)
3126
3127AC_LIBTOOL_CONFIG($1)
3128
3129AC_LANG_POP
3130CC=$lt_save_CC
3131LDCXX=$LD
3132LD=$lt_save_LD
3133GCC=$lt_save_GCC
3134with_gnu_ldcxx=$with_gnu_ld
3135with_gnu_ld=$lt_save_with_gnu_ld
3136lt_cv_path_LDCXX=$lt_cv_path_LD
3137lt_cv_path_LD=$lt_save_path_LD
3138lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3139lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3140])
3141m4trace:/usr/share/aclocal/libtool.m4:3640: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3142dnl we can't use the lt_simple_compile_test_code here,
3143dnl because it contains code intended for an executable,
3144dnl not a library.  It's possible we should let each
3145dnl tag define a new lt_????_link_test_code variable,
3146dnl but it's only used here...
3147ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3148int a;
3149void foo (void) { a = 0; }
3150EOF
3151],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3152class Foo
3153{
3154public:
3155  Foo (void) { a = 0; }
3156private:
3157  int a;
3158};
3159EOF
3160],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3161      subroutine foo
3162      implicit none
3163      integer*4 a
3164      a=0
3165      return
3166      end
3167EOF
3168],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3169public class foo {
3170  private int a;
3171  public void bar (void) {
3172    a = 0;
3173  }
3174};
3175EOF
3176])
3177dnl Parse the compiler output and extract the necessary
3178dnl objects, libraries and library flags.
3179if AC_TRY_EVAL(ac_compile); then
3180  # Parse the compiler output and extract the necessary
3181  # objects, libraries and library flags.
3182
3183  # Sentinel used to keep track of whether or not we are before
3184  # the conftest object file.
3185  pre_test_object_deps_done=no
3186
3187  # The `*' in the case matches for architectures that use `case' in
3188  # $output_verbose_cmd can trigger glob expansion during the loop
3189  # eval without this substitution.
3190  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3191
3192  for p in `eval $output_verbose_link_cmd`; do
3193    case $p in
3194
3195    -L* | -R* | -l*)
3196       # Some compilers place space between "-{L,R}" and the path.
3197       # Remove the space.
3198       if test $p = "-L" \
3199          || test $p = "-R"; then
3200         prev=$p
3201         continue
3202       else
3203         prev=
3204       fi
3205
3206       if test "$pre_test_object_deps_done" = no; then
3207         case $p in
3208         -L* | -R*)
3209           # Internal compiler library paths should come after those
3210           # provided the user.  The postdeps already come after the
3211           # user supplied libs so there is no need to process them.
3212           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3213             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3214           else
3215             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3216           fi
3217           ;;
3218         # The "-l" case would never come before the object being
3219         # linked, so don't bother handling this case.
3220         esac
3221       else
3222         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3223           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3224         else
3225           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3226         fi
3227       fi
3228       ;;
3229
3230    *.$objext)
3231       # This assumes that the test object file only shows up
3232       # once in the compiler output.
3233       if test "$p" = "conftest.$objext"; then
3234         pre_test_object_deps_done=yes
3235         continue
3236       fi
3237
3238       if test "$pre_test_object_deps_done" = no; then
3239         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3240           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3241         else
3242           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3243         fi
3244       else
3245         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3246           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3247         else
3248           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3249         fi
3250       fi
3251       ;;
3252
3253    *) ;; # Ignore the rest.
3254
3255    esac
3256  done
3257
3258  # Clean up.
3259  rm -f a.out a.exe
3260else
3261  echo "libtool.m4: error: problem compiling $1 test program"
3262fi
3263
3264$rm -f confest.$objext
3265
3266case " $_LT_AC_TAGVAR(postdeps, $1) " in
3267*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3268esac
3269])
3270m4trace:/usr/share/aclocal/libtool.m4:3647: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3271m4trace:/usr/share/aclocal/libtool.m4:3739: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3272AC_LANG_PUSH(Fortran 77)
3273
3274_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3275_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3276_LT_AC_TAGVAR(always_export_symbols, $1)=no
3277_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3278_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3279_LT_AC_TAGVAR(hardcode_direct, $1)=no
3280_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3281_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3282_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3283_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3284_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3285_LT_AC_TAGVAR(module_cmds, $1)=
3286_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3287_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3288_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3289_LT_AC_TAGVAR(no_undefined_flag, $1)=
3290_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3291_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3292
3293# Source file extension for f77 test sources.
3294ac_ext=f
3295
3296# Object file extension for compiled f77 test sources.
3297objext=o
3298_LT_AC_TAGVAR(objext, $1)=$objext
3299
3300# Code to be used in simple compile tests
3301lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3302
3303# Code to be used in simple link tests
3304lt_simple_link_test_code="      program t\n      end\n"
3305
3306# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3307_LT_AC_SYS_COMPILER
3308
3309# Allow CC to be a program name with arguments.
3310lt_save_CC="$CC"
3311CC=${F77-"f77"}
3312compiler=$CC
3313_LT_AC_TAGVAR(compiler, $1)=$CC
3314cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3315
3316AC_MSG_CHECKING([if libtool supports shared libraries])
3317AC_MSG_RESULT([$can_build_shared])
3318
3319AC_MSG_CHECKING([whether to build shared libraries])
3320test "$can_build_shared" = "no" && enable_shared=no
3321
3322# On AIX, shared libraries and static libraries use the same namespace, and
3323# are all built from PIC.
3324case "$host_os" in
3325aix3*)
3326  test "$enable_shared" = yes && enable_static=no
3327  if test -n "$RANLIB"; then
3328    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3329    postinstall_cmds='$RANLIB $lib'
3330  fi
3331  ;;
3332aix4* | aix5*)
3333  test "$enable_shared" = yes && enable_static=no
3334  ;;
3335esac
3336AC_MSG_RESULT([$enable_shared])
3337
3338AC_MSG_CHECKING([whether to build static libraries])
3339# Make sure either enable_shared or enable_static is yes.
3340test "$enable_shared" = yes || enable_static=yes
3341AC_MSG_RESULT([$enable_static])
3342
3343test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3344
3345_LT_AC_TAGVAR(GCC, $1)="$G77"
3346_LT_AC_TAGVAR(LD, $1)="$LD"
3347
3348AC_LIBTOOL_PROG_COMPILER_PIC($1)
3349AC_LIBTOOL_PROG_CC_C_O($1)
3350AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3351AC_LIBTOOL_PROG_LD_SHLIBS($1)
3352AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3353AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3354AC_LIBTOOL_SYS_LIB_STRIP
3355
3356
3357AC_LIBTOOL_CONFIG($1)
3358
3359AC_LANG_POP
3360CC="$lt_save_CC"
3361])
3362m4trace:/usr/share/aclocal/libtool.m4:3747: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3363m4trace:/usr/share/aclocal/libtool.m4:3794: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3364
3365# Source file extension for Java test sources.
3366ac_ext=java
3367
3368# Object file extension for compiled Java test sources.
3369objext=o
3370_LT_AC_TAGVAR(objext, $1)=$objext
3371
3372# Code to be used in simple compile tests
3373lt_simple_compile_test_code="class foo {}\n"
3374
3375# Code to be used in simple link tests
3376lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3377
3378# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3379_LT_AC_SYS_COMPILER
3380
3381# Allow CC to be a program name with arguments.
3382lt_save_CC="$CC"
3383CC=${GCJ-"gcj"}
3384compiler=$CC
3385_LT_AC_TAGVAR(compiler, $1)=$CC
3386
3387# GCJ did not exist at the time GCC didn't implicitly link libc in.
3388_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3389
3390## CAVEAT EMPTOR:
3391## There is no encapsulation within the following macros, do not change
3392## the running order or otherwise move them around unless you know exactly
3393## what you are doing...
3394AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3395AC_LIBTOOL_PROG_COMPILER_PIC($1)
3396AC_LIBTOOL_PROG_CC_C_O($1)
3397AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3398AC_LIBTOOL_PROG_LD_SHLIBS($1)
3399AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3400AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3401AC_LIBTOOL_SYS_LIB_STRIP
3402AC_LIBTOOL_DLOPEN_SELF($1)
3403
3404AC_LIBTOOL_CONFIG($1)
3405
3406AC_LANG_RESTORE
3407CC="$lt_save_CC"
3408])
3409m4trace:/usr/share/aclocal/libtool.m4:3802: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3410m4trace:/usr/share/aclocal/libtool.m4:3833: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3411
3412# Source file extension for RC test sources.
3413ac_ext=rc
3414
3415# Object file extension for compiled RC test sources.
3416objext=o
3417_LT_AC_TAGVAR(objext, $1)=$objext
3418
3419# Code to be used in simple compile tests
3420lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3421
3422# Code to be used in simple link tests
3423lt_simple_link_test_code="$lt_simple_compile_test_code"
3424
3425# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3426_LT_AC_SYS_COMPILER
3427
3428# Allow CC to be a program name with arguments.
3429lt_save_CC="$CC"
3430CC=${RC-"windres"}
3431compiler=$CC
3432_LT_AC_TAGVAR(compiler, $1)=$CC
3433_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3434
3435AC_LIBTOOL_CONFIG($1)
3436
3437AC_LANG_RESTORE
3438CC="$lt_save_CC"
3439])
3440m4trace:/usr/share/aclocal/libtool.m4:4318: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3441# libtool distribution, otherwise you forgot to ship ltmain.sh
3442# with your package, and you will get complaints that there are
3443# no rules to generate ltmain.sh.
3444if test -f "$ltmain"; then
3445  # See if we are running on zsh, and set the options which allow our commands through
3446  # without removal of \ escapes.
3447  if test -n "${ZSH_VERSION+set}" ; then
3448    setopt NO_GLOB_SUBST
3449  fi
3450  # Now quote all the things that may contain metacharacters while being
3451  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3452  # variables and quote the copies for generation of the libtool script.
3453  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3454    SED SHELL STRIP \
3455    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3456    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3457    deplibs_check_method reload_flag reload_cmds need_locks \
3458    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3459    lt_cv_sys_global_symbol_to_c_name_address \
3460    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3461    old_postinstall_cmds old_postuninstall_cmds \
3462    _LT_AC_TAGVAR(compiler, $1) \
3463    _LT_AC_TAGVAR(CC, $1) \
3464    _LT_AC_TAGVAR(LD, $1) \
3465    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3466    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3467    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3468    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3469    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3470    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3471    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3472    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3473    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3474    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3475    _LT_AC_TAGVAR(predep_objects, $1) \
3476    _LT_AC_TAGVAR(postdep_objects, $1) \
3477    _LT_AC_TAGVAR(predeps, $1) \
3478    _LT_AC_TAGVAR(postdeps, $1) \
3479    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3480    _LT_AC_TAGVAR(archive_cmds, $1) \
3481    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3482    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3483    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3484    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3485    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3486    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3487    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3488    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3489    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3490    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3491    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3492    _LT_AC_TAGVAR(module_cmds, $1) \
3493    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3494    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3495    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3496    _LT_AC_TAGVAR(include_expsyms, $1); do
3497
3498    case $var in
3499    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3500    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3501    _LT_AC_TAGVAR(archive_cmds, $1) | \
3502    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3503    _LT_AC_TAGVAR(module_cmds, $1) | \
3504    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3505    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3506    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3507    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3508    postinstall_cmds | postuninstall_cmds | \
3509    old_postinstall_cmds | old_postuninstall_cmds | \
3510    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3511      # Double-quote double-evaled strings.
3512      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3513      ;;
3514    *)
3515      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3516      ;;
3517    esac
3518  done
3519
3520  case $lt_echo in
3521  *'\[$]0 --fallback-echo"')
3522    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3523    ;;
3524  esac
3525
3526ifelse([$1], [],
3527  [cfgfile="${ofile}T"
3528  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3529  $rm -f "$cfgfile"
3530  AC_MSG_NOTICE([creating $ofile])],
3531  [cfgfile="$ofile"])
3532
3533  cat <<__EOF__ >> "$cfgfile"
3534ifelse([$1], [],
3535[#! $SHELL
3536
3537# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3538# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3539# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3540#
3541# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3542# Free Software Foundation, Inc.
3543#
3544# This file is part of GNU Libtool:
3545# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3546#
3547# This program is free software; you can redistribute it and/or modify
3548# it under the terms of the GNU General Public License as published by
3549# the Free Software Foundation; either version 2 of the License, or
3550# (at your option) any later version.
3551#
3552# This program is distributed in the hope that it will be useful, but
3553# WITHOUT ANY WARRANTY; without even the implied warranty of
3554# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3555# General Public License for more details.
3556#
3557# You should have received a copy of the GNU General Public License
3558# along with this program; if not, write to the Free Software
3559# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3560#
3561# As a special exception to the GNU General Public License, if you
3562# distribute this file as part of a program that contains a
3563# configuration script generated by Autoconf, you may include it under
3564# the same distribution terms that you use for the rest of that program.
3565
3566# A sed program that does not truncate output.
3567SED=$lt_SED
3568
3569# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3570Xsed="$SED -e s/^X//"
3571
3572# The HP-UX ksh and POSIX shell print the target directory to stdout
3573# if CDPATH is set.
3574if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3575
3576# The names of the tagged configurations supported by this script.
3577available_tags=
3578
3579# ### BEGIN LIBTOOL CONFIG],
3580[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3581
3582# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3583
3584# Shell to use when invoking shell scripts.
3585SHELL=$lt_SHELL
3586
3587# Whether or not to build shared libraries.
3588build_libtool_libs=$enable_shared
3589
3590# Whether or not to build static libraries.
3591build_old_libs=$enable_static
3592
3593# Whether or not to add -lc for building shared libraries.
3594build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3595
3596# Whether or not to disallow shared libs when runtime libs are static
3597allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3598
3599# Whether or not to optimize for fast installation.
3600fast_install=$enable_fast_install
3601
3602# The host system.
3603host_alias=$host_alias
3604host=$host
3605
3606# An echo program that does not interpret backslashes.
3607echo=$lt_echo
3608
3609# The archiver.
3610AR=$lt_AR
3611AR_FLAGS=$lt_AR_FLAGS
3612
3613# A C compiler.
3614LTCC=$lt_LTCC
3615
3616# A language-specific compiler.
3617CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3618
3619# Is the compiler the GNU C compiler?
3620with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3621
3622# An ERE matcher.
3623EGREP=$lt_EGREP
3624
3625# The linker used to build libraries.
3626LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3627
3628# Whether we need hard or soft links.
3629LN_S=$lt_LN_S
3630
3631# A BSD-compatible nm program.
3632NM=$lt_NM
3633
3634# A symbol stripping program
3635STRIP=$lt_STRIP
3636
3637# Used to examine libraries when file_magic_cmd begins "file"
3638MAGIC_CMD=$MAGIC_CMD
3639
3640# Used on cygwin: DLL creation program.
3641DLLTOOL="$DLLTOOL"
3642
3643# Used on cygwin: object dumper.
3644OBJDUMP="$OBJDUMP"
3645
3646# Used on cygwin: assembler.
3647AS="$AS"
3648
3649# The name of the directory that contains temporary libtool files.
3650objdir=$objdir
3651
3652# How to create reloadable object files.
3653reload_flag=$lt_reload_flag
3654reload_cmds=$lt_reload_cmds
3655
3656# How to pass a linker flag through the compiler.
3657wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3658
3659# Object file suffix (normally "o").
3660objext="$ac_objext"
3661
3662# Old archive suffix (normally "a").
3663libext="$libext"
3664
3665# Shared library suffix (normally ".so").
3666shrext_cmds='$shrext_cmds'
3667
3668# Executable file suffix (normally "").
3669exeext="$exeext"
3670
3671# Additional compiler flags for building library objects.
3672pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3673pic_mode=$pic_mode
3674
3675# What is the maximum length of a command?
3676max_cmd_len=$lt_cv_sys_max_cmd_len
3677
3678# Does compiler simultaneously support -c and -o options?
3679compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3680
3681# Must we lock files when doing compilation ?
3682need_locks=$lt_need_locks
3683
3684# Do we need the lib prefix for modules?
3685need_lib_prefix=$need_lib_prefix
3686
3687# Do we need a version for libraries?
3688need_version=$need_version
3689
3690# Whether dlopen is supported.
3691dlopen_support=$enable_dlopen
3692
3693# Whether dlopen of programs is supported.
3694dlopen_self=$enable_dlopen_self
3695
3696# Whether dlopen of statically linked programs is supported.
3697dlopen_self_static=$enable_dlopen_self_static
3698
3699# Compiler flag to prevent dynamic linking.
3700link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3701
3702# Compiler flag to turn off builtin functions.
3703no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3704
3705# Compiler flag to allow reflexive dlopens.
3706export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3707
3708# Compiler flag to generate shared objects directly from archives.
3709whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3710
3711# Compiler flag to generate thread-safe objects.
3712thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3713
3714# Library versioning type.
3715version_type=$version_type
3716
3717# Format of library name prefix.
3718libname_spec=$lt_libname_spec
3719
3720# List of archive names.  First name is the real one, the rest are links.
3721# The last name is the one that the linker finds with -lNAME.
3722library_names_spec=$lt_library_names_spec
3723
3724# The coded name of the library, if different from the real name.
3725soname_spec=$lt_soname_spec
3726
3727# Commands used to build and install an old-style archive.
3728RANLIB=$lt_RANLIB
3729old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3730old_postinstall_cmds=$lt_old_postinstall_cmds
3731old_postuninstall_cmds=$lt_old_postuninstall_cmds
3732
3733# Create an old-style archive from a shared archive.
3734old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3735
3736# Create a temporary old-style archive to link instead of a shared archive.
3737old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3738
3739# Commands used to build and install a shared archive.
3740archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3741archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3742postinstall_cmds=$lt_postinstall_cmds
3743postuninstall_cmds=$lt_postuninstall_cmds
3744
3745# Commands used to build a loadable module (assumed same as above if empty)
3746module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3747module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3748
3749# Commands to strip libraries.
3750old_striplib=$lt_old_striplib
3751striplib=$lt_striplib
3752
3753# Dependencies to place before the objects being linked to create a
3754# shared library.
3755predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3756
3757# Dependencies to place after the objects being linked to create a
3758# shared library.
3759postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3760
3761# Dependencies to place before the objects being linked to create a
3762# shared library.
3763predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3764
3765# Dependencies to place after the objects being linked to create a
3766# shared library.
3767postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3768
3769# The library search path used internally by the compiler when linking
3770# a shared library.
3771compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3772
3773# Method to check whether dependent libraries are shared objects.
3774deplibs_check_method=$lt_deplibs_check_method
3775
3776# Command to use when deplibs_check_method == file_magic.
3777file_magic_cmd=$lt_file_magic_cmd
3778
3779# Flag that allows shared libraries with undefined symbols to be built.
3780allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3781
3782# Flag that forces no undefined symbols.
3783no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3784
3785# Commands used to finish a libtool library installation in a directory.
3786finish_cmds=$lt_finish_cmds
3787
3788# Same as above, but a single script fragment to be evaled but not shown.
3789finish_eval=$lt_finish_eval
3790
3791# Take the output of nm and produce a listing of raw symbols and C names.
3792global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3793
3794# Transform the output of nm in a proper C declaration
3795global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3796
3797# Transform the output of nm in a C name address pair
3798global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3799
3800# This is the shared library runtime path variable.
3801runpath_var=$runpath_var
3802
3803# This is the shared library path variable.
3804shlibpath_var=$shlibpath_var
3805
3806# Is shlibpath searched before the hard-coded library search path?
3807shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3808
3809# How to hardcode a shared library path into an executable.
3810hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3811
3812# Whether we should hardcode library paths into libraries.
3813hardcode_into_libs=$hardcode_into_libs
3814
3815# Flag to hardcode \$libdir into a binary during linking.
3816# This must work even if \$libdir does not exist.
3817hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3818
3819# If ld is used when linking, flag to hardcode \$libdir into
3820# a binary during linking. This must work even if \$libdir does
3821# not exist.
3822hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3823
3824# Whether we need a single -rpath flag with a separated argument.
3825hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3826
3827# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3828# resulting binary.
3829hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3830
3831# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3832# resulting binary.
3833hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3834
3835# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3836# the resulting binary.
3837hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3838
3839# Set to yes if building a shared library automatically hardcodes DIR into the library
3840# and all subsequent libraries and executables linked against it.
3841hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3842
3843# Variables whose values should be saved in libtool wrapper scripts and
3844# restored at relink time.
3845variables_saved_for_relink="$variables_saved_for_relink"
3846
3847# Whether libtool must link a program against all its dependency libraries.
3848link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
3849
3850# Compile-time system search path for libraries
3851sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3852
3853# Run-time system search path for libraries
3854sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3855
3856# Fix the shell variable \$srcfile for the compiler.
3857fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
3858
3859# Set to yes if exported symbols are required.
3860always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
3861
3862# The commands to list exported symbols.
3863export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
3864
3865# The commands to extract the exported symbol list from a shared archive.
3866extract_expsyms_cmds=$lt_extract_expsyms_cmds
3867
3868# Symbols that should not be listed in the preloaded symbols.
3869exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
3870
3871# Symbols that must always be exported.
3872include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
3873
3874ifelse([$1],[],
3875[# ### END LIBTOOL CONFIG],
3876[# ### END LIBTOOL TAG CONFIG: $tagname])
3877
3878__EOF__
3879
3880ifelse([$1],[], [
3881  case $host_os in
3882  aix3*)
3883    cat <<\EOF >> "$cfgfile"
3884
3885# AIX sometimes has problems with the GCC collect2 program.  For some
3886# reason, if we set the COLLECT_NAMES environment variable, the problems
3887# vanish in a puff of smoke.
3888if test "X${COLLECT_NAMES+set}" != Xset; then
3889  COLLECT_NAMES=
3890  export COLLECT_NAMES
3891fi
3892EOF
3893    ;;
3894  esac
3895
3896  # We use sed instead of cat because bash on DJGPP gets confused if
3897  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3898  # text mode, it properly converts lines to CR/LF.  This bash problem
3899  # is reportedly fixed, but why not run on old versions too?
3900  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
3901
3902  mv -f "$cfgfile" "$ofile" || \
3903    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3904  chmod +x "$ofile"
3905])
3906else
3907  # If there is no Makefile yet, we rely on a make rule to execute
3908  # `config.status --recheck' to rerun these tests and create the
3909  # libtool script then.
3910  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
3911  if test -f "$ltmain_in"; then
3912    test -f Makefile && make "$ltmain"
3913  fi
3914fi
3915])
3916m4trace:/usr/share/aclocal/libtool.m4:4336: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
3917
3918_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3919
3920if test "$GCC" = yes; then
3921  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3922
3923  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3924    lt_cv_prog_compiler_rtti_exceptions,
3925    [-fno-rtti -fno-exceptions], [],
3926    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3927fi
3928])
3929m4trace:/usr/share/aclocal/libtool.m4:4522: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
3930AC_REQUIRE([AC_PROG_NM])
3931AC_REQUIRE([AC_OBJEXT])
3932# Check for command to grab the raw symbol name followed by C symbol from nm.
3933AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3934AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3935[
3936# These are sane defaults that work on at least a few old systems.
3937# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
3938
3939# Character class describing NM global symbol codes.
3940symcode='[[BCDEGRST]]'
3941
3942# Regexp to match symbols that can be accessed directly from C.
3943sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3944
3945# Transform the above into a raw symbol and a C symbol.
3946symxfrm='\1 \2\3 \3'
3947
3948# Transform an extracted symbol line into a proper C declaration
3949lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
3950
3951# Transform an extracted symbol line into symbol name and symbol address
3952lt_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'"
3953
3954# Define system-specific variables.
3955case $host_os in
3956aix*)
3957  symcode='[[BCDT]]'
3958  ;;
3959cygwin* | mingw* | pw32*)
3960  symcode='[[ABCDGISTW]]'
3961  ;;
3962hpux*) # Its linker distinguishes data from code symbols
3963  if test "$host_cpu" = ia64; then
3964    symcode='[[ABCDEGRST]]'
3965  fi
3966  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3967  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
3968  ;;
3969irix* | nonstopux*)
3970  symcode='[[BCDEGRST]]'
3971  ;;
3972osf*)
3973  symcode='[[BCDEGQRST]]'
3974  ;;
3975solaris* | sysv5*)
3976  symcode='[[BDRT]]'
3977  ;;
3978sysv4)
3979  symcode='[[DFNSTU]]'
3980  ;;
3981esac
3982
3983# Handle CRLF in mingw tool chain
3984opt_cr=
3985case $build_os in
3986mingw*)
3987  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
3988  ;;
3989esac
3990
3991# If we're using GNU nm, then use its standard symbol codes.
3992case `$NM -V 2>&1` in
3993*GNU* | *'with BFD'*)
3994  symcode='[[ABCDGIRSTW]]' ;;
3995esac
3996
3997# Try without a prefix undercore, then with it.
3998for ac_symprfx in "" "_"; do
3999
4000  # Write the raw and C identifiers.
4001  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4002
4003  # Check to see that the pipe works correctly.
4004  pipe_works=no
4005
4006  rm -f conftest*
4007  cat > conftest.$ac_ext <<EOF
4008#ifdef __cplusplus
4009extern "C" {
4010#endif
4011char nm_test_var;
4012void nm_test_func(){}
4013#ifdef __cplusplus
4014}
4015#endif
4016int main(){nm_test_var='a';nm_test_func();return(0);}
4017EOF
4018
4019  if AC_TRY_EVAL(ac_compile); then
4020    # Now try to grab the symbols.
4021    nlist=conftest.nm
4022    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4023      # Try sorting and uniquifying the output.
4024      if sort "$nlist" | uniq > "$nlist"T; then
4025        mv -f "$nlist"T "$nlist"
4026      else
4027        rm -f "$nlist"T
4028      fi
4029
4030      # Make sure that we snagged all the symbols we need.
4031      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4032        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4033          cat <<EOF > conftest.$ac_ext
4034#ifdef __cplusplus
4035extern "C" {
4036#endif
4037
4038EOF
4039          # Now generate the symbol file.
4040          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4041
4042          cat <<EOF >> conftest.$ac_ext
4043#if defined (__STDC__) && __STDC__
4044# define lt_ptr_t void *
4045#else
4046# define lt_ptr_t char *
4047# define const
4048#endif
4049
4050/* The mapping between symbol names and symbols. */
4051const struct {
4052  const char *name;
4053  lt_ptr_t address;
4054}
4055lt_preloaded_symbols[[]] =
4056{
4057EOF
4058          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4059          cat <<\EOF >> conftest.$ac_ext
4060  {0, (lt_ptr_t) 0}
4061};
4062
4063#ifdef __cplusplus
4064}
4065#endif
4066EOF
4067          # Now try linking the two files.
4068          mv conftest.$ac_objext conftstm.$ac_objext
4069          lt_save_LIBS="$LIBS"
4070          lt_save_CFLAGS="$CFLAGS"
4071          LIBS="conftstm.$ac_objext"
4072          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4073          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4074            pipe_works=yes
4075          fi
4076          LIBS="$lt_save_LIBS"
4077          CFLAGS="$lt_save_CFLAGS"
4078        else
4079          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4080        fi
4081      else
4082        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4083      fi
4084    else
4085      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4086    fi
4087  else
4088    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4089    cat conftest.$ac_ext >&5
4090  fi
4091  rm -f conftest* conftst*
4092
4093  # Do not use the global_symbol_pipe unless it works.
4094  if test "$pipe_works" = yes; then
4095    break
4096  else
4097    lt_cv_sys_global_symbol_pipe=
4098  fi
4099done
4100])
4101if test -z "$lt_cv_sys_global_symbol_pipe"; then
4102  lt_cv_sys_global_symbol_to_cdecl=
4103fi
4104if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4105  AC_MSG_RESULT(failed)
4106else
4107  AC_MSG_RESULT(ok)
4108fi
4109])
4110m4trace:/usr/share/aclocal/libtool.m4:4983: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4111_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4112_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4113
4114AC_MSG_CHECKING([for $compiler option to produce PIC])
4115 ifelse([$1],[CXX],[
4116  # C++ specific cases for pic, static, wl, etc.
4117  if test "$GXX" = yes; then
4118    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4119    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4120
4121    case $host_os in
4122    aix*)
4123      # All AIX code is PIC.
4124      if test "$host_cpu" = ia64; then
4125        # AIX 5 now supports IA64 processor
4126        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4127      fi
4128      ;;
4129    amigaos*)
4130      # FIXME: we need at least 68020 code to build shared libraries, but
4131      # adding the `-m68020' flag to GCC prevents building anything better,
4132      # like `-m68040'.
4133      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4134      ;;
4135    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4136      # PIC is the default for these OSes.
4137      ;;
4138    mingw* | os2* | pw32*)
4139      # This hack is so that the source file can tell whether it is being
4140      # built for inclusion in a dll (and should export symbols for example).
4141      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4142      ;;
4143    darwin* | rhapsody*)
4144      # PIC is the default on this platform
4145      # Common symbols not allowed in MH_DYLIB files
4146      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4147      ;;
4148    *djgpp*)
4149      # DJGPP does not support shared libraries at all
4150      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4151      ;;
4152    sysv4*MP*)
4153      if test -d /usr/nec; then
4154        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4155      fi
4156      ;;
4157    hpux*)
4158      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4159      # not for PA HP-UX.
4160      case "$host_cpu" in
4161      hppa*64*|ia64*)
4162        ;;
4163      *)
4164        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4165        ;;
4166      esac
4167      ;;
4168    *)
4169      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4170      ;;
4171    esac
4172  else
4173    case $host_os in
4174      aix4* | aix5*)
4175        # All AIX code is PIC.
4176        if test "$host_cpu" = ia64; then
4177          # AIX 5 now supports IA64 processor
4178          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4179        else
4180          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4181        fi
4182        ;;
4183      chorus*)
4184        case $cc_basename in
4185        cxch68)
4186          # Green Hills C++ Compiler
4187          # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
4188          ;;
4189        esac
4190        ;;
4191      dgux*)
4192        case $cc_basename in
4193          ec++)
4194            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4195            ;;
4196          ghcx)
4197            # Green Hills C++ Compiler
4198            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4199            ;;
4200          *)
4201            ;;
4202        esac
4203        ;;
4204      freebsd* | kfreebsd*-gnu)
4205        # FreeBSD uses GNU C++
4206        ;;
4207      hpux9* | hpux10* | hpux11*)
4208        case $cc_basename in
4209          CC)
4210            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4211            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4212            if test "$host_cpu" != ia64; then
4213              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4214            fi
4215            ;;
4216          aCC)
4217            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4218            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4219            case "$host_cpu" in
4220            hppa*64*|ia64*)
4221              # +Z the default
4222              ;;
4223            *)
4224              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4225              ;;
4226            esac
4227            ;;
4228          *)
4229            ;;
4230        esac
4231        ;;
4232      irix5* | irix6* | nonstopux*)
4233        case $cc_basename in
4234          CC)
4235            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4236            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4237            # CC pic flag -KPIC is the default.
4238            ;;
4239          *)
4240            ;;
4241        esac
4242        ;;
4243      linux*)
4244        case $cc_basename in
4245          KCC)
4246            # KAI C++ Compiler
4247            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4248            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4249            ;;
4250          icpc)
4251            # Intel C++
4252            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4253            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4254            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4255            ;;
4256          cxx)
4257            # Compaq C++
4258            # Make sure the PIC flag is empty.  It appears that all Alpha
4259            # Linux and Compaq Tru64 Unix objects are PIC.
4260            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4261            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4262            ;;
4263          *)
4264            ;;
4265        esac
4266        ;;
4267      lynxos*)
4268        ;;
4269      m88k*)
4270        ;;
4271      mvs*)
4272        case $cc_basename in
4273          cxx)
4274            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4275            ;;
4276          *)
4277            ;;
4278        esac
4279        ;;
4280      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4281        ;;
4282      osf3* | osf4* | osf5*)
4283        case $cc_basename in
4284          KCC)
4285            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4286            ;;
4287          RCC)
4288            # Rational C++ 2.4.1
4289            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4290            ;;
4291          cxx)
4292            # Digital/Compaq C++
4293            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4294            # Make sure the PIC flag is empty.  It appears that all Alpha
4295            # Linux and Compaq Tru64 Unix objects are PIC.
4296            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4297            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4298            ;;
4299          *)
4300            ;;
4301        esac
4302        ;;
4303      psos*)
4304        ;;
4305      sco*)
4306        case $cc_basename in
4307          CC)
4308            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4309            ;;
4310          *)
4311            ;;
4312        esac
4313        ;;
4314      solaris*)
4315        case $cc_basename in
4316          CC)
4317            # Sun C++ 4.2, 5.x and Centerline C++
4318            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4319            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4320            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4321            ;;
4322          gcx)
4323            # Green Hills C++ Compiler
4324            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4325            ;;
4326          *)
4327            ;;
4328        esac
4329        ;;
4330      sunos4*)
4331        case $cc_basename in
4332          CC)
4333            # Sun C++ 4.x
4334            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4335            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4336            ;;
4337          lcc)
4338            # Lucid
4339            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4340            ;;
4341          *)
4342            ;;
4343        esac
4344        ;;
4345      tandem*)
4346        case $cc_basename in
4347          NCC)
4348            # NonStop-UX NCC 3.20
4349            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4350            ;;
4351          *)
4352            ;;
4353        esac
4354        ;;
4355      unixware*)
4356        ;;
4357      vxworks*)
4358        ;;
4359      *)
4360        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4361        ;;
4362    esac
4363  fi
4364],
4365[
4366  if test "$GCC" = yes; then
4367    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4368    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4369
4370    case $host_os in
4371      aix*)
4372      # All AIX code is PIC.
4373      if test "$host_cpu" = ia64; then
4374        # AIX 5 now supports IA64 processor
4375        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4376      fi
4377      ;;
4378
4379    amigaos*)
4380      # FIXME: we need at least 68020 code to build shared libraries, but
4381      # adding the `-m68020' flag to GCC prevents building anything better,
4382      # like `-m68040'.
4383      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4384      ;;
4385
4386    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4387      # PIC is the default for these OSes.
4388      ;;
4389
4390    mingw* | pw32* | os2*)
4391      # This hack is so that the source file can tell whether it is being
4392      # built for inclusion in a dll (and should export symbols for example).
4393      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4394      ;;
4395
4396    darwin* | rhapsody*)
4397      # PIC is the default on this platform
4398      # Common symbols not allowed in MH_DYLIB files
4399      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4400      ;;
4401
4402    msdosdjgpp*)
4403      # Just because we use GCC doesn't mean we suddenly get shared libraries
4404      # on systems that don't support them.
4405      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4406      enable_shared=no
4407      ;;
4408
4409    sysv4*MP*)
4410      if test -d /usr/nec; then
4411        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4412      fi
4413      ;;
4414
4415    hpux*)
4416      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4417      # not for PA HP-UX.
4418      case "$host_cpu" in
4419      hppa*64*|ia64*)
4420        # +Z the default
4421        ;;
4422      *)
4423        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4424        ;;
4425      esac
4426      ;;
4427
4428    *)
4429      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4430      ;;
4431    esac
4432  else
4433    # PORTME Check for flag to pass linker flags through the system compiler.
4434    case $host_os in
4435    aix*)
4436      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4437      if test "$host_cpu" = ia64; then
4438        # AIX 5 now supports IA64 processor
4439        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4440      else
4441        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4442      fi
4443      ;;
4444
4445    mingw* | pw32* | os2*)
4446      # This hack is so that the source file can tell whether it is being
4447      # built for inclusion in a dll (and should export symbols for example).
4448      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4449      ;;
4450
4451    hpux9* | hpux10* | hpux11*)
4452      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4453      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4454      # not for PA HP-UX.
4455      case "$host_cpu" in
4456      hppa*64*|ia64*)
4457        # +Z the default
4458        ;;
4459      *)
4460        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4461        ;;
4462      esac
4463      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4464      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4465      ;;
4466
4467    irix5* | irix6* | nonstopux*)
4468      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4469      # PIC (with -KPIC) is the default.
4470      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4471      ;;
4472
4473    newsos6)
4474      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4475      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4476      ;;
4477
4478    linux*)
4479      case $CC in
4480      icc* | ecc*)
4481        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4482        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4483        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4484        ;;
4485      ccc*)
4486        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4487        # All Alpha code is PIC.
4488        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4489        ;;
4490      esac
4491      ;;
4492
4493    osf3* | osf4* | osf5*)
4494      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4495      # All OSF/1 code is PIC.
4496      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4497      ;;
4498
4499    sco3.2v5*)
4500      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4501      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4502      ;;
4503
4504    solaris*)
4505      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4506      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4507      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4508      ;;
4509
4510    sunos4*)
4511      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4512      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4513      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4514      ;;
4515
4516    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4517      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4518      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4519      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4520      ;;
4521
4522    sysv4*MP*)
4523      if test -d /usr/nec ;then
4524        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4525        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4526      fi
4527      ;;
4528
4529    uts4*)
4530      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4531      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4532      ;;
4533
4534    *)
4535      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4536      ;;
4537    esac
4538  fi
4539])
4540AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4541
4542#
4543# Check to make sure the PIC flag actually works.
4544#
4545if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4546  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4547    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4548    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4549    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4550     "" | " "*) ;;
4551     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4552     esac],
4553    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4555fi
4556case "$host_os" in
4557  # For platforms which do not support PIC, -DPIC is meaningless:
4558  *djgpp*)
4559    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4560    ;;
4561  *)
4562    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4563    ;;
4564esac
4565])
4566m4trace:/usr/share/aclocal/libtool.m4:5820: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4567ifelse([$1],[CXX],[
4568  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4569  case $host_os in
4570  aix4* | aix5*)
4571    # If we're using GNU nm, then we don't want the "-C" option.
4572    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4573    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4574      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4575    else
4576      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4577    fi
4578    ;;
4579  pw32*)
4580    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4581  ;;
4582  cygwin* | mingw*)
4583    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4584  ;;
4585  linux*)
4586    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4587  ;;
4588  *)
4589    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4590  ;;
4591  esac
4592],[
4593  runpath_var=
4594  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4595  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4596  _LT_AC_TAGVAR(archive_cmds, $1)=
4597  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4598  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4599  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4600  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4601  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4602  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4603  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4604  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4605  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4606  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4607  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4608  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4609  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4610  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4611  _LT_AC_TAGVAR(module_cmds, $1)=
4612  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4613  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4614  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4615  # include_expsyms should be a list of space-separated symbols to be *always*
4616  # included in the symbol list
4617  _LT_AC_TAGVAR(include_expsyms, $1)=
4618  # exclude_expsyms can be an extended regexp of symbols to exclude
4619  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4620  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4621  # as well as any symbol that contains `d'.
4622  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4623  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4624  # platforms (ab)use it in PIC code, but their linkers get confused if
4625  # the symbol is explicitly referenced.  Since portable code cannot
4626  # rely on this symbol name, it's probably fine to never include it in
4627  # preloaded symbol tables.
4628  extract_expsyms_cmds=
4629
4630  case $host_os in
4631  cygwin* | mingw* | pw32*)
4632    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4633    # When not using gcc, we currently assume that we are using
4634    # Microsoft Visual C++.
4635    if test "$GCC" != yes; then
4636      with_gnu_ld=no
4637    fi
4638    ;;
4639  openbsd*)
4640    with_gnu_ld=no
4641    ;;
4642  esac
4643
4644  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4645  if test "$with_gnu_ld" = yes; then
4646    # If archive_cmds runs LD, not CC, wlarc should be empty
4647    wlarc='${wl}'
4648
4649    # See if GNU ld supports shared libraries.
4650    case $host_os in
4651    aix3* | aix4* | aix5*)
4652      # On AIX/PPC, the GNU linker is very broken
4653      if test "$host_cpu" != ia64; then
4654        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4655        cat <<EOF 1>&2
4656
4657*** Warning: the GNU linker, at least up to release 2.9.1, is reported
4658*** to be unable to reliably create shared libraries on AIX.
4659*** Therefore, libtool is disabling shared libraries support.  If you
4660*** really care for shared libraries, you may want to modify your PATH
4661*** so that a non-GNU linker is found, and then restart.
4662
4663EOF
4664      fi
4665      ;;
4666
4667    amigaos*)
4668      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
4669      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4670      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4671
4672      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4673      # that the semantics of dynamic libraries on AmigaOS, at least up
4674      # to version 4, is to share data among multiple programs linked
4675      # with the same dynamic library.  Since this doesn't match the
4676      # behavior of shared libraries on other platforms, we can't use
4677      # them.
4678      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4679      ;;
4680
4681    beos*)
4682      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4683        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4684        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4685        # support --undefined.  This deserves some investigation.  FIXME
4686        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4687      else
4688        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4689      fi
4690      ;;
4691
4692    cygwin* | mingw* | pw32*)
4693      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4694      # as there is no search path for DLLs.
4695      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4696      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4697      _LT_AC_TAGVAR(always_export_symbols, $1)=no
4698      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4699      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4700
4701      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4702        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4703        # If the export-symbols file already is a .def file (1st line
4704        # is EXPORTS), use it as is; otherwise, prepend...
4705        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4706          cp $export_symbols $output_objdir/$soname.def;
4707        else
4708          echo EXPORTS > $output_objdir/$soname.def;
4709          cat $export_symbols >> $output_objdir/$soname.def;
4710        fi~
4711        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4712      else
4713        ld_shlibs=no
4714      fi
4715      ;;
4716
4717    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4718      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4719        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4720        wlarc=
4721      else
4722        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4723        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4724      fi
4725      ;;
4726
4727    solaris* | sysv5*)
4728      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4729        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4730        cat <<EOF 1>&2
4731
4732*** Warning: The releases 2.8.* of the GNU linker cannot reliably
4733*** create shared libraries on Solaris systems.  Therefore, libtool
4734*** is disabling shared libraries support.  We urge you to upgrade GNU
4735*** binutils to release 2.9.1 or newer.  Another option is to modify
4736*** your PATH or compiler configuration so that the native linker is
4737*** used, and then restart.
4738
4739EOF
4740      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4741        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4742        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4743      else
4744        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4745      fi
4746      ;;
4747
4748    sunos4*)
4749      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4750      wlarc=
4751      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4752      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4753      ;;
4754
4755  linux*)
4756    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4757        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4758        _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
4759      supports_anon_versioning=no
4760      case `$LD -v 2>/dev/null` in
4761        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4762        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4763        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4764        *\ 2.11.*) ;; # other 2.11 versions
4765        *) supports_anon_versioning=yes ;;
4766      esac
4767      if test $supports_anon_versioning = yes; then
4768        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4769cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4770$echo "local: *; };" >> $output_objdir/$libname.ver~
4771        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4772      else
4773        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
4774      fi
4775      _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4776    else
4777      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4778    fi
4779    ;;
4780
4781    *)
4782      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4783        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4784        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4785      else
4786        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4787      fi
4788      ;;
4789    esac
4790
4791    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
4792      runpath_var=LD_RUN_PATH
4793      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4794      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4795      # ancient GNU ld didn't support --whole-archive et. al.
4796      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4797        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4798      else
4799        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4800      fi
4801    fi
4802  else
4803    # PORTME fill in a description of your system's linker (not GNU ld)
4804    case $host_os in
4805    aix3*)
4806      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4807      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4808      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
4809      # Note: this linker hardcodes the directories in LIBPATH if there
4810      # are no directories specified by -L.
4811      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4812      if test "$GCC" = yes && test -z "$link_static_flag"; then
4813        # Neither direct hardcoding nor static linking is supported with a
4814        # broken collect2.
4815        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4816      fi
4817      ;;
4818
4819    aix4* | aix5*)
4820      if test "$host_cpu" = ia64; then
4821        # On IA64, the linker does run time linking by default, so we don't
4822        # have to do anything special.
4823        aix_use_runtimelinking=no
4824        exp_sym_flag='-Bexport'
4825        no_entry_flag=""
4826      else
4827        # If we're using GNU nm, then we don't want the "-C" option.
4828        # -C means demangle to AIX nm, but means don't demangle with GNU nm
4829        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4830          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4831        else
4832          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4833        fi
4834        aix_use_runtimelinking=no
4835
4836        # Test if we are trying to use run time linking or normal
4837        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4838        # need to do runtime linking.
4839        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
4840          for ld_flag in $LDFLAGS; do
4841          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
4842            aix_use_runtimelinking=yes
4843            break
4844          fi
4845          done
4846        esac
4847
4848        exp_sym_flag='-bexport'
4849        no_entry_flag='-bnoentry'
4850      fi
4851
4852      # When large executables or shared objects are built, AIX ld can
4853      # have problems creating the table of contents.  If linking a library
4854      # or program results in "error TOC overflow" add -mminimal-toc to
4855      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
4856      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
4857
4858      _LT_AC_TAGVAR(archive_cmds, $1)=''
4859      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4860      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
4861      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4862
4863      if test "$GCC" = yes; then
4864        case $host_os in aix4.[012]|aix4.[012].*)
4865        # We only want to do this on AIX 4.2 and lower, the check
4866        # below for broken collect2 doesn't work under 4.3+
4867          collect2name=`${CC} -print-prog-name=collect2`
4868          if test -f "$collect2name" && \
4869           strings "$collect2name" | grep resolve_lib_name >/dev/null
4870          then
4871          # We have reworked collect2
4872          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4873          else
4874          # We have old collect2
4875          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4876          # It fails to find uninstalled libraries when the uninstalled
4877          # path is not listed in the libpath.  Setting hardcode_minus_L
4878          # to unsupported forces relinking
4879          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4880          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4881          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4882          fi
4883        esac
4884        shared_flag='-shared'
4885      else
4886        # not using gcc
4887        if test "$host_cpu" = ia64; then
4888        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
4889        # chokes on -Wl,-G. The following line is correct:
4890          shared_flag='-G'
4891        else
4892        if test "$aix_use_runtimelinking" = yes; then
4893            shared_flag='${wl}-G'
4894          else
4895            shared_flag='${wl}-bM:SRE'
4896        fi
4897        fi
4898      fi
4899
4900      # It seems that -bexpall does not export symbols beginning with
4901      # underscore (_), so it is better to generate a list of symbols to export.
4902      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4903      if test "$aix_use_runtimelinking" = yes; then
4904        # Warning - without using the other runtime loading flags (-brtl),
4905        # -berok will link without error, but may produce a broken library.
4906        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
4907       # Determine the default libpath from the value encoded in an empty executable.
4908       _LT_AC_SYS_LIBPATH_AIX
4909       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4910        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
4911       else
4912        if test "$host_cpu" = ia64; then
4913          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
4914          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
4915          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
4916        else
4917         # Determine the default libpath from the value encoded in an empty executable.
4918         _LT_AC_SYS_LIBPATH_AIX
4919         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4920          # Warning - without using the other run time loading flags,
4921          # -berok will link without error, but may produce a broken library.
4922          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
4923          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
4924          # -bexpall does not export symbols beginning with underscore (_)
4925          _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4926          # Exported symbols can be pulled into shared objects from archives
4927          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
4928          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
4929          # This is similar to how AIX traditionally builds it's shared libraries.
4930          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
4931        fi
4932      fi
4933      ;;
4934
4935    amigaos*)
4936      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
4937      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4938      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4939      # see comment about different semantics on the GNU ld section
4940      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4941      ;;
4942
4943    bsdi4*)
4944      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
4945      ;;
4946
4947    cygwin* | mingw* | pw32*)
4948      # When not using gcc, we currently assume that we are using
4949      # Microsoft Visual C++.
4950      # hardcode_libdir_flag_spec is actually meaningless, as there is
4951      # no search path for DLLs.
4952      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
4953      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4954      # Tell ltmain to make .lib files, not .a files.
4955      libext=lib
4956      # Tell ltmain to make .dll files, not .so files.
4957      shrext_cmds=".dll"
4958      # FIXME: Setting linknames here is a bad hack.
4959      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
4960      # The linker will automatically build a .lib file if we build a DLL.
4961      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
4962      # FIXME: Should let the user specify the lib program.
4963      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
4964      fix_srcfile_path='`cygpath -w "$srcfile"`'
4965      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4966      ;;
4967
4968    darwin* | rhapsody*)
4969    if test "$GXX" = yes ; then
4970      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4971      case "$host_os" in
4972      rhapsody* | darwin1.[[012]])
4973        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
4974        ;;
4975      *) # Darwin 1.3 on
4976      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
4977        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4978      else
4979        case ${MACOSX_DEPLOYMENT_TARGET} in
4980          10.[[012]])
4981            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4982            ;;
4983          10.*)
4984            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
4985            ;;
4986        esac
4987      fi
4988        ;;
4989      esac
4990        lt_int_apple_cc_single_mod=no
4991        output_verbose_link_cmd='echo'
4992        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
4993          lt_int_apple_cc_single_mod=yes
4994        fi
4995        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
4996          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
4997        else
4998        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
4999      fi
5000      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5001      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
5002        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5003          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5004        else
5005          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5006        fi
5007          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5008      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5009      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5010      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5011      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
5012      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5013    else
5014      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5015    fi
5016      ;;
5017
5018    dgux*)
5019      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5020      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5021      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5022      ;;
5023
5024    freebsd1*)
5025      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5026      ;;
5027
5028    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5029    # support.  Future versions do this automatically, but an explicit c++rt0.o
5030    # does not break anything, and helps significantly (at the cost of a little
5031    # extra space).
5032    freebsd2.2*)
5033      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5034      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5035      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5036      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5037      ;;
5038
5039    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5040    freebsd2*)
5041      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5042      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5043      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5044      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5045      ;;
5046
5047    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5048    freebsd* | kfreebsd*-gnu)
5049      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5050      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5051      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5052      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5053      ;;
5054
5055    hpux9*)
5056      if test "$GCC" = yes; then
5057        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5058      else
5059        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5060      fi
5061      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5062      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5063      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5064
5065      # hardcode_minus_L: Not really in the search PATH,
5066      # but as the default location of the library.
5067      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5068      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5069      ;;
5070
5071    hpux10* | hpux11*)
5072      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5073        case "$host_cpu" in
5074        hppa*64*|ia64*)
5075          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5076          ;;
5077        *)
5078          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5079          ;;
5080        esac
5081      else
5082        case "$host_cpu" in
5083        hppa*64*|ia64*)
5084          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5085          ;;
5086        *)
5087          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5088          ;;
5089        esac
5090      fi
5091      if test "$with_gnu_ld" = no; then
5092        case "$host_cpu" in
5093        hppa*64*)
5094          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5095          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5096          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5097          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5098          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5099          ;;
5100        ia64*)
5101          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5102          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5103          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5104
5105          # hardcode_minus_L: Not really in the search PATH,
5106          # but as the default location of the library.
5107          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5108          ;;
5109        *)
5110          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5111          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5112          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5113          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5114
5115          # hardcode_minus_L: Not really in the search PATH,
5116          # but as the default location of the library.
5117          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5118          ;;
5119        esac
5120      fi
5121      ;;
5122
5123    irix5* | irix6* | nonstopux*)
5124      if test "$GCC" = yes; then
5125        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5126      else
5127        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5128        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5129      fi
5130      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5131      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5132      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5133      ;;
5134
5135    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
5136      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5137        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5138      else
5139        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5140      fi
5141      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5142      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5143      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5144      ;;
5145
5146    newsos6)
5147      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5148      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5149      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5150      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5151      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5152      ;;
5153
5154    openbsd*)
5155      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5156      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5157      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5158        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5159        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5160        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5161      else
5162       case $host_os in
5163         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5164           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5165           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5166           ;;
5167         *)
5168           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5169           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5170           ;;
5171       esac
5172      fi
5173      ;;
5174
5175    os2*)
5176      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5177      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5178      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5179      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5180      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5181      ;;
5182
5183    osf3*)
5184      if test "$GCC" = yes; then
5185        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5186        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5187      else
5188        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5189        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5190      fi
5191      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5192      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5193      ;;
5194
5195    osf4* | osf5*)      # as osf3* with the addition of -msym flag
5196      if test "$GCC" = yes; then
5197        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5198        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5199        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5200      else
5201        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5202        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5203        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
5204        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
5205
5206        # Both c and cxx compiler support -rpath directly
5207        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5208      fi
5209      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5210      ;;
5211
5212    sco3.2v5*)
5213      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5214      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5215      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5216      runpath_var=LD_RUN_PATH
5217      hardcode_runpath_var=yes
5218      ;;
5219
5220    solaris*)
5221      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5222      if test "$GCC" = yes; then
5223        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5224        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5225          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5226      else
5227        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5228        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5229        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5230      fi
5231      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5232      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5233      case $host_os in
5234      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5235      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
5236        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5237      esac
5238      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5239      ;;
5240
5241    sunos4*)
5242      if test "x$host_vendor" = xsequent; then
5243        # Use $CC to link under sequent, because it throws in some extra .o
5244        # files that make .init and .fini sections work.
5245        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5246      else
5247        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5248      fi
5249      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5250      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5251      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5252      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5253      ;;
5254
5255    sysv4)
5256      case $host_vendor in
5257        sni)
5258          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5259          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5260        ;;
5261        siemens)
5262          ## LD is ld it makes a PLAMLIB
5263          ## CC just makes a GrossModule.
5264          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5265          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5266          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5267        ;;
5268        motorola)
5269          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5270          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5271        ;;
5272      esac
5273      runpath_var='LD_RUN_PATH'
5274      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5275      ;;
5276
5277    sysv4.3*)
5278      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5279      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5280      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5281      ;;
5282
5283    sysv4*MP*)
5284      if test -d /usr/nec; then
5285        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5286        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5287        runpath_var=LD_RUN_PATH
5288        hardcode_runpath_var=yes
5289        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5290      fi
5291      ;;
5292
5293    sysv4.2uw2*)
5294      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5295      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5296      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5297      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5298      hardcode_runpath_var=yes
5299      runpath_var=LD_RUN_PATH
5300      ;;
5301
5302   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5303      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5304      if test "$GCC" = yes; then
5305        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5306      else
5307        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5308      fi
5309      runpath_var='LD_RUN_PATH'
5310      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5311      ;;
5312
5313    sysv5*)
5314      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5315      # $CC -shared without GNU ld will not create a library from C++
5316      # object files and a static libstdc++, better avoid it by now
5317      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5318      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5319                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5320      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5321      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5322      runpath_var='LD_RUN_PATH'
5323      ;;
5324
5325    uts4*)
5326      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5327      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5328      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5329      ;;
5330
5331    *)
5332      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5333      ;;
5334    esac
5335  fi
5336])
5337AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5338test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5339
5340variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5341if test "$GCC" = yes; then
5342  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5343fi
5344
5345#
5346# Do we need to explicitly link libc?
5347#
5348case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5349x|xyes)
5350  # Assume -lc should be added
5351  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5352
5353  if test "$enable_shared" = yes && test "$GCC" = yes; then
5354    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5355    *'~'*)
5356      # FIXME: we may have to deal with multi-command sequences.
5357      ;;
5358    '$CC '*)
5359      # Test whether the compiler implicitly links with -lc since on some
5360      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5361      # to ld, don't add -lc before -lgcc.
5362      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5363      $rm conftest*
5364      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5365
5366      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5367        soname=conftest
5368        lib=conftest
5369        libobjs=conftest.$ac_objext
5370        deplibs=
5371        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5372        compiler_flags=-v
5373        linker_flags=-v
5374        verstring=
5375        output_objdir=.
5376        libname=conftest
5377        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5378        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5379        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5380        then
5381          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5382        else
5383          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5384        fi
5385        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5386      else
5387        cat conftest.err 1>&5
5388      fi
5389      $rm conftest*
5390      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5391      ;;
5392    esac
5393  fi
5394  ;;
5395esac
5396])
5397m4trace:/usr/share/aclocal/libtool.m4:5860: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5398# /* ltdll.c starts here */
5399# #define WIN32_LEAN_AND_MEAN
5400# #include <windows.h>
5401# #undef WIN32_LEAN_AND_MEAN
5402# #include <stdio.h>
5403#
5404# #ifndef __CYGWIN__
5405# #  ifdef __CYGWIN32__
5406# #    define __CYGWIN__ __CYGWIN32__
5407# #  endif
5408# #endif
5409#
5410# #ifdef __cplusplus
5411# extern "C" {
5412# #endif
5413# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5414# #ifdef __cplusplus
5415# }
5416# #endif
5417#
5418# #ifdef __CYGWIN__
5419# #include <cygwin/cygwin_dll.h>
5420# DECLARE_CYGWIN_DLL( DllMain );
5421# #endif
5422# HINSTANCE __hDllInstance_base;
5423#
5424# BOOL APIENTRY
5425# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5426# {
5427#   __hDllInstance_base = hInst;
5428#   return TRUE;
5429# }
5430# /* ltdll.c ends here */
5431])
5432m4trace:/usr/share/aclocal/libtool.m4:5865: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5433m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5434m4trace:/usr/share/aclocal/libtool.m4:5870: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5435m4trace:/usr/share/aclocal/libtool.m4:5871: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5436m4trace:/usr/share/aclocal/libtool.m4:5872: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5437m4trace:/usr/share/aclocal/libtool.m4:5873: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5438m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5439m4trace:/usr/share/aclocal/libtool.m4:5875: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5440m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5441  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5442  AC_SUBST(GCJFLAGS)
5443])
5444m4trace:/usr/share/aclocal/libtool.m4:5888: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5445])
5446m4trace:/usr/share/aclocal/libtool.m4:5951: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5447AC_CACHE_VAL(lt_cv_path_SED,
5448[# Loop through the user's path and test for sed and gsed.
5449# Then use that list of sed's as ones to test for truncation.
5450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451for as_dir in $PATH
5452do
5453  IFS=$as_save_IFS
5454  test -z "$as_dir" && as_dir=.
5455  for lt_ac_prog in sed gsed; do
5456    for ac_exec_ext in '' $ac_executable_extensions; do
5457      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5458        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5459      fi
5460    done
5461  done
5462done
5463lt_ac_max=0
5464lt_ac_count=0
5465# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5466# along with /bin/sed that truncates output.
5467for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5468  test ! -f $lt_ac_sed && break
5469  cat /dev/null > conftest.in
5470  lt_ac_count=0
5471  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5472  # Check for GNU sed and select it if it is found.
5473  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5474    lt_cv_path_SED=$lt_ac_sed
5475    break
5476  fi
5477  while true; do
5478    cat conftest.in conftest.in >conftest.tmp
5479    mv conftest.tmp conftest.in
5480    cp conftest.in conftest.nl
5481    echo >>conftest.nl
5482    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5483    cmp -s conftest.out conftest.nl || break
5484    # 10000 chars as input seems more than enough
5485    test $lt_ac_count -gt 10 && break
5486    lt_ac_count=`expr $lt_ac_count + 1`
5487    if test $lt_ac_count -gt $lt_ac_max; then
5488      lt_ac_max=$lt_ac_count
5489      lt_cv_path_SED=$lt_ac_sed
5490    fi
5491  done
5492done
5493SED=$lt_cv_path_SED
5494])
5495AC_MSG_RESULT([$SED])
5496])
5497m4trace:/usr/share/aclocal/pkg.m4:44: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5498m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5499AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
5500if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5501        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
5502fi
5503if test -n "$PKG_CONFIG"; then
5504        _pkg_min_version=m4_ifval([$1], [$1], [0.9.0])
5505        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
5506        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5507                AC_MSG_RESULT([yes])
5508        else
5509                AC_MSG_RESULT([no])
5510                PKG_CONFIG=""
5511        fi
5512               
5513fi[]dnl
5514])
5515m4trace:/usr/share/aclocal/pkg.m4:114: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5516AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
5517AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
5518
5519pkg_failed=no
5520AC_CACHE_CHECK([for $1][_CFLAGS], [pkg_cv_][$1][_CFLAGS],
5521        [_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])])
5522AC_CACHE_CHECK([for $1][_LIBS], [pkg_cv_][$1][_LIBS],
5523        [_PKG_CONFIG([$1][_LIBS], [libs], [$2])])
5524
5525if test $pkg_failed = yes; then
5526        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5527        # Put the nasty error message in config.log where it belongs
5528        echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD
5529
5530        ifelse([$4], , [AC_MSG_ERROR(dnl
5531[Package requirements ($2) were not met.
5532Consider adjusting the PKG_CONFIG_PATH environment variable if you
5533installed software in a non-standard prefix.
5534
5535Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
5536to avoid the need to call pkg-config.  See the pkg-config man page for
5537more details.])],
5538                [$4])
5539elif test $pkg_failed = untried; then
5540        ifelse([$4], , [AC_MSG_FAILURE(dnl
5541[The pkg-config script could not be found or is too old.  Make sure it
5542is in your PATH or set the PKG_CONFIG environment variable to the full
5543path to pkg-config.
5544
5545Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
5546to avoid the need to call pkg-config.  See the pkg-config man page for
5547more details.
5548
5549To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
5550                [$4])
5551else
5552        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
5553        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
5554        ifelse([$3], , :, [$3])
5555fi[]dnl
5556])
5557m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5558m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.5])])
5559m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5560AC_PREREQ([2.50])dnl
5561# expand $ac_aux_dir to an absolute path
5562am_aux_dir=`cd $ac_aux_dir && pwd`
5563])
5564m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5565 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5566        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5567AC_SUBST([$1_TRUE])
5568AC_SUBST([$1_FALSE])
5569if $2; then
5570  $1_TRUE=
5571  $1_FALSE='#'
5572else
5573  $1_TRUE='#'
5574  $1_FALSE=
5575fi
5576AC_CONFIG_COMMANDS_PRE(
5577[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5578  AC_MSG_ERROR([[conditional "$1" was never defined.
5579Usually this means the macro was only invoked conditionally.]])
5580fi])])
5581m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5582AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5583AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5584AC_REQUIRE([AM_DEP_TRACK])dnl
5585
5586ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5587       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5588       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5589       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5590                   [depcc="$$1"   am_compiler_list=])
5591
5592AC_CACHE_CHECK([dependency style of $depcc],
5593               [am_cv_$1_dependencies_compiler_type],
5594[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5595  # We make a subdir and do the tests there.  Otherwise we can end up
5596  # making bogus files that we don't know about and never remove.  For
5597  # instance it was reported that on HP-UX the gcc test will end up
5598  # making a dummy file named `D' -- because `-MD' means `put the output
5599  # in D'.
5600  mkdir conftest.dir
5601  # Copy depcomp to subdir because otherwise we won't find it if we're
5602  # using a relative directory.
5603  cp "$am_depcomp" conftest.dir
5604  cd conftest.dir
5605  # We will build objects and dependencies in a subdirectory because
5606  # it helps to detect inapplicable dependency modes.  For instance
5607  # both Tru64's cc and ICC support -MD to output dependencies as a
5608  # side effect of compilation, but ICC will put the dependencies in
5609  # the current directory while Tru64 will put them in the object
5610  # directory.
5611  mkdir sub
5612
5613  am_cv_$1_dependencies_compiler_type=none
5614  if test "$am_compiler_list" = ""; then
5615     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5616  fi
5617  for depmode in $am_compiler_list; do
5618    # Setup a source with many dependencies, because some compilers
5619    # like to wrap large dependency lists on column 80 (with \), and
5620    # we should not choose a depcomp mode which is confused by this.
5621    #
5622    # We need to recreate these files for each test, as the compiler may
5623    # overwrite some of them when testing with obscure command lines.
5624    # This happens at least with the AIX C compiler.
5625    : > sub/conftest.c
5626    for i in 1 2 3 4 5 6; do
5627      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5628      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5629      # Solaris 8's {/usr,}/bin/sh.
5630      touch sub/conftst$i.h
5631    done
5632    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5633
5634    case $depmode in
5635    nosideeffect)
5636      # after this tag, mechanisms are not by side-effect, so they'll
5637      # only be used when explicitly requested
5638      if test "x$enable_dependency_tracking" = xyes; then
5639        continue
5640      else
5641        break
5642      fi
5643      ;;
5644    none) break ;;
5645    esac
5646    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5647    # mode.  It turns out that the SunPro C++ compiler does not properly
5648    # handle `-M -o', and we need to detect this.
5649    if depmode=$depmode \
5650       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5651       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5652       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5653         >/dev/null 2>conftest.err &&
5654       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5655       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5656       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5657      # icc doesn't choke on unknown options, it will just issue warnings
5658      # or remarks (even with -Werror).  So we grep stderr for any message
5659      # that says an option was ignored or not supported.
5660      # When given -MP, icc 7.0 and 7.1 complain thusly:
5661      #   icc: Command line warning: ignoring option '-M'; no argument required
5662      # The diagnosis changed in icc 8.0:
5663      #   icc: Command line remark: option '-MP' not supported
5664      if (grep 'ignoring option' conftest.err ||
5665          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5666        am_cv_$1_dependencies_compiler_type=$depmode
5667        break
5668      fi
5669    fi
5670  done
5671
5672  cd ..
5673  rm -rf conftest.dir
5674else
5675  am_cv_$1_dependencies_compiler_type=none
5676fi
5677])
5678AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5679AM_CONDITIONAL([am__fastdep$1], [
5680  test "x$enable_dependency_tracking" != xno \
5681  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5682])
5683m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5684AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5685])
5686m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5687[  --disable-dependency-tracking  speeds up one-time build
5688  --enable-dependency-tracking   do not reject slow dependency extractors])
5689if test "x$enable_dependency_tracking" != xno; then
5690  am_depcomp="$ac_aux_dir/depcomp"
5691  AMDEPBACKSLASH='\'
5692fi
5693AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5694AC_SUBST([AMDEPBACKSLASH])
5695])
5696m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5697  # Strip MF so we end up with the name of the file.
5698  mf=`echo "$mf" | sed -e 's/:.*$//'`
5699  # Check whether this is an Automake generated Makefile or not.
5700  # We used to match only the files named `Makefile.in', but
5701  # some people rename them; so instead we look at the file content.
5702  # Grep'ing the first line is not enough: some people post-process
5703  # each Makefile.in and add a new line on top of each file to say so.
5704  # So let's grep whole file.
5705  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5706    dirpart=`AS_DIRNAME("$mf")`
5707  else
5708    continue
5709  fi
5710  # Extract the definition of DEPDIR, am__include, and am__quote
5711  # from the Makefile without running `make'.
5712  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5713  test -z "$DEPDIR" && continue
5714  am__include=`sed -n 's/^am__include = //p' < "$mf"`
5715  test -z "am__include" && continue
5716  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5717  # When using ansi2knr, U may be empty or an underscore; expand it
5718  U=`sed -n 's/^U = //p' < "$mf"`
5719  # Find all dependency output files, they are included files with
5720  # $(DEPDIR) in their names.  We invoke sed twice because it is the
5721  # simplest approach to changing $(DEPDIR) to its actual value in the
5722  # expansion.
5723  for file in `sed -n "
5724    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5725       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5726    # Make sure the directory exists.
5727    test -f "$dirpart/$file" && continue
5728    fdir=`AS_DIRNAME(["$file"])`
5729    AS_MKDIR_P([$dirpart/$fdir])
5730    # echo "creating $dirpart/$file"
5731    echo '# dummy' > "$dirpart/$file"
5732  done
5733done
5734])
5735m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5736     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5737     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5738])
5739m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
5740m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
5741You should run autoupdate.])dnl
5742AC_CONFIG_HEADERS($@)])
5743m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
5744dnl Autoconf wants to disallow AM_ names.  We explicitly allow
5745dnl the ones we care about.
5746m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5747AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
5748AC_REQUIRE([AC_PROG_INSTALL])dnl
5749# test to see if srcdir already configured
5750if test "`cd $srcdir && pwd`" != "`pwd`" &&
5751   test -f $srcdir/config.status; then
5752  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
5753fi
5754
5755# test whether we have cygpath
5756if test -z "$CYGPATH_W"; then
5757  if (cygpath --version) >/dev/null 2>/dev/null; then
5758    CYGPATH_W='cygpath -w'
5759  else
5760    CYGPATH_W=echo
5761  fi
5762fi
5763AC_SUBST([CYGPATH_W])
5764
5765# Define the identity of the package.
5766dnl Distinguish between old-style and new-style calls.
5767m4_ifval([$2],
5768[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5769 AC_SUBST([PACKAGE], [$1])dnl
5770 AC_SUBST([VERSION], [$2])],
5771[_AM_SET_OPTIONS([$1])dnl
5772 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
5773 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
5774
5775_AM_IF_OPTION([no-define],,
5776[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5777 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
5778
5779# Some tools Automake needs.
5780AC_REQUIRE([AM_SANITY_CHECK])dnl
5781AC_REQUIRE([AC_ARG_PROGRAM])dnl
5782AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
5783AM_MISSING_PROG(AUTOCONF, autoconf)
5784AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
5785AM_MISSING_PROG(AUTOHEADER, autoheader)
5786AM_MISSING_PROG(MAKEINFO, makeinfo)
5787AM_PROG_INSTALL_SH
5788AM_PROG_INSTALL_STRIP
5789AC_REQUIRE([AM_PROG_MKDIR_P])dnl
5790# We need awk for the "check" target.  The system "awk" is bad on
5791# some platforms.
5792AC_REQUIRE([AC_PROG_AWK])dnl
5793AC_REQUIRE([AC_PROG_MAKE_SET])dnl
5794AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5795_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
5796              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
5797                             [_AM_PROG_TAR([v7])])])
5798_AM_IF_OPTION([no-dependencies],,
5799[AC_PROVIDE_IFELSE([AC_PROG_CC],
5800                  [_AM_DEPENDENCIES(CC)],
5801                  [define([AC_PROG_CC],
5802                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5803AC_PROVIDE_IFELSE([AC_PROG_CXX],
5804                  [_AM_DEPENDENCIES(CXX)],
5805                  [define([AC_PROG_CXX],
5806                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5807])
5808])
5809m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5810_am_stamp_count=1
5811for _am_header in $config_headers :; do
5812  case $_am_header in
5813    $1 | $1:* )
5814      break ;;
5815    * )
5816      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5817  esac
5818done
5819echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
5820m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5821install_sh=${install_sh-"$am_aux_dir/install-sh"}
5822AC_SUBST(install_sh)])
5823m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5824mkdir .tst 2>/dev/null
5825if test -d .tst; then
5826  am__leading_dot=.
5827else
5828  am__leading_dot=_
5829fi
5830rmdir .tst 2>/dev/null
5831AC_SUBST([am__leading_dot])])
5832m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5833cat > confinc << 'END'
5834am__doit:
5835        @echo done
5836.PHONY: am__doit
5837END
5838# If we don't find an include directive, just comment out the code.
5839AC_MSG_CHECKING([for style of include used by $am_make])
5840am__include="#"
5841am__quote=
5842_am_result=none
5843# First try GNU make style include.
5844echo "include confinc" > confmf
5845# We grep out `Entering directory' and `Leaving directory'
5846# messages which can occur if `w' ends up in MAKEFLAGS.
5847# In particular we don't look at `^make:' because GNU make might
5848# be invoked under some other name (usually "gmake"), in which
5849# case it prints its new name instead of `make'.
5850if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
5851   am__include=include
5852   am__quote=
5853   _am_result=GNU
5854fi
5855# Now try BSD make style include.
5856if test "$am__include" = "#"; then
5857   echo '.include "confinc"' > confmf
5858   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
5859      am__include=.include
5860      am__quote="\""
5861      _am_result=BSD
5862   fi
5863fi
5864AC_SUBST([am__include])
5865AC_SUBST([am__quote])
5866AC_MSG_RESULT([$_am_result])
5867rm -f confinc confmf
5868])
5869m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5870$1=${$1-"${am_missing_run}$2"}
5871AC_SUBST($1)])
5872m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5873test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
5874# Use eval to expand $SHELL
5875if eval "$MISSING --run true"; then
5876  am_missing_run="$MISSING --run "
5877else
5878  am_missing_run=
5879  AC_MSG_WARN([`missing' script is too old or missing])
5880fi
5881])
5882m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
5883  # We used to keeping the `.' as first argument, in order to
5884  # allow $(mkdir_p) to be used without argument.  As in
5885  #   $(mkdir_p) $(somedir)
5886  # where $(somedir) is conditionally defined.  However this is wrong
5887  # for two reasons:
5888  #  1. if the package is installed by a user who cannot write `.'
5889  #     make install will fail,
5890  #  2. the above comment should most certainly read
5891  #     $(mkdir_p) $(DESTDIR)$(somedir)
5892  #     so it does not work when $(somedir) is undefined and
5893  #     $(DESTDIR) is not.
5894  #  To support the latter case, we have to write
5895  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
5896  #  so the `.' trick is pointless.
5897  mkdir_p='mkdir -p --'
5898else
5899  # On NextStep and OpenStep, the `mkdir' command does not
5900  # recognize any option.  It will interpret all options as
5901  # directories to create, and then abort because `.' already
5902  # exists.
5903  for d in ./-p ./--version;
5904  do
5905    test -d $d && rmdir $d
5906  done
5907  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
5908  if test -f "$ac_aux_dir/mkinstalldirs"; then
5909    mkdir_p='$(mkinstalldirs)'
5910  else
5911    mkdir_p='$(install_sh) -d'
5912  fi
5913fi
5914AC_SUBST([mkdir_p])])
5915m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5916m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
5917m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5918m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5919m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5920   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
5921   ac_status=$?
5922   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
5923   (exit $ac_status); }])
5924m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5925# Just in case
5926sleep 1
5927echo timestamp > conftest.file
5928# Do `set' in a subshell so we don't clobber the current shell's
5929# arguments.  Must try -L first in case configure is actually a
5930# symlink; some systems play weird games with the mod time of symlinks
5931# (eg FreeBSD returns the mod time of the symlink's containing
5932# directory).
5933if (
5934   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
5935   if test "$[*]" = "X"; then
5936      # -L didn't work.
5937      set X `ls -t $srcdir/configure conftest.file`
5938   fi
5939   rm -f conftest.file
5940   if test "$[*]" != "X $srcdir/configure conftest.file" \
5941      && test "$[*]" != "X conftest.file $srcdir/configure"; then
5942
5943      # If neither matched, then we have a broken ls.  This can happen
5944      # if, for instance, CONFIG_SHELL is bash and it inherits a
5945      # broken ls alias from the environment.  This has actually
5946      # happened.  Such a system could not be considered "sane".
5947      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
5948alias in your environment])
5949   fi
5950
5951   test "$[2]" = conftest.file
5952   )
5953then
5954   # Ok.
5955   :
5956else
5957   AC_MSG_ERROR([newly created file is older than distributed files!
5958Check your system clock])
5959fi
5960AC_MSG_RESULT(yes)])
5961m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5962# Installed binaries are usually stripped using `strip' when the user
5963# run `make install-strip'.  However `strip' might not be the right
5964# tool to use in cross-compilation environments, therefore Automake
5965# will honor the `STRIP' environment variable to overrule this program.
5966dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5967if test "$cross_compiling" != no; then
5968  AC_CHECK_TOOL([STRIP], [strip], :)
5969fi
5970INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
5971AC_SUBST([INSTALL_STRIP_PROGRAM])])
5972m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
5973AM_MISSING_PROG([AMTAR], [tar])
5974m4_if([$1], [v7],
5975     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
5976     [m4_case([$1], [ustar],, [pax],,
5977              [m4_fatal([Unknown tar format])])
5978AC_MSG_CHECKING([how to create a $1 tar archive])
5979# Loop over all known methods to create a tar archive until one works.
5980_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5981_am_tools=${am_cv_prog_tar_$1-$_am_tools}
5982# Do not fold the above two line into one, because Tru64 sh and
5983# Solaris sh will not grok spaces in the rhs of `-'.
5984for _am_tool in $_am_tools
5985do
5986  case $_am_tool in
5987  gnutar)
5988    for _am_tar in tar gnutar gtar;
5989    do
5990      AM_RUN_LOG([$_am_tar --version]) && break
5991    done
5992    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
5993    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
5994    am__untar="$_am_tar -xf -"
5995    ;;
5996  plaintar)
5997    # Must skip GNU tar: if it does not support --format= it doesn't create
5998    # ustar tarball either.
5999    (tar --version) >/dev/null 2>&1 && continue
6000    am__tar='tar chf - "$$tardir"'
6001    am__tar_='tar chf - "$tardir"'
6002    am__untar='tar xf -'
6003    ;;
6004  pax)
6005    am__tar='pax -L -x $1 -w "$$tardir"'
6006    am__tar_='pax -L -x $1 -w "$tardir"'
6007    am__untar='pax -r'
6008    ;;
6009  cpio)
6010    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6011    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6012    am__untar='cpio -i -H $1 -d'
6013    ;;
6014  none)
6015    am__tar=false
6016    am__tar_=false
6017    am__untar=false
6018    ;;
6019  esac
6020
6021  # If the value was cached, stop now.  We just wanted to have am__tar
6022  # and am__untar set.
6023  test -n "${am_cv_prog_tar_$1}" && break
6024
6025  # tar/untar a dummy directory, and stop if the command works
6026  rm -rf conftest.dir
6027  mkdir conftest.dir
6028  echo GrepMe > conftest.dir/file
6029  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6030  rm -rf conftest.dir
6031  if test -s conftest.tar; then
6032    AM_RUN_LOG([$am__untar <conftest.tar])
6033    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6034  fi
6035done
6036rm -rf conftest.dir
6037
6038AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6039AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6040AC_SUBST([am__tar])
6041AC_SUBST([am__untar])
6042])
6043m4trace:configure.in:3: -1- AC_INIT([OGRE_REFAPP], [0.10.0])
6044m4trace:configure.in:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
6045m4trace:configure.in:3: -1- m4_pattern_forbid([_AC_])
6046m4trace:configure.in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6047m4trace:configure.in:3: -1- m4_pattern_allow([^AS_FLAGS$])
6048m4trace:configure.in:3: -1- m4_pattern_forbid([^_?m4_])
6049m4trace:configure.in:3: -1- m4_pattern_forbid([^dnl$])
6050m4trace:configure.in:3: -1- m4_pattern_forbid([^_?AS_])
6051m4trace:configure.in:3: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
6052m4trace:configure.in:3: -1- AC_SUBST([PATH_SEPARATOR])
6053m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
6054m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
6055m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
6056m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
6057m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
6058m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE])
6059m4trace:configure.in:3: -1- AC_SUBST([prefix], [NONE])
6060m4trace:configure.in:3: -1- AC_SUBST([program_transform_name], [s,x,x,])
6061m4trace:configure.in:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
6062m4trace:configure.in:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
6063m4trace:configure.in:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
6064m4trace:configure.in:3: -1- AC_SUBST([datadir], ['${prefix}/share'])
6065m4trace:configure.in:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
6066m4trace:configure.in:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
6067m4trace:configure.in:3: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
6068m4trace:configure.in:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
6069m4trace:configure.in:3: -1- AC_SUBST([includedir], ['${prefix}/include'])
6070m4trace:configure.in:3: -1- AC_SUBST([oldincludedir], ['/usr/include'])
6071m4trace:configure.in:3: -1- AC_SUBST([infodir], ['${prefix}/info'])
6072m4trace:configure.in:3: -1- AC_SUBST([mandir], ['${prefix}/man'])
6073m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
6074m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
6075#undef PACKAGE_NAME])
6076m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
6077m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
6078#undef PACKAGE_TARNAME])
6079m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
6080m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
6081#undef PACKAGE_VERSION])
6082m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
6083m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
6084#undef PACKAGE_STRING])
6085m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
6086m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
6087#undef PACKAGE_BUGREPORT])
6088m4trace:configure.in:3: -1- AC_SUBST([build_alias])
6089m4trace:configure.in:3: -1- AC_SUBST([host_alias])
6090m4trace:configure.in:3: -1- AC_SUBST([target_alias])
6091m4trace:configure.in:3: -1- AC_SUBST([DEFS])
6092m4trace:configure.in:3: -1- AC_SUBST([ECHO_C])
6093m4trace:configure.in:3: -1- AC_SUBST([ECHO_N])
6094m4trace:configure.in:3: -1- AC_SUBST([ECHO_T])
6095m4trace:configure.in:3: -1- AC_SUBST([LIBS])
6096m4trace:configure.in:4: -1- AM_INIT_AUTOMAKE([1.6.1 foreign no-installinfo no-installman subdir-objects])
6097m4trace:configure.in:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6098m4trace:configure.in:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6099m4trace:configure.in:4: -1- AM_AUTOMAKE_VERSION([1.9.5])
6100m4trace:configure.in:4: -1- AC_PROG_INSTALL
6101m4trace:configure.in:4: -1- AC_SUBST([INSTALL_PROGRAM])
6102m4trace:configure.in:4: -1- AC_SUBST([INSTALL_SCRIPT])
6103m4trace:configure.in:4: -1- AC_SUBST([INSTALL_DATA])
6104m4trace:configure.in:4: -1- AC_SUBST([CYGPATH_W])
6105m4trace:configure.in:4: -1- _AM_SET_OPTIONS([1.6.1 foreign no-installinfo no-installman subdir-objects])
6106m4trace:configure.in:4: -1- _AM_SET_OPTION([1.6.1])
6107m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([1.6.1])
6108m4trace:configure.in:4: -1- _AM_SET_OPTION([foreign])
6109m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([foreign])
6110m4trace:configure.in:4: -1- _AM_SET_OPTION([no-installinfo])
6111m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-installinfo])
6112m4trace:configure.in:4: -1- _AM_SET_OPTION([no-installman])
6113m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-installman])
6114m4trace:configure.in:4: -1- _AM_SET_OPTION([subdir-objects])
6115m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([subdir-objects])
6116m4trace:configure.in:4: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
6117m4trace:configure.in:4: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
6118m4trace:configure.in:4: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6119 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6120m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-define])
6121m4trace:configure.in:4: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
6122m4trace:configure.in:4: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
6123#undef PACKAGE])
6124m4trace:configure.in:4: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
6125m4trace:configure.in:4: -1- AH_OUTPUT([VERSION], [/* Version number of package */
6126#undef VERSION])
6127m4trace:configure.in:4: -1- AM_SANITY_CHECK
6128m4trace:configure.in:4: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6129m4trace:configure.in:4: -1- AM_MISSING_HAS_RUN
6130m4trace:configure.in:4: -1- AM_AUX_DIR_EXPAND
6131m4trace:configure.in:4: -1- AC_SUBST([ACLOCAL])
6132m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6133m4trace:configure.in:4: -1- AC_SUBST([AUTOCONF])
6134m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6135m4trace:configure.in:4: -1- AC_SUBST([AUTOMAKE])
6136m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6137m4trace:configure.in:4: -1- AC_SUBST([AUTOHEADER])
6138m4trace:configure.in:4: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6139m4trace:configure.in:4: -1- AC_SUBST([MAKEINFO])
6140m4trace:configure.in:4: -1- AM_PROG_INSTALL_SH
6141m4trace:configure.in:4: -1- AC_SUBST([install_sh])
6142m4trace:configure.in:4: -1- AM_PROG_INSTALL_STRIP
6143m4trace:configure.in:4: -1- AC_SUBST([STRIP])
6144m4trace:configure.in:4: -1- AC_SUBST([ac_ct_STRIP])
6145m4trace:configure.in:4: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
6146m4trace:configure.in:4: -1- AM_PROG_MKDIR_P
6147m4trace:configure.in:4: -1- AC_SUBST([mkdir_p])
6148m4trace:configure.in:4: -1- AC_PROG_AWK
6149m4trace:configure.in:4: -1- AC_SUBST([AWK])
6150m4trace:configure.in:4: -1- AC_PROG_MAKE_SET
6151m4trace:configure.in:4: -1- AC_SUBST([SET_MAKE])
6152m4trace:configure.in:4: -1- AM_SET_LEADING_DOT
6153m4trace:configure.in:4: -1- AC_SUBST([am__leading_dot])
6154m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6155                             [_AM_PROG_TAR([v7])])])
6156m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-ustar])
6157m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6158m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-pax])
6159m4trace:configure.in:4: -1- _AM_PROG_TAR([v7])
6160m4trace:configure.in:4: -1- AM_MISSING_PROG([AMTAR], [tar])
6161m4trace:configure.in:4: -1- AC_SUBST([AMTAR])
6162m4trace:configure.in:4: -1- AC_SUBST([am__tar])
6163m4trace:configure.in:4: -1- AC_SUBST([am__untar])
6164m4trace:configure.in:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6165                  [_AM_DEPENDENCIES(CC)],
6166                  [define([AC_PROG_CC],
6167                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6168AC_PROVIDE_IFELSE([AC_PROG_CXX],
6169                  [_AM_DEPENDENCIES(CXX)],
6170                  [define([AC_PROG_CXX],
6171                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6172])
6173m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-dependencies])
6174m4trace:configure.in:5: -1- AM_CONFIG_HEADER([ReferenceAppLayer/include/config.h])
6175m4trace:configure.in:5: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6176You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
6177configure.in:5: the top level])
6178m4trace:configure.in:5: -1- AC_CONFIG_HEADERS([ReferenceAppLayer/include/config.h])
6179m4trace:configure.in:7: -1- AC_CANONICAL_HOST
6180m4trace:configure.in:7: -1- AC_SUBST([build], [$ac_cv_build])
6181m4trace:configure.in:7: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6182m4trace:configure.in:7: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6183m4trace:configure.in:7: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6184m4trace:configure.in:7: -1- AC_SUBST([host], [$ac_cv_host])
6185m4trace:configure.in:7: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6186m4trace:configure.in:7: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6187m4trace:configure.in:7: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6188m4trace:configure.in:7: -1- _m4_warn([syntax], [AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET], [autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
6189configure.in:7: the top level])
6190m4trace:configure.in:7: -1- AC_SUBST([target], [$ac_cv_target])
6191m4trace:configure.in:7: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6192m4trace:configure.in:7: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6193m4trace:configure.in:7: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6194m4trace:configure.in:10: -1- AC_PROG_CC
6195m4trace:configure.in:10: -1- AC_SUBST([CC])
6196m4trace:configure.in:10: -1- AC_SUBST([CFLAGS])
6197m4trace:configure.in:10: -1- AC_SUBST([LDFLAGS])
6198m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
6199m4trace:configure.in:10: -1- AC_SUBST([CC])
6200m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
6201m4trace:configure.in:10: -1- AC_SUBST([CC])
6202m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
6203m4trace:configure.in:10: -1- AC_SUBST([CC])
6204m4trace:configure.in:10: -1- AC_SUBST([CC])
6205m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC])
6206m4trace:configure.in:10: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
6207m4trace:configure.in:10: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
6208m4trace:configure.in:10: -1- _AM_DEPENDENCIES([CC])
6209m4trace:configure.in:10: -1- AM_SET_DEPDIR
6210m4trace:configure.in:10: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
6211m4trace:configure.in:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6212m4trace:configure.in:10: -1- AM_MAKE_INCLUDE
6213m4trace:configure.in:10: -1- AC_SUBST([am__include])
6214m4trace:configure.in:10: -1- AC_SUBST([am__quote])
6215m4trace:configure.in:10: -1- AM_DEP_TRACK
6216m4trace:configure.in:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6217m4trace:configure.in:10: -1- AC_SUBST([AMDEP_TRUE])
6218m4trace:configure.in:10: -1- AC_SUBST([AMDEP_FALSE])
6219m4trace:configure.in:10: -1- AC_SUBST([AMDEPBACKSLASH])
6220m4trace:configure.in:10: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
6221m4trace:configure.in:10: -1- AM_CONDITIONAL([am__fastdepCC], [
6222  test "x$enable_dependency_tracking" != xno \
6223  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6224m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_TRUE])
6225m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_FALSE])
6226m4trace:configure.in:11: -1- AC_PROG_CXX
6227m4trace:configure.in:11: -1- AC_SUBST([CXX])
6228m4trace:configure.in:11: -1- AC_SUBST([CXXFLAGS])
6229m4trace:configure.in:11: -1- AC_SUBST([LDFLAGS])
6230m4trace:configure.in:11: -1- AC_SUBST([CPPFLAGS])
6231m4trace:configure.in:11: -1- AC_SUBST([CXX])
6232m4trace:configure.in:11: -1- AC_SUBST([ac_ct_CXX])
6233m4trace:configure.in:11: -1- _AM_DEPENDENCIES([CXX])
6234m4trace:configure.in:11: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
6235m4trace:configure.in:11: -1- AM_CONDITIONAL([am__fastdepCXX], [
6236  test "x$enable_dependency_tracking" != xno \
6237  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6238m4trace:configure.in:11: -1- AC_SUBST([am__fastdepCXX_TRUE])
6239m4trace:configure.in:11: -1- AC_SUBST([am__fastdepCXX_FALSE])
6240m4trace:configure.in:12: -1- AC_PROG_INSTALL
6241m4trace:configure.in:12: -1- AC_SUBST([INSTALL_PROGRAM])
6242m4trace:configure.in:12: -1- AC_SUBST([INSTALL_SCRIPT])
6243m4trace:configure.in:12: -1- AC_SUBST([INSTALL_DATA])
6244m4trace:configure.in:14: -1- AM_PROG_LIBTOOL
6245m4trace:configure.in:14: -1- AC_PROG_LIBTOOL
6246m4trace:configure.in:14: -1- _AC_PROG_LIBTOOL
6247m4trace:configure.in:14: -1- AC_LIBTOOL_SETUP
6248m4trace:configure.in:14: -1- AC_ENABLE_SHARED
6249m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6250You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6251autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6252/usr/share/aclocal/libtool.m4:1783: AC_ENABLE_SHARED is expanded from...
6253configure.in:14: AC_ENABLE_SHARED is required by...
6254/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6255configure.in:14: AC_LIBTOOL_SETUP is required by...
6256/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6257configure.in:14: _AC_PROG_LIBTOOL is required by...
6258/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6259/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6260configure.in:14: the top level])
6261m4trace:configure.in:14: -1- AC_ENABLE_STATIC
6262m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6263You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6264autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6265/usr/share/aclocal/libtool.m4:1822: AC_ENABLE_STATIC is expanded from...
6266configure.in:14: AC_ENABLE_STATIC is required by...
6267/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6268configure.in:14: AC_LIBTOOL_SETUP is required by...
6269/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6270configure.in:14: _AC_PROG_LIBTOOL is required by...
6271/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6272/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6273configure.in:14: the top level])
6274m4trace:configure.in:14: -1- AC_ENABLE_FAST_INSTALL
6275m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6276You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6277autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6278/usr/share/aclocal/libtool.m4:1861: AC_ENABLE_FAST_INSTALL is expanded from...
6279configure.in:14: AC_ENABLE_FAST_INSTALL is required by...
6280/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6281configure.in:14: AC_LIBTOOL_SETUP is required by...
6282/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6283configure.in:14: _AC_PROG_LIBTOOL is required by...
6284/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6285/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6286configure.in:14: the top level])
6287m4trace:configure.in:14: -1- AC_PROG_LD
6288m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6289You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6290autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6291/usr/share/aclocal/libtool.m4:2058: AC_PROG_LD is expanded from...
6292configure.in:14: AC_PROG_LD is required by...
6293/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6294configure.in:14: AC_LIBTOOL_SETUP is required by...
6295/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6296configure.in:14: _AC_PROG_LIBTOOL is required by...
6297/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6298/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6299configure.in:14: the top level])
6300m4trace:configure.in:14: -1- LT_AC_PROG_SED
6301m4trace:configure.in:14: -1- AC_PROG_LD_GNU
6302m4trace:configure.in:14: -1- AC_PROG_EGREP
6303m4trace:configure.in:14: -1- AC_SUBST([EGREP])
6304m4trace:configure.in:14: -1- AC_PROG_LD_RELOAD_FLAG
6305m4trace:configure.in:14: -1- AC_PROG_NM
6306m4trace:configure.in:14: -1- AC_PROG_LN_S
6307m4trace:configure.in:14: -1- AC_SUBST([LN_S], [$as_ln_s])
6308m4trace:configure.in:14: -1- AC_DEPLIBS_CHECK_METHOD
6309m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6310m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6311m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6312m4trace:configure.in:14: -1- AC_LIBTOOL_OBJDIR
6313m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
6314m4trace:configure.in:14: -1- _LT_AC_PROG_ECHO_BACKSLASH
6315m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([
6316# Check that we are running under the correct shell.
6317SHELL=${CONFIG_SHELL-/bin/sh}
6318
6319case X$ECHO in
6320X*--fallback-echo)
6321  # Remove one level of quotation (which was required for Make).
6322  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6323  ;;
6324esac
6325
6326echo=${ECHO-echo}
6327if test "X[$]1" = X--no-reexec; then
6328  # Discard the --no-reexec flag, and continue.
6329  shift
6330elif test "X[$]1" = X--fallback-echo; then
6331  # Avoid inline document here, it may be left over
6332  :
6333elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6334  # Yippee, $echo works!
6335  :
6336else
6337  # Restart under the correct shell.
6338  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6339fi
6340
6341if test "X[$]1" = X--fallback-echo; then
6342  # used as fallback echo
6343  shift
6344  cat <<EOF
6345[$]*
6346EOF
6347  exit 0
6348fi
6349
6350# The HP-UX ksh and POSIX shell print the target directory to stdout
6351# if CDPATH is set.
6352if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6353
6354if test -z "$ECHO"; then
6355if test "X${echo_test_string+set}" != Xset; then
6356# find a string as large as possible, as long as the shell can cope with it
6357  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6358    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6359    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6360       echo_test_string="`eval $cmd`" &&
6361       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6362    then
6363      break
6364    fi
6365  done
6366fi
6367
6368if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6369   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6370   test "X$echo_testing_string" = "X$echo_test_string"; then
6371  :
6372else
6373  # The Solaris, AIX, and Digital Unix default echo programs unquote
6374  # backslashes.  This makes it impossible to quote backslashes using
6375  #   echo "$something" | sed 's/\\/\\\\/g'
6376  #
6377  # So, first we look for a working echo in the user's PATH.
6378
6379  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6380  for dir in $PATH /usr/ucb; do
6381    IFS="$lt_save_ifs"
6382    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6383       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6384       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6385       test "X$echo_testing_string" = "X$echo_test_string"; then
6386      echo="$dir/echo"
6387      break
6388    fi
6389  done
6390  IFS="$lt_save_ifs"
6391
6392  if test "X$echo" = Xecho; then
6393    # We didn't find a better echo, so look for alternatives.
6394    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6395       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6396       test "X$echo_testing_string" = "X$echo_test_string"; then
6397      # This shell has a builtin print -r that does the trick.
6398      echo='print -r'
6399    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6400         test "X$CONFIG_SHELL" != X/bin/ksh; then
6401      # If we have ksh, try running configure again with it.
6402      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6403      export ORIGINAL_CONFIG_SHELL
6404      CONFIG_SHELL=/bin/ksh
6405      export CONFIG_SHELL
6406      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6407    else
6408      # Try using printf.
6409      echo='printf %s\n'
6410      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6411         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6412         test "X$echo_testing_string" = "X$echo_test_string"; then
6413        # Cool, printf works
6414        :
6415      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6416           test "X$echo_testing_string" = 'X\t' &&
6417           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6418           test "X$echo_testing_string" = "X$echo_test_string"; then
6419        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6420        export CONFIG_SHELL
6421        SHELL="$CONFIG_SHELL"
6422        export SHELL
6423        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6424      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6425           test "X$echo_testing_string" = 'X\t' &&
6426           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6427           test "X$echo_testing_string" = "X$echo_test_string"; then
6428        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6429      else
6430        # maybe with a smaller string...
6431        prev=:
6432
6433        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6434          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6435          then
6436            break
6437          fi
6438          prev="$cmd"
6439        done
6440
6441        if test "$prev" != 'sed 50q "[$]0"'; then
6442          echo_test_string=`eval $prev`
6443          export echo_test_string
6444          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6445        else
6446          # Oops.  We lost completely, so just stick with echo.
6447          echo=echo
6448        fi
6449      fi
6450    fi
6451  fi
6452fi
6453fi
6454
6455# Copy echo and quote the copy suitably for passing to libtool from
6456# the Makefile, instead of quoting the original, which is used later.
6457ECHO=$echo
6458if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6459   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6460fi
6461
6462AC_SUBST(ECHO)
6463])
6464m4trace:configure.in:14: -1- AC_SUBST([ECHO])
6465m4trace:configure.in:14: -1- AC_SUBST([AR])
6466m4trace:configure.in:14: -1- AC_SUBST([ac_ct_AR])
6467m4trace:configure.in:14: -1- AC_SUBST([RANLIB])
6468m4trace:configure.in:14: -1- AC_SUBST([ac_ct_RANLIB])
6469m4trace:configure.in:14: -1- AC_SUBST([STRIP])
6470m4trace:configure.in:14: -1- AC_SUBST([ac_ct_STRIP])
6471m4trace:configure.in:14: -1- AC_PATH_MAGIC
6472m4trace:configure.in:14: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6473m4trace:configure.in:14: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6474m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6475You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6476autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6477/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6478configure.in:14: AC_LIBTOOL_SETUP is required by...
6479/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6480configure.in:14: _AC_PROG_LIBTOOL is required by...
6481/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6482/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6483configure.in:14: the top level])
6484m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6485You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6486autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6487/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6488configure.in:14: AC_LIBTOOL_SETUP is required by...
6489/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6490configure.in:14: _AC_PROG_LIBTOOL is required by...
6491/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6492/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6493configure.in:14: the top level])
6494m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_C_CONFIG
6495m4trace:configure.in:14: -1- _LT_AC_LANG_C_CONFIG
6496m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [])
6497m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
6498m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6499m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6500m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6501m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6502m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6503m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6504m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6505m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6506m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
6507m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
6508m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6509m4trace:configure.in:14: -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, )=])
6510m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6511m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6512m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6513m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6514m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6515m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6516m4trace:configure.in:14: -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"])
6517m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6518m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6519m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6520m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6521m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6522m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6523m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6524m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6525m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6526m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6527m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6528m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6529m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6530m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6531m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6532m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6533m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6534m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6535m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6536m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6537m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6538m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6539m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6540m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6541m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6542m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6543m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6544m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6545m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6546m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6547m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6548m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6549m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6550m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6551m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6552m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6553m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6554m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6555m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6556m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6557m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6558m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6559m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6560m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6561m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6562m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6563m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6564m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6565m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6566m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6567m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6568m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6569m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6570m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6571m4trace:configure.in:14: -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
6572     "" | " "*) ;;
6573     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6574     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
6575     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
6576m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6577m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6578m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6579m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6580m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6581m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6582m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6583m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6584m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6585m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6586m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6587m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([])
6588m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6589m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6590m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6591m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6592m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6593m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
6594m4trace:configure.in:14: -1- _LT_AC_LOCK
6595m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
6596You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
6597autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
6598autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
6599/usr/share/aclocal/libtool.m4:560: _LT_AC_LOCK is expanded from...
6600configure.in:14: _LT_AC_LOCK is required by...
6601/usr/share/aclocal/libtool.m4:991: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
6602/usr/share/aclocal/libtool.m4:2609: _LT_AC_LANG_C_CONFIG is expanded from...
6603/usr/share/aclocal/libtool.m4:2472: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
6604/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6605configure.in:14: AC_LIBTOOL_SETUP is required by...
6606/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6607configure.in:14: _AC_PROG_LIBTOOL is required by...
6608/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6609/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
6610configure.in:14: the top level])
6611m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6612m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
6613m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6614m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6615m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6616m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6617m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6618m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6619m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6620m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6621m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6622m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6623m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6624m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6625m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6626m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6627m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6628m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6629m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6630m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
6631m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6632m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6633m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6634m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [])
6635m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6636m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6637m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6638m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6639m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6640m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6641m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6642m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6643m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6644m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6645m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6646m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6647m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6648m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6649m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6650m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6651m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6652m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6653m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6654m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6655m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6656m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6657m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6658m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6659m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6660m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6661m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6662m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6663m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6664m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6665m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6666m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6667m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6668m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6669m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6670m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6671m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6672m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6673m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6674m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6675m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6676m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6677m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6678m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6679m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6680m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6681m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6682m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6683m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6684m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6685m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6686m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6687m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6688m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6689m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6690m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6691m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6692m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6693m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
6694m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6695m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6696m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6697m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6698m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6699m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
6700m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6701m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6702m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6703m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6704m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6705m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6706m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6707m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6708m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6709m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6710m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6711m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6712m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6713m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6714m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6715m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6716m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6717m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6718m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6719m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6720m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6721m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6722m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6723m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6724m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6725m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
6726m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6727m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6728m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6729m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6730m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6731m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6732m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6733m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6734m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6735m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6736m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6737m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6738m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6739m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6740m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6741m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6742m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6743m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6744m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6745m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6746m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6747m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6748m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6749m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6750m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6751m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6752m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6753m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6754m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6755m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6756m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6757m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6758m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6759m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6760m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6761m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6762m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6763m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6764m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6765m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6766m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6767m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6768m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6769m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6770m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6771m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6772m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6773m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6774m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6775m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6776m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6777m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6778m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6779m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6780m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6781m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6782m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6783m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6784m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6785m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6786m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6787m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6788m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6789m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6790m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6791m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6792m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6793m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6794m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6795m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6796m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6797m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6798m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6799m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6800m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6801m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6802m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6803m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6804m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6805m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6806m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6807m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6808m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6809m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6810m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6811m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6812m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6813m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6814m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6815m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6816m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6817m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6818m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6819m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6820m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6821m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6822m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6823m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6824m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6825m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6826m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6827m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6828m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6829m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6830m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6831m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6832m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6833m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6834m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6835m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6836m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6837m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6838m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6839m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6840m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6841m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], [])
6842m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6843m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6844m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6845m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6846m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6847m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6848m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6849m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6850m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6851m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6852m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6853m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6854m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6855m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6856m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6857m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6858m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6859m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6860m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6861m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6862m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6863m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6864m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6865m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6866m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6867m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6868m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6869m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6870m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6871m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6872m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6873m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6874m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6875m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6876m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6877m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6878m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [])
6879m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6880m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6881m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6882m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6883m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6884m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
6885m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
6886m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6887m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6888m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var ])
6889m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6890m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6891m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6892m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6893m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6894m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6895m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6896m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6897m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
6898m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP
6899m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([])
6900m4trace:configure.in:14: -1- _LT_AC_CHECK_DLFCN
6901m4trace:configure.in:14: -1- AC_CHECK_HEADERS([dlfcn.h])
6902m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
6903#undef HAVE_DLFCN_H])
6904m4trace:configure.in:14: -1- AC_HEADER_STDC
6905m4trace:configure.in:14: -1- AC_PROG_CPP
6906m4trace:configure.in:14: -1- AC_SUBST([CPP])
6907m4trace:configure.in:14: -1- AC_SUBST([CPPFLAGS])
6908m4trace:configure.in:14: -1- AC_SUBST([CPP])
6909m4trace:configure.in:14: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
6910m4trace:configure.in:14: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
6911#undef STDC_HEADERS])
6912m4trace:configure.in:14: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6913                  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
6914m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
6915#undef HAVE_SYS_TYPES_H])
6916m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
6917#undef HAVE_SYS_STAT_H])
6918m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
6919#undef HAVE_STDLIB_H])
6920m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
6921#undef HAVE_STRING_H])
6922m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
6923#undef HAVE_MEMORY_H])
6924m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
6925#undef HAVE_STRINGS_H])
6926m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
6927#undef HAVE_INTTYPES_H])
6928m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
6929#undef HAVE_STDINT_H])
6930m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
6931#undef HAVE_UNISTD_H])
6932m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
6933    lt_cv_dlopen="dyld"
6934    lt_cv_dlopen_libs=
6935    lt_cv_dlopen_self=yes
6936    ])
6937m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
6938              [lt_cv_dlopen="dlopen"],
6939          [AC_CHECK_LIB([dl], [dlopen],
6940                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6941            [AC_CHECK_LIB([svld], [dlopen],
6942                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6943              [AC_CHECK_LIB([dld], [dld_link],
6944                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6945              ])
6946            ])
6947          ])
6948        ])
6949m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
6950                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6951              [AC_CHECK_LIB([dld], [dld_link],
6952                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6953              ])
6954            ])
6955m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
6956                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6957              ])
6958m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6959m4trace:configure.in:14: -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])
6960m4trace:configure.in:14: -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])
6961m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6962m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6963m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6964m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6965m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6966m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6967m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
6968m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6969m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6970m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6971m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6972m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6973m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6974m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6975m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6976m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([])
6977m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [])
6978m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [])
6979m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [])
6980m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6981m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6982m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6983m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6984m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6985m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6986m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6987m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6988m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6989m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
6990m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [])
6991m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [])
6992m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [])
6993m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [])
6994m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
6995m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
6996m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6997m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
6998m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
6999m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7000m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7001m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7002m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7003m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7004m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7005m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7006m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7007m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
7008m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7009m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7010m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7011m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [])
7012m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7013m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7014m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
7015m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7016m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
7017m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7018m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7019m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7020m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7021m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7022m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [])
7023m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [])
7024m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [])
7025m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7026m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7027m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7028m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7029m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7030m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7031m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7032m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7033m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7034m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7035m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7036m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [])
7037m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7038m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [])
7039m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7040m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [])
7041m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [])
7042m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [])
7043m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [])
7044m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7045m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7046m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7047m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [])
7048m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7049m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7050m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7051m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7052m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7053m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7054m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7055m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7056m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7057m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7058m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7059m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7060m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [])
7061m4trace:configure.in:14: -1- _LT_AC_TAGCONFIG
7062m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7063You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
7064autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
7065/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7066/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7067configure.in:14: AC_LIBTOOL_SETUP is required by...
7068/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7069configure.in:14: _AC_PROG_LIBTOOL is required by...
7070/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7071/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
7072configure.in:14: the top level])
7073m4trace:configure.in:14: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7074/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7075configure.in:14: AC_LIBTOOL_SETUP is required by...
7076/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7077configure.in:14: _AC_PROG_LIBTOOL is required by...
7078/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7079/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
7080configure.in:14: the top level])
7081m4trace:configure.in:14: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7082/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7083configure.in:14: AC_LIBTOOL_SETUP is required by...
7084/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7085configure.in:14: _AC_PROG_LIBTOOL is required by...
7086/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7087/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
7088configure.in:14: the top level])
7089m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7090m4trace:configure.in:14: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7091m4trace:configure.in:14: -1- AC_SUBST([CXXCPP])
7092m4trace:configure.in:14: -1- AC_SUBST([CPPFLAGS])
7093m4trace:configure.in:14: -1- AC_SUBST([CXXCPP])
7094m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7095m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7096m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7097m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7098m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7099m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7100m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7101m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7102m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7103m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7104m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7105m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7106m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7107m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7108m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7109m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7110m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7111m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7112m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7113m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7114m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX])
7115m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7116m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7117m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [CXX])
7118m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
7119m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX])
7120m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7121m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7122m4trace:configure.in:14: -1- AC_PROG_LD
7123m4trace:configure.in:14: -1- AC_PROG_LD_GNU
7124m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7125m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7126m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7127m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7128m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7129m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7130m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7131m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7132m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7133m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7134m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7135m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7136m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7137m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7138m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7139m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7140m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7141m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7142m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7143m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7144m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
7145m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7146m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7147m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7148m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7149m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7150m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
7151m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7152m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7153m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7154m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7155m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7156m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7157m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7158m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7159m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7160m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7161m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7162m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7163m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7164m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7165m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7166m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7167m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7168m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7169m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7170m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7171m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7172m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7173m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7174m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7175m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7176m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7177m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7178m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7179m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7180m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7181m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7182m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7183m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7184m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7185m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7186m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7187m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7188m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7189m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7190m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7191m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7192m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7193m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7194m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7195m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7196m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7197m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7198m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7199m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7200m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7201m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7202m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7203m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7204m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7205m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7206m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7207m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7208m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7209m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7210m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7211m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7212m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7213m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7214m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7215m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7216m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7217m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7218m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7219m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7220m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7221m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7222m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7223m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7224m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7225m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7226m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7227m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7228m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7229m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7230m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7231m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7232m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7233m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7234m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7235m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7236m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7237m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7238m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7239m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7240m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7241m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7242m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7243m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7244m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7245m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7246m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7247m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7248m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7249m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7250m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7251m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7252m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7253m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7254m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7255m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7256m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7257m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7258m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7259m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7260m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7261m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7262m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7263m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7264m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7265m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7266m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7267m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7268m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7269m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7270m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7271m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7272m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7273m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7274m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7275m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7276m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7277m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7278m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7279m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7280m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7281m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7282m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7283m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7284m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7285m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7286m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7287m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7288m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7289m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7290m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7291m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7292m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7293m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7294m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7295m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7296m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7297m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7298m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7299m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7300m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7301m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7302m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7303m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7304m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7305m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7306m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7307m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7308m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [CXX])
7309m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX])
7310m4trace:configure.in:14: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7311m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7312m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7313m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7314m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7315m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7316m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7317m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7318m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7319m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7320m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7321m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7322m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7323m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7324m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7325m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7326m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7327m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7328m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7329m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7330m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7331m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7332m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7333m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7334m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7335m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7336m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7337m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7338m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7339m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7340m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7341m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7342m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7343m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7344m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7345m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7346m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7347m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7348m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7349m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7350m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7351m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7352m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7353m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7354m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7355m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7356m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7357m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7358m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7359m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7360m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7361m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7362m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7363m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7364m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7365m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7366m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7367m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7368m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7369m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7370m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7371m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7372m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7373m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7374m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7375m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7376m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7377m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7378m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7379m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7380m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7381m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7382m4trace:configure.in:14: -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
7383     "" | " "*) ;;
7384     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7385     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7386     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7387m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7388m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7389m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7390m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7391m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7392m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7393m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7394m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7395m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7396m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7397m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7398m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7399m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7400m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7401m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7402m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7403m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7404m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7405m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7406m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7407m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7408m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7409m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7410m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7411m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7412m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7413m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7414m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7415m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7416m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7417m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7418m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7419m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7420m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7421m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7422m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7423m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7424m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7425m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7426m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7427m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7428m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7429m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7430m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7431m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7432m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7433m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var CXX])
7434m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7435m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7436m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7437m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7438m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7439m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7440m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7441m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7442m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7443m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP
7444m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
7445m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
7446    lt_cv_dlopen="dyld"
7447    lt_cv_dlopen_libs=
7448    lt_cv_dlopen_self=yes
7449    ])
7450m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
7451              [lt_cv_dlopen="dlopen"],
7452          [AC_CHECK_LIB([dl], [dlopen],
7453                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
7454            [AC_CHECK_LIB([svld], [dlopen],
7455                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7456              [AC_CHECK_LIB([dld], [dld_link],
7457                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7458              ])
7459            ])
7460          ])
7461        ])
7462m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
7463                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7464              [AC_CHECK_LIB([dld], [dld_link],
7465                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7466              ])
7467            ])
7468m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
7469                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7470              ])
7471m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7472m4trace:configure.in:14: -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])
7473m4trace:configure.in:14: -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])
7474m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([CXX])
7475m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX])
7476m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [CXX])
7477m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX])
7478m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7479m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7480m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7481m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7482m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7483m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7484m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7485m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7486m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7487m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7488m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7489m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7490m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX])
7491m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7492m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7493m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7494m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7495m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7496m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7497m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7498m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7499m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7500m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7501m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7502m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7503m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7504m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7505m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7506m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7507m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7508m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7509m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7510m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7511m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7512m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7513m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7514m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7515m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7516m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7517m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7518m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7519m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7520m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX])
7521m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [CXX])
7522m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX])
7523m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7524m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7525m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7526m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7527m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7528m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7529m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7530m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7531m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7532m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7533m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7534m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7535m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7536m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7537m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7538m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7539m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7540m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX])
7541m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7542m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7543m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7544m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7545m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7546m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7547m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7548m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7549m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7550m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7551m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7552m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7553m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7554m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7555m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7556m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7557m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7558m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7559m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_F77_CONFIG
7560m4trace:configure.in:14: -1- _LT_AC_LANG_F77_CONFIG([F77])
7561m4trace:configure.in:14: -1- AC_SUBST([F77])
7562m4trace:configure.in:14: -1- AC_SUBST([FFLAGS])
7563m4trace:configure.in:14: -1- AC_SUBST([LDFLAGS])
7564m4trace:configure.in:14: -1- AC_SUBST([F77])
7565m4trace:configure.in:14: -1- AC_SUBST([ac_ct_F77])
7566m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7567m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7568m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7569m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7570m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7571m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7572m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7573m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7574m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7575m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7576m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7577m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7578m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7579m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7580m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7581m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7582m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7583m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7584m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [F77])
7585m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
7586m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77])
7587m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7588m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [F77])
7589m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77])
7590m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
7591m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7592m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7593m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7594m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7595m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7596m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7597m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7598m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7599m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7600m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7601m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7602m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7603m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7604m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7605m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7606m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7607m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7608m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7609m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7610m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7611m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7612m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7613m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7614m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7615m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7616m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7617m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7618m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7619m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7620m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7621m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7622m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7623m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7624m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7625m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7626m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7627m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7628m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7629m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7630m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7631m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7632m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7633m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7634m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7635m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7636m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7637m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7638m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7639m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7640m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7641m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
7642m4trace:configure.in:14: -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
7643     "" | " "*) ;;
7644     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
7645     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
7646     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
7647m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7648m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7649m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7650m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7651m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7652m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7653m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7654m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7655m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7656m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7657m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7658m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
7659m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7660m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7661m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7662m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7663m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7664m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
7665m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7666m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
7667m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7668m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7669m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7670m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7671m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7672m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7673m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7674m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7675m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7676m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7677m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7678m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7679m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7680m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7681m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7682m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7683m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7684m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7685m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7686m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7687m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7688m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7689m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7690m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7691m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7692m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7693m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7694m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7695m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7696m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7697m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7698m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7699m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7700m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7701m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7702m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7703m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7704m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7705m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7706m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7707m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7708m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7709m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7710m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7711m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7712m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7713m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7714m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7715m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7716m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7717m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7718m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7719m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7720m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7721m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7722m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7723m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7724m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7725m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7726m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7727m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7728m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7729m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7730m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7731m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7732m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7733m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7734m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7735m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7736m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7737m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7738m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7739m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7740m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7741m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7742m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7743m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7744m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7745m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7746m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7747m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
7748m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7749m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7750m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7751m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7752m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7753m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
7754m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7755m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7756m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7757m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7758m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7759m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7760m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7761m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7762m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7763m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7764m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7765m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7766m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7767m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7768m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7769m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7770m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7771m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7772m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7773m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7774m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7775m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7776m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7777m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7778m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7779m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7780m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7781m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7782m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7783m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7784m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7785m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7786m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7787m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7788m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7789m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7790m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7791m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7792m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7793m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7794m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7795m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7796m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7797m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7798m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7799m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7800m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7801m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7802m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7803m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7804m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7805m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7806m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7807m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7808m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7809m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7810m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7811m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7812m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7813m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7814m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7815m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7816m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7817m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7818m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7819m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7820m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7821m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7822m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7823m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7824m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7825m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7826m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7827m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7828m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7829m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7830m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7831m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7832m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7833m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7834m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7835m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7836m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7837m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7838m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7839m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7840m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7841m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7842m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7843m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7844m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7845m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7846m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7847m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7848m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7849m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7850m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7851m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7852m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7853m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7854m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7855m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7856m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7857m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7858m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7859m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7860m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7861m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7862m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7863m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7864m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7865m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7866m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7867m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7868m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7869m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7870m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7871m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7872m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7873m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7874m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7875m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7876m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7877m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7878m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7879m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7880m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7881m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7882m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7883m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7884m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7885m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7886m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7887m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7888m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7889m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7890m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7891m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7892m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7893m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7894m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7895m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
7896m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7897m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7898m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7899m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7900m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7901m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7902m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7903m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7904m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7905m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7906m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7907m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7908m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7909m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7910m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7911m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7912m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7913m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7914m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7915m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7916m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7917m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7918m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7919m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7920m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7921m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7922m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7923m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7924m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7925m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7926m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7927m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7928m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7929m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7930m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7931m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7932m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
7933m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7934m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7935m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7936m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7937m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7938m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
7939m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
7940m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7941m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7942m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var F77])
7943m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7944m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7945m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7946m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7947m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7948m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7949m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7950m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7951m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7952m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP
7953m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([F77])
7954m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77])
7955m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [F77])
7956m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77])
7957m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7958m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7959m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7960m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
7961m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7962m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7963m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7964m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7965m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7966m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
7967m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [F77])
7968m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
7969m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [F77])
7970m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [F77])
7971m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
7972m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7973m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7974m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
7975m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
7976m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7977m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7978m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7979m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7980m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7981m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7982m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7983m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7984m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7985m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7986m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7987m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7988m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7989m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7990m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
7991m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7992m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7993m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7994m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7995m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7996m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7997m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7998m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7999m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77])
8000m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [F77])
8001m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77])
8002m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8003m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8004m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8005m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8006m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8007m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8008m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8009m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8010m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8011m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8012m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8013m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8014m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8015m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8016m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8017m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8018m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8019m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [F77])
8020m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [F77])
8021m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8022m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8023m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8024m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8025m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8026m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8027m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8028m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8029m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8030m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8031m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8032m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8033m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8034m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8035m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8036m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8037m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8038m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8039m4trace:configure.in:14: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8040m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8041You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8042/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8043/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8044/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8045/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8046configure.in:14: AC_LIBTOOL_SETUP is required by...
8047/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8048configure.in:14: _AC_PROG_LIBTOOL is required by...
8049/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8050/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8051configure.in:14: the top level])
8052m4trace:configure.in:14: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8053and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8054/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8055/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8056/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8057/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8058configure.in:14: AC_LIBTOOL_SETUP is required by...
8059/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8060configure.in:14: _AC_PROG_LIBTOOL is required by...
8061/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8062/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8063configure.in:14: the top level])
8064m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [GCJ])
8065m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
8066m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8067m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8068m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8069m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8070m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8071m4trace:configure.in:14: -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"])
8072m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8073m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8074m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8075m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8076m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8077m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8078m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8079m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8080m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8081m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8082m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8083m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8084m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8085m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8086m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8087m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8088m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8089m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8090m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8091m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8092m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8093m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8094m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8095m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8096m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8097m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8098m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8099m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8100m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8101m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8102m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8103m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8104m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8105m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8106m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8107m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8108m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8109m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8110m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8111m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8112m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8113m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8114m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8115m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8116m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8117m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8118m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8119m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8120m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8121m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8122m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8123m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8124m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8125m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8126m4trace:configure.in:14: -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
8127     "" | " "*) ;;
8128     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8129     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8130     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8131m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8132m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8133m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8134m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8135m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8136m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8137m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8138m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8139m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8140m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8141m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8142m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8143m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8144m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8145m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8146m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8147m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8148m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8149m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8150m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8151m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8152m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8153m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8154m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8155m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8156m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8157m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8158m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8159m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8160m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8161m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8162m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8163m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8164m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8165m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8166m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8167m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8168m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8169m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8170m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8171m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8172m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8173m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8174m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8175m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8176m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8177m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8178m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8179m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8180m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8181m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8182m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8183m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8184m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8185m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8186m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8187m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8188m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8189m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8190m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8191m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8192m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8193m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8194m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8195m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8196m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8197m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8198m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8199m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8200m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8201m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8202m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8203m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8204m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8205m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8206m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8207m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8208m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8209m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8210m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8211m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8212m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8213m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8214m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8215m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8216m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8217m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8218m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8219m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8220m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8221m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8222m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8223m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8224m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8225m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8226m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8227m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8228m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8229m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8230m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8231m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
8232m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8233m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8234m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8235m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8236m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8237m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX
8238m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8239m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8240m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8241m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8242m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8243m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8244m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8245m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8246m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8247m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8248m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8249m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8250m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8251m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8252m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8253m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8254m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8255m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8256m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8257m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8258m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8259m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8260m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8261m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8262m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8263m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8264m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8265m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8266m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8267m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8268m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8269m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8270m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8271m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8272m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8273m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8274m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8275m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8276m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8277m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8278m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8279m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8280m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8281m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8282m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8283m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8284m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8285m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8286m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8287m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8288m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8289m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8290m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8291m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8292m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8293m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8294m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8295m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8296m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8297m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8298m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8299m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8300m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8301m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8302m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8303m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8304m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8305m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8306m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8307m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8308m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8309m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8310m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8311m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8312m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8313m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8314m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8315m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8316m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8317m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8318m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8319m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8320m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8321m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8322m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8323m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8324m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8325m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8326m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8327m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8328m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8329m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8330m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8331m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8332m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8333m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8334m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8335m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8336m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8337m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8338m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8339m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8340m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8341m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8342m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8343m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8344m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8345m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8346m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8347m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8348m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8349m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8350m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8351m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8352m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8353m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8354m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8355m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8356m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8357m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8358m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8359m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8360m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8361m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8362m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8363m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8364m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8365m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8366m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8367m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8368m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8369m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8370m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8371m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8372m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8373m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8374m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8375m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8376m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8377m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8378m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8379m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8380m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8381m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8382m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8383m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8384m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8385m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8386m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8387m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8388m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8389m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8390m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8391m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8392m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8393m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8394m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8395m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8396m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8397m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8398m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8399m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8400m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8401m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8402m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8403m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8404m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8405m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8406m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8407m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8408m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8409m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8410m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8411m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8412m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8413m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8414m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8415m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8416m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8417m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8418m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8419m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8420m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8421m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8422m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8423m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8424m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8425m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8426m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var GCJ])
8427m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8428m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8429m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8430m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8431m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8432m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8433m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8434m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8435m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8436m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP
8437m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
8438m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
8439    lt_cv_dlopen="dyld"
8440    lt_cv_dlopen_libs=
8441    lt_cv_dlopen_self=yes
8442    ])
8443m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
8444              [lt_cv_dlopen="dlopen"],
8445          [AC_CHECK_LIB([dl], [dlopen],
8446                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
8447            [AC_CHECK_LIB([svld], [dlopen],
8448                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8449              [AC_CHECK_LIB([dld], [dld_link],
8450                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8451              ])
8452            ])
8453          ])
8454        ])
8455m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
8456                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8457              [AC_CHECK_LIB([dld], [dld_link],
8458                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8459              ])
8460            ])
8461m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
8462                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8463              ])
8464m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8465m4trace:configure.in:14: -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])
8466m4trace:configure.in:14: -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])
8467m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([GCJ])
8468m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8469m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [GCJ])
8470m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [GCJ])
8471m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8472m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8473m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8474m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8475m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8476m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8477m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8478m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8479m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8480m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8481m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8482m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8483m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8484m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8485m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8486m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8487m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8488m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8489m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8490m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8491m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8492m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8493m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8494m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8495m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8496m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8497m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8498m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8499m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8500m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8501m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8502m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8503m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8504m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8505m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8506m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8507m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8508m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8509m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8510m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8511m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8512m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8513m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8514m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [GCJ])
8515m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [GCJ])
8516m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8517m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8518m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8519m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8520m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8521m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8522m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8523m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8524m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8525m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8526m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8527m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8528m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8529m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8530m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8531m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8532m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8533m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8534m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8535m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8536m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8537m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8538m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8539m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8540m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8541m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8542m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8543m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8544m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8545m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8546m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8547m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8548m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8549m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8550m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8551m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8552m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8553You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8554/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8555/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8556/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8557/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8558configure.in:14: AC_LIBTOOL_SETUP is required by...
8559/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8560configure.in:14: _AC_PROG_LIBTOOL is required by...
8561/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8562/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8563configure.in:14: the top level])
8564m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_RC_CONFIG
8565m4trace:configure.in:14: -1- _LT_AC_LANG_RC_CONFIG([RC])
8566m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8567You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8568/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8569/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8570/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8571/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8572configure.in:14: AC_LIBTOOL_SETUP is required by...
8573/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8574configure.in:14: _AC_PROG_LIBTOOL is required by...
8575/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8576/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8577configure.in:14: the top level])
8578m4trace:configure.in:14: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8579and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8580/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8581/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8582/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8583/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8584configure.in:14: AC_LIBTOOL_SETUP is required by...
8585/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8586configure.in:14: _AC_PROG_LIBTOOL is required by...
8587/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8588/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8589configure.in:14: the top level])
8590m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [RC])
8591m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER
8592m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC])
8593m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8594m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([RC])
8595m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC])
8596m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [RC])
8597m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [RC])
8598m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8599m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8600m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8601m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8602m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8603m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8604m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8605m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8606m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8607m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8608m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8609m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8610m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [RC])
8611m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [RC])
8612m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8613m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8614m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8615m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
8616m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
8617m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8618m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8619m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8620m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8621m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8622m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8623m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8624m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8625m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8626m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8627m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8628m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8629m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8630m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8631m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8632m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8633m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8634m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8635m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8636m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8637m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8638m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
8639m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8640m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC])
8641m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [RC])
8642m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [RC])
8643m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8644m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8645m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8646m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8647m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8648m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8649m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8650m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8651m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8652m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8653m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8654m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8655m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8656m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8657m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8658m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8659m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8660m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [RC])
8661m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [RC])
8662m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8663m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8664m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8665m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
8666m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8667m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8668m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8669m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
8670m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
8671m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
8672m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8673m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
8674m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
8675m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
8676m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8677m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8678m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8679m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8680You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8681/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8682/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8683/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8684/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8685configure.in:14: AC_LIBTOOL_SETUP is required by...
8686/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8687configure.in:14: _AC_PROG_LIBTOOL is required by...
8688/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8689/usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
8690configure.in:14: the top level])
8691m4trace:configure.in:14: -1- AC_SUBST([LIBTOOL])
8692m4trace:configure.in:14: -1- AC_LIBTOOL_CXX
8693m4trace:configure.in:14: -1- _LT_AC_LANG_CXX
8694m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8695m4trace:configure.in:14: -1- AC_LIBTOOL_F77
8696m4trace:configure.in:14: -1- _LT_AC_LANG_F77
8697m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8698m4trace:configure.in:20: -1- AC_DEFINE_TRACE_LITERAL([EXT_HASH])
8699m4trace:configure.in:20: -1- AH_OUTPUT([EXT_HASH], [/* Use old STL hash options */
8700#undef EXT_HASH])
8701m4trace:configure.in:28: -1- PKG_CHECK_MODULES([OGRE], [OGRE])
8702m4trace:configure.in:28: -1- PKG_PROG_PKG_CONFIG
8703m4trace:configure.in:28: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
8704m4trace:configure.in:28: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
8705m4trace:configure.in:28: -1- AC_SUBST([PKG_CONFIG])
8706m4trace:configure.in:28: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
8707m4trace:configure.in:28: -1- AC_SUBST([ac_pt_PKG_CONFIG], [$ac_cv_path_ac_pt_PKG_CONFIG])
8708m4trace:configure.in:28: -1- AC_SUBST([OGRE_CFLAGS])
8709m4trace:configure.in:28: -1- AC_SUBST([OGRE_LIBS])
8710m4trace:configure.in:30: -1- AC_CHECK_LIB([ode], [main], [], [{ { echo "$as_me:$LINENO: error: Can't find libode" >&5
8711echo "$as_me: error: Can't find libode" >&2;}
8712   { (exit 1); exit 1; }; }])
8713m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_LIBODE], [/* Define to 1 if you have the `ode\' library (-lode). */
8714#undef HAVE_LIBODE])
8715m4trace:configure.in:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBODE])
8716m4trace:configure.in:32: -1- AC_CHECK_LIB([m], [pow])
8717m4trace:configure.in:32: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
8718#undef HAVE_LIBM])
8719m4trace:configure.in:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
8720m4trace:configure.in:33: -1- AC_CHECK_LIB([z], [gzopen])
8721m4trace:configure.in:33: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define to 1 if you have the `z\' library (-lz). */
8722#undef HAVE_LIBZ])
8723m4trace:configure.in:33: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ])
8724m4trace:configure.in:34: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
8725m4trace:configure.in:34: -2- AH_OUTPUT([HAVE_SNPRINTF], [/* snprintf */
8726#undef HAVE_SNPRINTF])
8727m4trace:configure.in:35: -2- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF])
8728m4trace:configure.in:35: -2- AH_OUTPUT([HAVE_VSNPRINTF], [/* vsnprintf */
8729#undef HAVE_VSNPRINTF])
8730m4trace:configure.in:45: -1- AC_CONFIG_FILES([Makefile \
8731    ReferenceAppLayer/Makefile \
8732    ReferenceAppLayer/src/Makefile \
8733    ReferenceAppLayer/include/Makefile \
8734        BspCollision/Makefile \
8735        BspCollision/src/Makefile
8736       
8737    ])
8738m4trace:configure.in:47: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
8739m4trace:configure.in:47: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
8740m4trace:configure.in:47: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
8741m4trace:configure.in:47: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Note: See TracBrowser for help on using the repository browser.