1m4trace:/usr/share/aclocal/libtool.m4:25: -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:60: -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:80: -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
63AC_LIBTOOL_SYS_MAX_CMD_LEN
64AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
65AC_LIBTOOL_OBJDIR
66
67AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
68_LT_AC_PROG_ECHO_BACKSLASH
69
70case $host_os in
71aix3*)
72  # AIX sometimes has problems with the GCC collect2 program.  For some
73  # reason, if we set the COLLECT_NAMES environment variable, the problems
74  # vanish in a puff of smoke.
75  if test "X${COLLECT_NAMES+set}" != Xset; then
76    COLLECT_NAMES=
77    export COLLECT_NAMES
78  fi
79  ;;
80esac
81
82# Sed substitution that helps us do robust quoting.  It backslashifies
83# metacharacters that are still active within double-quoted strings.
84Xsed='sed -e 1s/^X//'
85[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
86
87# Same as above, but do not quote variable references.
88[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
89
90# Sed substitution to delay expansion of an escaped shell variable in a
91# double_quote_subst'ed string.
92delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
93
94# Sed substitution to avoid accidental globbing in evaled expressions
95no_glob_subst='s/\*/\\\*/g'
96
97# Constants:
98rm="rm -f"
99
100# Global variables:
101default_ofile=libtool
102can_build_shared=yes
103
104# All known linkers require a `.a' archive for static linking (except MSVC,
105# which needs '.lib').
106libext=a
107ltmain="$ac_aux_dir/ltmain.sh"
108ofile="$default_ofile"
109with_gnu_ld="$lt_cv_prog_gnu_ld"
110
111AC_CHECK_TOOL(AR, ar, false)
112AC_CHECK_TOOL(RANLIB, ranlib, :)
113AC_CHECK_TOOL(STRIP, strip, :)
114
115old_CC="$CC"
116old_CFLAGS="$CFLAGS"
117
118# Set sane defaults for various variables
119test -z "$AR" && AR=ar
120test -z "$AR_FLAGS" && AR_FLAGS=cru
121test -z "$AS" && AS=as
122test -z "$CC" && CC=cc
123test -z "$LTCC" && LTCC=$CC
124test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
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'
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="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
145    ;;
146  *)
147    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
148    ;;
149  esac
150  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
151fi
152
153_LT_CC_BASENAME([$compiler])
154
155# Only perform the check for file, if the check method requires it
156case $deplibs_check_method in
157file_magic*)
158  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
159    AC_PATH_MAGIC
160  fi
161  ;;
162esac
163
164_LT_REQUIRED_DARWIN_CHECKS
165
166AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
167AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
168enable_win32_dll=yes, enable_win32_dll=no)
169
170AC_ARG_ENABLE([libtool-lock],
171    [AC_HELP_STRING([--disable-libtool-lock],
172	[avoid locking (might break parallel builds)])])
173test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
174
175AC_ARG_WITH([pic],
176    [AC_HELP_STRING([--with-pic],
177	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
178    [pic_mode="$withval"],
179    [pic_mode=default])
180test -z "$pic_mode" && pic_mode=default
181
182# Use C for the default configuration in the libtool script
183tagname=
184AC_LIBTOOL_LANG_C_CONFIG
185_LT_AC_TAGCONFIG
186])
187m4trace:/usr/share/aclocal/libtool.m4:226: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
188
189# If no C compiler was specified, use CC.
190LTCC=${LTCC-"$CC"}
191
192# If no C compiler flags were specified, use CFLAGS.
193LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
194
195# Allow CC to be a program name with arguments.
196compiler=$CC
197])
198m4trace:/usr/share/aclocal/libtool.m4:243: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
199  case $cc_temp in
200    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
201    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
202    \-*) ;;
203    *) break;;
204  esac
205done
206cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
207])
208m4trace:/usr/share/aclocal/libtool.m4:260: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
209ac_outfile=conftest.$ac_objext
210echo "$lt_simple_compile_test_code" >conftest.$ac_ext
211eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
212_lt_compiler_boilerplate=`cat conftest.err`
213$rm conftest*
214])
215m4trace:/usr/share/aclocal/libtool.m4:274: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
216ac_outfile=conftest.$ac_objext
217echo "$lt_simple_link_test_code" >conftest.$ac_ext
218eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
219_lt_linker_boilerplate=`cat conftest.err`
220$rm -r conftest*
221])
222m4trace:/usr/share/aclocal/libtool.m4:286: -1- AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS], [
223  case $host_os in
224    rhapsody* | darwin*)
225    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
226    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
227
228    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
229      [lt_cv_apple_cc_single_mod=no
230      if test -z "${LT_MULTI_MODULE}"; then
231   # By default we will add the -single_module flag. You can override
232   # by either setting the environment variable LT_MULTI_MODULE
233   # non-empty at configure time, or by adding -multi_module to the
234   # link flags.
235   echo "int foo(void){return 1;}" > conftest.c
236   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
237     -dynamiclib ${wl}-single_module conftest.c
238   if test -f libconftest.dylib; then
239     lt_cv_apple_cc_single_mod=yes
240     rm -rf libconftest.dylib*
241   fi
242   rm conftest.c
243      fi])
244    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
245      [lt_cv_ld_exported_symbols_list],
246      [lt_cv_ld_exported_symbols_list=no
247      save_LDFLAGS=$LDFLAGS
248      echo "_main" > conftest.sym
249      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
250      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
251   [lt_cv_ld_exported_symbols_list=yes],
252   [lt_cv_ld_exported_symbols_list=no])
253   LDFLAGS="$save_LDFLAGS"
254    ])
255    case $host_os in
256    rhapsody* | darwin1.[[0123]])
257      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
258    darwin1.*)
259     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
260    darwin*)
261      # if running on 10.5 or later, the deployment target defaults
262      # to the OS version, if on x86, and 10.4, the deployment
263      # target defaults to 10.4. Don't you love it?
264      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
265   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
266     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
267   10.[[012]]*)
268     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
269   10.*)
270     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
271      esac
272    ;;
273  esac
274    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
275      _lt_dar_single_mod='$single_module'
276    fi
277    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
278      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
279    else
280      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
281    fi
282    if test "$DSYMUTIL" != ":"; then
283      _lt_dsymutil="~$DSYMUTIL \$lib || :"
284    else
285      _lt_dsymutil=
286    fi
287    ;;
288  esac
289])
290m4trace:/usr/share/aclocal/libtool.m4:363: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl
291AC_LINK_IFELSE(AC_LANG_PROGRAM,[
292lt_aix_libpath_sed='
293    /Import File Strings/,/^$/ {
294	/^0/ {
295	    s/^0  *\(.*\)$/\1/
296	    p
297	}
298    }'
299aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
300# Check for a 64-bit object if we didn't find anything.
301if test -z "$aix_libpath"; then
302  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
303fi],[])
304if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
305])
306m4trace:/usr/share/aclocal/libtool.m4:384: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
307	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
308	 [AC_DIVERT_PUSH(NOTICE)])
309$1
310AC_DIVERT_POP
311])
312m4trace:/usr/share/aclocal/libtool.m4:397: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
313# Check that we are running under the correct shell.
314SHELL=${CONFIG_SHELL-/bin/sh}
315
316case X$ECHO in
317X*--fallback-echo)
318  # Remove one level of quotation (which was required for Make).
319  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
320  ;;
321esac
322
323echo=${ECHO-echo}
324if test "X[$]1" = X--no-reexec; then
325  # Discard the --no-reexec flag, and continue.
326  shift
327elif test "X[$]1" = X--fallback-echo; then
328  # Avoid inline document here, it may be left over
329  :
330elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
331  # Yippee, $echo works!
332  :
333else
334  # Restart under the correct shell.
335  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
336fi
337
338if test "X[$]1" = X--fallback-echo; then
339  # used as fallback echo
340  shift
341  cat <<EOF
342[$]*
343EOF
344  exit 0
345fi
346
347# The HP-UX ksh and POSIX shell print the target directory to stdout
348# if CDPATH is set.
349(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
350
351if test -z "$ECHO"; then
352if test "X${echo_test_string+set}" != Xset; then
353# find a string as large as possible, as long as the shell can cope with it
354  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
355    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
356    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
357       echo_test_string=`eval $cmd` &&
358       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
359    then
360      break
361    fi
362  done
363fi
364
365if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
366   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
367   test "X$echo_testing_string" = "X$echo_test_string"; then
368  :
369else
370  # The Solaris, AIX, and Digital Unix default echo programs unquote
371  # backslashes.  This makes it impossible to quote backslashes using
372  #   echo "$something" | sed 's/\\/\\\\/g'
373  #
374  # So, first we look for a working echo in the user's PATH.
375
376  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
377  for dir in $PATH /usr/ucb; do
378    IFS="$lt_save_ifs"
379    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
380       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
381       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
382       test "X$echo_testing_string" = "X$echo_test_string"; then
383      echo="$dir/echo"
384      break
385    fi
386  done
387  IFS="$lt_save_ifs"
388
389  if test "X$echo" = Xecho; then
390    # We didn't find a better echo, so look for alternatives.
391    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
392       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
393       test "X$echo_testing_string" = "X$echo_test_string"; then
394      # This shell has a builtin print -r that does the trick.
395      echo='print -r'
396    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
397	 test "X$CONFIG_SHELL" != X/bin/ksh; then
398      # If we have ksh, try running configure again with it.
399      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
400      export ORIGINAL_CONFIG_SHELL
401      CONFIG_SHELL=/bin/ksh
402      export CONFIG_SHELL
403      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
404    else
405      # Try using printf.
406      echo='printf %s\n'
407      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
408	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
409	 test "X$echo_testing_string" = "X$echo_test_string"; then
410	# Cool, printf works
411	:
412      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
413	   test "X$echo_testing_string" = 'X\t' &&
414	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
415	   test "X$echo_testing_string" = "X$echo_test_string"; then
416	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
417	export CONFIG_SHELL
418	SHELL="$CONFIG_SHELL"
419	export SHELL
420	echo="$CONFIG_SHELL [$]0 --fallback-echo"
421      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
422	   test "X$echo_testing_string" = 'X\t' &&
423	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
424	   test "X$echo_testing_string" = "X$echo_test_string"; then
425	echo="$CONFIG_SHELL [$]0 --fallback-echo"
426      else
427	# maybe with a smaller string...
428	prev=:
429
430	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
431	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
432	  then
433	    break
434	  fi
435	  prev="$cmd"
436	done
437
438	if test "$prev" != 'sed 50q "[$]0"'; then
439	  echo_test_string=`eval $prev`
440	  export echo_test_string
441	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
442	else
443	  # Oops.  We lost completely, so just stick with echo.
444	  echo=echo
445	fi
446      fi
447    fi
448  fi
449fi
450fi
451
452# Copy echo and quote the copy suitably for passing to libtool from
453# the Makefile, instead of quoting the original, which is used later.
454ECHO=$echo
455if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
456   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
457fi
458
459AC_SUBST(ECHO)
460])])
461m4trace:/usr/share/aclocal/libtool.m4:551: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
462    [AC_HELP_STRING([--disable-libtool-lock],
463	[avoid locking (might break parallel builds)])])
464test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
465
466# Some flags need to be propagated to the compiler or linker for good
467# libtool support.
468case $host in
469ia64-*-hpux*)
470  # Find out which ABI we are using.
471  echo 'int i;' > conftest.$ac_ext
472  if AC_TRY_EVAL(ac_compile); then
473    case `/usr/bin/file conftest.$ac_objext` in
474    *ELF-32*)
475      HPUX_IA64_MODE="32"
476      ;;
477    *ELF-64*)
478      HPUX_IA64_MODE="64"
479      ;;
480    esac
481  fi
482  rm -rf conftest*
483  ;;
484*-*-irix6*)
485  # Find out which ABI we are using.
486  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
487  if AC_TRY_EVAL(ac_compile); then
488   if test "$lt_cv_prog_gnu_ld" = yes; then
489    case `/usr/bin/file conftest.$ac_objext` in
490    *32-bit*)
491      LD="${LD-ld} -melf32bsmip"
492      ;;
493    *N32*)
494      LD="${LD-ld} -melf32bmipn32"
495      ;;
496    *64-bit*)
497      LD="${LD-ld} -melf64bmip"
498      ;;
499    esac
500   else
501    case `/usr/bin/file conftest.$ac_objext` in
502    *32-bit*)
503      LD="${LD-ld} -32"
504      ;;
505    *N32*)
506      LD="${LD-ld} -n32"
507      ;;
508    *64-bit*)
509      LD="${LD-ld} -64"
510      ;;
511    esac
512   fi
513  fi
514  rm -rf conftest*
515  ;;
516
517x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
518s390*-*linux*|sparc*-*linux*)
519  # Find out which ABI we are using.
520  echo 'int i;' > conftest.$ac_ext
521  if AC_TRY_EVAL(ac_compile); then
522    case `/usr/bin/file conftest.o` in
523    *32-bit*)
524      case $host in
525        x86_64-*kfreebsd*-gnu)
526          LD="${LD-ld} -m elf_i386_fbsd"
527          ;;
528        x86_64-*linux*)
529          LD="${LD-ld} -m elf_i386"
530          ;;
531        ppc64-*linux*|powerpc64-*linux*)
532          LD="${LD-ld} -m elf32ppclinux"
533          ;;
534        s390x-*linux*)
535          LD="${LD-ld} -m elf_s390"
536          ;;
537        sparc64-*linux*)
538          LD="${LD-ld} -m elf32_sparc"
539          ;;
540      esac
541      ;;
542    *64-bit*)
543      case $host in
544        x86_64-*kfreebsd*-gnu)
545          LD="${LD-ld} -m elf_x86_64_fbsd"
546          ;;
547        x86_64-*linux*)
548          LD="${LD-ld} -m elf_x86_64"
549          ;;
550        ppc*-*linux*|powerpc*-*linux*)
551          LD="${LD-ld} -m elf64ppc"
552          ;;
553        s390*-*linux*)
554          LD="${LD-ld} -m elf64_s390"
555          ;;
556        sparc*-*linux*)
557          LD="${LD-ld} -m elf64_sparc"
558          ;;
559      esac
560      ;;
561    esac
562  fi
563  rm -rf conftest*
564  ;;
565
566*-*-sco3.2v5*)
567  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
568  SAVE_CFLAGS="$CFLAGS"
569  CFLAGS="$CFLAGS -belf"
570  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
571    [AC_LANG_PUSH(C)
572     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
573     AC_LANG_POP])
574  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
575    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
576    CFLAGS="$SAVE_CFLAGS"
577  fi
578  ;;
579sparc*-*solaris*)
580  # Find out which ABI we are using.
581  echo 'int i;' > conftest.$ac_ext
582  if AC_TRY_EVAL(ac_compile); then
583    case `/usr/bin/file conftest.o` in
584    *64-bit*)
585      case $lt_cv_prog_gnu_ld in
586      yes*) LD="${LD-ld} -m elf64_sparc" ;;
587      *)
588        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
589	  LD="${LD-ld} -64"
590	fi
591	;;
592      esac
593      ;;
594    esac
595  fi
596  rm -rf conftest*
597  ;;
598
599AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
600[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
601  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
602  AC_CHECK_TOOL(AS, as, false)
603  AC_CHECK_TOOL(OBJDUMP, objdump, false)
604  ;;
605  ])
606esac
607
608need_locks="$enable_libtool_lock"
609
610])
611m4trace:/usr/share/aclocal/libtool.m4:708: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
612AC_CACHE_CHECK([$1], [$2],
613  [$2=no
614  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
615   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
616   lt_compiler_flag="$3"
617   # Insert the option either (1) after the last *FLAGS variable, or
618   # (2) before a word containing "conftest.", or (3) at the end.
619   # Note that $ac_compile itself does not contain backslashes and begins
620   # with a dollar sign (not a hyphen), so the echo should work correctly.
621   # The option is referenced via a variable to avoid confusing sed.
622   lt_compile=`echo "$ac_compile" | $SED \
623   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
624   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
625   -e 's:$: $lt_compiler_flag:'`
626   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
627   (eval "$lt_compile" 2>conftest.err)
628   ac_status=$?
629   cat conftest.err >&AS_MESSAGE_LOG_FD
630   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
631   if (exit $ac_status) && test -s "$ac_outfile"; then
632     # The compiler can only warn and ignore the option if not recognized
633     # So say no if there are warnings other than the usual output.
634     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
635     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
636     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
637       $2=yes
638     fi
639   fi
640   $rm conftest*
641])
642
643if test x"[$]$2" = xyes; then
644    ifelse([$5], , :, [$5])
645else
646    ifelse([$6], , :, [$6])
647fi
648])
649m4trace:/usr/share/aclocal/libtool.m4:753: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
650AC_CACHE_CHECK([$1], [$2],
651  [$2=no
652   save_LDFLAGS="$LDFLAGS"
653   LDFLAGS="$LDFLAGS $3"
654   echo "$lt_simple_link_test_code" > conftest.$ac_ext
655   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
656     # The linker can only warn and ignore the option if not recognized
657     # So say no if there are warnings
658     if test -s conftest.err; then
659       # Append any errors to the config.log.
660       cat conftest.err 1>&AS_MESSAGE_LOG_FD
661       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
662       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
663       if diff conftest.exp conftest.er2 >/dev/null; then
664         $2=yes
665       fi
666     else
667       $2=yes
668     fi
669   fi
670   $rm -r conftest*
671   LDFLAGS="$save_LDFLAGS"
672])
673
674if test x"[$]$2" = xyes; then
675    ifelse([$4], , :, [$4])
676else
677    ifelse([$5], , :, [$5])
678fi
679])
680m4trace:/usr/share/aclocal/libtool.m4:789: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
681AC_MSG_CHECKING([the maximum length of command line arguments])
682AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
683  i=0
684  teststring="ABCD"
685
686  case $build_os in
687  msdosdjgpp*)
688    # On DJGPP, this test can blow up pretty badly due to problems in libc
689    # (any single argument exceeding 2000 bytes causes a buffer overrun
690    # during glob expansion).  Even if it were fixed, the result of this
691    # check would be larger than it should be.
692    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
693    ;;
694
695  gnu*)
696    # Under GNU Hurd, this test is not required because there is
697    # no limit to the length of command line arguments.
698    # Libtool will interpret -1 as no limit whatsoever
699    lt_cv_sys_max_cmd_len=-1;
700    ;;
701
702  cygwin* | mingw*)
703    # On Win9x/ME, this test blows up -- it succeeds, but takes
704    # about 5 minutes as the teststring grows exponentially.
705    # Worse, since 9x/ME are not pre-emptively multitasking,
706    # you end up with a "frozen" computer, even though with patience
707    # the test eventually succeeds (with a max line length of 256k).
708    # Instead, let's just punt: use the minimum linelength reported by
709    # all of the supported platforms: 8192 (on NT/2K/XP).
710    lt_cv_sys_max_cmd_len=8192;
711    ;;
712
713  amigaos*)
714    # On AmigaOS with pdksh, this test takes hours, literally.
715    # So we just punt and use a minimum line length of 8192.
716    lt_cv_sys_max_cmd_len=8192;
717    ;;
718
719  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
720    # This has been around since 386BSD, at least.  Likely further.
721    if test -x /sbin/sysctl; then
722      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
723    elif test -x /usr/sbin/sysctl; then
724      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
725    else
726      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
727    fi
728    # And add a safety zone
729    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
730    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
731    ;;
732
733  interix*)
734    # We know the value 262144 and hardcode it with a safety zone (like BSD)
735    lt_cv_sys_max_cmd_len=196608
736    ;;
737
738  osf*)
739    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
740    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
741    # nice to cause kernel panics so lets avoid the loop below.
742    # First set a reasonable default.
743    lt_cv_sys_max_cmd_len=16384
744    #
745    if test -x /sbin/sysconfig; then
746      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
747        *1*) lt_cv_sys_max_cmd_len=-1 ;;
748      esac
749    fi
750    ;;
751  sco3.2v5*)
752    lt_cv_sys_max_cmd_len=102400
753    ;;
754  sysv5* | sco5v6* | sysv4.2uw2*)
755    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
756    if test -n "$kargmax"; then
757      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
758    else
759      lt_cv_sys_max_cmd_len=32768
760    fi
761    ;;
762  *)
763    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
764    if test -n "$lt_cv_sys_max_cmd_len"; then
765      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
766      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
767    else
768      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
769      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
770	       = "XX$teststring") >/dev/null 2>&1 &&
771	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
772	      lt_cv_sys_max_cmd_len=$new_result &&
773	      test $i != 17 # 1/2 MB should be enough
774      do
775        i=`expr $i + 1`
776        teststring=$teststring$teststring
777      done
778      teststring=
779      # Add a significant safety factor because C++ compilers can tack on massive
780      # amounts of additional arguments before passing them to the linker.
781      # It appears as though 1/2 is a usable value.
782      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
783    fi
784    ;;
785  esac
786])
787if test -n $lt_cv_sys_max_cmd_len ; then
788  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
789else
790  AC_MSG_RESULT(none)
791fi
792])
793m4trace:/usr/share/aclocal/libtool.m4:907: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
794])
795m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
796if test "$cross_compiling" = yes; then :
797  [$4]
798else
799  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
800  lt_status=$lt_dlunknown
801  cat > conftest.$ac_ext <<EOF
802[#line __oline__ "configure"
803#include "confdefs.h"
804
805#if HAVE_DLFCN_H
806#include <dlfcn.h>
807#endif
808
809#include <stdio.h>
810
811#ifdef RTLD_GLOBAL
812#  define LT_DLGLOBAL		RTLD_GLOBAL
813#else
814#  ifdef DL_GLOBAL
815#    define LT_DLGLOBAL		DL_GLOBAL
816#  else
817#    define LT_DLGLOBAL		0
818#  endif
819#endif
820
821/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
822   find out it does not work in some platform. */
823#ifndef LT_DLLAZY_OR_NOW
824#  ifdef RTLD_LAZY
825#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
826#  else
827#    ifdef DL_LAZY
828#      define LT_DLLAZY_OR_NOW		DL_LAZY
829#    else
830#      ifdef RTLD_NOW
831#        define LT_DLLAZY_OR_NOW	RTLD_NOW
832#      else
833#        ifdef DL_NOW
834#          define LT_DLLAZY_OR_NOW	DL_NOW
835#        else
836#          define LT_DLLAZY_OR_NOW	0
837#        endif
838#      endif
839#    endif
840#  endif
841#endif
842
843#ifdef __cplusplus
844extern "C" void exit (int);
845#endif
846
847void fnord() { int i=42;}
848int main ()
849{
850  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
851  int status = $lt_dlunknown;
852
853  if (self)
854    {
855      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
856      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
857      /* dlclose (self); */
858    }
859  else
860    puts (dlerror ());
861
862    exit (status);
863}]
864EOF
865  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
866    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
867    lt_status=$?
868    case x$lt_status in
869      x$lt_dlno_uscore) $1 ;;
870      x$lt_dlneed_uscore) $2 ;;
871      x$lt_dlunknown|x*) $3 ;;
872    esac
873  else :
874    # compilation failed
875    $3
876  fi
877fi
878rm -fr conftest*
879])
880m4trace:/usr/share/aclocal/libtool.m4:1005: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
881if test "x$enable_dlopen" != xyes; then
882  enable_dlopen=unknown
883  enable_dlopen_self=unknown
884  enable_dlopen_self_static=unknown
885else
886  lt_cv_dlopen=no
887  lt_cv_dlopen_libs=
888
889  case $host_os in
890  beos*)
891    lt_cv_dlopen="load_add_on"
892    lt_cv_dlopen_libs=
893    lt_cv_dlopen_self=yes
894    ;;
895
896  mingw* | pw32*)
897    lt_cv_dlopen="LoadLibrary"
898    lt_cv_dlopen_libs=
899   ;;
900
901  cygwin*)
902    lt_cv_dlopen="dlopen"
903    lt_cv_dlopen_libs=
904   ;;
905
906  darwin*)
907  # if libdl is installed we need to link against it
908    AC_CHECK_LIB([dl], [dlopen],
909		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
910    lt_cv_dlopen="dyld"
911    lt_cv_dlopen_libs=
912    lt_cv_dlopen_self=yes
913    ])
914   ;;
915
916  *)
917    AC_CHECK_FUNC([shl_load],
918	  [lt_cv_dlopen="shl_load"],
919      [AC_CHECK_LIB([dld], [shl_load],
920	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
921	[AC_CHECK_FUNC([dlopen],
922	      [lt_cv_dlopen="dlopen"],
923	  [AC_CHECK_LIB([dl], [dlopen],
924		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
925	    [AC_CHECK_LIB([svld], [dlopen],
926		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
927	      [AC_CHECK_LIB([dld], [dld_link],
928		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
929	      ])
930	    ])
931	  ])
932	])
933      ])
934    ;;
935  esac
936
937  if test "x$lt_cv_dlopen" != xno; then
938    enable_dlopen=yes
939  else
940    enable_dlopen=no
941  fi
942
943  case $lt_cv_dlopen in
944  dlopen)
945    save_CPPFLAGS="$CPPFLAGS"
946    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
947
948    save_LDFLAGS="$LDFLAGS"
949    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
950
951    save_LIBS="$LIBS"
952    LIBS="$lt_cv_dlopen_libs $LIBS"
953
954    AC_CACHE_CHECK([whether a program can dlopen itself],
955	  lt_cv_dlopen_self, [dnl
956	  _LT_AC_TRY_DLOPEN_SELF(
957	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
958	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
959    ])
960
961    if test "x$lt_cv_dlopen_self" = xyes; then
962      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
963      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
964    	  lt_cv_dlopen_self_static, [dnl
965	  _LT_AC_TRY_DLOPEN_SELF(
966	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
967	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
968      ])
969    fi
970
971    CPPFLAGS="$save_CPPFLAGS"
972    LDFLAGS="$save_LDFLAGS"
973    LIBS="$save_LIBS"
974    ;;
975  esac
976
977  case $lt_cv_dlopen_self in
978  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
979  *) enable_dlopen_self=unknown ;;
980  esac
981
982  case $lt_cv_dlopen_self_static in
983  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
984  *) enable_dlopen_self_static=unknown ;;
985  esac
986fi
987])
988m4trace:/usr/share/aclocal/libtool.m4:1119: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
989AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
990AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
991  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
992  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
993   $rm -r conftest 2>/dev/null
994   mkdir conftest
995   cd conftest
996   mkdir out
997   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
998
999   lt_compiler_flag="-o out/conftest2.$ac_objext"
1000   # Insert the option either (1) after the last *FLAGS variable, or
1001   # (2) before a word containing "conftest.", or (3) at the end.
1002   # Note that $ac_compile itself does not contain backslashes and begins
1003   # with a dollar sign (not a hyphen), so the echo should work correctly.
1004   lt_compile=`echo "$ac_compile" | $SED \
1005   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1006   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1007   -e 's:$: $lt_compiler_flag:'`
1008   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1009   (eval "$lt_compile" 2>out/conftest.err)
1010   ac_status=$?
1011   cat out/conftest.err >&AS_MESSAGE_LOG_FD
1012   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1013   if (exit $ac_status) && test -s out/conftest2.$ac_objext
1014   then
1015     # The compiler can only warn and ignore the option if not recognized
1016     # So say no if there are warnings
1017     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1018     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1019     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1020       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1021     fi
1022   fi
1023   chmod u+w . 2>&AS_MESSAGE_LOG_FD
1024   $rm conftest*
1025   # SGI C++ compiler will create directory out/ii_files/ for
1026   # template instantiation
1027   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1028   $rm out/* && rmdir out
1029   cd ..
1030   rmdir conftest
1031   $rm conftest*
1032])
1033])
1034m4trace:/usr/share/aclocal/libtool.m4:1171: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
1035
1036hard_links="nottested"
1037if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1038  # do not overwrite the value of need_locks provided by the user
1039  AC_MSG_CHECKING([if we can lock with hard links])
1040  hard_links=yes
1041  $rm conftest*
1042  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1043  touch conftest.a
1044  ln conftest.a conftest.b 2>&5 || hard_links=no
1045  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1046  AC_MSG_RESULT([$hard_links])
1047  if test "$hard_links" = no; then
1048    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1049    need_locks=warn
1050  fi
1051else
1052  need_locks=no
1053fi
1054])
1055m4trace:/usr/share/aclocal/libtool.m4:1197: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1056[rm -f .libs 2>/dev/null
1057mkdir .libs 2>/dev/null
1058if test -d .libs; then
1059  lt_cv_objdir=.libs
1060else
1061  # MS-DOS does not allow filenames that begin with a dot.
1062  lt_cv_objdir=_libs
1063fi
1064rmdir .libs 2>/dev/null])
1065objdir=$lt_cv_objdir
1066])
1067m4trace:/usr/share/aclocal/libtool.m4:1215: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
1068_LT_AC_TAGVAR(hardcode_action, $1)=
1069if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1070   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1071   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1072
1073  # We can hardcode non-existant directories.
1074  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1075     # If the only mechanism to avoid hardcoding is shlibpath_var, we
1076     # have to relink, otherwise we might link with an installed library
1077     # when we should be linking with a yet-to-be-installed one
1078     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1079     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1080    # Linking always hardcodes the temporary library directory.
1081    _LT_AC_TAGVAR(hardcode_action, $1)=relink
1082  else
1083    # We can link without hardcoding, and we can hardcode nonexisting dirs.
1084    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1085  fi
1086else
1087  # We cannot hardcode anything, or else we can only hardcode existing
1088  # directories.
1089  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1090fi
1091AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1092
1093if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1094  # Fast installation is not supported
1095  enable_fast_install=no
1096elif test "$shlibpath_overrides_runpath" = yes ||
1097     test "$enable_shared" = no; then
1098  # Fast installation is not necessary
1099  enable_fast_install=needless
1100fi
1101])
1102m4trace:/usr/share/aclocal/libtool.m4:1255: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1103old_striplib=
1104AC_MSG_CHECKING([whether stripping libraries is possible])
1105if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1106  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1107  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1108  AC_MSG_RESULT([yes])
1109else
1110# FIXME - insert some real tests, host_os isn't really good enough
1111  case $host_os in
1112   darwin*)
1113       if test -n "$STRIP" ; then
1114         striplib="$STRIP -x"
1115         old_striplib="$STRIP -S"
1116         AC_MSG_RESULT([yes])
1117       else
1118  AC_MSG_RESULT([no])
1119fi
1120       ;;
1121   *)
1122  AC_MSG_RESULT([no])
1123    ;;
1124  esac
1125fi
1126])
1127m4trace:/usr/share/aclocal/libtool.m4:1286: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1128AC_MSG_CHECKING([dynamic linker characteristics])
1129library_names_spec=
1130libname_spec='lib$name'
1131soname_spec=
1132shrext_cmds=".so"
1133postinstall_cmds=
1134postuninstall_cmds=
1135finish_cmds=
1136finish_eval=
1137shlibpath_var=
1138shlibpath_overrides_runpath=unknown
1139version_type=none
1140dynamic_linker="$host_os ld.so"
1141sys_lib_dlsearch_path_spec="/lib /usr/lib"
1142m4_if($1,[],[
1143if test "$GCC" = yes; then
1144  case $host_os in
1145    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1146    *) lt_awk_arg="/^libraries:/" ;;
1147  esac
1148  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1149  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1150    # if the path contains ";" then we assume it to be the separator
1151    # otherwise default to the standard path separator (i.e. ":") - it is
1152    # assumed that no part of a normal pathname contains ";" but that should
1153    # okay in the real world where ";" in dirpaths is itself problematic.
1154    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1155  else
1156    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1157  fi
1158  # Ok, now we have the path, separated by spaces, we can step through it
1159  # and add multilib dir if necessary.
1160  lt_tmp_lt_search_path_spec=
1161  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1162  for lt_sys_path in $lt_search_path_spec; do
1163    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1164      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1165    else
1166      test -d "$lt_sys_path" && \
1167	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1168    fi
1169  done
1170  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1171BEGIN {RS=" "; FS="/|\n";} {
1172  lt_foo="";
1173  lt_count=0;
1174  for (lt_i = NF; lt_i > 0; lt_i--) {
1175    if ($lt_i != "" && $lt_i != ".") {
1176      if ($lt_i == "..") {
1177        lt_count++;
1178      } else {
1179        if (lt_count == 0) {
1180          lt_foo="/" $lt_i lt_foo;
1181        } else {
1182          lt_count--;
1183        }
1184      }
1185    }
1186  }
1187  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1188  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1189}'`
1190  sys_lib_search_path_spec=`echo $lt_search_path_spec`
1191else
1192  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1193fi])
1194need_lib_prefix=unknown
1195hardcode_into_libs=no
1196
1197# when you set need_version to no, make sure it does not cause -set_version
1198# flags to be left without arguments
1199need_version=unknown
1200
1201case $host_os in
1202aix3*)
1203  version_type=linux
1204  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1205  shlibpath_var=LIBPATH
1206
1207  # AIX 3 has no versioning support, so we append a major version to the name.
1208  soname_spec='${libname}${release}${shared_ext}$major'
1209  ;;
1210
1211aix[[4-9]]*)
1212  version_type=linux
1213  need_lib_prefix=no
1214  need_version=no
1215  hardcode_into_libs=yes
1216  if test "$host_cpu" = ia64; then
1217    # AIX 5 supports IA64
1218    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1219    shlibpath_var=LD_LIBRARY_PATH
1220  else
1221    # With GCC up to 2.95.x, collect2 would create an import file
1222    # for dependence libraries.  The import file would start with
1223    # the line `#! .'.  This would cause the generated library to
1224    # depend on `.', always an invalid library.  This was fixed in
1225    # development snapshots of GCC prior to 3.0.
1226    case $host_os in
1227      aix4 | aix4.[[01]] | aix4.[[01]].*)
1228      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1229	   echo ' yes '
1230	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1231	:
1232      else
1233	can_build_shared=no
1234      fi
1235      ;;
1236    esac
1237    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1238    # soname into executable. Probably we can add versioning support to
1239    # collect2, so additional links can be useful in future.
1240    if test "$aix_use_runtimelinking" = yes; then
1241      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1242      # instead of lib<name>.a to let people know that these are not
1243      # typical AIX shared libraries.
1244      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1245    else
1246      # We preserve .a as extension for shared libraries through AIX4.2
1247      # and later when we are not doing run time linking.
1248      library_names_spec='${libname}${release}.a $libname.a'
1249      soname_spec='${libname}${release}${shared_ext}$major'
1250    fi
1251    shlibpath_var=LIBPATH
1252  fi
1253  ;;
1254
1255amigaos*)
1256  library_names_spec='$libname.ixlibrary $libname.a'
1257  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1258  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'
1259  ;;
1260
1261beos*)
1262  library_names_spec='${libname}${shared_ext}'
1263  dynamic_linker="$host_os ld.so"
1264  shlibpath_var=LIBRARY_PATH
1265  ;;
1266
1267bsdi[[45]]*)
1268  version_type=linux
1269  need_version=no
1270  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1271  soname_spec='${libname}${release}${shared_ext}$major'
1272  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1273  shlibpath_var=LD_LIBRARY_PATH
1274  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1275  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1276  # the default ld.so.conf also contains /usr/contrib/lib and
1277  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1278  # libtool to hard-code these into programs
1279  ;;
1280
1281cygwin* | mingw* | pw32*)
1282  version_type=windows
1283  shrext_cmds=".dll"
1284  need_version=no
1285  need_lib_prefix=no
1286
1287  case $GCC,$host_os in
1288  yes,cygwin* | yes,mingw* | yes,pw32*)
1289    library_names_spec='$libname.dll.a'
1290    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1291    postinstall_cmds='base_file=`basename \${file}`~
1292      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1293      dldir=$destdir/`dirname \$dlpath`~
1294      test -d \$dldir || mkdir -p \$dldir~
1295      $install_prog $dir/$dlname \$dldir/$dlname~
1296      chmod a+x \$dldir/$dlname'
1297    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1298      dlpath=$dir/\$dldll~
1299       $rm \$dlpath'
1300    shlibpath_overrides_runpath=yes
1301
1302    case $host_os in
1303    cygwin*)
1304      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1305      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1306      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1307      ;;
1308    mingw*)
1309      # MinGW DLLs use traditional 'lib' prefix
1310      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1311      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1312      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1313        # It is most probably a Windows format PATH printed by
1314        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1315        # path with ; separators, and with drive letters. We can handle the
1316        # drive letters (cygwin fileutils understands them), so leave them,
1317        # especially as we might pass files found there to a mingw objdump,
1318        # which wouldn't understand a cygwinified path. Ahh.
1319        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1320      else
1321        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1322      fi
1323      ;;
1324    pw32*)
1325      # pw32 DLLs use 'pw' prefix rather than 'lib'
1326      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1327      ;;
1328    esac
1329    ;;
1330
1331  *)
1332    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1333    ;;
1334  esac
1335  dynamic_linker='Win32 ld.exe'
1336  # FIXME: first we should search . and the directory the executable is in
1337  shlibpath_var=PATH
1338  ;;
1339
1340darwin* | rhapsody*)
1341  dynamic_linker="$host_os dyld"
1342  version_type=darwin
1343  need_lib_prefix=no
1344  need_version=no
1345  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1346  soname_spec='${libname}${release}${major}$shared_ext'
1347  shlibpath_overrides_runpath=yes
1348  shlibpath_var=DYLD_LIBRARY_PATH
1349  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1350  m4_if([$1], [],[
1351  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
1352  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1353  ;;
1354
1355dgux*)
1356  version_type=linux
1357  need_lib_prefix=no
1358  need_version=no
1359  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1360  soname_spec='${libname}${release}${shared_ext}$major'
1361  shlibpath_var=LD_LIBRARY_PATH
1362  ;;
1363
1364freebsd1*)
1365  dynamic_linker=no
1366  ;;
1367
1368freebsd* | dragonfly*)
1369  # DragonFly does not have aout.  When/if they implement a new
1370  # versioning mechanism, adjust this.
1371  if test -x /usr/bin/objformat; then
1372    objformat=`/usr/bin/objformat`
1373  else
1374    case $host_os in
1375    freebsd[[123]]*) objformat=aout ;;
1376    *) objformat=elf ;;
1377    esac
1378  fi
1379  version_type=freebsd-$objformat
1380  case $version_type in
1381    freebsd-elf*)
1382      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1383      need_version=no
1384      need_lib_prefix=no
1385      ;;
1386    freebsd-*)
1387      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1388      need_version=yes
1389      ;;
1390  esac
1391  shlibpath_var=LD_LIBRARY_PATH
1392  case $host_os in
1393  freebsd2*)
1394    shlibpath_overrides_runpath=yes
1395    ;;
1396  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1397    shlibpath_overrides_runpath=yes
1398    hardcode_into_libs=yes
1399    ;;
1400  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1401  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1402    shlibpath_overrides_runpath=no
1403    hardcode_into_libs=yes
1404    ;;
1405  *) # from 4.6 on, and DragonFly
1406    shlibpath_overrides_runpath=yes
1407    hardcode_into_libs=yes
1408    ;;
1409  esac
1410  ;;
1411
1412gnu*)
1413  version_type=linux
1414  need_lib_prefix=no
1415  need_version=no
1416  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1417  soname_spec='${libname}${release}${shared_ext}$major'
1418  shlibpath_var=LD_LIBRARY_PATH
1419  hardcode_into_libs=yes
1420  ;;
1421
1422hpux9* | hpux10* | hpux11*)
1423  # Give a soname corresponding to the major version so that dld.sl refuses to
1424  # link against other versions.
1425  version_type=sunos
1426  need_lib_prefix=no
1427  need_version=no
1428  case $host_cpu in
1429  ia64*)
1430    shrext_cmds='.so'
1431    hardcode_into_libs=yes
1432    dynamic_linker="$host_os dld.so"
1433    shlibpath_var=LD_LIBRARY_PATH
1434    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1435    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1436    soname_spec='${libname}${release}${shared_ext}$major'
1437    if test "X$HPUX_IA64_MODE" = X32; then
1438      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1439    else
1440      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1441    fi
1442    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1443    ;;
1444   hppa*64*)
1445     shrext_cmds='.sl'
1446     hardcode_into_libs=yes
1447     dynamic_linker="$host_os dld.sl"
1448     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1449     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1450     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1451     soname_spec='${libname}${release}${shared_ext}$major'
1452     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1453     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1454     ;;
1455   *)
1456    shrext_cmds='.sl'
1457    dynamic_linker="$host_os dld.sl"
1458    shlibpath_var=SHLIB_PATH
1459    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1460    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1461    soname_spec='${libname}${release}${shared_ext}$major'
1462    ;;
1463  esac
1464  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1465  postinstall_cmds='chmod 555 $lib'
1466  ;;
1467
1468interix[[3-9]]*)
1469  version_type=linux
1470  need_lib_prefix=no
1471  need_version=no
1472  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1473  soname_spec='${libname}${release}${shared_ext}$major'
1474  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1475  shlibpath_var=LD_LIBRARY_PATH
1476  shlibpath_overrides_runpath=no
1477  hardcode_into_libs=yes
1478  ;;
1479
1480irix5* | irix6* | nonstopux*)
1481  case $host_os in
1482    nonstopux*) version_type=nonstopux ;;
1483    *)
1484	if test "$lt_cv_prog_gnu_ld" = yes; then
1485		version_type=linux
1486	else
1487		version_type=irix
1488	fi ;;
1489  esac
1490  need_lib_prefix=no
1491  need_version=no
1492  soname_spec='${libname}${release}${shared_ext}$major'
1493  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1494  case $host_os in
1495  irix5* | nonstopux*)
1496    libsuff= shlibsuff=
1497    ;;
1498  *)
1499    case $LD in # libtool.m4 will add one of these switches to LD
1500    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1501      libsuff= shlibsuff= libmagic=32-bit;;
1502    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1503      libsuff=32 shlibsuff=N32 libmagic=N32;;
1504    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1505      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1506    *) libsuff= shlibsuff= libmagic=never-match;;
1507    esac
1508    ;;
1509  esac
1510  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1511  shlibpath_overrides_runpath=no
1512  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1513  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1514  hardcode_into_libs=yes
1515  ;;
1516
1517# No shared lib support for Linux oldld, aout, or coff.
1518linux*oldld* | linux*aout* | linux*coff*)
1519  dynamic_linker=no
1520  ;;
1521
1522# This must be Linux ELF.
1523linux* | k*bsd*-gnu)
1524  version_type=linux
1525  need_lib_prefix=no
1526  need_version=no
1527  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1528  soname_spec='${libname}${release}${shared_ext}$major'
1529  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1530  shlibpath_var=LD_LIBRARY_PATH
1531  shlibpath_overrides_runpath=no
1532  # This implies no fast_install, which is unacceptable.
1533  # Some rework will be needed to allow for fast_install
1534  # before this can be enabled.
1535  hardcode_into_libs=yes
1536
1537  # Append ld.so.conf contents to the search path
1538  if test -f /etc/ld.so.conf; then
1539    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1540    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1541  fi
1542
1543  # We used to test for /lib/ld.so.1 and disable shared libraries on
1544  # powerpc, because MkLinux only supported shared libraries with the
1545  # GNU dynamic linker.  Since this was broken with cross compilers,
1546  # most powerpc-linux boxes support dynamic linking these days and
1547  # people can always --disable-shared, the test was removed, and we
1548  # assume the GNU/Linux dynamic linker is in use.
1549  dynamic_linker='GNU/Linux ld.so'
1550  ;;
1551
1552netbsd*)
1553  version_type=sunos
1554  need_lib_prefix=no
1555  need_version=no
1556  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1557    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1558    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1559    dynamic_linker='NetBSD (a.out) ld.so'
1560  else
1561    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1562    soname_spec='${libname}${release}${shared_ext}$major'
1563    dynamic_linker='NetBSD ld.elf_so'
1564  fi
1565  shlibpath_var=LD_LIBRARY_PATH
1566  shlibpath_overrides_runpath=yes
1567  hardcode_into_libs=yes
1568  ;;
1569
1570newsos6)
1571  version_type=linux
1572  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1573  shlibpath_var=LD_LIBRARY_PATH
1574  shlibpath_overrides_runpath=yes
1575  ;;
1576
1577nto-qnx*)
1578  version_type=linux
1579  need_lib_prefix=no
1580  need_version=no
1581  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1582  soname_spec='${libname}${release}${shared_ext}$major'
1583  shlibpath_var=LD_LIBRARY_PATH
1584  shlibpath_overrides_runpath=yes
1585  ;;
1586
1587openbsd*)
1588  version_type=sunos
1589  sys_lib_dlsearch_path_spec="/usr/lib"
1590  need_lib_prefix=no
1591  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1592  case $host_os in
1593    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1594    *)                         need_version=no  ;;
1595  esac
1596  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1597  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1598  shlibpath_var=LD_LIBRARY_PATH
1599  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1600    case $host_os in
1601      openbsd2.[[89]] | openbsd2.[[89]].*)
1602	shlibpath_overrides_runpath=no
1603	;;
1604      *)
1605	shlibpath_overrides_runpath=yes
1606	;;
1607      esac
1608  else
1609    shlibpath_overrides_runpath=yes
1610  fi
1611  ;;
1612
1613os2*)
1614  libname_spec='$name'
1615  shrext_cmds=".dll"
1616  need_lib_prefix=no
1617  library_names_spec='$libname${shared_ext} $libname.a'
1618  dynamic_linker='OS/2 ld.exe'
1619  shlibpath_var=LIBPATH
1620  ;;
1621
1622osf3* | osf4* | osf5*)
1623  version_type=osf
1624  need_lib_prefix=no
1625  need_version=no
1626  soname_spec='${libname}${release}${shared_ext}$major'
1627  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1628  shlibpath_var=LD_LIBRARY_PATH
1629  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1630  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1631  ;;
1632
1633rdos*)
1634  dynamic_linker=no
1635  ;;
1636
1637solaris*)
1638  version_type=linux
1639  need_lib_prefix=no
1640  need_version=no
1641  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1642  soname_spec='${libname}${release}${shared_ext}$major'
1643  shlibpath_var=LD_LIBRARY_PATH
1644  shlibpath_overrides_runpath=yes
1645  hardcode_into_libs=yes
1646  # ldd complains unless libraries are executable
1647  postinstall_cmds='chmod +x $lib'
1648  ;;
1649
1650sunos4*)
1651  version_type=sunos
1652  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1653  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1654  shlibpath_var=LD_LIBRARY_PATH
1655  shlibpath_overrides_runpath=yes
1656  if test "$with_gnu_ld" = yes; then
1657    need_lib_prefix=no
1658  fi
1659  need_version=yes
1660  ;;
1661
1662sysv4 | sysv4.3*)
1663  version_type=linux
1664  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1665  soname_spec='${libname}${release}${shared_ext}$major'
1666  shlibpath_var=LD_LIBRARY_PATH
1667  case $host_vendor in
1668    sni)
1669      shlibpath_overrides_runpath=no
1670      need_lib_prefix=no
1671      export_dynamic_flag_spec='${wl}-Blargedynsym'
1672      runpath_var=LD_RUN_PATH
1673      ;;
1674    siemens)
1675      need_lib_prefix=no
1676      ;;
1677    motorola)
1678      need_lib_prefix=no
1679      need_version=no
1680      shlibpath_overrides_runpath=no
1681      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1682      ;;
1683  esac
1684  ;;
1685
1686sysv4*MP*)
1687  if test -d /usr/nec ;then
1688    version_type=linux
1689    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1690    soname_spec='$libname${shared_ext}.$major'
1691    shlibpath_var=LD_LIBRARY_PATH
1692  fi
1693  ;;
1694
1695sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1696  version_type=freebsd-elf
1697  need_lib_prefix=no
1698  need_version=no
1699  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1700  soname_spec='${libname}${release}${shared_ext}$major'
1701  shlibpath_var=LD_LIBRARY_PATH
1702  hardcode_into_libs=yes
1703  if test "$with_gnu_ld" = yes; then
1704    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1705    shlibpath_overrides_runpath=no
1706  else
1707    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1708    shlibpath_overrides_runpath=yes
1709    case $host_os in
1710      sco3.2v5*)
1711        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1712	;;
1713    esac
1714  fi
1715  sys_lib_dlsearch_path_spec='/usr/lib'
1716  ;;
1717
1718uts4*)
1719  version_type=linux
1720  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1721  soname_spec='${libname}${release}${shared_ext}$major'
1722  shlibpath_var=LD_LIBRARY_PATH
1723  ;;
1724
1725*)
1726  dynamic_linker=no
1727  ;;
1728esac
1729AC_MSG_RESULT([$dynamic_linker])
1730test "$dynamic_linker" = no && can_build_shared=no
1731
1732AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1733[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1734sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1735AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1736[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1737sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
1738
1739variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1740if test "$GCC" = yes; then
1741  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1742fi
1743])
1744m4trace:/usr/share/aclocal/libtool.m4:1908: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1745AC_ARG_WITH([tags],
1746    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1747        [include additional configurations @<:@automatic@:>@])],
1748    [tagnames="$withval"])
1749
1750if test -f "$ltmain" && test -n "$tagnames"; then
1751  if test ! -f "${ofile}"; then
1752    AC_MSG_WARN([output file `$ofile' does not exist])
1753  fi
1754
1755  if test -z "$LTCC"; then
1756    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1757    if test -z "$LTCC"; then
1758      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1759    else
1760      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1761    fi
1762  fi
1763  if test -z "$LTCFLAGS"; then
1764    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1765  fi
1766
1767  # Extract list of available tagged configurations in $ofile.
1768  # Note that this assumes the entire list is on one line.
1769  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1770
1771  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1772  for tagname in $tagnames; do
1773    IFS="$lt_save_ifs"
1774    # Check whether tagname contains only valid characters
1775    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1776    "") ;;
1777    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1778	;;
1779    esac
1780
1781    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1782    then
1783      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1784    fi
1785
1786    # Update the list of available tags.
1787    if test -n "$tagname"; then
1788      echo appending configuration tag \"$tagname\" to $ofile
1789
1790      case $tagname in
1791      CXX)
1792	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1793	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1794	    (test "X$CXX" != "Xg++"))) ; then
1795	  AC_LIBTOOL_LANG_CXX_CONFIG
1796	else
1797	  tagname=""
1798	fi
1799	;;
1800
1801      F77)
1802	if test -n "$F77" && test "X$F77" != "Xno"; then
1803	  AC_LIBTOOL_LANG_F77_CONFIG
1804	else
1805	  tagname=""
1806	fi
1807	;;
1808
1809      GCJ)
1810	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1811	  AC_LIBTOOL_LANG_GCJ_CONFIG
1812	else
1813	  tagname=""
1814	fi
1815	;;
1816
1817      RC)
1818	AC_LIBTOOL_LANG_RC_CONFIG
1819	;;
1820
1821      *)
1822	AC_MSG_ERROR([Unsupported tag name: $tagname])
1823	;;
1824      esac
1825
1826      # Append the new tag name to the list of available tags.
1827      if test -n "$tagname" ; then
1828      available_tags="$available_tags $tagname"
1829    fi
1830    fi
1831  done
1832  IFS="$lt_save_ifs"
1833
1834  # Now substitute the updated list of available tags.
1835  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1836    mv "${ofile}T" "$ofile"
1837    chmod +x "$ofile"
1838  else
1839    rm -f "${ofile}T"
1840    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1841  fi
1842fi
1843])
1844m4trace:/usr/share/aclocal/libtool.m4:2014: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1845])
1846m4trace:/usr/share/aclocal/libtool.m4:2022: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1847])
1848m4trace:/usr/share/aclocal/libtool.m4:2031: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1849AC_ARG_ENABLE([shared],
1850    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1851	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1852    [p=${PACKAGE-default}
1853    case $enableval in
1854    yes) enable_shared=yes ;;
1855    no) enable_shared=no ;;
1856    *)
1857      enable_shared=no
1858      # Look at the argument we got.  We use all the common list separators.
1859      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1860      for pkg in $enableval; do
1861	IFS="$lt_save_ifs"
1862	if test "X$pkg" = "X$p"; then
1863	  enable_shared=yes
1864	fi
1865      done
1866      IFS="$lt_save_ifs"
1867      ;;
1868    esac],
1869    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1870])
1871m4trace:/usr/share/aclocal/libtool.m4:2060: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1872AC_ENABLE_SHARED(no)
1873])
1874m4trace:/usr/share/aclocal/libtool.m4:2070: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1875AC_ARG_ENABLE([static],
1876    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1877	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1878    [p=${PACKAGE-default}
1879    case $enableval in
1880    yes) enable_static=yes ;;
1881    no) enable_static=no ;;
1882    *)
1883     enable_static=no
1884      # Look at the argument we got.  We use all the common list separators.
1885      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1886      for pkg in $enableval; do
1887	IFS="$lt_save_ifs"
1888	if test "X$pkg" = "X$p"; then
1889	  enable_static=yes
1890	fi
1891      done
1892      IFS="$lt_save_ifs"
1893      ;;
1894    esac],
1895    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1896])
1897m4trace:/usr/share/aclocal/libtool.m4:2099: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1898AC_ENABLE_STATIC(no)
1899])
1900m4trace:/usr/share/aclocal/libtool.m4:2109: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1901AC_ARG_ENABLE([fast-install],
1902    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1903    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1904    [p=${PACKAGE-default}
1905    case $enableval in
1906    yes) enable_fast_install=yes ;;
1907    no) enable_fast_install=no ;;
1908    *)
1909      enable_fast_install=no
1910      # Look at the argument we got.  We use all the common list separators.
1911      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1912      for pkg in $enableval; do
1913	IFS="$lt_save_ifs"
1914	if test "X$pkg" = "X$p"; then
1915	  enable_fast_install=yes
1916	fi
1917      done
1918      IFS="$lt_save_ifs"
1919      ;;
1920    esac],
1921    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1922])
1923m4trace:/usr/share/aclocal/libtool.m4:2138: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1924AC_ENABLE_FAST_INSTALL(no)
1925])
1926m4trace:/usr/share/aclocal/libtool.m4:2148: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1927pic_mode=ifelse($#,1,$1,default)
1928])
1929m4trace:/usr/share/aclocal/libtool.m4:2172: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1930AC_MSG_CHECKING([for $1])
1931AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1932[case $MAGIC_CMD in
1933[[\\/*] |  ?:[\\/]*])
1934  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1935  ;;
1936*)
1937  lt_save_MAGIC_CMD="$MAGIC_CMD"
1938  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1939dnl $ac_dummy forces splitting on constant user-supplied paths.
1940dnl POSIX.2 word splitting is done only on the output of word expansions,
1941dnl not every word.  This closes a longstanding sh security hole.
1942  ac_dummy="ifelse([$2], , $PATH, [$2])"
1943  for ac_dir in $ac_dummy; do
1944    IFS="$lt_save_ifs"
1945    test -z "$ac_dir" && ac_dir=.
1946    if test -f $ac_dir/$1; then
1947      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1948      if test -n "$file_magic_test_file"; then
1949	case $deplibs_check_method in
1950	"file_magic "*)
1951	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1952	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1953	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1954	    $EGREP "$file_magic_regex" > /dev/null; then
1955	    :
1956	  else
1957	    cat <<EOF 1>&2
1958
1959*** Warning: the command libtool uses to detect shared libraries,
1960*** $file_magic_cmd, produces output that libtool cannot recognize.
1961*** The result is that libtool may fail to recognize shared libraries
1962*** as such.  This will affect the creation of libtool libraries that
1963*** depend on shared libraries, but programs linked with such libtool
1964*** libraries will work regardless of this problem.  Nevertheless, you
1965*** may want to report the problem to your system manager and/or to
1966*** bug-libtool@gnu.org
1967
1968EOF
1969	  fi ;;
1970	esac
1971      fi
1972      break
1973    fi
1974  done
1975  IFS="$lt_save_ifs"
1976  MAGIC_CMD="$lt_save_MAGIC_CMD"
1977  ;;
1978esac])
1979MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1980if test -n "$MAGIC_CMD"; then
1981  AC_MSG_RESULT($MAGIC_CMD)
1982else
1983  AC_MSG_RESULT(no)
1984fi
1985])
1986m4trace:/usr/share/aclocal/libtool.m4:2235: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1987if test -z "$lt_cv_path_MAGIC_CMD"; then
1988  if test -n "$ac_tool_prefix"; then
1989    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1990  else
1991    MAGIC_CMD=:
1992  fi
1993fi
1994])
1995m4trace:/usr/share/aclocal/libtool.m4:2250: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1996    [AC_HELP_STRING([--with-gnu-ld],
1997	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
1998    [test "$withval" = no || with_gnu_ld=yes],
1999    [with_gnu_ld=no])
2000AC_REQUIRE([LT_AC_PROG_SED])dnl
2001AC_REQUIRE([AC_PROG_CC])dnl
2002AC_REQUIRE([AC_CANONICAL_HOST])dnl
2003AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2004ac_prog=ld
2005if test "$GCC" = yes; then
2006  # Check if gcc -print-prog-name=ld gives a path.
2007  AC_MSG_CHECKING([for ld used by $CC])
2008  case $host in
2009  *-*-mingw*)
2010    # gcc leaves a trailing carriage return which upsets mingw
2011    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2012  *)
2013    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2014  esac
2015  case $ac_prog in
2016    # Accept absolute paths.
2017    [[\\/]]* | ?:[[\\/]]*)
2018      re_direlt='/[[^/]][[^/]]*/\.\./'
2019      # Canonicalize the pathname of ld
2020      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2021      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2022	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2023      done
2024      test -z "$LD" && LD="$ac_prog"
2025      ;;
2026  "")
2027    # If it fails, then pretend we aren't using GCC.
2028    ac_prog=ld
2029    ;;
2030  *)
2031    # If it is relative, then search for the first ld in PATH.
2032    with_gnu_ld=unknown
2033    ;;
2034  esac
2035elif test "$with_gnu_ld" = yes; then
2036  AC_MSG_CHECKING([for GNU ld])
2037else
2038  AC_MSG_CHECKING([for non-GNU ld])
2039fi
2040AC_CACHE_VAL(lt_cv_path_LD,
2041[if test -z "$LD"; then
2042  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2043  for ac_dir in $PATH; do
2044    IFS="$lt_save_ifs"
2045    test -z "$ac_dir" && ac_dir=.
2046    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2047      lt_cv_path_LD="$ac_dir/$ac_prog"
2048      # Check to see if the program is GNU ld.  I'd rather use --version,
2049      # but apparently some variants of GNU ld only accept -v.
2050      # Break only if it was the GNU/non-GNU ld that we prefer.
2051      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2052      *GNU* | *'with BFD'*)
2053	test "$with_gnu_ld" != no && break
2054	;;
2055      *)
2056	test "$with_gnu_ld" != yes && break
2057	;;
2058      esac
2059    fi
2060  done
2061  IFS="$lt_save_ifs"
2062else
2063  lt_cv_path_LD="$LD" # Let the user override the test with a path.
2064fi])
2065LD="$lt_cv_path_LD"
2066if test -n "$LD"; then
2067  AC_MSG_RESULT($LD)
2068else
2069  AC_MSG_RESULT(no)
2070fi
2071test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2072AC_PROG_LD_GNU
2073])
2074m4trace:/usr/share/aclocal/libtool.m4:2334: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
2075AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2076[# I'd rather use --version here, but apparently some GNU lds only accept -v.
2077case `$LD -v 2>&1 </dev/null` in
2078*GNU* | *'with BFD'*)
2079  lt_cv_prog_gnu_ld=yes
2080  ;;
2081*)
2082  lt_cv_prog_gnu_ld=no
2083  ;;
2084esac])
2085with_gnu_ld=$lt_cv_prog_gnu_ld
2086])
2087m4trace:/usr/share/aclocal/libtool.m4:2354: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2088  lt_cv_ld_reload_flag,
2089  [lt_cv_ld_reload_flag='-r'])
2090reload_flag=$lt_cv_ld_reload_flag
2091case $reload_flag in
2092"" | " "*) ;;
2093*) reload_flag=" $reload_flag" ;;
2094esac
2095reload_cmds='$LD$reload_flag -o $output$reload_objs'
2096case $host_os in
2097  darwin*)
2098    if test "$GCC" = yes; then
2099      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2100    else
2101      reload_cmds='$LD$reload_flag -o $output$reload_objs'
2102    fi
2103    ;;
2104esac
2105])
2106m4trace:/usr/share/aclocal/libtool.m4:2380: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2107lt_cv_deplibs_check_method,
2108[lt_cv_file_magic_cmd='$MAGIC_CMD'
2109lt_cv_file_magic_test_file=
2110lt_cv_deplibs_check_method='unknown'
2111# Need to set the preceding variable on all platforms that support
2112# interlibrary dependencies.
2113# 'none' -- dependencies not supported.
2114# `unknown' -- same as none, but documents that we really don't know.
2115# 'pass_all' -- all dependencies passed with no checks.
2116# 'test_compile' -- check by making test program.
2117# 'file_magic [[regex]]' -- check by looking for files in library path
2118# which responds to the $file_magic_cmd with a given extended regex.
2119# If you have `file' or equivalent on your system and you're not sure
2120# whether `pass_all' will *always* work, you probably want this one.
2121
2122case $host_os in
2123aix[[4-9]]*)
2124  lt_cv_deplibs_check_method=pass_all
2125  ;;
2126
2127beos*)
2128  lt_cv_deplibs_check_method=pass_all
2129  ;;
2130
2131bsdi[[45]]*)
2132  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2133  lt_cv_file_magic_cmd='/usr/bin/file -L'
2134  lt_cv_file_magic_test_file=/shlib/libc.so
2135  ;;
2136
2137cygwin*)
2138  # func_win32_libid is a shell function defined in ltmain.sh
2139  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2140  lt_cv_file_magic_cmd='func_win32_libid'
2141  ;;
2142
2143mingw* | pw32*)
2144  # Base MSYS/MinGW do not provide the 'file' command needed by
2145  # func_win32_libid shell function, so use a weaker test based on 'objdump',
2146  # unless we find 'file', for example because we are cross-compiling.
2147  if ( file / ) >/dev/null 2>&1; then
2148    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2149    lt_cv_file_magic_cmd='func_win32_libid'
2150  else
2151    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2152    lt_cv_file_magic_cmd='$OBJDUMP -f'
2153  fi
2154  ;;
2155
2156darwin* | rhapsody*)
2157  lt_cv_deplibs_check_method=pass_all
2158  ;;
2159
2160freebsd* | dragonfly*)
2161  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2162    case $host_cpu in
2163    i*86 )
2164      # Not sure whether the presence of OpenBSD here was a mistake.
2165      # Let's accept both of them until this is cleared up.
2166      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2167      lt_cv_file_magic_cmd=/usr/bin/file
2168      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2169      ;;
2170    esac
2171  else
2172    lt_cv_deplibs_check_method=pass_all
2173  fi
2174  ;;
2175
2176gnu*)
2177  lt_cv_deplibs_check_method=pass_all
2178  ;;
2179
2180hpux10.20* | hpux11*)
2181  lt_cv_file_magic_cmd=/usr/bin/file
2182  case $host_cpu in
2183  ia64*)
2184    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2185    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2186    ;;
2187  hppa*64*)
2188    [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]']
2189    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2190    ;;
2191  *)
2192    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2193    lt_cv_file_magic_test_file=/usr/lib/libc.sl
2194    ;;
2195  esac
2196  ;;
2197
2198interix[[3-9]]*)
2199  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2200  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2201  ;;
2202
2203irix5* | irix6* | nonstopux*)
2204  case $LD in
2205  *-32|*"-32 ") libmagic=32-bit;;
2206  *-n32|*"-n32 ") libmagic=N32;;
2207  *-64|*"-64 ") libmagic=64-bit;;
2208  *) libmagic=never-match;;
2209  esac
2210  lt_cv_deplibs_check_method=pass_all
2211  ;;
2212
2213# This must be Linux ELF.
2214linux* | k*bsd*-gnu)
2215  lt_cv_deplibs_check_method=pass_all
2216  ;;
2217
2218netbsd*)
2219  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2220    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2221  else
2222    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2223  fi
2224  ;;
2225
2226newos6*)
2227  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2228  lt_cv_file_magic_cmd=/usr/bin/file
2229  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2230  ;;
2231
2232nto-qnx*)
2233  lt_cv_deplibs_check_method=unknown
2234  ;;
2235
2236openbsd*)
2237  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2238    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2239  else
2240    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2241  fi
2242  ;;
2243
2244osf3* | osf4* | osf5*)
2245  lt_cv_deplibs_check_method=pass_all
2246  ;;
2247
2248rdos*)
2249  lt_cv_deplibs_check_method=pass_all
2250  ;;
2251
2252solaris*)
2253  lt_cv_deplibs_check_method=pass_all
2254  ;;
2255
2256sysv4 | sysv4.3*)
2257  case $host_vendor in
2258  motorola)
2259    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]]'
2260    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2261    ;;
2262  ncr)
2263    lt_cv_deplibs_check_method=pass_all
2264    ;;
2265  sequent)
2266    lt_cv_file_magic_cmd='/bin/file'
2267    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2268    ;;
2269  sni)
2270    lt_cv_file_magic_cmd='/bin/file'
2271    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2272    lt_cv_file_magic_test_file=/lib/libc.so
2273    ;;
2274  siemens)
2275    lt_cv_deplibs_check_method=pass_all
2276    ;;
2277  pc)
2278    lt_cv_deplibs_check_method=pass_all
2279    ;;
2280  esac
2281  ;;
2282
2283sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2284  lt_cv_deplibs_check_method=pass_all
2285  ;;
2286esac
2287])
2288file_magic_cmd=$lt_cv_file_magic_cmd
2289deplibs_check_method=$lt_cv_deplibs_check_method
2290test -z "$deplibs_check_method" && deplibs_check_method=unknown
2291])
2292m4trace:/usr/share/aclocal/libtool.m4:2572: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2293[if test -n "$NM"; then
2294  # Let the user override the test.
2295  lt_cv_path_NM="$NM"
2296else
2297  lt_nm_to_check="${ac_tool_prefix}nm"
2298  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2299    lt_nm_to_check="$lt_nm_to_check nm"
2300  fi
2301  for lt_tmp_nm in $lt_nm_to_check; do
2302    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2303    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2304      IFS="$lt_save_ifs"
2305      test -z "$ac_dir" && ac_dir=.
2306      tmp_nm="$ac_dir/$lt_tmp_nm"
2307      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2308	# Check to see if the nm accepts a BSD-compat flag.
2309	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
2310	#   nm: unknown option "B" ignored
2311	# Tru64's nm complains that /dev/null is an invalid object file
2312	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2313	*/dev/null* | *'Invalid file or object type'*)
2314	  lt_cv_path_NM="$tmp_nm -B"
2315	  break
2316	  ;;
2317	*)
2318	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2319	  */dev/null*)
2320	    lt_cv_path_NM="$tmp_nm -p"
2321	    break
2322	    ;;
2323	  *)
2324	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2325	    continue # so that we can try to find one that supports BSD flags
2326	    ;;
2327	  esac
2328	  ;;
2329	esac
2330      fi
2331    done
2332    IFS="$lt_save_ifs"
2333  done
2334  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2335fi])
2336NM="$lt_cv_path_NM"
2337])
2338m4trace:/usr/share/aclocal/libtool.m4:2624: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2339LIBM=
2340case $host in
2341*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2342  # These system don't have libm, or don't need it
2343  ;;
2344*-ncr-sysv4.3*)
2345  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2346  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2347  ;;
2348*)
2349  AC_CHECK_LIB(m, cos, LIBM="-lm")
2350  ;;
2351esac
2352])
2353m4trace:/usr/share/aclocal/libtool.m4:2653: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2354  case $enable_ltdl_convenience in
2355  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2356  "") enable_ltdl_convenience=yes
2357      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2358  esac
2359  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2360  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2361  # For backwards non-gettext consistent compatibility...
2362  INCLTDL="$LTDLINCL"
2363])
2364m4trace:/usr/share/aclocal/libtool.m4:2679: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2365  AC_CHECK_LIB(ltdl, lt_dlinit,
2366  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2367  [if test x"$enable_ltdl_install" = xno; then
2368     AC_MSG_WARN([libltdl not installed, but installation disabled])
2369   else
2370     enable_ltdl_install=yes
2371   fi
2372  ])
2373  if test x"$enable_ltdl_install" = x"yes"; then
2374    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2375    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2376    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2377  else
2378    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2379    LIBLTDL="-lltdl"
2380    LTDLINCL=
2381  fi
2382  # For backwards non-gettext consistent compatibility...
2383  INCLTDL="$LTDLINCL"
2384])
2385m4trace:/usr/share/aclocal/libtool.m4:2706: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2386])
2387m4trace:/usr/share/aclocal/libtool.m4:2713: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2388AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2389_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2390])
2391m4trace:/usr/share/aclocal/libtool.m4:2721: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2392AC_REQUIRE([AC_PROG_CXX])
2393if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2394    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2395    (test "X$CXX" != "Xg++"))) ; then
2396  AC_PROG_CXXCPP
2397fi
2398])
2399m4trace:/usr/share/aclocal/libtool.m4:2734: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2400])
2401m4trace:/usr/share/aclocal/libtool.m4:2741: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2402_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2403])
2404m4trace:/usr/share/aclocal/libtool.m4:2750: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2405])
2406m4trace:/usr/share/aclocal/libtool.m4:2757: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2407  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2408    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2409      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2410	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2411	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2412_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2413])
2414m4trace:/usr/share/aclocal/libtool.m4:2771: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2415_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2416])
2417m4trace:/usr/share/aclocal/libtool.m4:2782: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2418m4trace:/usr/share/aclocal/libtool.m4:2783: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2419AC_LANG_PUSH(C)
2420
2421# Source file extension for C test sources.
2422ac_ext=c
2423
2424# Object file extension for compiled C test sources.
2425objext=o
2426_LT_AC_TAGVAR(objext, $1)=$objext
2427
2428# Code to be used in simple compile tests
2429lt_simple_compile_test_code="int some_variable = 0;"
2430
2431# Code to be used in simple link tests
2432lt_simple_link_test_code='int main(){return(0);}'
2433
2434_LT_AC_SYS_COMPILER
2435
2436# save warnings/boilerplate of simple test code
2437_LT_COMPILER_BOILERPLATE
2438_LT_LINKER_BOILERPLATE
2439
2440## CAVEAT EMPTOR:
2441## There is no encapsulation within the following macros, do not change
2442## the running order or otherwise move them around unless you know exactly
2443## what you are doing...
2444AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2445AC_LIBTOOL_PROG_COMPILER_PIC($1)
2446AC_LIBTOOL_PROG_CC_C_O($1)
2447AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2448AC_LIBTOOL_PROG_LD_SHLIBS($1)
2449AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2450AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2451AC_LIBTOOL_SYS_LIB_STRIP
2452AC_LIBTOOL_DLOPEN_SELF
2453
2454# Report which library types will actually be built
2455AC_MSG_CHECKING([if libtool supports shared libraries])
2456AC_MSG_RESULT([$can_build_shared])
2457
2458AC_MSG_CHECKING([whether to build shared libraries])
2459test "$can_build_shared" = "no" && enable_shared=no
2460
2461# On AIX, shared libraries and static libraries use the same namespace, and
2462# are all built from PIC.
2463case $host_os in
2464aix3*)
2465  test "$enable_shared" = yes && enable_static=no
2466  if test -n "$RANLIB"; then
2467    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2468    postinstall_cmds='$RANLIB $lib'
2469  fi
2470  ;;
2471
2472aix[[4-9]]*)
2473  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2474    test "$enable_shared" = yes && enable_static=no
2475  fi
2476    ;;
2477esac
2478AC_MSG_RESULT([$enable_shared])
2479
2480AC_MSG_CHECKING([whether to build static libraries])
2481# Make sure either enable_shared or enable_static is yes.
2482test "$enable_shared" = yes || enable_static=yes
2483AC_MSG_RESULT([$enable_static])
2484
2485AC_LIBTOOL_CONFIG($1)
2486
2487AC_LANG_POP
2488CC="$lt_save_CC"
2489])
2490m4trace:/usr/share/aclocal/libtool.m4:2863: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2491m4trace:/usr/share/aclocal/libtool.m4:2864: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2492AC_REQUIRE([AC_PROG_CXX])
2493AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2494
2495_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2496_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2497_LT_AC_TAGVAR(always_export_symbols, $1)=no
2498_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2499_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2500_LT_AC_TAGVAR(hardcode_direct, $1)=no
2501_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2502_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2503_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2504_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2505_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2506_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2507_LT_AC_TAGVAR(module_cmds, $1)=
2508_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2509_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2510_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2511_LT_AC_TAGVAR(no_undefined_flag, $1)=
2512_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2513_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2514
2515# Dependencies to place before and after the object being linked:
2516_LT_AC_TAGVAR(predep_objects, $1)=
2517_LT_AC_TAGVAR(postdep_objects, $1)=
2518_LT_AC_TAGVAR(predeps, $1)=
2519_LT_AC_TAGVAR(postdeps, $1)=
2520_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2521_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
2522
2523# Source file extension for C++ test sources.
2524ac_ext=cpp
2525
2526# Object file extension for compiled C++ test sources.
2527objext=o
2528_LT_AC_TAGVAR(objext, $1)=$objext
2529
2530# Code to be used in simple compile tests
2531lt_simple_compile_test_code="int some_variable = 0;"
2532
2533# Code to be used in simple link tests
2534lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2535
2536# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2537_LT_AC_SYS_COMPILER
2538
2539# save warnings/boilerplate of simple test code
2540_LT_COMPILER_BOILERPLATE
2541_LT_LINKER_BOILERPLATE
2542
2543# Allow CC to be a program name with arguments.
2544lt_save_CC=$CC
2545lt_save_LD=$LD
2546lt_save_GCC=$GCC
2547GCC=$GXX
2548lt_save_with_gnu_ld=$with_gnu_ld
2549lt_save_path_LD=$lt_cv_path_LD
2550if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2551  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2552else
2553  $as_unset lt_cv_prog_gnu_ld
2554fi
2555if test -n "${lt_cv_path_LDCXX+set}"; then
2556  lt_cv_path_LD=$lt_cv_path_LDCXX
2557else
2558  $as_unset lt_cv_path_LD
2559fi
2560test -z "${LDCXX+set}" || LD=$LDCXX
2561CC=${CXX-"c++"}
2562compiler=$CC
2563_LT_AC_TAGVAR(compiler, $1)=$CC
2564_LT_CC_BASENAME([$compiler])
2565
2566# We don't want -fno-exception wen compiling C++ code, so set the
2567# no_builtin_flag separately
2568if test "$GXX" = yes; then
2569  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2570else
2571  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2572fi
2573
2574if test "$GXX" = yes; then
2575  # Set up default GNU C++ configuration
2576
2577  AC_PROG_LD
2578
2579  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2580  # archiving commands below assume that GNU ld is being used.
2581  if test "$with_gnu_ld" = yes; then
2582    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2583    _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'
2584
2585    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2586    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2587
2588    # If archive_cmds runs LD, not CC, wlarc should be empty
2589    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2590    #     investigate it a little bit more. (MM)
2591    wlarc='${wl}'
2592
2593    # ancient GNU ld didn't support --whole-archive et. al.
2594    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2595	grep 'no-whole-archive' > /dev/null; then
2596      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2597    else
2598      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2599    fi
2600  else
2601    with_gnu_ld=no
2602    wlarc=
2603
2604    # A generic and very simple default shared library creation
2605    # command for GNU C++ for the case where it uses the native
2606    # linker, instead of GNU ld.  If possible, this setting should
2607    # overridden to take advantage of the native linker features on
2608    # the platform it is being used on.
2609    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2610  fi
2611
2612  # Commands to make compiler produce verbose output that lists
2613  # what "hidden" libraries, object files and flags are used when
2614  # linking a shared library.
2615  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2616
2617else
2618  GXX=no
2619  with_gnu_ld=no
2620  wlarc=
2621fi
2622
2623# PORTME: fill in a description of your system's C++ link characteristics
2624AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2625_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2626case $host_os in
2627  aix3*)
2628    # FIXME: insert proper C++ library support
2629    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2630    ;;
2631  aix[[4-9]]*)
2632    if test "$host_cpu" = ia64; then
2633      # On IA64, the linker does run time linking by default, so we don't
2634      # have to do anything special.
2635      aix_use_runtimelinking=no
2636      exp_sym_flag='-Bexport'
2637      no_entry_flag=""
2638    else
2639      aix_use_runtimelinking=no
2640
2641      # Test if we are trying to use run time linking or normal
2642      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2643      # need to do runtime linking.
2644      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
2645	for ld_flag in $LDFLAGS; do
2646	  case $ld_flag in
2647	  *-brtl*)
2648	    aix_use_runtimelinking=yes
2649	    break
2650	    ;;
2651	  esac
2652	done
2653	;;
2654      esac
2655
2656      exp_sym_flag='-bexport'
2657      no_entry_flag='-bnoentry'
2658    fi
2659
2660    # When large executables or shared objects are built, AIX ld can
2661    # have problems creating the table of contents.  If linking a library
2662    # or program results in "error TOC overflow" add -mminimal-toc to
2663    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2664    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2665
2666    _LT_AC_TAGVAR(archive_cmds, $1)=''
2667    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2668    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2669    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2670
2671    if test "$GXX" = yes; then
2672      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2673      # We only want to do this on AIX 4.2 and lower, the check
2674      # below for broken collect2 doesn't work under 4.3+
2675	collect2name=`${CC} -print-prog-name=collect2`
2676	if test -f "$collect2name" && \
2677	   strings "$collect2name" | grep resolve_lib_name >/dev/null
2678	then
2679	  # We have reworked collect2
2680	  :
2681	else
2682	  # We have old collect2
2683	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2684	  # It fails to find uninstalled libraries when the uninstalled
2685	  # path is not listed in the libpath.  Setting hardcode_minus_L
2686	  # to unsupported forces relinking
2687	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2688	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2689	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2690	fi
2691	;;
2692      esac
2693      shared_flag='-shared'
2694      if test "$aix_use_runtimelinking" = yes; then
2695	shared_flag="$shared_flag "'${wl}-G'
2696      fi
2697    else
2698      # not using gcc
2699      if test "$host_cpu" = ia64; then
2700	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2701	# chokes on -Wl,-G. The following line is correct:
2702	shared_flag='-G'
2703      else
2704	if test "$aix_use_runtimelinking" = yes; then
2705	  shared_flag='${wl}-G'
2706	else
2707	  shared_flag='${wl}-bM:SRE'
2708	fi
2709      fi
2710    fi
2711
2712    # It seems that -bexpall does not export symbols beginning with
2713    # underscore (_), so it is better to generate a list of symbols to export.
2714    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2715    if test "$aix_use_runtimelinking" = yes; then
2716      # Warning - without using the other runtime loading flags (-brtl),
2717      # -berok will link without error, but may produce a broken library.
2718      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2719      # Determine the default libpath from the value encoded in an empty executable.
2720      _LT_AC_SYS_LIBPATH_AIX
2721      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2722
2723      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2724     else
2725      if test "$host_cpu" = ia64; then
2726	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2727	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2728	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
2729      else
2730	# Determine the default libpath from the value encoded in an empty executable.
2731	_LT_AC_SYS_LIBPATH_AIX
2732	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2733	# Warning - without using the other run time loading flags,
2734	# -berok will link without error, but may produce a broken library.
2735	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2736	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2737	# Exported symbols can be pulled into shared objects from archives
2738	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2739	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2740	# This is similar to how AIX traditionally builds its shared libraries.
2741	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2742      fi
2743    fi
2744    ;;
2745
2746  beos*)
2747    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2748      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2749      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2750      # support --undefined.  This deserves some investigation.  FIXME
2751      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2752    else
2753      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2754    fi
2755    ;;
2756
2757  chorus*)
2758    case $cc_basename in
2759      *)
2760	# FIXME: insert proper C++ library support
2761	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2762	;;
2763    esac
2764    ;;
2765
2766  cygwin* | mingw* | pw32*)
2767    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2768    # as there is no search path for DLLs.
2769    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2770    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2771    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2772    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2773
2774    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2775      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2776      # If the export-symbols file already is a .def file (1st line
2777      # is EXPORTS), use it as is; otherwise, prepend...
2778      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2779	cp $export_symbols $output_objdir/$soname.def;
2780      else
2781	echo EXPORTS > $output_objdir/$soname.def;
2782	cat $export_symbols >> $output_objdir/$soname.def;
2783      fi~
2784      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2785    else
2786      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2787    fi
2788  ;;
2789      darwin* | rhapsody*)
2790      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2791      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2792      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2793      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2794      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2795      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2796      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
2797      if test "$GXX" = yes ; then
2798      output_verbose_link_cmd='echo'
2799      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
2800      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
2801      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
2802      _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
2803      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
2804        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
2805        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
2806      fi
2807      else
2808      case $cc_basename in
2809        xlc*)
2810         output_verbose_link_cmd='echo'
2811          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
2812          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2813          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2814          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2815          _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}'
2816          ;;
2817       *)
2818         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2819          ;;
2820      esac
2821      fi
2822        ;;
2823
2824  dgux*)
2825    case $cc_basename in
2826      ec++*)
2827	# FIXME: insert proper C++ library support
2828	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2829	;;
2830      ghcx*)
2831	# Green Hills C++ Compiler
2832	# FIXME: insert proper C++ library support
2833	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2834	;;
2835      *)
2836	# FIXME: insert proper C++ library support
2837	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2838	;;
2839    esac
2840    ;;
2841  freebsd[[12]]*)
2842    # C++ shared libraries reported to be fairly broken before switch to ELF
2843    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2844    ;;
2845  freebsd-elf*)
2846    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2847    ;;
2848  freebsd* | dragonfly*)
2849    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2850    # conventions
2851    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2852    ;;
2853  gnu*)
2854    ;;
2855  hpux9*)
2856    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2857    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2858    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2859    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2860    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2861				# but as the default
2862				# location of the library.
2863
2864    case $cc_basename in
2865    CC*)
2866      # FIXME: insert proper C++ library support
2867      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2868      ;;
2869    aCC*)
2870      _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'
2871      # Commands to make compiler produce verbose output that lists
2872      # what "hidden" libraries, object files and flags are used when
2873      # linking a shared library.
2874      #
2875      # There doesn't appear to be a way to prevent this compiler from
2876      # explicitly linking system object files so we need to strip them
2877      # from the output so that they don't get included in the library
2878      # dependencies.
2879      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'
2880      ;;
2881    *)
2882      if test "$GXX" = yes; then
2883        _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'
2884      else
2885        # FIXME: insert proper C++ library support
2886        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2887      fi
2888      ;;
2889    esac
2890    ;;
2891  hpux10*|hpux11*)
2892    if test $with_gnu_ld = no; then
2893      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2894      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2895
2896      case $host_cpu in
2897      hppa*64*|ia64*) ;;
2898      *)
2899	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2900        ;;
2901      esac
2902    fi
2903    case $host_cpu in
2904    hppa*64*|ia64*)
2905      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2906      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2907      ;;
2908    *)
2909      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2910      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2911					      # but as the default
2912					      # location of the library.
2913      ;;
2914    esac
2915
2916    case $cc_basename in
2917      CC*)
2918	# FIXME: insert proper C++ library support
2919	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2920	;;
2921      aCC*)
2922	case $host_cpu in
2923	hppa*64*)
2924	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2925	  ;;
2926	ia64*)
2927	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2928	  ;;
2929	*)
2930	  _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'
2931	  ;;
2932	esac
2933	# Commands to make compiler produce verbose output that lists
2934	# what "hidden" libraries, object files and flags are used when
2935	# linking a shared library.
2936	#
2937	# There doesn't appear to be a way to prevent this compiler from
2938	# explicitly linking system object files so we need to strip them
2939	# from the output so that they don't get included in the library
2940	# dependencies.
2941	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'
2942	;;
2943      *)
2944	if test "$GXX" = yes; then
2945	  if test $with_gnu_ld = no; then
2946	    case $host_cpu in
2947	    hppa*64*)
2948	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2949	      ;;
2950	    ia64*)
2951	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2952	      ;;
2953	    *)
2954	      _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'
2955	      ;;
2956	    esac
2957	  fi
2958	else
2959	  # FIXME: insert proper C++ library support
2960	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
2961	fi
2962	;;
2963    esac
2964    ;;
2965  interix[[3-9]]*)
2966    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2967    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2968    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2969    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2970    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2971    # Instead, shared libraries are loaded at an image base (0x10000000 by
2972    # default) and relocated if they conflict, which is a slow very memory
2973    # consuming and fragmenting process.  To avoid this, we pick a random,
2974    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2975    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2976    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2977    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2978    ;;
2979  irix5* | irix6*)
2980    case $cc_basename in
2981      CC*)
2982	# SGI C++
2983	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2984
2985	# Archives containing C++ object files must be created using
2986	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2987	# necessary to make sure instantiated templates are included
2988	# in the archive.
2989	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2990	;;
2991      *)
2992	if test "$GXX" = yes; then
2993	  if test "$with_gnu_ld" = no; then
2994	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2995	  else
2996	    _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'
2997	  fi
2998	fi
2999	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3000	;;
3001    esac
3002    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3003    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3004    ;;
3005  linux* | k*bsd*-gnu)
3006    case $cc_basename in
3007      KCC*)
3008	# Kuck and Associates, Inc. (KAI) C++ Compiler
3009
3010	# KCC will only create a shared library if the output file
3011	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3012	# to its proper name (with version) after linking.
3013	_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'
3014	_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'
3015	# Commands to make compiler produce verbose output that lists
3016	# what "hidden" libraries, object files and flags are used when
3017	# linking a shared library.
3018	#
3019	# There doesn't appear to be a way to prevent this compiler from
3020	# explicitly linking system object files so we need to strip them
3021	# from the output so that they don't get included in the library
3022	# dependencies.
3023	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'
3024
3025	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3026	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3027
3028	# Archives containing C++ object files must be created using
3029	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
3030	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3031	;;
3032      icpc*)
3033	# Intel C++
3034	with_gnu_ld=yes
3035	# version 8.0 and above of icpc choke on multiply defined symbols
3036	# if we add $predep_objects and $postdep_objects, however 7.1 and
3037	# earlier do not add the objects themselves.
3038	case `$CC -V 2>&1` in
3039	*"Version 7."*)
3040  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3041  	  _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'
3042	  ;;
3043	*)  # Version 8.0 or newer
3044	  tmp_idyn=
3045	  case $host_cpu in
3046	    ia64*) tmp_idyn=' -i_dynamic';;
3047	  esac
3048  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3049	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3050	  ;;
3051	esac
3052	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3053	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3054	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3055	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3056	;;
3057      pgCC* | pgcpp*)
3058        # Portland Group C++ compiler
3059	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3060  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
3061
3062	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3063	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3064	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3065        ;;
3066      cxx*)
3067	# Compaq C++
3068	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3069	_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'
3070
3071	runpath_var=LD_RUN_PATH
3072	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3073	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3074
3075	# Commands to make compiler produce verbose output that lists
3076	# what "hidden" libraries, object files and flags are used when
3077	# linking a shared library.
3078	#
3079	# There doesn't appear to be a way to prevent this compiler from
3080	# explicitly linking system object files so we need to strip them
3081	# from the output so that they don't get included in the library
3082	# dependencies.
3083	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'
3084	;;
3085      *)
3086	case `$CC -V 2>&1 | sed 5q` in
3087	*Sun\ C*)
3088	  # Sun C++ 5.9
3089	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3090	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3091	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
3092	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3093	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3094
3095	  # Not sure whether something based on
3096	  # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3097	  # would be better.
3098	  output_verbose_link_cmd='echo'
3099
3100	  # Archives containing C++ object files must be created using
3101	  # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3102	  # necessary to make sure instantiated templates are included
3103	  # in the archive.
3104	  _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3105	  ;;
3106	esac
3107	;;
3108    esac
3109    ;;
3110  lynxos*)
3111    # FIXME: insert proper C++ library support
3112    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3113    ;;
3114  m88k*)
3115    # FIXME: insert proper C++ library support
3116    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3117    ;;
3118  mvs*)
3119    case $cc_basename in
3120      cxx*)
3121	# FIXME: insert proper C++ library support
3122	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3123	;;
3124      *)
3125	# FIXME: insert proper C++ library support
3126	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3127	;;
3128    esac
3129    ;;
3130  netbsd*)
3131    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3132      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3133      wlarc=
3134      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3135      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3136      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3137    fi
3138    # Workaround some broken pre-1.5 toolchains
3139    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3140    ;;
3141  openbsd2*)
3142    # C++ shared libraries are fairly broken
3143    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3144    ;;
3145  openbsd*)
3146    if test -f /usr/libexec/ld.so; then
3147      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3148      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3149      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3150      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3151      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3152	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
3153	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3154	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3155      fi
3156      output_verbose_link_cmd='echo'
3157    else
3158      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3159    fi
3160    ;;
3161  osf3*)
3162    case $cc_basename in
3163      KCC*)
3164	# Kuck and Associates, Inc. (KAI) C++ Compiler
3165
3166	# KCC will only create a shared library if the output file
3167	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3168	# to its proper name (with version) after linking.
3169	_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'
3170
3171	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3172	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3173
3174	# Archives containing C++ object files must be created using
3175	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
3176	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3177
3178	;;
3179      RCC*)
3180	# Rational C++ 2.4.1
3181	# FIXME: insert proper C++ library support
3182	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3183	;;
3184      cxx*)
3185	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3186	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3187
3188	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3189	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3190
3191	# Commands to make compiler produce verbose output that lists
3192	# what "hidden" libraries, object files and flags are used when
3193	# linking a shared library.
3194	#
3195	# There doesn't appear to be a way to prevent this compiler from
3196	# explicitly linking system object files so we need to strip them
3197	# from the output so that they don't get included in the library
3198	# dependencies.
3199	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'
3200	;;
3201      *)
3202	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3203	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3204	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3205
3206	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3207	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3208
3209	  # Commands to make compiler produce verbose output that lists
3210	  # what "hidden" libraries, object files and flags are used when
3211	  # linking a shared library.
3212	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3213
3214	else
3215	  # FIXME: insert proper C++ library support
3216	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3217	fi
3218	;;
3219    esac
3220    ;;
3221  osf4* | osf5*)
3222    case $cc_basename in
3223      KCC*)
3224	# Kuck and Associates, Inc. (KAI) C++ Compiler
3225
3226	# KCC will only create a shared library if the output file
3227	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3228	# to its proper name (with version) after linking.
3229	_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'
3230
3231	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3232	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3233
3234	# Archives containing C++ object files must be created using
3235	# the KAI C++ compiler.
3236	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3237	;;
3238      RCC*)
3239	# Rational C++ 2.4.1
3240	# FIXME: insert proper C++ library support
3241	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3242	;;
3243      cxx*)
3244	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3245	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3246	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3247	  echo "-hidden">> $lib.exp~
3248	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
3249	  $rm $lib.exp'
3250
3251	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3252	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3253
3254	# Commands to make compiler produce verbose output that lists
3255	# what "hidden" libraries, object files and flags are used when
3256	# linking a shared library.
3257	#
3258	# There doesn't appear to be a way to prevent this compiler from
3259	# explicitly linking system object files so we need to strip them
3260	# from the output so that they don't get included in the library
3261	# dependencies.
3262	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'
3263	;;
3264      *)
3265	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3266	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3267	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3268
3269	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3270	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3271
3272	  # Commands to make compiler produce verbose output that lists
3273	  # what "hidden" libraries, object files and flags are used when
3274	  # linking a shared library.
3275	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3276
3277	else
3278	  # FIXME: insert proper C++ library support
3279	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3280	fi
3281	;;
3282    esac
3283    ;;
3284  psos*)
3285    # FIXME: insert proper C++ library support
3286    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3287    ;;
3288  sunos4*)
3289    case $cc_basename in
3290      CC*)
3291	# Sun C++ 4.x
3292	# FIXME: insert proper C++ library support
3293	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3294	;;
3295      lcc*)
3296	# Lucid
3297	# FIXME: insert proper C++ library support
3298	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3299	;;
3300      *)
3301	# FIXME: insert proper C++ library support
3302	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3303	;;
3304    esac
3305    ;;
3306  solaris*)
3307    case $cc_basename in
3308      CC*)
3309	# Sun C++ 4.2, 5.x and Centerline C++
3310        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3311	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3312	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3313	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3314	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3315
3316	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3317	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3318	case $host_os in
3319	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3320	  *)
3321	    # The compiler driver will combine and reorder linker options,
3322	    # but understands `-z linker_flag'.
3323	    # Supported since Solaris 2.6 (maybe 2.5.1?)
3324	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3325	    ;;
3326	esac
3327	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3328
3329	output_verbose_link_cmd='echo'
3330
3331	# Archives containing C++ object files must be created using
3332	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
3333	# necessary to make sure instantiated templates are included
3334	# in the archive.
3335	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3336	;;
3337      gcx*)
3338	# Green Hills C++ Compiler
3339	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3340
3341	# The C++ compiler must be used to create the archive.
3342	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3343	;;
3344      *)
3345	# GNU C++ compiler with Solaris linker
3346	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3347	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3348	  if $CC --version | grep -v '^2\.7' > /dev/null; then
3349	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3350	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3351		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3352
3353	    # Commands to make compiler produce verbose output that lists
3354	    # what "hidden" libraries, object files and flags are used when
3355	    # linking a shared library.
3356	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3357	  else
3358	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
3359	    # platform.
3360	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3361	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3362		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3363
3364	    # Commands to make compiler produce verbose output that lists
3365	    # what "hidden" libraries, object files and flags are used when
3366	    # linking a shared library.
3367	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3368	  fi
3369
3370	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3371	  case $host_os in
3372	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3373	  *)
3374	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3375	    ;;
3376	  esac
3377	fi
3378	;;
3379    esac
3380    ;;
3381  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3382    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3383    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3384    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3385    runpath_var='LD_RUN_PATH'
3386
3387    case $cc_basename in
3388      CC*)
3389	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3390	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3391	;;
3392      *)
3393	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3394	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3395	;;
3396    esac
3397    ;;
3398  sysv5* | sco3.2v5* | sco5v6*)
3399    # Note: We can NOT use -z defs as we might desire, because we do not
3400    # link with -lc, and that would cause any symbols used from libc to
3401    # always be unresolved, which means just about no library would
3402    # ever link correctly.  If we're not using GNU ld we use -z text
3403    # though, which does catch some bad symbols but isn't as heavy-handed
3404    # as -z defs.
3405    # For security reasons, it is highly recommended that you always
3406    # use absolute paths for naming shared libraries, and exclude the
3407    # DT_RUNPATH tag from executables and libraries.  But doing so
3408    # requires that you compile everything twice, which is a pain.
3409    # So that behaviour is only enabled if SCOABSPATH is set to a
3410    # non-empty value in the environment.  Most likely only useful for
3411    # creating official distributions of packages.
3412    # This is a hack until libtool officially supports absolute path
3413    # names for shared libraries.
3414    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3415    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3416    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3417    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3418    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3419    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3420    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3421    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3422    runpath_var='LD_RUN_PATH'
3423
3424    case $cc_basename in
3425      CC*)
3426	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3427	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3428	;;
3429      *)
3430	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3431	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3432	;;
3433    esac
3434    ;;
3435  tandem*)
3436    case $cc_basename in
3437      NCC*)
3438	# NonStop-UX NCC 3.20
3439	# FIXME: insert proper C++ library support
3440	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3441	;;
3442      *)
3443	# FIXME: insert proper C++ library support
3444	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3445	;;
3446    esac
3447    ;;
3448  vxworks*)
3449    # FIXME: insert proper C++ library support
3450    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3451    ;;
3452  *)
3453    # FIXME: insert proper C++ library support
3454    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3455    ;;
3456esac
3457AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3458test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3459
3460_LT_AC_TAGVAR(GCC, $1)="$GXX"
3461_LT_AC_TAGVAR(LD, $1)="$LD"
3462
3463## CAVEAT EMPTOR:
3464## There is no encapsulation within the following macros, do not change
3465## the running order or otherwise move them around unless you know exactly
3466## what you are doing...
3467AC_LIBTOOL_POSTDEP_PREDEP($1)
3468AC_LIBTOOL_PROG_COMPILER_PIC($1)
3469AC_LIBTOOL_PROG_CC_C_O($1)
3470AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3471AC_LIBTOOL_PROG_LD_SHLIBS($1)
3472AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3473AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3474
3475AC_LIBTOOL_CONFIG($1)
3476
3477AC_LANG_POP
3478CC=$lt_save_CC
3479LDCXX=$LD
3480LD=$lt_save_LD
3481GCC=$lt_save_GCC
3482with_gnu_ldcxx=$with_gnu_ld
3483with_gnu_ld=$lt_save_with_gnu_ld
3484lt_cv_path_LDCXX=$lt_cv_path_LD
3485lt_cv_path_LD=$lt_save_path_LD
3486lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3487lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3488])
3489m4trace:/usr/share/aclocal/libtool.m4:3870: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [AC_REQUIRE([LT_AC_PROG_SED])dnl
3490dnl we can't use the lt_simple_compile_test_code here,
3491dnl because it contains code intended for an executable,
3492dnl not a library.  It's possible we should let each
3493dnl tag define a new lt_????_link_test_code variable,
3494dnl but it's only used here...
3495ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3496int a;
3497void foo (void) { a = 0; }
3498EOF
3499],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3500class Foo
3501{
3502public:
3503  Foo (void) { a = 0; }
3504private:
3505  int a;
3506};
3507EOF
3508],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3509      subroutine foo
3510      implicit none
3511      integer*4 a
3512      a=0
3513      return
3514      end
3515EOF
3516],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3517public class foo {
3518  private int a;
3519  public void bar (void) {
3520    a = 0;
3521  }
3522};
3523EOF
3524])
3525dnl Parse the compiler output and extract the necessary
3526dnl objects, libraries and library flags.
3527if AC_TRY_EVAL(ac_compile); then
3528  # Parse the compiler output and extract the necessary
3529  # objects, libraries and library flags.
3530
3531  # Sentinel used to keep track of whether or not we are before
3532  # the conftest object file.
3533  pre_test_object_deps_done=no
3534
3535  # The `*' in the case matches for architectures that use `case' in
3536  # $output_verbose_cmd can trigger glob expansion during the loop
3537  # eval without this substitution.
3538  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3539
3540  for p in `eval $output_verbose_link_cmd`; do
3541    case $p in
3542
3543    -L* | -R* | -l*)
3544       # Some compilers place space between "-{L,R}" and the path.
3545       # Remove the space.
3546       if test $p = "-L" \
3547	  || test $p = "-R"; then
3548	 prev=$p
3549	 continue
3550       else
3551	 prev=
3552       fi
3553
3554       if test "$pre_test_object_deps_done" = no; then
3555	 case $p in
3556	 -L* | -R*)
3557	   # Internal compiler library paths should come after those
3558	   # provided the user.  The postdeps already come after the
3559	   # user supplied libs so there is no need to process them.
3560	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3561	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3562	   else
3563	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3564	   fi
3565	   ;;
3566	 # The "-l" case would never come before the object being
3567	 # linked, so don't bother handling this case.
3568	 esac
3569       else
3570	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3571	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3572	 else
3573	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3574	 fi
3575       fi
3576       ;;
3577
3578    *.$objext)
3579       # This assumes that the test object file only shows up
3580       # once in the compiler output.
3581       if test "$p" = "conftest.$objext"; then
3582	 pre_test_object_deps_done=yes
3583	 continue
3584       fi
3585
3586       if test "$pre_test_object_deps_done" = no; then
3587	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3588	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
3589	 else
3590	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3591	 fi
3592       else
3593	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3594	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3595	 else
3596	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3597	 fi
3598       fi
3599       ;;
3600
3601    *) ;; # Ignore the rest.
3602
3603    esac
3604  done
3605
3606  # Clean up.
3607  rm -f a.out a.exe
3608else
3609  echo "libtool.m4: error: problem compiling $1 test program"
3610fi
3611
3612$rm -f confest.$objext
3613
3614_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
3615if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3616  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
3617fi
3618
3619# PORTME: override above test on systems where it is broken
3620ifelse([$1],[CXX],
3621[case $host_os in
3622interix[[3-9]]*)
3623  # Interix 3.5 installs completely hosed .la files for C++, so rather than
3624  # hack all around it, let's just trust "g++" to DTRT.
3625  _LT_AC_TAGVAR(predep_objects,$1)=
3626  _LT_AC_TAGVAR(postdep_objects,$1)=
3627  _LT_AC_TAGVAR(postdeps,$1)=
3628  ;;
3629
3630linux*)
3631  case `$CC -V 2>&1 | sed 5q` in
3632  *Sun\ C*)
3633    # Sun C++ 5.9
3634    #
3635    # The more standards-conforming stlport4 library is
3636    # incompatible with the Cstd library. Avoid specifying
3637    # it if it's in CXXFLAGS. Ignore libCrun as
3638    # -library=stlport4 depends on it.
3639    case " $CXX $CXXFLAGS " in
3640    *" -library=stlport4 "*)
3641      solaris_use_stlport4=yes
3642      ;;
3643    esac
3644    if test "$solaris_use_stlport4" != yes; then
3645      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3646    fi
3647    ;;
3648  esac
3649  ;;
3650
3651solaris*)
3652  case $cc_basename in
3653  CC*)
3654    # The more standards-conforming stlport4 library is
3655    # incompatible with the Cstd library. Avoid specifying
3656    # it if it's in CXXFLAGS. Ignore libCrun as
3657    # -library=stlport4 depends on it.
3658    case " $CXX $CXXFLAGS " in
3659    *" -library=stlport4 "*)
3660      solaris_use_stlport4=yes
3661      ;;
3662    esac
3663
3664    # Adding this requires a known-good setup of shared libraries for
3665    # Sun compiler versions before 5.6, else PIC objects from an old
3666    # archive will be linked into the output, leading to subtle bugs.
3667    if test "$solaris_use_stlport4" != yes; then
3668      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3669    fi
3670    ;;
3671  esac
3672  ;;
3673esac
3674])
3675case " $_LT_AC_TAGVAR(postdeps, $1) " in
3676*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3677esac
3678])
3679m4trace:/usr/share/aclocal/libtool.m4:4067: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3680m4trace:/usr/share/aclocal/libtool.m4:4068: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3681AC_LANG_PUSH(Fortran 77)
3682
3683_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3684_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3685_LT_AC_TAGVAR(always_export_symbols, $1)=no
3686_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3687_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3688_LT_AC_TAGVAR(hardcode_direct, $1)=no
3689_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3690_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3691_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3692_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3693_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3694_LT_AC_TAGVAR(module_cmds, $1)=
3695_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3696_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3697_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3698_LT_AC_TAGVAR(no_undefined_flag, $1)=
3699_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3700_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3701
3702# Source file extension for f77 test sources.
3703ac_ext=f
3704
3705# Object file extension for compiled f77 test sources.
3706objext=o
3707_LT_AC_TAGVAR(objext, $1)=$objext
3708
3709# Code to be used in simple compile tests
3710lt_simple_compile_test_code="\
3711      subroutine t
3712      return
3713      end
3714"
3715
3716# Code to be used in simple link tests
3717lt_simple_link_test_code="\
3718      program t
3719      end
3720"
3721
3722# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3723_LT_AC_SYS_COMPILER
3724
3725# save warnings/boilerplate of simple test code
3726_LT_COMPILER_BOILERPLATE
3727_LT_LINKER_BOILERPLATE
3728
3729# Allow CC to be a program name with arguments.
3730lt_save_CC="$CC"
3731CC=${F77-"f77"}
3732compiler=$CC
3733_LT_AC_TAGVAR(compiler, $1)=$CC
3734_LT_CC_BASENAME([$compiler])
3735
3736AC_MSG_CHECKING([if libtool supports shared libraries])
3737AC_MSG_RESULT([$can_build_shared])
3738
3739AC_MSG_CHECKING([whether to build shared libraries])
3740test "$can_build_shared" = "no" && enable_shared=no
3741
3742# On AIX, shared libraries and static libraries use the same namespace, and
3743# are all built from PIC.
3744case $host_os in
3745aix3*)
3746  test "$enable_shared" = yes && enable_static=no
3747  if test -n "$RANLIB"; then
3748    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3749    postinstall_cmds='$RANLIB $lib'
3750  fi
3751  ;;
3752aix[[4-9]]*)
3753  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3754    test "$enable_shared" = yes && enable_static=no
3755  fi
3756  ;;
3757esac
3758AC_MSG_RESULT([$enable_shared])
3759
3760AC_MSG_CHECKING([whether to build static libraries])
3761# Make sure either enable_shared or enable_static is yes.
3762test "$enable_shared" = yes || enable_static=yes
3763AC_MSG_RESULT([$enable_static])
3764
3765_LT_AC_TAGVAR(GCC, $1)="$G77"
3766_LT_AC_TAGVAR(LD, $1)="$LD"
3767
3768AC_LIBTOOL_PROG_COMPILER_PIC($1)
3769AC_LIBTOOL_PROG_CC_C_O($1)
3770AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3771AC_LIBTOOL_PROG_LD_SHLIBS($1)
3772AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3773AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3774
3775AC_LIBTOOL_CONFIG($1)
3776
3777AC_LANG_POP
3778CC="$lt_save_CC"
3779])
3780m4trace:/usr/share/aclocal/libtool.m4:4176: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3781m4trace:/usr/share/aclocal/libtool.m4:4177: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3782
3783# Source file extension for Java test sources.
3784ac_ext=java
3785
3786# Object file extension for compiled Java test sources.
3787objext=o
3788_LT_AC_TAGVAR(objext, $1)=$objext
3789
3790# Code to be used in simple compile tests
3791lt_simple_compile_test_code="class foo {}"
3792
3793# Code to be used in simple link tests
3794lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3795
3796# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3797_LT_AC_SYS_COMPILER
3798
3799# save warnings/boilerplate of simple test code
3800_LT_COMPILER_BOILERPLATE
3801_LT_LINKER_BOILERPLATE
3802
3803# Allow CC to be a program name with arguments.
3804lt_save_CC="$CC"
3805CC=${GCJ-"gcj"}
3806compiler=$CC
3807_LT_AC_TAGVAR(compiler, $1)=$CC
3808_LT_CC_BASENAME([$compiler])
3809
3810# GCJ did not exist at the time GCC didn't implicitly link libc in.
3811_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3812
3813_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3814
3815## CAVEAT EMPTOR:
3816## There is no encapsulation within the following macros, do not change
3817## the running order or otherwise move them around unless you know exactly
3818## what you are doing...
3819AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3820AC_LIBTOOL_PROG_COMPILER_PIC($1)
3821AC_LIBTOOL_PROG_CC_C_O($1)
3822AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3823AC_LIBTOOL_PROG_LD_SHLIBS($1)
3824AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3825AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3826
3827AC_LIBTOOL_CONFIG($1)
3828
3829AC_LANG_RESTORE
3830CC="$lt_save_CC"
3831])
3832m4trace:/usr/share/aclocal/libtool.m4:4236: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3833m4trace:/usr/share/aclocal/libtool.m4:4237: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3834
3835# Source file extension for RC test sources.
3836ac_ext=rc
3837
3838# Object file extension for compiled RC test sources.
3839objext=o
3840_LT_AC_TAGVAR(objext, $1)=$objext
3841
3842# Code to be used in simple compile tests
3843lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3844
3845# Code to be used in simple link tests
3846lt_simple_link_test_code="$lt_simple_compile_test_code"
3847
3848# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3849_LT_AC_SYS_COMPILER
3850
3851# save warnings/boilerplate of simple test code
3852_LT_COMPILER_BOILERPLATE
3853_LT_LINKER_BOILERPLATE
3854
3855# Allow CC to be a program name with arguments.
3856lt_save_CC="$CC"
3857CC=${RC-"windres"}
3858compiler=$CC
3859_LT_AC_TAGVAR(compiler, $1)=$CC
3860_LT_CC_BASENAME([$compiler])
3861_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3862
3863AC_LIBTOOL_CONFIG($1)
3864
3865AC_LANG_RESTORE
3866CC="$lt_save_CC"
3867])
3868m4trace:/usr/share/aclocal/libtool.m4:4281: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3869# libtool distribution, otherwise you forgot to ship ltmain.sh
3870# with your package, and you will get complaints that there are
3871# no rules to generate ltmain.sh.
3872if test -f "$ltmain"; then
3873  # See if we are running on zsh, and set the options which allow our commands through
3874  # without removal of \ escapes.
3875  if test -n "${ZSH_VERSION+set}" ; then
3876    setopt NO_GLOB_SUBST
3877  fi
3878  # Now quote all the things that may contain metacharacters while being
3879  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3880  # variables and quote the copies for generation of the libtool script.
3881  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3882    SED SHELL STRIP \
3883    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3884    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3885    deplibs_check_method reload_flag reload_cmds need_locks \
3886    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3887    lt_cv_sys_global_symbol_to_c_name_address \
3888    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3889    old_postinstall_cmds old_postuninstall_cmds \
3890    _LT_AC_TAGVAR(compiler, $1) \
3891    _LT_AC_TAGVAR(CC, $1) \
3892    _LT_AC_TAGVAR(LD, $1) \
3893    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3894    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3895    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3896    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3897    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3898    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3899    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3900    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3901    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3902    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3903    _LT_AC_TAGVAR(predep_objects, $1) \
3904    _LT_AC_TAGVAR(postdep_objects, $1) \
3905    _LT_AC_TAGVAR(predeps, $1) \
3906    _LT_AC_TAGVAR(postdeps, $1) \
3907    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3908    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
3909    _LT_AC_TAGVAR(archive_cmds, $1) \
3910    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3911    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3912    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3913    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3914    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3915    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3916    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3917    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3918    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3919    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3920    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3921    _LT_AC_TAGVAR(module_cmds, $1) \
3922    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3923    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3924    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3925    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3926    _LT_AC_TAGVAR(include_expsyms, $1); do
3927
3928    case $var in
3929    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3930    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3931    _LT_AC_TAGVAR(archive_cmds, $1) | \
3932    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3933    _LT_AC_TAGVAR(module_cmds, $1) | \
3934    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3935    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3936    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3937    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3938    postinstall_cmds | postuninstall_cmds | \
3939    old_postinstall_cmds | old_postuninstall_cmds | \
3940    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3941      # Double-quote double-evaled strings.
3942      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3943      ;;
3944    *)
3945      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3946      ;;
3947    esac
3948  done
3949
3950  case $lt_echo in
3951  *'\[$]0 --fallback-echo"')
3952    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3953    ;;
3954  esac
3955
3956ifelse([$1], [],
3957  [cfgfile="${ofile}T"
3958  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3959  $rm -f "$cfgfile"
3960  AC_MSG_NOTICE([creating $ofile])],
3961  [cfgfile="$ofile"])
3962
3963  cat <<__EOF__ >> "$cfgfile"
3964ifelse([$1], [],
3965[#! $SHELL
3966
3967# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3968# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3969# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3970#
3971# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3972# Free Software Foundation, Inc.
3973#
3974# This file is part of GNU Libtool:
3975# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3976#
3977# This program is free software; you can redistribute it and/or modify
3978# it under the terms of the GNU General Public License as published by
3979# the Free Software Foundation; either version 2 of the License, or
3980# (at your option) any later version.
3981#
3982# This program is distributed in the hope that it will be useful, but
3983# WITHOUT ANY WARRANTY; without even the implied warranty of
3984# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3985# General Public License for more details.
3986#
3987# You should have received a copy of the GNU General Public License
3988# along with this program; if not, write to the Free Software
3989# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3990#
3991# As a special exception to the GNU General Public License, if you
3992# distribute this file as part of a program that contains a
3993# configuration script generated by Autoconf, you may include it under
3994# the same distribution terms that you use for the rest of that program.
3995
3996# A sed program that does not truncate output.
3997SED=$lt_SED
3998
3999# Sed that helps us avoid accidentally triggering echo(1) options like -n.
4000Xsed="$SED -e 1s/^X//"
4001
4002# The HP-UX ksh and POSIX shell print the target directory to stdout
4003# if CDPATH is set.
4004(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4005
4006# The names of the tagged configurations supported by this script.
4007available_tags=
4008
4009# ### BEGIN LIBTOOL CONFIG],
4010[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4011
4012# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4013
4014# Shell to use when invoking shell scripts.
4015SHELL=$lt_SHELL
4016
4017# Whether or not to build shared libraries.
4018build_libtool_libs=$enable_shared
4019
4020# Whether or not to build static libraries.
4021build_old_libs=$enable_static
4022
4023# Whether or not to add -lc for building shared libraries.
4024build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4025
4026# Whether or not to disallow shared libs when runtime libs are static
4027allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4028
4029# Whether or not to optimize for fast installation.
4030fast_install=$enable_fast_install
4031
4032# The host system.
4033host_alias=$host_alias
4034host=$host
4035host_os=$host_os
4036
4037# The build system.
4038build_alias=$build_alias
4039build=$build
4040build_os=$build_os
4041
4042# An echo program that does not interpret backslashes.
4043echo=$lt_echo
4044
4045# The archiver.
4046AR=$lt_AR
4047AR_FLAGS=$lt_AR_FLAGS
4048
4049# A C compiler.
4050LTCC=$lt_LTCC
4051
4052# LTCC compiler flags.
4053LTCFLAGS=$lt_LTCFLAGS
4054
4055# A language-specific compiler.
4056CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4057
4058# Is the compiler the GNU C compiler?
4059with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4060
4061# An ERE matcher.
4062EGREP=$lt_EGREP
4063
4064# The linker used to build libraries.
4065LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4066
4067# Whether we need hard or soft links.
4068LN_S=$lt_LN_S
4069
4070# A BSD-compatible nm program.
4071NM=$lt_NM
4072
4073# A symbol stripping program
4074STRIP=$lt_STRIP
4075
4076# Used to examine libraries when file_magic_cmd begins "file"
4077MAGIC_CMD=$MAGIC_CMD
4078
4079# Used on cygwin: DLL creation program.
4080DLLTOOL="$DLLTOOL"
4081
4082# Used on cygwin: object dumper.
4083OBJDUMP="$OBJDUMP"
4084
4085# Used on cygwin: assembler.
4086AS="$AS"
4087
4088# The name of the directory that contains temporary libtool files.
4089objdir=$objdir
4090
4091# How to create reloadable object files.
4092reload_flag=$lt_reload_flag
4093reload_cmds=$lt_reload_cmds
4094
4095# How to pass a linker flag through the compiler.
4096wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4097
4098# Object file suffix (normally "o").
4099objext="$ac_objext"
4100
4101# Old archive suffix (normally "a").
4102libext="$libext"
4103
4104# Shared library suffix (normally ".so").
4105shrext_cmds='$shrext_cmds'
4106
4107# Executable file suffix (normally "").
4108exeext="$exeext"
4109
4110# Additional compiler flags for building library objects.
4111pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4112pic_mode=$pic_mode
4113
4114# What is the maximum length of a command?
4115max_cmd_len=$lt_cv_sys_max_cmd_len
4116
4117# Does compiler simultaneously support -c and -o options?
4118compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4119
4120# Must we lock files when doing compilation?
4121need_locks=$lt_need_locks
4122
4123# Do we need the lib prefix for modules?
4124need_lib_prefix=$need_lib_prefix
4125
4126# Do we need a version for libraries?
4127need_version=$need_version
4128
4129# Whether dlopen is supported.
4130dlopen_support=$enable_dlopen
4131
4132# Whether dlopen of programs is supported.
4133dlopen_self=$enable_dlopen_self
4134
4135# Whether dlopen of statically linked programs is supported.
4136dlopen_self_static=$enable_dlopen_self_static
4137
4138# Compiler flag to prevent dynamic linking.
4139link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4140
4141# Compiler flag to turn off builtin functions.
4142no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4143
4144# Compiler flag to allow reflexive dlopens.
4145export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4146
4147# Compiler flag to generate shared objects directly from archives.
4148whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4149
4150# Compiler flag to generate thread-safe objects.
4151thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4152
4153# Library versioning type.
4154version_type=$version_type
4155
4156# Format of library name prefix.
4157libname_spec=$lt_libname_spec
4158
4159# List of archive names.  First name is the real one, the rest are links.
4160# The last name is the one that the linker finds with -lNAME.
4161library_names_spec=$lt_library_names_spec
4162
4163# The coded name of the library, if different from the real name.
4164soname_spec=$lt_soname_spec
4165
4166# Commands used to build and install an old-style archive.
4167RANLIB=$lt_RANLIB
4168old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4169old_postinstall_cmds=$lt_old_postinstall_cmds
4170old_postuninstall_cmds=$lt_old_postuninstall_cmds
4171
4172# Create an old-style archive from a shared archive.
4173old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4174
4175# Create a temporary old-style archive to link instead of a shared archive.
4176old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4177
4178# Commands used to build and install a shared archive.
4179archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4180archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4181postinstall_cmds=$lt_postinstall_cmds
4182postuninstall_cmds=$lt_postuninstall_cmds
4183
4184# Commands used to build a loadable module (assumed same as above if empty)
4185module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4186module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4187
4188# Commands to strip libraries.
4189old_striplib=$lt_old_striplib
4190striplib=$lt_striplib
4191
4192# Dependencies to place before the objects being linked to create a
4193# shared library.
4194predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4195
4196# Dependencies to place after the objects being linked to create a
4197# shared library.
4198postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4199
4200# Dependencies to place before the objects being linked to create a
4201# shared library.
4202predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4203
4204# Dependencies to place after the objects being linked to create a
4205# shared library.
4206postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4207
4208# The directories searched by this compiler when creating a shared
4209# library
4210compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
4211
4212# The library search path used internally by the compiler when linking
4213# a shared library.
4214compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4215
4216# Method to check whether dependent libraries are shared objects.
4217deplibs_check_method=$lt_deplibs_check_method
4218
4219# Command to use when deplibs_check_method == file_magic.
4220file_magic_cmd=$lt_file_magic_cmd
4221
4222# Flag that allows shared libraries with undefined symbols to be built.
4223allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4224
4225# Flag that forces no undefined symbols.
4226no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4227
4228# Commands used to finish a libtool library installation in a directory.
4229finish_cmds=$lt_finish_cmds
4230
4231# Same as above, but a single script fragment to be evaled but not shown.
4232finish_eval=$lt_finish_eval
4233
4234# Take the output of nm and produce a listing of raw symbols and C names.
4235global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4236
4237# Transform the output of nm in a proper C declaration
4238global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4239
4240# Transform the output of nm in a C name address pair
4241global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4242
4243# This is the shared library runtime path variable.
4244runpath_var=$runpath_var
4245
4246# This is the shared library path variable.
4247shlibpath_var=$shlibpath_var
4248
4249# Is shlibpath searched before the hard-coded library search path?
4250shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4251
4252# How to hardcode a shared library path into an executable.
4253hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4254
4255# Whether we should hardcode library paths into libraries.
4256hardcode_into_libs=$hardcode_into_libs
4257
4258# Flag to hardcode \$libdir into a binary during linking.
4259# This must work even if \$libdir does not exist.
4260hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4261
4262# If ld is used when linking, flag to hardcode \$libdir into
4263# a binary during linking. This must work even if \$libdir does
4264# not exist.
4265hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4266
4267# Whether we need a single -rpath flag with a separated argument.
4268hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4269
4270# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4271# resulting binary.
4272hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4273
4274# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4275# resulting binary.
4276hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4277
4278# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4279# the resulting binary.
4280hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4281
4282# Set to yes if building a shared library automatically hardcodes DIR into the library
4283# and all subsequent libraries and executables linked against it.
4284hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4285
4286# Variables whose values should be saved in libtool wrapper scripts and
4287# restored at relink time.
4288variables_saved_for_relink="$variables_saved_for_relink"
4289
4290# Whether libtool must link a program against all its dependency libraries.
4291link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4292
4293# Compile-time system search path for libraries
4294sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4295
4296# Run-time system search path for libraries
4297sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4298
4299# Fix the shell variable \$srcfile for the compiler.
4300fix_srcfile_path=$lt_fix_srcfile_path
4301
4302# Set to yes if exported symbols are required.
4303always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4304
4305# The commands to list exported symbols.
4306export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4307
4308# The commands to extract the exported symbol list from a shared archive.
4309extract_expsyms_cmds=$lt_extract_expsyms_cmds
4310
4311# Symbols that should not be listed in the preloaded symbols.
4312exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4313
4314# Symbols that must always be exported.
4315include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4316
4317ifelse([$1],[],
4318[# ### END LIBTOOL CONFIG],
4319[# ### END LIBTOOL TAG CONFIG: $tagname])
4320
4321__EOF__
4322
4323ifelse([$1],[], [
4324  case $host_os in
4325  aix3*)
4326    cat <<\EOF >> "$cfgfile"
4327
4328# AIX sometimes has problems with the GCC collect2 program.  For some
4329# reason, if we set the COLLECT_NAMES environment variable, the problems
4330# vanish in a puff of smoke.
4331if test "X${COLLECT_NAMES+set}" != Xset; then
4332  COLLECT_NAMES=
4333  export COLLECT_NAMES
4334fi
4335EOF
4336    ;;
4337  esac
4338
4339  # We use sed instead of cat because bash on DJGPP gets confused if
4340  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4341  # text mode, it properly converts lines to CR/LF.  This bash problem
4342  # is reportedly fixed, but why not run on old versions too?
4343  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4344
4345  mv -f "$cfgfile" "$ofile" || \
4346    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4347  chmod +x "$ofile"
4348])
4349else
4350  # If there is no Makefile yet, we rely on a make rule to execute
4351  # `config.status --recheck' to rerun these tests and create the
4352  # libtool script then.
4353  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4354  if test -f "$ltmain_in"; then
4355    test -f Makefile && make "$ltmain"
4356  fi
4357fi
4358])
4359m4trace:/usr/share/aclocal/libtool.m4:4777: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4360
4361_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4362
4363if test "$GCC" = yes; then
4364  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4365
4366  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4367    lt_cv_prog_compiler_rtti_exceptions,
4368    [-fno-rtti -fno-exceptions], [],
4369    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4370fi
4371])
4372m4trace:/usr/share/aclocal/libtool.m4:4795: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4373AC_REQUIRE([LT_AC_PROG_SED])
4374AC_REQUIRE([AC_PROG_NM])
4375AC_REQUIRE([AC_OBJEXT])
4376# Check for command to grab the raw symbol name followed by C symbol from nm.
4377AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4378AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4379[
4380# These are sane defaults that work on at least a few old systems.
4381# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4382
4383# Character class describing NM global symbol codes.
4384symcode='[[BCDEGRST]]'
4385
4386# Regexp to match symbols that can be accessed directly from C.
4387sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4388
4389# Transform an extracted symbol line into a proper C declaration
4390lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4391
4392# Transform an extracted symbol line into symbol name and symbol address
4393lt_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'"
4394
4395# Define system-specific variables.
4396case $host_os in
4397aix*)
4398  symcode='[[BCDT]]'
4399  ;;
4400cygwin* | mingw* | pw32*)
4401  symcode='[[ABCDGISTW]]'
4402  ;;
4403hpux*) # Its linker distinguishes data from code symbols
4404  if test "$host_cpu" = ia64; then
4405    symcode='[[ABCDEGRST]]'
4406  fi
4407  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4408  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'"
4409  ;;
4410linux* | k*bsd*-gnu)
4411  if test "$host_cpu" = ia64; then
4412    symcode='[[ABCDGIRSTW]]'
4413    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4414    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'"
4415  fi
4416  ;;
4417irix* | nonstopux*)
4418  symcode='[[BCDEGRST]]'
4419  ;;
4420osf*)
4421  symcode='[[BCDEGQRST]]'
4422  ;;
4423solaris*)
4424  symcode='[[BDRT]]'
4425  ;;
4426sco3.2v5*)
4427  symcode='[[DT]]'
4428  ;;
4429sysv4.2uw2*)
4430  symcode='[[DT]]'
4431  ;;
4432sysv5* | sco5v6* | unixware* | OpenUNIX*)
4433  symcode='[[ABDT]]'
4434  ;;
4435sysv4)
4436  symcode='[[DFNSTU]]'
4437  ;;
4438esac
4439
4440# Handle CRLF in mingw tool chain
4441opt_cr=
4442case $build_os in
4443mingw*)
4444  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4445  ;;
4446esac
4447
4448# If we're using GNU nm, then use its standard symbol codes.
4449case `$NM -V 2>&1` in
4450*GNU* | *'with BFD'*)
4451  symcode='[[ABCDGIRSTW]]' ;;
4452esac
4453
4454# Try without a prefix undercore, then with it.
4455for ac_symprfx in "" "_"; do
4456
4457  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4458  symxfrm="\\1 $ac_symprfx\\2 \\2"
4459
4460  # Write the raw and C identifiers.
4461  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4462
4463  # Check to see that the pipe works correctly.
4464  pipe_works=no
4465
4466  rm -f conftest*
4467  cat > conftest.$ac_ext <<EOF
4468#ifdef __cplusplus
4469extern "C" {
4470#endif
4471char nm_test_var;
4472void nm_test_func(){}
4473#ifdef __cplusplus
4474}
4475#endif
4476int main(){nm_test_var='a';nm_test_func();return(0);}
4477EOF
4478
4479  if AC_TRY_EVAL(ac_compile); then
4480    # Now try to grab the symbols.
4481    nlist=conftest.nm
4482    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4483      # Try sorting and uniquifying the output.
4484      if sort "$nlist" | uniq > "$nlist"T; then
4485	mv -f "$nlist"T "$nlist"
4486      else
4487	rm -f "$nlist"T
4488      fi
4489
4490      # Make sure that we snagged all the symbols we need.
4491      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4492	if grep ' nm_test_func$' "$nlist" >/dev/null; then
4493	  cat <<EOF > conftest.$ac_ext
4494#ifdef __cplusplus
4495extern "C" {
4496#endif
4497
4498EOF
4499	  # Now generate the symbol file.
4500	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4501
4502	  cat <<EOF >> conftest.$ac_ext
4503#if defined (__STDC__) && __STDC__
4504# define lt_ptr_t void *
4505#else
4506# define lt_ptr_t char *
4507# define const
4508#endif
4509
4510/* The mapping between symbol names and symbols. */
4511const struct {
4512  const char *name;
4513  lt_ptr_t address;
4514}
4515lt_preloaded_symbols[[]] =
4516{
4517EOF
4518	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4519	  cat <<\EOF >> conftest.$ac_ext
4520  {0, (lt_ptr_t) 0}
4521};
4522
4523#ifdef __cplusplus
4524}
4525#endif
4526EOF
4527	  # Now try linking the two files.
4528	  mv conftest.$ac_objext conftstm.$ac_objext
4529	  lt_save_LIBS="$LIBS"
4530	  lt_save_CFLAGS="$CFLAGS"
4531	  LIBS="conftstm.$ac_objext"
4532	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4533	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4534	    pipe_works=yes
4535	  fi
4536	  LIBS="$lt_save_LIBS"
4537	  CFLAGS="$lt_save_CFLAGS"
4538	else
4539	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4540	fi
4541      else
4542	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4543      fi
4544    else
4545      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4546    fi
4547  else
4548    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4549    cat conftest.$ac_ext >&5
4550  fi
4551  rm -rf conftest* conftst*
4552
4553  # Do not use the global_symbol_pipe unless it works.
4554  if test "$pipe_works" = yes; then
4555    break
4556  else
4557    lt_cv_sys_global_symbol_pipe=
4558  fi
4559done
4560])
4561if test -z "$lt_cv_sys_global_symbol_pipe"; then
4562  lt_cv_sys_global_symbol_to_cdecl=
4563fi
4564if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4565  AC_MSG_RESULT(failed)
4566else
4567  AC_MSG_RESULT(ok)
4568fi
4569])
4570m4trace:/usr/share/aclocal/libtool.m4:4998: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4571_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4572_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4573
4574AC_MSG_CHECKING([for $compiler option to produce PIC])
4575 ifelse([$1],[CXX],[
4576  # C++ specific cases for pic, static, wl, etc.
4577  if test "$GXX" = yes; then
4578    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4579    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4580
4581    case $host_os in
4582    aix*)
4583      # All AIX code is PIC.
4584      if test "$host_cpu" = ia64; then
4585	# AIX 5 now supports IA64 processor
4586	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4587      fi
4588      ;;
4589    amigaos*)
4590      # FIXME: we need at least 68020 code to build shared libraries, but
4591      # adding the `-m68020' flag to GCC prevents building anything better,
4592      # like `-m68040'.
4593      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4594      ;;
4595    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4596      # PIC is the default for these OSes.
4597      ;;
4598    mingw* | cygwin* | os2* | pw32*)
4599      # This hack is so that the source file can tell whether it is being
4600      # built for inclusion in a dll (and should export symbols for example).
4601      # Although the cygwin gcc ignores -fPIC, still need this for old-style
4602      # (--disable-auto-import) libraries
4603      m4_if([$1], [GCJ], [],
4604	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4605      ;;
4606    darwin* | rhapsody*)
4607      # PIC is the default on this platform
4608      # Common symbols not allowed in MH_DYLIB files
4609      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4610      ;;
4611    *djgpp*)
4612      # DJGPP does not support shared libraries at all
4613      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4614      ;;
4615    interix[[3-9]]*)
4616      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4617      # Instead, we relocate shared libraries at runtime.
4618      ;;
4619    sysv4*MP*)
4620      if test -d /usr/nec; then
4621	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4622      fi
4623      ;;
4624    hpux*)
4625      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4626      # not for PA HP-UX.
4627      case $host_cpu in
4628      hppa*64*|ia64*)
4629	;;
4630      *)
4631	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4632	;;
4633      esac
4634      ;;
4635    *)
4636      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4637      ;;
4638    esac
4639  else
4640    case $host_os in
4641      aix[[4-9]]*)
4642	# All AIX code is PIC.
4643	if test "$host_cpu" = ia64; then
4644	  # AIX 5 now supports IA64 processor
4645	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4646	else
4647	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4648	fi
4649	;;
4650      chorus*)
4651	case $cc_basename in
4652	cxch68*)
4653	  # Green Hills C++ Compiler
4654	  # _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"
4655	  ;;
4656	esac
4657	;;
4658       darwin*)
4659         # PIC is the default on this platform
4660         # Common symbols not allowed in MH_DYLIB files
4661         case $cc_basename in
4662           xlc*)
4663           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4664           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4665           ;;
4666         esac
4667       ;;
4668      dgux*)
4669	case $cc_basename in
4670	  ec++*)
4671	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4672	    ;;
4673	  ghcx*)
4674	    # Green Hills C++ Compiler
4675	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4676	    ;;
4677	  *)
4678	    ;;
4679	esac
4680	;;
4681      freebsd* | dragonfly*)
4682	# FreeBSD uses GNU C++
4683	;;
4684      hpux9* | hpux10* | hpux11*)
4685	case $cc_basename in
4686	  CC*)
4687	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4688	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4689	    if test "$host_cpu" != ia64; then
4690	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4691	    fi
4692	    ;;
4693	  aCC*)
4694	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4695	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4696	    case $host_cpu in
4697	    hppa*64*|ia64*)
4698	      # +Z the default
4699	      ;;
4700	    *)
4701	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4702	      ;;
4703	    esac
4704	    ;;
4705	  *)
4706	    ;;
4707	esac
4708	;;
4709      interix*)
4710	# This is c89, which is MS Visual C++ (no shared libs)
4711	# Anyone wants to do a port?
4712	;;
4713      irix5* | irix6* | nonstopux*)
4714	case $cc_basename in
4715	  CC*)
4716	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4717	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4718	    # CC pic flag -KPIC is the default.
4719	    ;;
4720	  *)
4721	    ;;
4722	esac
4723	;;
4724      linux* | k*bsd*-gnu)
4725	case $cc_basename in
4726	  KCC*)
4727	    # KAI C++ Compiler
4728	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4729	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4730	    ;;
4731	  icpc* | ecpc*)
4732	    # Intel C++
4733	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4734	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4735	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4736	    ;;
4737	  pgCC* | pgcpp*)
4738	    # Portland Group C++ compiler.
4739	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4740	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4741	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4742	    ;;
4743	  cxx*)
4744	    # Compaq C++
4745	    # Make sure the PIC flag is empty.  It appears that all Alpha
4746	    # Linux and Compaq Tru64 Unix objects are PIC.
4747	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4748	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4749	    ;;
4750	  *)
4751	    case `$CC -V 2>&1 | sed 5q` in
4752	    *Sun\ C*)
4753	      # Sun C++ 5.9
4754	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4755	      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4756	      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4757	      ;;
4758	    esac
4759	    ;;
4760	esac
4761	;;
4762      lynxos*)
4763	;;
4764      m88k*)
4765	;;
4766      mvs*)
4767	case $cc_basename in
4768	  cxx*)
4769	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4770	    ;;
4771	  *)
4772	    ;;
4773	esac
4774	;;
4775      netbsd*)
4776	;;
4777      osf3* | osf4* | osf5*)
4778	case $cc_basename in
4779	  KCC*)
4780	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4781	    ;;
4782	  RCC*)
4783	    # Rational C++ 2.4.1
4784	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4785	    ;;
4786	  cxx*)
4787	    # Digital/Compaq C++
4788	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4789	    # Make sure the PIC flag is empty.  It appears that all Alpha
4790	    # Linux and Compaq Tru64 Unix objects are PIC.
4791	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4792	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4793	    ;;
4794	  *)
4795	    ;;
4796	esac
4797	;;
4798      psos*)
4799	;;
4800      solaris*)
4801	case $cc_basename in
4802	  CC*)
4803	    # Sun C++ 4.2, 5.x and Centerline C++
4804	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4805	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4806	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4807	    ;;
4808	  gcx*)
4809	    # Green Hills C++ Compiler
4810	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4811	    ;;
4812	  *)
4813	    ;;
4814	esac
4815	;;
4816      sunos4*)
4817	case $cc_basename in
4818	  CC*)
4819	    # Sun C++ 4.x
4820	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4821	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4822	    ;;
4823	  lcc*)
4824	    # Lucid
4825	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4826	    ;;
4827	  *)
4828	    ;;
4829	esac
4830	;;
4831      tandem*)
4832	case $cc_basename in
4833	  NCC*)
4834	    # NonStop-UX NCC 3.20
4835	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4836	    ;;
4837	  *)
4838	    ;;
4839	esac
4840	;;
4841      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4842	case $cc_basename in
4843	  CC*)
4844	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4845	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4846	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4847	    ;;
4848	esac
4849	;;
4850      vxworks*)
4851	;;
4852      *)
4853	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4854	;;
4855    esac
4856  fi
4857],
4858[
4859  if test "$GCC" = yes; then
4860    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4861    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4862
4863    case $host_os in
4864      aix*)
4865      # All AIX code is PIC.
4866      if test "$host_cpu" = ia64; then
4867	# AIX 5 now supports IA64 processor
4868	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4869      fi
4870      ;;
4871
4872    amigaos*)
4873      # FIXME: we need at least 68020 code to build shared libraries, but
4874      # adding the `-m68020' flag to GCC prevents building anything better,
4875      # like `-m68040'.
4876      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4877      ;;
4878
4879    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4880      # PIC is the default for these OSes.
4881      ;;
4882
4883    mingw* | cygwin* | pw32* | os2*)
4884      # This hack is so that the source file can tell whether it is being
4885      # built for inclusion in a dll (and should export symbols for example).
4886      # Although the cygwin gcc ignores -fPIC, still need this for old-style
4887      # (--disable-auto-import) libraries
4888      m4_if([$1], [GCJ], [],
4889	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4890      ;;
4891
4892    darwin* | rhapsody*)
4893      # PIC is the default on this platform
4894      # Common symbols not allowed in MH_DYLIB files
4895      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4896      ;;
4897
4898    interix[[3-9]]*)
4899      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4900      # Instead, we relocate shared libraries at runtime.
4901      ;;
4902
4903    msdosdjgpp*)
4904      # Just because we use GCC doesn't mean we suddenly get shared libraries
4905      # on systems that don't support them.
4906      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4907      enable_shared=no
4908      ;;
4909
4910    sysv4*MP*)
4911      if test -d /usr/nec; then
4912	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4913      fi
4914      ;;
4915
4916    hpux*)
4917      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4918      # not for PA HP-UX.
4919      case $host_cpu in
4920      hppa*64*|ia64*)
4921	# +Z the default
4922	;;
4923      *)
4924	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4925	;;
4926      esac
4927      ;;
4928
4929    *)
4930      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4931      ;;
4932    esac
4933  else
4934    # PORTME Check for flag to pass linker flags through the system compiler.
4935    case $host_os in
4936    aix*)
4937      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4938      if test "$host_cpu" = ia64; then
4939	# AIX 5 now supports IA64 processor
4940	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4941      else
4942	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4943      fi
4944      ;;
4945      darwin*)
4946        # PIC is the default on this platform
4947        # Common symbols not allowed in MH_DYLIB files
4948       case $cc_basename in
4949         xlc*)
4950         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4951         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4952         ;;
4953       esac
4954       ;;
4955
4956    mingw* | cygwin* | pw32* | os2*)
4957      # This hack is so that the source file can tell whether it is being
4958      # built for inclusion in a dll (and should export symbols for example).
4959      m4_if([$1], [GCJ], [],
4960	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4961      ;;
4962
4963    hpux9* | hpux10* | hpux11*)
4964      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4965      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4966      # not for PA HP-UX.
4967      case $host_cpu in
4968      hppa*64*|ia64*)
4969	# +Z the default
4970	;;
4971      *)
4972	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4973	;;
4974      esac
4975      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4976      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4977      ;;
4978
4979    irix5* | irix6* | nonstopux*)
4980      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4981      # PIC (with -KPIC) is the default.
4982      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4983      ;;
4984
4985    newsos6)
4986      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4987      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4988      ;;
4989
4990    linux* | k*bsd*-gnu)
4991      case $cc_basename in
4992      icc* | ecc*)
4993	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4994	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4995	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4996        ;;
4997      pgcc* | pgf77* | pgf90* | pgf95*)
4998        # Portland Group compilers (*not* the Pentium gcc compiler,
4999	# which looks to be a dead project)
5000	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5001	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5002	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5003        ;;
5004      ccc*)
5005        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5006        # All Alpha code is PIC.
5007        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5008        ;;
5009      *)
5010        case `$CC -V 2>&1 | sed 5q` in
5011	*Sun\ C*)
5012	  # Sun C 5.9
5013	  _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5014	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5015	  _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5016	  ;;
5017	*Sun\ F*)
5018	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
5019	  _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5020	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5021	  _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
5022	  ;;
5023	esac
5024	;;
5025      esac
5026      ;;
5027
5028    osf3* | osf4* | osf5*)
5029      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5030      # All OSF/1 code is PIC.
5031      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5032      ;;
5033
5034    rdos*)
5035      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5036      ;;
5037
5038    solaris*)
5039      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5040      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5041      case $cc_basename in
5042      f77* | f90* | f95*)
5043	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5044      *)
5045	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5046      esac
5047      ;;
5048
5049    sunos4*)
5050      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5051      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5052      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5053      ;;
5054
5055    sysv4 | sysv4.2uw2* | sysv4.3*)
5056      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5057      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5058      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5059      ;;
5060
5061    sysv4*MP*)
5062      if test -d /usr/nec ;then
5063	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5064	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5065      fi
5066      ;;
5067
5068    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5069      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5070      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5071      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5072      ;;
5073
5074    unicos*)
5075      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5076      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5077      ;;
5078
5079    uts4*)
5080      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5081      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5082      ;;
5083
5084    *)
5085      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5086      ;;
5087    esac
5088  fi
5089])
5090AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5091
5092#
5093# Check to make sure the PIC flag actually works.
5094#
5095if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5096  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5097    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
5098    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5099    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5100     "" | " "*) ;;
5101     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5102     esac],
5103    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5104     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5105fi
5106case $host_os in
5107  # For platforms which do not support PIC, -DPIC is meaningless:
5108  *djgpp*)
5109    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5110    ;;
5111  *)
5112    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5113    ;;
5114esac
5115
5116#
5117# Check to make sure the static flag actually works.
5118#
5119wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5120AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5121  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
5122  $lt_tmp_static_flag,
5123  [],
5124  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5125])
5126m4trace:/usr/share/aclocal/libtool.m4:5560: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5127AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5128ifelse([$1],[CXX],[
5129  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5130  case $host_os in
5131  aix[[4-9]]*)
5132    # If we're using GNU nm, then we don't want the "-C" option.
5133    # -C means demangle to AIX nm, but means don't demangle with GNU nm
5134    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5135      _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'
5136    else
5137      _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'
5138    fi
5139    ;;
5140  pw32*)
5141    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5142  ;;
5143  cygwin* | mingw*)
5144    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5145  ;;
5146  *)
5147    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5148  ;;
5149  esac
5150  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5151],[
5152  runpath_var=
5153  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5154  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5155  _LT_AC_TAGVAR(archive_cmds, $1)=
5156  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5157  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5158  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5159  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5160  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5161  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5162  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5163  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5164  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5165  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5166  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5167  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5168  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5169  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5170  _LT_AC_TAGVAR(module_cmds, $1)=
5171  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5172  _LT_AC_TAGVAR(always_export_symbols, $1)=no
5173  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5174  # include_expsyms should be a list of space-separated symbols to be *always*
5175  # included in the symbol list
5176  _LT_AC_TAGVAR(include_expsyms, $1)=
5177  # exclude_expsyms can be an extended regexp of symbols to exclude
5178  # it will be wrapped by ` (' and `)$', so one must not match beginning or
5179  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5180  # as well as any symbol that contains `d'.
5181  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5182  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5183  # platforms (ab)use it in PIC code, but their linkers get confused if
5184  # the symbol is explicitly referenced.  Since portable code cannot
5185  # rely on this symbol name, it's probably fine to never include it in
5186  # preloaded symbol tables.
5187  # Exclude shared library initialization/finalization symbols.
5188dnl Note also adjust exclude_expsyms for C++ above.
5189  extract_expsyms_cmds=
5190  # Just being paranoid about ensuring that cc_basename is set.
5191  _LT_CC_BASENAME([$compiler])
5192  case $host_os in
5193  cygwin* | mingw* | pw32*)
5194    # FIXME: the MSVC++ port hasn't been tested in a loooong time
5195    # When not using gcc, we currently assume that we are using
5196    # Microsoft Visual C++.
5197    if test "$GCC" != yes; then
5198      with_gnu_ld=no
5199    fi
5200    ;;
5201  interix*)
5202    # we just hope/assume this is gcc and not c89 (= MSVC++)
5203    with_gnu_ld=yes
5204    ;;
5205  openbsd*)
5206    with_gnu_ld=no
5207    ;;
5208  esac
5209
5210  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5211  if test "$with_gnu_ld" = yes; then
5212    # If archive_cmds runs LD, not CC, wlarc should be empty
5213    wlarc='${wl}'
5214
5215    # Set some defaults for GNU ld with shared library support. These
5216    # are reset later if shared libraries are not supported. Putting them
5217    # here allows them to be overridden if necessary.
5218    runpath_var=LD_RUN_PATH
5219    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5220    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5221    # ancient GNU ld didn't support --whole-archive et. al.
5222    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5223	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5224      else
5225  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5226    fi
5227    supports_anon_versioning=no
5228    case `$LD -v 2>/dev/null` in
5229      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5230      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5231      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5232      *\ 2.11.*) ;; # other 2.11 versions
5233      *) supports_anon_versioning=yes ;;
5234    esac
5235
5236    # See if GNU ld supports shared libraries.
5237    case $host_os in
5238    aix[[3-9]]*)
5239      # On AIX/PPC, the GNU linker is very broken
5240      if test "$host_cpu" != ia64; then
5241	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5242	cat <<EOF 1>&2
5243
5244*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5245*** to be unable to reliably create shared libraries on AIX.
5246*** Therefore, libtool is disabling shared libraries support.  If you
5247*** really care for shared libraries, you may want to modify your PATH
5248*** so that a non-GNU linker is found, and then restart.
5249
5250EOF
5251      fi
5252      ;;
5253
5254    amigaos*)
5255      _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)'
5256      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5257      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5258
5259      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5260      # that the semantics of dynamic libraries on AmigaOS, at least up
5261      # to version 4, is to share data among multiple programs linked
5262      # with the same dynamic library.  Since this doesn't match the
5263      # behavior of shared libraries on other platforms, we can't use
5264      # them.
5265      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5266      ;;
5267
5268    beos*)
5269      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5270	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5271	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5272	# support --undefined.  This deserves some investigation.  FIXME
5273	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5274      else
5275	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5276      fi
5277      ;;
5278
5279    cygwin* | mingw* | pw32*)
5280      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5281      # as there is no search path for DLLs.
5282      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5283      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5284      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5285      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5286      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5287
5288      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5289        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5290	# If the export-symbols file already is a .def file (1st line
5291	# is EXPORTS), use it as is; otherwise, prepend...
5292	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5293	  cp $export_symbols $output_objdir/$soname.def;
5294	else
5295	  echo EXPORTS > $output_objdir/$soname.def;
5296	  cat $export_symbols >> $output_objdir/$soname.def;
5297	fi~
5298	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5299      else
5300	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5301      fi
5302      ;;
5303
5304    interix[[3-9]]*)
5305      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5306      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5307      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5308      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5309      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5310      # Instead, shared libraries are loaded at an image base (0x10000000 by
5311      # default) and relocated if they conflict, which is a slow very memory
5312      # consuming and fragmenting process.  To avoid this, we pick a random,
5313      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5314      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5315      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5316      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5317      ;;
5318
5319    gnu* | linux* | k*bsd*-gnu)
5320      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5321	tmp_addflag=
5322	case $cc_basename,$host_cpu in
5323	pgcc*)				# Portland Group C compiler
5324	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5325	  tmp_addflag=' $pic_flag'
5326	  ;;
5327	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
5328	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5329	  tmp_addflag=' $pic_flag -Mnomain' ;;
5330	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
5331	  tmp_addflag=' -i_dynamic' ;;
5332	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
5333	  tmp_addflag=' -i_dynamic -nofor_main' ;;
5334	ifc* | ifort*)			# Intel Fortran compiler
5335	  tmp_addflag=' -nofor_main' ;;
5336	esac
5337	case `$CC -V 2>&1 | sed 5q` in
5338	*Sun\ C*)			# Sun C 5.9
5339	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5340	  tmp_sharedflag='-G' ;;
5341	*Sun\ F*)			# Sun Fortran 8.3
5342	  tmp_sharedflag='-G' ;;
5343	*)
5344	  tmp_sharedflag='-shared' ;;
5345	esac
5346	_LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5347
5348	if test $supports_anon_versioning = yes; then
5349	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5350  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5351  $echo "local: *; };" >> $output_objdir/$libname.ver~
5352	  $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5353	fi
5354      else
5355	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5356      fi
5357      ;;
5358
5359    netbsd*)
5360      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5361	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5362	wlarc=
5363      else
5364	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5365	_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'
5366      fi
5367      ;;
5368
5369    solaris*)
5370      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5371	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5372	cat <<EOF 1>&2
5373
5374*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5375*** create shared libraries on Solaris systems.  Therefore, libtool
5376*** is disabling shared libraries support.  We urge you to upgrade GNU
5377*** binutils to release 2.9.1 or newer.  Another option is to modify
5378*** your PATH or compiler configuration so that the native linker is
5379*** used, and then restart.
5380
5381EOF
5382      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5383	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5384	_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'
5385      else
5386	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5387      fi
5388      ;;
5389
5390    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5391      case `$LD -v 2>&1` in
5392        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5393	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5394	cat <<_LT_EOF 1>&2
5395
5396*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5397*** reliably create shared libraries on SCO systems.  Therefore, libtool
5398*** is disabling shared libraries support.  We urge you to upgrade GNU
5399*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5400*** your PATH or compiler configuration so that the native linker is
5401*** used, and then restart.
5402
5403_LT_EOF
5404	;;
5405	*)
5406	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5407	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5408	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5409	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
5410	  else
5411	    _LT_AC_TAGVAR(ld_shlibs, $1)=no
5412	  fi
5413	;;
5414      esac
5415      ;;
5416
5417    sunos4*)
5418      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5419      wlarc=
5420      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5421      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5422      ;;
5423
5424    *)
5425      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5426	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5427	_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'
5428      else
5429	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5430      fi
5431      ;;
5432    esac
5433
5434    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5435      runpath_var=
5436      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5437      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5438      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5439    fi
5440  else
5441    # PORTME fill in a description of your system's linker (not GNU ld)
5442    case $host_os in
5443    aix3*)
5444      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5445      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5446      _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'
5447      # Note: this linker hardcodes the directories in LIBPATH if there
5448      # are no directories specified by -L.
5449      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5450      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5451	# Neither direct hardcoding nor static linking is supported with a
5452	# broken collect2.
5453	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5454      fi
5455      ;;
5456
5457    aix[[4-9]]*)
5458      if test "$host_cpu" = ia64; then
5459	# On IA64, the linker does run time linking by default, so we don't
5460	# have to do anything special.
5461	aix_use_runtimelinking=no
5462	exp_sym_flag='-Bexport'
5463	no_entry_flag=""
5464      else
5465	# If we're using GNU nm, then we don't want the "-C" option.
5466	# -C means demangle to AIX nm, but means don't demangle with GNU nm
5467	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5468	  _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'
5469	else
5470	  _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'
5471	fi
5472	aix_use_runtimelinking=no
5473
5474	# Test if we are trying to use run time linking or normal
5475	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
5476	# need to do runtime linking.
5477	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5478	  for ld_flag in $LDFLAGS; do
5479  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5480  	    aix_use_runtimelinking=yes
5481  	    break
5482  	  fi
5483	  done
5484	  ;;
5485	esac
5486
5487	exp_sym_flag='-bexport'
5488	no_entry_flag='-bnoentry'
5489      fi
5490
5491      # When large executables or shared objects are built, AIX ld can
5492      # have problems creating the table of contents.  If linking a library
5493      # or program results in "error TOC overflow" add -mminimal-toc to
5494      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5495      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5496
5497      _LT_AC_TAGVAR(archive_cmds, $1)=''
5498      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5499      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5500      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5501
5502      if test "$GCC" = yes; then
5503	case $host_os in aix4.[[012]]|aix4.[[012]].*)
5504	# We only want to do this on AIX 4.2 and lower, the check
5505	# below for broken collect2 doesn't work under 4.3+
5506	  collect2name=`${CC} -print-prog-name=collect2`
5507	  if test -f "$collect2name" && \
5508  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
5509	  then
5510  	  # We have reworked collect2
5511  	  :
5512	  else
5513  	  # We have old collect2
5514  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5515  	  # It fails to find uninstalled libraries when the uninstalled
5516  	  # path is not listed in the libpath.  Setting hardcode_minus_L
5517  	  # to unsupported forces relinking
5518  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5519  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5520  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5521	  fi
5522	  ;;
5523	esac
5524	shared_flag='-shared'
5525	if test "$aix_use_runtimelinking" = yes; then
5526	  shared_flag="$shared_flag "'${wl}-G'
5527	fi
5528      else
5529	# not using gcc
5530	if test "$host_cpu" = ia64; then
5531  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5532  	# chokes on -Wl,-G. The following line is correct:
5533	  shared_flag='-G'
5534	else
5535	  if test "$aix_use_runtimelinking" = yes; then
5536	    shared_flag='${wl}-G'
5537	  else
5538	    shared_flag='${wl}-bM:SRE'
5539	  fi
5540	fi
5541      fi
5542
5543      # It seems that -bexpall does not export symbols beginning with
5544      # underscore (_), so it is better to generate a list of symbols to export.
5545      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5546      if test "$aix_use_runtimelinking" = yes; then
5547	# Warning - without using the other runtime loading flags (-brtl),
5548	# -berok will link without error, but may produce a broken library.
5549	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5550       # Determine the default libpath from the value encoded in an empty executable.
5551       _LT_AC_SYS_LIBPATH_AIX
5552       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5553	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5554       else
5555	if test "$host_cpu" = ia64; then
5556	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5557	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5558	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
5559	else
5560	 # Determine the default libpath from the value encoded in an empty executable.
5561	 _LT_AC_SYS_LIBPATH_AIX
5562	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5563	  # Warning - without using the other run time loading flags,
5564	  # -berok will link without error, but may produce a broken library.
5565	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5566	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5567	  # Exported symbols can be pulled into shared objects from archives
5568	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5569	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5570	  # This is similar to how AIX traditionally builds its shared libraries.
5571	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5572	fi
5573      fi
5574      ;;
5575
5576    amigaos*)
5577      _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)'
5578      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5579      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5580      # see comment about different semantics on the GNU ld section
5581      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5582      ;;
5583
5584    bsdi[[45]]*)
5585      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5586      ;;
5587
5588    cygwin* | mingw* | pw32*)
5589      # When not using gcc, we currently assume that we are using
5590      # Microsoft Visual C++.
5591      # hardcode_libdir_flag_spec is actually meaningless, as there is
5592      # no search path for DLLs.
5593      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5594      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5595      # Tell ltmain to make .lib files, not .a files.
5596      libext=lib
5597      # Tell ltmain to make .dll files, not .so files.
5598      shrext_cmds=".dll"
5599      # FIXME: Setting linknames here is a bad hack.
5600      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5601      # The linker will automatically build a .lib file if we build a DLL.
5602      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5603      # FIXME: Should let the user specify the lib program.
5604      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5605      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5606      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5607      ;;
5608
5609    darwin* | rhapsody*)
5610      case $host_os in
5611        rhapsody* | darwin1.[[012]])
5612         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5613         ;;
5614       *) # Darwin 1.3 on
5615         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5616           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5617         else
5618           case ${MACOSX_DEPLOYMENT_TARGET} in
5619             10.[[012]])
5620               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5621               ;;
5622             10.*)
5623               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5624               ;;
5625           esac
5626         fi
5627         ;;
5628      esac
5629      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5630      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5631      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5632      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5633      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5634      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5635    if test "$GCC" = yes ; then
5636    	output_verbose_link_cmd='echo'
5637        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
5638        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
5639        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
5640        _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
5641    else
5642      case $cc_basename in
5643        xlc*)
5644         output_verbose_link_cmd='echo'
5645         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
5646         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5647          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5648         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5649          _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}'
5650          ;;
5651       *)
5652         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5653          ;;
5654      esac
5655    fi
5656      ;;
5657
5658    dgux*)
5659      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5660      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5661      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5662      ;;
5663
5664    freebsd1*)
5665      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5666      ;;
5667
5668    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5669    # support.  Future versions do this automatically, but an explicit c++rt0.o
5670    # does not break anything, and helps significantly (at the cost of a little
5671    # extra space).
5672    freebsd2.2*)
5673      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5674      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5675      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5676      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5677      ;;
5678
5679    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5680    freebsd2*)
5681      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5682      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5683      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5684      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5685      ;;
5686
5687    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5688    freebsd* | dragonfly*)
5689      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5690      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5691      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5692      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5693      ;;
5694
5695    hpux9*)
5696      if test "$GCC" = yes; then
5697	_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'
5698      else
5699	_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'
5700      fi
5701      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5702      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5703      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5704
5705      # hardcode_minus_L: Not really in the search PATH,
5706      # but as the default location of the library.
5707      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5708      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5709      ;;
5710
5711    hpux10*)
5712      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5713	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5714      else
5715	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5716      fi
5717      if test "$with_gnu_ld" = no; then
5718	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5719	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5720
5721	_LT_AC_TAGVAR(hardcode_direct, $1)=yes
5722	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5723
5724	# hardcode_minus_L: Not really in the search PATH,
5725	# but as the default location of the library.
5726	_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5727      fi
5728      ;;
5729
5730    hpux11*)
5731      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5732	case $host_cpu in
5733	hppa*64*)
5734	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5735	  ;;
5736	ia64*)
5737	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5738	  ;;
5739	*)
5740	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5741	  ;;
5742	esac
5743      else
5744	case $host_cpu in
5745	hppa*64*)
5746	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5747	  ;;
5748	ia64*)
5749	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5750	  ;;
5751	*)
5752	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5753	  ;;
5754	esac
5755      fi
5756      if test "$with_gnu_ld" = no; then
5757	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5758	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5759
5760	case $host_cpu in
5761	hppa*64*|ia64*)
5762	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5763	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5764	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5765	  ;;
5766	*)
5767	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5768	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5769
5770	  # hardcode_minus_L: Not really in the search PATH,
5771	  # but as the default location of the library.
5772	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5773	  ;;
5774	esac
5775      fi
5776      ;;
5777
5778    irix5* | irix6* | nonstopux*)
5779      if test "$GCC" = yes; then
5780	_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'
5781      else
5782	_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'
5783	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5784      fi
5785      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5786      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5787      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5788      ;;
5789
5790    netbsd*)
5791      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5792	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5793      else
5794	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5795      fi
5796      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5797      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5798      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5799      ;;
5800
5801    newsos6)
5802      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5803      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5804      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5805      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5806      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5807      ;;
5808
5809    openbsd*)
5810      if test -f /usr/libexec/ld.so; then
5811	_LT_AC_TAGVAR(hardcode_direct, $1)=yes
5812	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5813	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5814	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5815	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5816	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5817	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5818	else
5819	  case $host_os in
5820	   openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5821	     _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5822	     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5823	     ;;
5824	   *)
5825	     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5826	     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5827	     ;;
5828	  esac
5829        fi
5830      else
5831	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5832      fi
5833      ;;
5834
5835    os2*)
5836      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5837      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5838      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5839      _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'
5840      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5841      ;;
5842
5843    osf3*)
5844      if test "$GCC" = yes; then
5845	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5846	_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'
5847      else
5848	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5849	_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'
5850      fi
5851      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5852      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5853      ;;
5854
5855    osf4* | osf5*)	# as osf3* with the addition of -msym flag
5856      if test "$GCC" = yes; then
5857	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5858	_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'
5859	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5860      else
5861	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5862	_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'
5863	_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~
5864	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
5865
5866	# Both c and cxx compiler support -rpath directly
5867	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5868      fi
5869      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5870      ;;
5871
5872    solaris*)
5873      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5874      if test "$GCC" = yes; then
5875	wlarc='${wl}'
5876	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5877	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5878	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5879      else
5880	wlarc=''
5881	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5882	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5883  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5884      fi
5885      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5886      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5887      case $host_os in
5888      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5889      *)
5890	# The compiler driver will combine and reorder linker options,
5891	# but understands `-z linker_flag'.  GCC discards it without `$wl',
5892	# but is careful enough not to reorder.
5893 	# Supported since Solaris 2.6 (maybe 2.5.1?)
5894	if test "$GCC" = yes; then
5895	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5896	else
5897	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5898	fi
5899	;;
5900      esac
5901      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5902      ;;
5903
5904    sunos4*)
5905      if test "x$host_vendor" = xsequent; then
5906	# Use $CC to link under sequent, because it throws in some extra .o
5907	# files that make .init and .fini sections work.
5908	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5909      else
5910	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5911      fi
5912      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5913      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5914      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5915      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5916      ;;
5917
5918    sysv4)
5919      case $host_vendor in
5920	sni)
5921	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5922	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5923	;;
5924	siemens)
5925	  ## LD is ld it makes a PLAMLIB
5926	  ## CC just makes a GrossModule.
5927	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5928	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5929	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5930        ;;
5931	motorola)
5932	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5933	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5934	;;
5935      esac
5936      runpath_var='LD_RUN_PATH'
5937      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5938      ;;
5939
5940    sysv4.3*)
5941      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5942      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5943      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5944      ;;
5945
5946    sysv4*MP*)
5947      if test -d /usr/nec; then
5948	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5949	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5950	runpath_var=LD_RUN_PATH
5951	hardcode_runpath_var=yes
5952	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
5953      fi
5954      ;;
5955
5956    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5957      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5958      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5959      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5960      runpath_var='LD_RUN_PATH'
5961
5962      if test "$GCC" = yes; then
5963	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5964	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5965      else
5966	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5967	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5968      fi
5969      ;;
5970
5971    sysv5* | sco3.2v5* | sco5v6*)
5972      # Note: We can NOT use -z defs as we might desire, because we do not
5973      # link with -lc, and that would cause any symbols used from libc to
5974      # always be unresolved, which means just about no library would
5975      # ever link correctly.  If we're not using GNU ld we use -z text
5976      # though, which does catch some bad symbols but isn't as heavy-handed
5977      # as -z defs.
5978      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5979      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5980      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5981      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5982      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5983      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5984      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5985      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5986      runpath_var='LD_RUN_PATH'
5987
5988      if test "$GCC" = yes; then
5989	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5990	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5991      else
5992	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5993	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5994      fi
5995      ;;
5996
5997    uts4*)
5998      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5999      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6000      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6001      ;;
6002
6003    *)
6004      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6005      ;;
6006    esac
6007  fi
6008])
6009AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6010test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6011
6012#
6013# Do we need to explicitly link libc?
6014#
6015case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6016x|xyes)
6017  # Assume -lc should be added
6018  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6019
6020  if test "$enable_shared" = yes && test "$GCC" = yes; then
6021    case $_LT_AC_TAGVAR(archive_cmds, $1) in
6022    *'~'*)
6023      # FIXME: we may have to deal with multi-command sequences.
6024      ;;
6025    '$CC '*)
6026      # Test whether the compiler implicitly links with -lc since on some
6027      # systems, -lgcc has to come before -lc. If gcc already passes -lc
6028      # to ld, don't add -lc before -lgcc.
6029      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6030      $rm conftest*
6031      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6032
6033      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6034        soname=conftest
6035        lib=conftest
6036        libobjs=conftest.$ac_objext
6037        deplibs=
6038        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6039	pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
6040        compiler_flags=-v
6041        linker_flags=-v
6042        verstring=
6043        output_objdir=.
6044        libname=conftest
6045        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6046        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6047        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6048        then
6049	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6050        else
6051	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6052        fi
6053        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6054      else
6055        cat conftest.err 1>&5
6056      fi
6057      $rm conftest*
6058      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6059      ;;
6060    esac
6061  fi
6062  ;;
6063esac
6064])
6065m4trace:/usr/share/aclocal/libtool.m4:6505: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6066# /* ltdll.c starts here */
6067# #define WIN32_LEAN_AND_MEAN
6068# #include <windows.h>
6069# #undef WIN32_LEAN_AND_MEAN
6070# #include <stdio.h>
6071#
6072# #ifndef __CYGWIN__
6073# #  ifdef __CYGWIN32__
6074# #    define __CYGWIN__ __CYGWIN32__
6075# #  endif
6076# #endif
6077#
6078# #ifdef __cplusplus
6079# extern "C" {
6080# #endif
6081# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6082# #ifdef __cplusplus
6083# }
6084# #endif
6085#
6086# #ifdef __CYGWIN__
6087# #include <cygwin/cygwin_dll.h>
6088# DECLARE_CYGWIN_DLL( DllMain );
6089# #endif
6090# HINSTANCE __hDllInstance_base;
6091#
6092# BOOL APIENTRY
6093# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6094# {
6095#   __hDllInstance_base = hInst;
6096#   return TRUE;
6097# }
6098# /* ltdll.c ends here */
6099])
6100m4trace:/usr/share/aclocal/libtool.m4:6544: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6101m4trace:/usr/share/aclocal/libtool.m4:6548: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6102m4trace:/usr/share/aclocal/libtool.m4:6549: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6103m4trace:/usr/share/aclocal/libtool.m4:6550: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6104m4trace:/usr/share/aclocal/libtool.m4:6551: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6105m4trace:/usr/share/aclocal/libtool.m4:6552: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6106m4trace:/usr/share/aclocal/libtool.m4:6553: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6107m4trace:/usr/share/aclocal/libtool.m4:6554: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6108m4trace:/usr/share/aclocal/libtool.m4:6559: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6109  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6110  AC_SUBST(GCJFLAGS)
6111])
6112m4trace:/usr/share/aclocal/libtool.m4:6565: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6113])
6114m4trace:/usr/share/aclocal/libtool.m4:6603: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6115AC_CACHE_VAL(lt_cv_path_SED,
6116[# Loop through the user's path and test for sed and gsed.
6117# Then use that list of sed's as ones to test for truncation.
6118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6119for as_dir in $PATH
6120do
6121  IFS=$as_save_IFS
6122  test -z "$as_dir" && as_dir=.
6123  for lt_ac_prog in sed gsed; do
6124    for ac_exec_ext in '' $ac_executable_extensions; do
6125      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6126        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6127      fi
6128    done
6129  done
6130done
6131IFS=$as_save_IFS
6132lt_ac_max=0
6133lt_ac_count=0
6134# Add /usr/xpg4/bin/sed as it is typically found on Solaris
6135# along with /bin/sed that truncates output.
6136for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6137  test ! -f $lt_ac_sed && continue
6138  cat /dev/null > conftest.in
6139  lt_ac_count=0
6140  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6141  # Check for GNU sed and select it if it is found.
6142  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6143    lt_cv_path_SED=$lt_ac_sed
6144    break
6145  fi
6146  while true; do
6147    cat conftest.in conftest.in >conftest.tmp
6148    mv conftest.tmp conftest.in
6149    cp conftest.in conftest.nl
6150    echo >>conftest.nl
6151    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6152    cmp -s conftest.out conftest.nl || break
6153    # 10000 chars as input seems more than enough
6154    test $lt_ac_count -gt 10 && break
6155    lt_ac_count=`expr $lt_ac_count + 1`
6156    if test $lt_ac_count -gt $lt_ac_max; then
6157      lt_ac_max=$lt_ac_count
6158      lt_cv_path_SED=$lt_ac_sed
6159    fi
6160  done
6161done
6162])
6163SED=$lt_cv_path_SED
6164AC_SUBST([SED])
6165AC_MSG_RESULT([$SED])
6166])
6167m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6168dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6169dnl require some minimum version.  Point them to the right macro.
6170m4_if([$1], [1.10.1], [],
6171      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6172])
6173m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6174m4_ifndef([AC_AUTOCONF_VERSION],
6175  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6176_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6177m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
6178AC_PREREQ([2.50])dnl
6179# expand $ac_aux_dir to an absolute path
6180am_aux_dir=`cd $ac_aux_dir && pwd`
6181])
6182m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6183 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6184	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6185AC_SUBST([$1_TRUE])dnl
6186AC_SUBST([$1_FALSE])dnl
6187_AM_SUBST_NOTMAKE([$1_TRUE])dnl
6188_AM_SUBST_NOTMAKE([$1_FALSE])dnl
6189if $2; then
6190  $1_TRUE=
6191  $1_FALSE='#'
6192else
6193  $1_TRUE='#'
6194  $1_FALSE=
6195fi
6196AC_CONFIG_COMMANDS_PRE(
6197[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6198  AC_MSG_ERROR([[conditional "$1" was never defined.
6199Usually this means the macro was only invoked conditionally.]])
6200fi])])
6201m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6202AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6203AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6204AC_REQUIRE([AM_DEP_TRACK])dnl
6205
6206ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6207       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6208       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6209       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6210       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6211                   [depcc="$$1"   am_compiler_list=])
6212
6213AC_CACHE_CHECK([dependency style of $depcc],
6214               [am_cv_$1_dependencies_compiler_type],
6215[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6216  # We make a subdir and do the tests there.  Otherwise we can end up
6217  # making bogus files that we don't know about and never remove.  For
6218  # instance it was reported that on HP-UX the gcc test will end up
6219  # making a dummy file named `D' -- because `-MD' means `put the output
6220  # in D'.
6221  mkdir conftest.dir
6222  # Copy depcomp to subdir because otherwise we won't find it if we're
6223  # using a relative directory.
6224  cp "$am_depcomp" conftest.dir
6225  cd conftest.dir
6226  # We will build objects and dependencies in a subdirectory because
6227  # it helps to detect inapplicable dependency modes.  For instance
6228  # both Tru64's cc and ICC support -MD to output dependencies as a
6229  # side effect of compilation, but ICC will put the dependencies in
6230  # the current directory while Tru64 will put them in the object
6231  # directory.
6232  mkdir sub
6233
6234  am_cv_$1_dependencies_compiler_type=none
6235  if test "$am_compiler_list" = ""; then
6236     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6237  fi
6238  for depmode in $am_compiler_list; do
6239    # Setup a source with many dependencies, because some compilers
6240    # like to wrap large dependency lists on column 80 (with \), and
6241    # we should not choose a depcomp mode which is confused by this.
6242    #
6243    # We need to recreate these files for each test, as the compiler may
6244    # overwrite some of them when testing with obscure command lines.
6245    # This happens at least with the AIX C compiler.
6246    : > sub/conftest.c
6247    for i in 1 2 3 4 5 6; do
6248      echo '#include "conftst'$i'.h"' >> sub/conftest.c
6249      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6250      # Solaris 8's {/usr,}/bin/sh.
6251      touch sub/conftst$i.h
6252    done
6253    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6254
6255    case $depmode in
6256    nosideeffect)
6257      # after this tag, mechanisms are not by side-effect, so they'll
6258      # only be used when explicitly requested
6259      if test "x$enable_dependency_tracking" = xyes; then
6260	continue
6261      else
6262	break
6263      fi
6264      ;;
6265    none) break ;;
6266    esac
6267    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6268    # mode.  It turns out that the SunPro C++ compiler does not properly
6269    # handle `-M -o', and we need to detect this.
6270    if depmode=$depmode \
6271       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6272       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6273       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6274         >/dev/null 2>conftest.err &&
6275       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6276       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6277       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6278       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6279      # icc doesn't choke on unknown options, it will just issue warnings
6280      # or remarks (even with -Werror).  So we grep stderr for any message
6281      # that says an option was ignored or not supported.
6282      # When given -MP, icc 7.0 and 7.1 complain thusly:
6283      #   icc: Command line warning: ignoring option '-M'; no argument required
6284      # The diagnosis changed in icc 8.0:
6285      #   icc: Command line remark: option '-MP' not supported
6286      if (grep 'ignoring option' conftest.err ||
6287          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6288        am_cv_$1_dependencies_compiler_type=$depmode
6289        break
6290      fi
6291    fi
6292  done
6293
6294  cd ..
6295  rm -rf conftest.dir
6296else
6297  am_cv_$1_dependencies_compiler_type=none
6298fi
6299])
6300AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6301AM_CONDITIONAL([am__fastdep$1], [
6302  test "x$enable_dependency_tracking" != xno \
6303  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6304])
6305m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6306AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6307])
6308m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6309[  --disable-dependency-tracking  speeds up one-time build
6310  --enable-dependency-tracking   do not reject slow dependency extractors])
6311if test "x$enable_dependency_tracking" != xno; then
6312  am_depcomp="$ac_aux_dir/depcomp"
6313  AMDEPBACKSLASH='\'
6314fi
6315AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6316AC_SUBST([AMDEPBACKSLASH])dnl
6317_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6318])
6319m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6320  # Strip MF so we end up with the name of the file.
6321  mf=`echo "$mf" | sed -e 's/:.*$//'`
6322  # Check whether this is an Automake generated Makefile or not.
6323  # We used to match only the files named `Makefile.in', but
6324  # some people rename them; so instead we look at the file content.
6325  # Grep'ing the first line is not enough: some people post-process
6326  # each Makefile.in and add a new line on top of each file to say so.
6327  # Grep'ing the whole file is not good either: AIX grep has a line
6328  # limit of 2048, but all sed's we know have understand at least 4000.
6329  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6330    dirpart=`AS_DIRNAME("$mf")`
6331  else
6332    continue
6333  fi
6334  # Extract the definition of DEPDIR, am__include, and am__quote
6335  # from the Makefile without running `make'.
6336  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6337  test -z "$DEPDIR" && continue
6338  am__include=`sed -n 's/^am__include = //p' < "$mf"`
6339  test -z "am__include" && continue
6340  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6341  # When using ansi2knr, U may be empty or an underscore; expand it
6342  U=`sed -n 's/^U = //p' < "$mf"`
6343  # Find all dependency output files, they are included files with
6344  # $(DEPDIR) in their names.  We invoke sed twice because it is the
6345  # simplest approach to changing $(DEPDIR) to its actual value in the
6346  # expansion.
6347  for file in `sed -n "
6348    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6349       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6350    # Make sure the directory exists.
6351    test -f "$dirpart/$file" && continue
6352    fdir=`AS_DIRNAME(["$file"])`
6353    AS_MKDIR_P([$dirpart/$fdir])
6354    # echo "creating $dirpart/$file"
6355    echo '# dummy' > "$dirpart/$file"
6356  done
6357done
6358])
6359m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6360     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6361     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6362])
6363m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
6364m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6365You should run autoupdate.])dnl
6366AC_CONFIG_HEADERS($@)])
6367m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6368dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6369dnl the ones we care about.
6370m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6371AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6372AC_REQUIRE([AC_PROG_INSTALL])dnl
6373if test "`cd $srcdir && pwd`" != "`pwd`"; then
6374  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6375  # is not polluted with repeated "-I."
6376  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6377  # test to see if srcdir already configured
6378  if test -f $srcdir/config.status; then
6379    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6380  fi
6381fi
6382
6383# test whether we have cygpath
6384if test -z "$CYGPATH_W"; then
6385  if (cygpath --version) >/dev/null 2>/dev/null; then
6386    CYGPATH_W='cygpath -w'
6387  else
6388    CYGPATH_W=echo
6389  fi
6390fi
6391AC_SUBST([CYGPATH_W])
6392
6393# Define the identity of the package.
6394dnl Distinguish between old-style and new-style calls.
6395m4_ifval([$2],
6396[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6397 AC_SUBST([PACKAGE], [$1])dnl
6398 AC_SUBST([VERSION], [$2])],
6399[_AM_SET_OPTIONS([$1])dnl
6400dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6401m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6402  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6403 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6404 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6405
6406_AM_IF_OPTION([no-define],,
6407[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6408 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6409
6410# Some tools Automake needs.
6411AC_REQUIRE([AM_SANITY_CHECK])dnl
6412AC_REQUIRE([AC_ARG_PROGRAM])dnl
6413AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6414AM_MISSING_PROG(AUTOCONF, autoconf)
6415AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6416AM_MISSING_PROG(AUTOHEADER, autoheader)
6417AM_MISSING_PROG(MAKEINFO, makeinfo)
6418AM_PROG_INSTALL_SH
6419AM_PROG_INSTALL_STRIP
6420AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6421# We need awk for the "check" target.  The system "awk" is bad on
6422# some platforms.
6423AC_REQUIRE([AC_PROG_AWK])dnl
6424AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6425AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6426_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6427              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6428	      		     [_AM_PROG_TAR([v7])])])
6429_AM_IF_OPTION([no-dependencies],,
6430[AC_PROVIDE_IFELSE([AC_PROG_CC],
6431                  [_AM_DEPENDENCIES(CC)],
6432                  [define([AC_PROG_CC],
6433                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6434AC_PROVIDE_IFELSE([AC_PROG_CXX],
6435                  [_AM_DEPENDENCIES(CXX)],
6436                  [define([AC_PROG_CXX],
6437                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6438AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6439                  [_AM_DEPENDENCIES(OBJC)],
6440                  [define([AC_PROG_OBJC],
6441                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6442])
6443])
6444m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6445_am_arg=$1
6446_am_stamp_count=1
6447for _am_header in $config_headers :; do
6448  case $_am_header in
6449    $_am_arg | $_am_arg:* )
6450      break ;;
6451    * )
6452      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6453  esac
6454done
6455echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6456m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6457install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6458AC_SUBST(install_sh)])
6459m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6460mkdir .tst 2>/dev/null
6461if test -d .tst; then
6462  am__leading_dot=.
6463else
6464  am__leading_dot=_
6465fi
6466rmdir .tst 2>/dev/null
6467AC_SUBST([am__leading_dot])])
6468m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6469cat > confinc << 'END'
6470am__doit:
6471	@echo done
6472.PHONY: am__doit
6473END
6474# If we don't find an include directive, just comment out the code.
6475AC_MSG_CHECKING([for style of include used by $am_make])
6476am__include="#"
6477am__quote=
6478_am_result=none
6479# First try GNU make style include.
6480echo "include confinc" > confmf
6481# We grep out `Entering directory' and `Leaving directory'
6482# messages which can occur if `w' ends up in MAKEFLAGS.
6483# In particular we don't look at `^make:' because GNU make might
6484# be invoked under some other name (usually "gmake"), in which
6485# case it prints its new name instead of `make'.
6486if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6487   am__include=include
6488   am__quote=
6489   _am_result=GNU
6490fi
6491# Now try BSD make style include.
6492if test "$am__include" = "#"; then
6493   echo '.include "confinc"' > confmf
6494   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6495      am__include=.include
6496      am__quote="\""
6497      _am_result=BSD
6498   fi
6499fi
6500AC_SUBST([am__include])
6501AC_SUBST([am__quote])
6502AC_MSG_RESULT([$_am_result])
6503rm -f confinc confmf
6504])
6505m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6506$1=${$1-"${am_missing_run}$2"}
6507AC_SUBST($1)])
6508m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6509AC_REQUIRE_AUX_FILE([missing])dnl
6510test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6511# Use eval to expand $SHELL
6512if eval "$MISSING --run true"; then
6513  am_missing_run="$MISSING --run "
6514else
6515  am_missing_run=
6516  AC_MSG_WARN([`missing' script is too old or missing])
6517fi
6518])
6519m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6520AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6521dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6522dnl while keeping a definition of mkdir_p for backward compatibility.
6523dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6524dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6525dnl Makefile.ins that do not define MKDIR_P, so we do our own
6526dnl adjustment using top_builddir (which is defined more often than
6527dnl MKDIR_P).
6528AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6529case $mkdir_p in
6530  [[\\/$]]* | ?:[[\\/]]*) ;;
6531  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6532esac
6533])
6534m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6535m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6536m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6537m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6538m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6539   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6540   ac_status=$?
6541   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6542   (exit $ac_status); }])
6543m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6544# Just in case
6545sleep 1
6546echo timestamp > conftest.file
6547# Do `set' in a subshell so we don't clobber the current shell's
6548# arguments.  Must try -L first in case configure is actually a
6549# symlink; some systems play weird games with the mod time of symlinks
6550# (eg FreeBSD returns the mod time of the symlink's containing
6551# directory).
6552if (
6553   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6554   if test "$[*]" = "X"; then
6555      # -L didn't work.
6556      set X `ls -t $srcdir/configure conftest.file`
6557   fi
6558   rm -f conftest.file
6559   if test "$[*]" != "X $srcdir/configure conftest.file" \
6560      && test "$[*]" != "X conftest.file $srcdir/configure"; then
6561
6562      # If neither matched, then we have a broken ls.  This can happen
6563      # if, for instance, CONFIG_SHELL is bash and it inherits a
6564      # broken ls alias from the environment.  This has actually
6565      # happened.  Such a system could not be considered "sane".
6566      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6567alias in your environment])
6568   fi
6569
6570   test "$[2]" = conftest.file
6571   )
6572then
6573   # Ok.
6574   :
6575else
6576   AC_MSG_ERROR([newly created file is older than distributed files!
6577Check your system clock])
6578fi
6579AC_MSG_RESULT(yes)])
6580m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6581# Installed binaries are usually stripped using `strip' when the user
6582# run `make install-strip'.  However `strip' might not be the right
6583# tool to use in cross-compilation environments, therefore Automake
6584# will honor the `STRIP' environment variable to overrule this program.
6585dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6586if test "$cross_compiling" != no; then
6587  AC_CHECK_TOOL([STRIP], [strip], :)
6588fi
6589INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6590AC_SUBST([INSTALL_STRIP_PROGRAM])])
6591m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6592m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6593AM_MISSING_PROG([AMTAR], [tar])
6594m4_if([$1], [v7],
6595     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6596     [m4_case([$1], [ustar],, [pax],,
6597              [m4_fatal([Unknown tar format])])
6598AC_MSG_CHECKING([how to create a $1 tar archive])
6599# Loop over all known methods to create a tar archive until one works.
6600_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6601_am_tools=${am_cv_prog_tar_$1-$_am_tools}
6602# Do not fold the above two line into one, because Tru64 sh and
6603# Solaris sh will not grok spaces in the rhs of `-'.
6604for _am_tool in $_am_tools
6605do
6606  case $_am_tool in
6607  gnutar)
6608    for _am_tar in tar gnutar gtar;
6609    do
6610      AM_RUN_LOG([$_am_tar --version]) && break
6611    done
6612    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6613    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6614    am__untar="$_am_tar -xf -"
6615    ;;
6616  plaintar)
6617    # Must skip GNU tar: if it does not support --format= it doesn't create
6618    # ustar tarball either.
6619    (tar --version) >/dev/null 2>&1 && continue
6620    am__tar='tar chf - "$$tardir"'
6621    am__tar_='tar chf - "$tardir"'
6622    am__untar='tar xf -'
6623    ;;
6624  pax)
6625    am__tar='pax -L -x $1 -w "$$tardir"'
6626    am__tar_='pax -L -x $1 -w "$tardir"'
6627    am__untar='pax -r'
6628    ;;
6629  cpio)
6630    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6631    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6632    am__untar='cpio -i -H $1 -d'
6633    ;;
6634  none)
6635    am__tar=false
6636    am__tar_=false
6637    am__untar=false
6638    ;;
6639  esac
6640
6641  # If the value was cached, stop now.  We just wanted to have am__tar
6642  # and am__untar set.
6643  test -n "${am_cv_prog_tar_$1}" && break
6644
6645  # tar/untar a dummy directory, and stop if the command works
6646  rm -rf conftest.dir
6647  mkdir conftest.dir
6648  echo GrepMe > conftest.dir/file
6649  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6650  rm -rf conftest.dir
6651  if test -s conftest.tar; then
6652    AM_RUN_LOG([$am__untar <conftest.tar])
6653    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6654  fi
6655done
6656rm -rf conftest.dir
6657
6658AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6659AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6660AC_SUBST([am__tar])
6661AC_SUBST([am__untar])
6662])
6663m4trace:configure.in:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
6664m4trace:configure.in:1: -1- m4_pattern_forbid([_AC_])
6665m4trace:configure.in:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6666m4trace:configure.in:1: -1- m4_pattern_allow([^AS_FLAGS$])
6667m4trace:configure.in:1: -1- m4_pattern_forbid([^_?m4_])
6668m4trace:configure.in:1: -1- m4_pattern_forbid([^dnl$])
6669m4trace:configure.in:1: -1- m4_pattern_forbid([^_?AS_])
6670m4trace:configure.in:1: -1- m4_pattern_allow([^SHELL$])
6671m4trace:configure.in:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6672m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
6673m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6674m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6675m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
6676m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6677m4trace:configure.in:1: -1- m4_pattern_allow([^exec_prefix$])
6678m4trace:configure.in:1: -1- m4_pattern_allow([^prefix$])
6679m4trace:configure.in:1: -1- m4_pattern_allow([^program_transform_name$])
6680m4trace:configure.in:1: -1- m4_pattern_allow([^bindir$])
6681m4trace:configure.in:1: -1- m4_pattern_allow([^sbindir$])
6682m4trace:configure.in:1: -1- m4_pattern_allow([^libexecdir$])
6683m4trace:configure.in:1: -1- m4_pattern_allow([^datarootdir$])
6684m4trace:configure.in:1: -1- m4_pattern_allow([^datadir$])
6685m4trace:configure.in:1: -1- m4_pattern_allow([^sysconfdir$])
6686m4trace:configure.in:1: -1- m4_pattern_allow([^sharedstatedir$])
6687m4trace:configure.in:1: -1- m4_pattern_allow([^localstatedir$])
6688m4trace:configure.in:1: -1- m4_pattern_allow([^includedir$])
6689m4trace:configure.in:1: -1- m4_pattern_allow([^oldincludedir$])
6690m4trace:configure.in:1: -1- m4_pattern_allow([^docdir$])
6691m4trace:configure.in:1: -1- m4_pattern_allow([^infodir$])
6692m4trace:configure.in:1: -1- m4_pattern_allow([^htmldir$])
6693m4trace:configure.in:1: -1- m4_pattern_allow([^dvidir$])
6694m4trace:configure.in:1: -1- m4_pattern_allow([^pdfdir$])
6695m4trace:configure.in:1: -1- m4_pattern_allow([^psdir$])
6696m4trace:configure.in:1: -1- m4_pattern_allow([^libdir$])
6697m4trace:configure.in:1: -1- m4_pattern_allow([^localedir$])
6698m4trace:configure.in:1: -1- m4_pattern_allow([^mandir$])
6699m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
6700m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6701m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6702m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
6703m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6704m4trace:configure.in:1: -1- m4_pattern_allow([^DEFS$])
6705m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_C$])
6706m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_N$])
6707m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_T$])
6708m4trace:configure.in:1: -1- m4_pattern_allow([^LIBS$])
6709m4trace:configure.in:1: -1- m4_pattern_allow([^build_alias$])
6710m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
6711m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
6712m4trace:configure.in:2: -1- AM_CONFIG_HEADER([config.h])
6713m4trace:configure.in:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6714You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
6715configure.in:2: the top level])
6716m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([aacgain], [1.4])
6717m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6718m4trace:configure.in:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6719m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.10.1])
6720m4trace:configure.in:3: -1- _AM_AUTOCONF_VERSION([2.61])
6721m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6722m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6723m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_DATA$])
6724m4trace:configure.in:3: -1- m4_pattern_allow([^am__isrc$])
6725m4trace:configure.in:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
6726m4trace:configure.in:3: -1- m4_pattern_allow([^CYGPATH_W$])
6727m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
6728m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
6729m4trace:configure.in:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6730 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6731m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([no-define])
6732m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
6733m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
6734m4trace:configure.in:3: -1- AM_SANITY_CHECK
6735m4trace:configure.in:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6736m4trace:configure.in:3: -1- AM_MISSING_HAS_RUN
6737m4trace:configure.in:3: -1- AM_AUX_DIR_EXPAND
6738m4trace:configure.in:3: -1- m4_pattern_allow([^ACLOCAL$])
6739m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6740m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOCONF$])
6741m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6742m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOMAKE$])
6743m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6744m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOHEADER$])
6745m4trace:configure.in:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6746m4trace:configure.in:3: -1- m4_pattern_allow([^MAKEINFO$])
6747m4trace:configure.in:3: -1- AM_PROG_INSTALL_SH
6748m4trace:configure.in:3: -1- m4_pattern_allow([^install_sh$])
6749m4trace:configure.in:3: -1- AM_PROG_INSTALL_STRIP
6750m4trace:configure.in:3: -1- m4_pattern_allow([^STRIP$])
6751m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6752m4trace:configure.in:3: -1- AM_PROG_MKDIR_P
6753m4trace:configure.in:3: -1- m4_pattern_allow([^mkdir_p$])
6754m4trace:configure.in:3: -1- m4_pattern_allow([^AWK$])
6755m4trace:configure.in:3: -1- m4_pattern_allow([^SET_MAKE$])
6756m4trace:configure.in:3: -1- AM_SET_LEADING_DOT
6757m4trace:configure.in:3: -1- m4_pattern_allow([^am__leading_dot$])
6758m4trace:configure.in:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6759	      		     [_AM_PROG_TAR([v7])])])
6760m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([tar-ustar])
6761m4trace:configure.in:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6762m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([tar-pax])
6763m4trace:configure.in:3: -1- _AM_PROG_TAR([v7])
6764m4trace:configure.in:3: -1- AM_MISSING_PROG([AMTAR], [tar])
6765m4trace:configure.in:3: -1- m4_pattern_allow([^AMTAR$])
6766m4trace:configure.in:3: -1- m4_pattern_allow([^am__tar$])
6767m4trace:configure.in:3: -1- m4_pattern_allow([^am__untar$])
6768m4trace:configure.in:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6769                  [_AM_DEPENDENCIES(CC)],
6770                  [define([AC_PROG_CC],
6771                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6772AC_PROVIDE_IFELSE([AC_PROG_CXX],
6773                  [_AM_DEPENDENCIES(CXX)],
6774                  [define([AC_PROG_CXX],
6775                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6776AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6777                  [_AM_DEPENDENCIES(OBJC)],
6778                  [define([AC_PROG_OBJC],
6779                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6780])
6781m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([no-dependencies])
6782m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
6783You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
6784configure.in:4: the top level])
6785m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
6786m4trace:configure.in:5: -1- m4_pattern_allow([^CFLAGS$])
6787m4trace:configure.in:5: -1- m4_pattern_allow([^LDFLAGS$])
6788m4trace:configure.in:5: -1- m4_pattern_allow([^LIBS$])
6789m4trace:configure.in:5: -1- m4_pattern_allow([^CPPFLAGS$])
6790m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
6791m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
6792m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
6793m4trace:configure.in:5: -1- m4_pattern_allow([^CC$])
6794m4trace:configure.in:5: -1- m4_pattern_allow([^ac_ct_CC$])
6795m4trace:configure.in:5: -1- m4_pattern_allow([^EXEEXT$])
6796m4trace:configure.in:5: -1- m4_pattern_allow([^OBJEXT$])
6797m4trace:configure.in:5: -1- _AM_DEPENDENCIES([CC])
6798m4trace:configure.in:5: -1- AM_SET_DEPDIR
6799m4trace:configure.in:5: -1- m4_pattern_allow([^DEPDIR$])
6800m4trace:configure.in:5: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6801m4trace:configure.in:5: -1- AM_MAKE_INCLUDE
6802m4trace:configure.in:5: -1- m4_pattern_allow([^am__include$])
6803m4trace:configure.in:5: -1- m4_pattern_allow([^am__quote$])
6804m4trace:configure.in:5: -1- AM_DEP_TRACK
6805m4trace:configure.in:5: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6806m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEP_TRUE$])
6807m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEP_FALSE$])
6808m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6809m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6810m4trace:configure.in:5: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6811m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6812m4trace:configure.in:5: -1- m4_pattern_allow([^CCDEPMODE$])
6813m4trace:configure.in:5: -1- AM_CONDITIONAL([am__fastdepCC], [
6814  test "x$enable_dependency_tracking" != xno \
6815  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6816m4trace:configure.in:5: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6817m4trace:configure.in:5: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6818m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6819m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6820m4trace:configure.in:6: -1- m4_pattern_allow([^CXX$])
6821m4trace:configure.in:6: -1- m4_pattern_allow([^CXXFLAGS$])
6822m4trace:configure.in:6: -1- m4_pattern_allow([^LDFLAGS$])
6823m4trace:configure.in:6: -1- m4_pattern_allow([^LIBS$])
6824m4trace:configure.in:6: -1- m4_pattern_allow([^CPPFLAGS$])
6825m4trace:configure.in:6: -1- m4_pattern_allow([^CXX$])
6826m4trace:configure.in:6: -1- m4_pattern_allow([^ac_ct_CXX$])
6827m4trace:configure.in:6: -1- _AM_DEPENDENCIES([CXX])
6828m4trace:configure.in:6: -1- m4_pattern_allow([^CXXDEPMODE$])
6829m4trace:configure.in:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
6830  test "x$enable_dependency_tracking" != xno \
6831  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6832m4trace:configure.in:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
6833m4trace:configure.in:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
6834m4trace:configure.in:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
6835m4trace:configure.in:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
6836m4trace:configure.in:7: -1- m4_pattern_allow([^CPP$])
6837m4trace:configure.in:7: -1- m4_pattern_allow([^CPPFLAGS$])
6838m4trace:configure.in:7: -1- m4_pattern_allow([^CPP$])
6839m4trace:configure.in:9: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6840You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6841configure.in:9: the top level])
6842m4trace:configure.in:11: -1- AM_CONDITIONAL([do_static_build], [test "$static_build" = "yes"])
6843m4trace:configure.in:11: -1- m4_pattern_allow([^do_static_build_TRUE$])
6844m4trace:configure.in:11: -1- m4_pattern_allow([^do_static_build_FALSE$])
6845m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([do_static_build_TRUE])
6846m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([do_static_build_FALSE])
6847m4trace:configure.in:14: -1- m4_pattern_allow([^const$])
6848m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6849m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6850m4trace:configure.in:15: -1- m4_pattern_allow([^INSTALL_DATA$])
6851m4trace:configure.in:16: -1- m4_pattern_allow([^XMKMF$])
6852m4trace:configure.in:16: -1- m4_pattern_allow([^CXXCPP$])
6853m4trace:configure.in:16: -1- m4_pattern_allow([^CPPFLAGS$])
6854m4trace:configure.in:16: -1- m4_pattern_allow([^CXXCPP$])
6855m4trace:configure.in:16: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
6856m4trace:configure.in:16: -1- m4_pattern_allow([^X_CFLAGS$])
6857m4trace:configure.in:16: -1- m4_pattern_allow([^X_PRE_LIBS$])
6858m4trace:configure.in:16: -1- m4_pattern_allow([^X_LIBS$])
6859m4trace:configure.in:16: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
6860m4trace:configure.in:17: -1- AC_PROG_EGREP
6861m4trace:configure.in:17: -1- m4_pattern_allow([^GREP$])
6862m4trace:configure.in:17: -1- m4_pattern_allow([^GREP$])
6863m4trace:configure.in:17: -1- m4_pattern_allow([^EGREP$])
6864m4trace:configure.in:17: -1- m4_pattern_allow([^EGREP$])
6865m4trace:configure.in:17: -1- m4_pattern_allow([^STDC_HEADERS$])
6866m4trace:configure.in:17: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
6867m4trace:configure.in:18: -1- m4_pattern_allow([^STDC_HEADERS$])
6868m4trace:configure.in:24: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
6869m4trace:configure.in:25: -1- m4_pattern_allow([^SIZEOF_INT$])
6870m4trace:configure.in:26: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_INT$])
6871m4trace:configure.in:27: -1- m4_pattern_allow([^SIZEOF_LONG$])
6872m4trace:configure.in:28: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG$])
6873m4trace:configure.in:29: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
6874m4trace:configure.in:30: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG_LONG$])
6875m4trace:configure.in:32: -1- m4_pattern_allow([^SIZEOF_BOOL$])
6876m4trace:configure.in:35: -1- m4_pattern_allow([^HAVE_FPOS_T___POS$])
6877m4trace:configure.in:43: -1- m4_pattern_allow([^HAVE_IN_PORT_T$])
6878m4trace:configure.in:43: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$])
6879m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_UINT8_T$])
6880m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_INT8_T$])
6881m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_UINT16_T$])
6882m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_INT16_T$])
6883m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_UINT32_T$])
6884m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_INT32_T$])
6885m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_UINT64_T$])
6886m4trace:configure.in:50: -1- m4_pattern_allow([^HAVE_INT64_T$])
6887m4trace:configure.in:82: -1- m4_pattern_allow([^A_UINT32_T$])
6888m4trace:configure.in:85: -1- m4_pattern_allow([^A_UINT32_T$])
6889m4trace:configure.in:88: -1- m4_pattern_allow([^A_UINT32_T$])
6890m4trace:configure.in:101: -1- m4_pattern_allow([^A_INT32_T$])
6891m4trace:configure.in:104: -1- m4_pattern_allow([^A_INT32_T$])
6892m4trace:configure.in:107: -1- m4_pattern_allow([^A_INT32_T$])
6893m4trace:configure.in:120: -1- m4_pattern_allow([^A_UINT64_T$])
6894m4trace:configure.in:123: -1- m4_pattern_allow([^A_UINT64_T$])
6895m4trace:configure.in:126: -1- m4_pattern_allow([^A_UINT64_T$])
6896m4trace:configure.in:139: -1- m4_pattern_allow([^A_INT64_T$])
6897m4trace:configure.in:142: -1- m4_pattern_allow([^A_INT64_T$])
6898m4trace:configure.in:145: -1- m4_pattern_allow([^A_INT64_T$])
6899m4trace:configure.in:157: -1- m4_pattern_allow([^size_t$])
6900m4trace:configure.in:159: -1- AM_PROG_LIBTOOL
6901m4trace:configure.in:159: -1- AC_PROG_LIBTOOL
6902m4trace:configure.in:159: -1- _AC_PROG_LIBTOOL
6903m4trace:configure.in:159: -1- AC_LIBTOOL_SETUP
6904m4trace:configure.in:159: -1- AC_ENABLE_SHARED
6905m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6906You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6907../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6908/usr/share/aclocal/libtool.m4:2031: AC_ENABLE_SHARED is expanded from...
6909/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6910/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6911/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6912/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
6913configure.in:159: the top level])
6914m4trace:configure.in:159: -1- AC_ENABLE_STATIC
6915m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6916You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6917../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6918/usr/share/aclocal/libtool.m4:2070: AC_ENABLE_STATIC is expanded from...
6919/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6920/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6921/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6922/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
6923configure.in:159: the top level])
6924m4trace:configure.in:159: -1- AC_ENABLE_FAST_INSTALL
6925m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6926You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6927../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6928/usr/share/aclocal/libtool.m4:2109: AC_ENABLE_FAST_INSTALL is expanded from...
6929/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6930/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6931/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6932/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
6933configure.in:159: the top level])
6934m4trace:configure.in:159: -1- m4_pattern_allow([^build$])
6935m4trace:configure.in:159: -1- m4_pattern_allow([^build_cpu$])
6936m4trace:configure.in:159: -1- m4_pattern_allow([^build_vendor$])
6937m4trace:configure.in:159: -1- m4_pattern_allow([^build_os$])
6938m4trace:configure.in:159: -1- m4_pattern_allow([^host$])
6939m4trace:configure.in:159: -1- m4_pattern_allow([^host_cpu$])
6940m4trace:configure.in:159: -1- m4_pattern_allow([^host_vendor$])
6941m4trace:configure.in:159: -1- m4_pattern_allow([^host_os$])
6942m4trace:configure.in:159: -1- AC_PROG_LD
6943m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6944You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6945../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6946/usr/share/aclocal/libtool.m4:2250: AC_PROG_LD is expanded from...
6947/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6948/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6949/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6950/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
6951configure.in:159: the top level])
6952m4trace:configure.in:159: -1- LT_AC_PROG_SED
6953m4trace:configure.in:159: -1- m4_pattern_allow([^SED$])
6954m4trace:configure.in:159: -1- AC_PROG_LD_GNU
6955m4trace:configure.in:159: -1- AC_PROG_LD_RELOAD_FLAG
6956m4trace:configure.in:159: -1- AC_PROG_NM
6957m4trace:configure.in:159: -1- m4_pattern_allow([^LN_S$])
6958m4trace:configure.in:159: -1- AC_DEPLIBS_CHECK_METHOD
6959m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6960m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6961m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6962m4trace:configure.in:159: -1- AC_LIBTOOL_OBJDIR
6963m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
6964m4trace:configure.in:159: -1- _LT_AC_PROG_ECHO_BACKSLASH
6965m4trace:configure.in:159: -1- _LT_AC_SHELL_INIT([
6966# Check that we are running under the correct shell.
6967SHELL=${CONFIG_SHELL-/bin/sh}
6968
6969case X$ECHO in
6970X*--fallback-echo)
6971  # Remove one level of quotation (which was required for Make).
6972  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6973  ;;
6974esac
6975
6976echo=${ECHO-echo}
6977if test "X[$]1" = X--no-reexec; then
6978  # Discard the --no-reexec flag, and continue.
6979  shift
6980elif test "X[$]1" = X--fallback-echo; then
6981  # Avoid inline document here, it may be left over
6982  :
6983elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6984  # Yippee, $echo works!
6985  :
6986else
6987  # Restart under the correct shell.
6988  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6989fi
6990
6991if test "X[$]1" = X--fallback-echo; then
6992  # used as fallback echo
6993  shift
6994  cat <<EOF
6995[$]*
6996EOF
6997  exit 0
6998fi
6999
7000# The HP-UX ksh and POSIX shell print the target directory to stdout
7001# if CDPATH is set.
7002(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7003
7004if test -z "$ECHO"; then
7005if test "X${echo_test_string+set}" != Xset; then
7006# find a string as large as possible, as long as the shell can cope with it
7007  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7008    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7009    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7010       echo_test_string=`eval $cmd` &&
7011       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7012    then
7013      break
7014    fi
7015  done
7016fi
7017
7018if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7019   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7020   test "X$echo_testing_string" = "X$echo_test_string"; then
7021  :
7022else
7023  # The Solaris, AIX, and Digital Unix default echo programs unquote
7024  # backslashes.  This makes it impossible to quote backslashes using
7025  #   echo "$something" | sed 's/\\/\\\\/g'
7026  #
7027  # So, first we look for a working echo in the user's PATH.
7028
7029  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7030  for dir in $PATH /usr/ucb; do
7031    IFS="$lt_save_ifs"
7032    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7033       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7034       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7035       test "X$echo_testing_string" = "X$echo_test_string"; then
7036      echo="$dir/echo"
7037      break
7038    fi
7039  done
7040  IFS="$lt_save_ifs"
7041
7042  if test "X$echo" = Xecho; then
7043    # We didn't find a better echo, so look for alternatives.
7044    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7045       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7046       test "X$echo_testing_string" = "X$echo_test_string"; then
7047      # This shell has a builtin print -r that does the trick.
7048      echo='print -r'
7049    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7050	 test "X$CONFIG_SHELL" != X/bin/ksh; then
7051      # If we have ksh, try running configure again with it.
7052      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7053      export ORIGINAL_CONFIG_SHELL
7054      CONFIG_SHELL=/bin/ksh
7055      export CONFIG_SHELL
7056      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7057    else
7058      # Try using printf.
7059      echo='printf %s\n'
7060      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7061	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7062	 test "X$echo_testing_string" = "X$echo_test_string"; then
7063	# Cool, printf works
7064	:
7065      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7066	   test "X$echo_testing_string" = 'X\t' &&
7067	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7068	   test "X$echo_testing_string" = "X$echo_test_string"; then
7069	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7070	export CONFIG_SHELL
7071	SHELL="$CONFIG_SHELL"
7072	export SHELL
7073	echo="$CONFIG_SHELL [$]0 --fallback-echo"
7074      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7075	   test "X$echo_testing_string" = 'X\t' &&
7076	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7077	   test "X$echo_testing_string" = "X$echo_test_string"; then
7078	echo="$CONFIG_SHELL [$]0 --fallback-echo"
7079      else
7080	# maybe with a smaller string...
7081	prev=:
7082
7083	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7084	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7085	  then
7086	    break
7087	  fi
7088	  prev="$cmd"
7089	done
7090
7091	if test "$prev" != 'sed 50q "[$]0"'; then
7092	  echo_test_string=`eval $prev`
7093	  export echo_test_string
7094	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7095	else
7096	  # Oops.  We lost completely, so just stick with echo.
7097	  echo=echo
7098	fi
7099      fi
7100    fi
7101  fi
7102fi
7103fi
7104
7105# Copy echo and quote the copy suitably for passing to libtool from
7106# the Makefile, instead of quoting the original, which is used later.
7107ECHO=$echo
7108if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7109   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7110fi
7111
7112AC_SUBST(ECHO)
7113])
7114m4trace:configure.in:159: -1- m4_pattern_allow([^ECHO$])
7115m4trace:configure.in:159: -1- m4_pattern_allow([^AR$])
7116m4trace:configure.in:159: -1- m4_pattern_allow([^RANLIB$])
7117m4trace:configure.in:159: -1- m4_pattern_allow([^STRIP$])
7118m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
7119m4trace:configure.in:159: -1- AC_PATH_MAGIC
7120m4trace:configure.in:159: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7121m4trace:configure.in:159: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7122m4trace:configure.in:159: -1- _LT_REQUIRED_DARWIN_CHECKS
7123m4trace:configure.in:159: -1- m4_pattern_allow([^DSYMUTIL$])
7124m4trace:configure.in:159: -1- m4_pattern_allow([^NMEDIT$])
7125m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7126You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7127../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7128/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7129/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7130/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7131/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7132configure.in:159: the top level])
7133m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7134You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7135../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7136/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7137/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7138/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7139/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7140configure.in:159: the top level])
7141m4trace:configure.in:159: -1- AC_LIBTOOL_LANG_C_CONFIG
7142m4trace:configure.in:159: -1- _LT_AC_LANG_C_CONFIG
7143m4trace:configure.in:159: -1- _LT_AC_TAGVAR([objext], [])
7144m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
7145m4trace:configure.in:159: -1- _LT_COMPILER_BOILERPLATE
7146m4trace:configure.in:159: -1- _LT_LINKER_BOILERPLATE
7147m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7148m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7149m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7150m4trace:configure.in:159: -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"])
7151m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7152m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7153m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7154m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7155m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7156m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7157m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7158m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7159m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7160m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7161m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7162m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7163m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7164m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7165m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7166m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7167m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7168m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7169m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7170m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7171m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7172m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7173m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7174m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7175m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7176m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7177m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7178m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7179m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7180m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7181m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7182m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7183m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7184m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7185m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7186m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7187m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7188m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7189m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7190m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7191m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7192m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7193m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7194m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7195m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7196m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7197m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7198m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7199m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7200m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7201m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7202m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7203m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7204m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7205m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7206m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7207m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7208m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7209m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7210m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7211m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7212m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7213m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7214m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7215m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7216m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7217m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7218m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7219m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7220m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [])
7221m4trace:configure.in:159: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_cv_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
7222     "" | " "*) ;;
7223     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7224     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7225     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7226m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7227m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7228m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7229m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7230m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7231m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7232m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7233m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7234m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7235m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7236m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7237m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7238m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7239m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [])
7240m4trace:configure.in:159: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7241m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7242m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_CC_C_O([])
7243m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7244m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7245m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7246m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7247m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7248m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7249m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7250m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7251m4trace:configure.in:159: -1- _LT_AC_LOCK
7252m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7253You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7254../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7255../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7256../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7257/usr/share/aclocal/libtool.m4:551: _LT_AC_LOCK is expanded from...
7258/usr/share/aclocal/libtool.m4:1171: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7259/usr/share/aclocal/libtool.m4:2783: _LT_AC_LANG_C_CONFIG is expanded from...
7260/usr/share/aclocal/libtool.m4:2782: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7261/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7262/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7263/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7264/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7265configure.in:159: the top level])
7266m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7267m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7268m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7269m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7270m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7271m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7272m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7273m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7274m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7275m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7276m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7277m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7278m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7279m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7280m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7281m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7282m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7283m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7284m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7285m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7286m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7287m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7288m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7289m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [])
7290m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7291m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
7292m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7293m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7294m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7295m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7296m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7297m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7298m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7299m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7300m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7301m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7302m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7303m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7304m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7305m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7306m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7307m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7308m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7309m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7310m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7311m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7312m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7313m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7314m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7315m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7316m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7317m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7318m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7319m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7320m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7321m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7322m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7323m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7324m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7325m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7326m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7327m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7328m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7329m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7330m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7331m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7332m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7333m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7334m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7335m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7336m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7337m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7338m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7339m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7340m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7341m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7342m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7343m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7344m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7345m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7346m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7347m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7348m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7349m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7350m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7351m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7352m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7353m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7354m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7355m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7356m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7357m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7358m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7359m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7360m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7361m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7362m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7363m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7364m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
7365m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7366m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7367m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7368m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7369m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7370m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
7371m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7372m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7373m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7374m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7375m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7376m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7377m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7378m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7379m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7380m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7381m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7382m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7383m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7384m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7385m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7386m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7387m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7388m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7389m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7390m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7391m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7392m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7393m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7394m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7395m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7396m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7397m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7398m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7399m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7400m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7401m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7402m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7403m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7404m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7405m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7406m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7407m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7408m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7409m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7410m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7411m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7412m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7413m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7414m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7415m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7416m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7417m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7418m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7419m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7420m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7421m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7422m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7423m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7424m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7425m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7426m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7427m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7428m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7429m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7430m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7431m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7432m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7433m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7434m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7435m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7436m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7437m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7438m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7439m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7440m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7441m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7442m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7443m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7444m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7445m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7446m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7447m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7448m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7449m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7450m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7451m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7452m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7453m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7454m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7455m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7456m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7457m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7458m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7459m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7460m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7461m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7462m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7463m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7464m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7465m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7466m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7467m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7468m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7469m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7470m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7471m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7472m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7473m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7474m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7475m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7476m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7477m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7478m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7479m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7480m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7481m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7482m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7483m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7484m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7485m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7486m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7487m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7488m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7489m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7490m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7491m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7492m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7493m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7494m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7495m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7496m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7497m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7498m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7499m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7500m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7501m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7502m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7503m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7504m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7505m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7506m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7507m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7508m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7509m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7510m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7511m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7512m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7513m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7514m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7515m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7516m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7517m4trace:configure.in:159: -1- _LT_AC_TAGVAR([reload_cmds], [])
7518m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7519m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7520m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7521m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7522m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7523m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7524m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7525m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7526m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7527m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7528m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7529m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7530m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7531m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7532m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7533m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7534m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7535m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7536m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7537m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7538m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7539m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7540m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7541m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7542m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7543m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7544m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7545m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7546m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7547m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7548m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7549m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7550m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7551m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7552m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7553m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7554m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7555m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7556m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7557m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7558m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7559m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7560m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7561m4trace:configure.in:159: -2- _LT_AC_TAGVAR([archive_cmds], [])
7562m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7563m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7564m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7565m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7566m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7567m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7568m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7569m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7570m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7571m4trace:configure.in:159: -1- _LT_AC_TAGVAR([runpath_var], [])
7572m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7573m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7574m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7575m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7576m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7577m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7578m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7579m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7580m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7581m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_LIB_STRIP
7582m4trace:configure.in:159: -1- AC_LIBTOOL_DLOPEN_SELF
7583m4trace:configure.in:159: -1- _LT_AC_CHECK_DLFCN
7584m4trace:configure.in:159: -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])
7585m4trace:configure.in:159: -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])
7586m4trace:configure.in:159: -1- AC_LIBTOOL_CONFIG([])
7587m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [])
7588m4trace:configure.in:159: -1- _LT_AC_TAGVAR([CC], [])
7589m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [])
7590m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7591m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7592m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7593m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7594m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7595m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7596m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7597m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7598m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7599m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7600m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [])
7601m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [])
7602m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [])
7603m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [])
7604m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7605m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7606m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7607m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7608m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7609m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7610m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7611m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7612m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7613m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7614m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7615m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7616m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7617m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7618m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7619m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7620m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7621m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7622m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7623m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [])
7624m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7625m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7626m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7627m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7628m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7629m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7630m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7631m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7632m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7633m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7634m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [])
7635m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [])
7636m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [])
7637m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7638m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7639m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7640m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7641m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7642m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7643m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7644m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7645m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7646m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7647m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7648m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [])
7649m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7650m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [])
7651m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7652m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [])
7653m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [])
7654m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [])
7655m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [])
7656m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7657m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7658m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7659m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7660m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [])
7661m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7662m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7663m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7664m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7665m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7666m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7667m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7668m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7669m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7670m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7671m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7672m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [])
7673m4trace:configure.in:159: -1- _LT_AC_TAGCONFIG
7674m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7675You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7676../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7677/usr/share/aclocal/libtool.m4:1908: _LT_AC_TAGCONFIG is expanded from...
7678/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7679/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7680/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7681/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7682configure.in:159: the top level])
7683m4trace:configure.in:159: -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:1908: _LT_AC_TAGCONFIG is expanded from...
7684/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7685/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7686/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7687/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7688configure.in:159: the top level])
7689m4trace:configure.in:159: -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:1908: _LT_AC_TAGCONFIG is expanded from...
7690/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7691/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7692/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7693/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
7694configure.in:159: the top level])
7695m4trace:configure.in:159: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7696m4trace:configure.in:159: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7697m4trace:configure.in:159: -1- _LT_AC_PROG_CXXCPP
7698m4trace:configure.in:159: -1- m4_pattern_allow([^CXXCPP$])
7699m4trace:configure.in:159: -1- m4_pattern_allow([^CPPFLAGS$])
7700m4trace:configure.in:159: -1- m4_pattern_allow([^CXXCPP$])
7701m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7702m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7703m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7704m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7705m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7706m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7707m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7708m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7709m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7710m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7711m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7712m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7713m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7714m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7715m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7716m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7717m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7718m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7719m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7720m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7721m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7722m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [CXX])
7723m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7724m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7725m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
7726m4trace:configure.in:159: -1- _LT_AC_TAGVAR([objext], [CXX])
7727m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
7728m4trace:configure.in:159: -1- _LT_COMPILER_BOILERPLATE
7729m4trace:configure.in:159: -1- _LT_LINKER_BOILERPLATE
7730m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [CXX])
7731m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
7732m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7733m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7734m4trace:configure.in:159: -1- AC_PROG_LD
7735m4trace:configure.in:159: -1- AC_PROG_LD_GNU
7736m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7737m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7738m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7739m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7740m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7741m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7742m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7743m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7744m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7745m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7746m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7747m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7748m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7749m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7750m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7751m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7752m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7753m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7754m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7755m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
7756m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7757m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7758m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7759m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7760m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7761m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
7762m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7763m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7764m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7765m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7766m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7767m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7768m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7769m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7770m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7771m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7772m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7773m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7774m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7775m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7776m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7777m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7778m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7779m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7780m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7781m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7782m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7783m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7784m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7785m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7786m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7787m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7788m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7789m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7790m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7791m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7792m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7793m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7794m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7795m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7796m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7797m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7798m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7799m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7800m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7801m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7802m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7803m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7804m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7805m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7806m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7807m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7808m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7809m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7810m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7811m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7812m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7813m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7814m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7815m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7816m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7817m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7818m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7819m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7820m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7821m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7822m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7823m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7824m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7825m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7826m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7827m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7828m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7829m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7830m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7831m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7832m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7833m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7834m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7835m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7836m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7837m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7838m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7839m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7840m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7841m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7842m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7843m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7844m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7845m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7846m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7847m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7848m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7849m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7850m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7851m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7852m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7853m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7854m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7855m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7856m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7857m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7858m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7859m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7860m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7861m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7862m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7863m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7864m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7865m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7866m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7867m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7868m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7869m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7870m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7871m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7872m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7873m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7874m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7875m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7876m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7877m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7878m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7879m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7880m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7881m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7882m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7883m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7884m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7885m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7886m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7887m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7888m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7889m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7890m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7891m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7892m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7893m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7894m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7895m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7896m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7897m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7898m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7899m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7900m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7901m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7902m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7903m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7904m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7905m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7906m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7907m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7908m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7909m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7910m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7911m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7912m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7913m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7914m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7915m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7916m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7917m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7918m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7919m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7920m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7921m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7922m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7923m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7924m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7925m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7926m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7927m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7928m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7929m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7930m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7931m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7932m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7933m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7934m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7935m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7936m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7937m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7938m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7939m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7940m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7941m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7942m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7943m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7944m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7945m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7946m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7947m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7948m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7949m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7950m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7951m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7952m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7953m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7954m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7955m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7956m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7957m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7958m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7959m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7960m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7961m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7962m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [CXX])
7963m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [CXX])
7964m4trace:configure.in:159: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7965m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7966m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7967m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7968m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7969m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7970m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7971m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7972m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7973m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7974m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7975m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7976m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7977m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7978m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7979m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7980m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7981m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
7982m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7983m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
7984m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7985m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7986m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7987m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7988m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7989m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7990m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7991m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7992m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7993m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7994m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7995m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7996m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7997m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7998m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7999m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8000m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8001m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8002m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8003m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8004m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8005m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8006m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8007m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8008m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8009m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8010m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8011m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8012m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8013m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8014m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8015m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8016m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8017m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8018m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8019m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8020m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8021m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8022m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8023m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8024m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8025m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8026m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8027m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8028m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8029m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8030m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8031m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8032m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8033m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8034m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8035m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8036m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8037m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8038m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8039m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8040m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8041m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8042m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8043m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8044m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8045m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8046m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8047m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8048m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8049m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8050m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8051m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8052m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8053m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8054m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [CXX])
8055m4trace:configure.in:159: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_cv_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
8056     "" | " "*) ;;
8057     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8058     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8059     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8060m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8061m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8062m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8063m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8064m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8065m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8066m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8067m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8068m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8069m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8070m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8071m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8072m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8073m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [CXX])
8074m4trace:configure.in:159: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
8075m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8076m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8077m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8078m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8079m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8080m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8081m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8082m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8083m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8084m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8085m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8086m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8087m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8088m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8089m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8090m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8091m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8092m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8093m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8094m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8095m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8096m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8097m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8098m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8099m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8100m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8101m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8102m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8103m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8104m4trace:configure.in:159: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8105m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8106m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8107m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8108m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8109m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8110m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8111m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8112m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8113m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8114m4trace:configure.in:159: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8115m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8116m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8117m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8118m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8119m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8120m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8121m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8122m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8123m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8124m4trace:configure.in:159: -1- AC_LIBTOOL_CONFIG([CXX])
8125m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [CXX])
8126m4trace:configure.in:159: -1- _LT_AC_TAGVAR([CC], [CXX])
8127m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [CXX])
8128m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8129m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8130m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8131m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8132m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8133m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8134m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8135m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8136m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8137m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8138m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8139m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8140m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [CXX])
8141m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8142m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8143m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8144m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8145m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8146m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8147m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8148m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8149m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8150m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8151m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8152m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8153m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8154m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8155m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8156m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8157m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8158m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8159m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8160m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8161m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8162m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8163m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8164m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8165m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8166m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8167m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8168m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8169m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8170m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8171m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8172m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [CXX])
8173m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [CXX])
8174m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [CXX])
8175m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8176m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8177m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8178m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8179m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8180m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8181m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8182m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8183m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8184m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8185m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8186m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8187m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8188m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8189m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8190m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8191m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8192m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [CXX])
8193m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8194m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8195m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8196m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8197m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8198m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8199m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8200m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8201m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8202m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8203m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8204m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8205m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8206m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8207m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8208m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8209m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8210m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8211m4trace:configure.in:159: -1- AC_LIBTOOL_LANG_F77_CONFIG
8212m4trace:configure.in:159: -1- _LT_AC_LANG_F77_CONFIG([F77])
8213m4trace:configure.in:159: -1- m4_pattern_allow([^F77$])
8214m4trace:configure.in:159: -1- m4_pattern_allow([^FFLAGS$])
8215m4trace:configure.in:159: -1- m4_pattern_allow([^LDFLAGS$])
8216m4trace:configure.in:159: -1- m4_pattern_allow([^LIBS$])
8217m4trace:configure.in:159: -1- m4_pattern_allow([^F77$])
8218m4trace:configure.in:159: -1- m4_pattern_allow([^ac_ct_F77$])
8219m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8220m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8221m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8222m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8223m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8224m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8225m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8226m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8227m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8228m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8229m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8230m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8231m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8232m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8233m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8234m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8235m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8236m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8237m4trace:configure.in:159: -1- _LT_AC_TAGVAR([objext], [F77])
8238m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
8239m4trace:configure.in:159: -1- _LT_COMPILER_BOILERPLATE
8240m4trace:configure.in:159: -1- _LT_LINKER_BOILERPLATE
8241m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [F77])
8242m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
8243m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [F77])
8244m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [F77])
8245m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8246m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8247m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8248m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8249m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8250m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8251m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8252m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8253m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8254m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8255m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8256m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8257m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8258m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8259m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8260m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8261m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8262m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8263m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8264m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8265m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8266m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8267m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8268m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8269m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8270m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8271m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8272m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8273m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8274m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8275m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8276m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8277m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8278m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8279m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8280m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8281m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8282m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8283m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8284m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8285m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8286m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8287m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8288m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8289m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8290m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8291m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8292m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8293m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8294m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8295m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8296m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8297m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8298m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8299m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8300m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8301m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8302m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8303m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8304m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8305m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8306m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8307m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8308m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8309m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8310m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8311m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8312m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [F77])
8313m4trace:configure.in:159: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_cv_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
8314     "" | " "*) ;;
8315     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8316     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8317     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8318m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8319m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8320m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8321m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8322m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8323m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8324m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8325m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8326m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8327m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8328m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8329m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8330m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8331m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [F77])
8332m4trace:configure.in:159: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8333m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8334m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8335m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8336m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8337m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8338m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8339m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8340m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8341m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8342m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8343m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8344m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8345m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8346m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8347m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8348m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8349m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8350m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8351m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8352m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8353m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8354m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8355m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8356m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8357m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8358m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8359m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8360m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8361m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8362m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8363m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8364m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8365m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8366m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8367m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8368m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
8369m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8370m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8371m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8372m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8373m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8374m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8375m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8376m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8377m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8378m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8379m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8380m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8381m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8382m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8383m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8384m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8385m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8386m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8387m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8388m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8389m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8390m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8391m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8392m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8393m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8394m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8395m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8396m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8397m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8398m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8399m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8400m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8401m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8402m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8403m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8404m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8405m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8406m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8407m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8408m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8409m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8410m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8411m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8412m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8413m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8414m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8415m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8416m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8417m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8418m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8419m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8420m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8421m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8422m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8423m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8424m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8425m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8426m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8427m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8428m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8429m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8430m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8431m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8432m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8433m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8434m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8435m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8436m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8437m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8438m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8439m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8440m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8441m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
8442m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8443m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8444m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8445m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8446m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8447m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
8448m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8449m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8450m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8451m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8452m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8453m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8454m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8455m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8456m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8457m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8458m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8459m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8460m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8461m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8462m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8463m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8464m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8465m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8466m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8467m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8468m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8469m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8470m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8471m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8472m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8473m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8474m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8475m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8476m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8477m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8478m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8479m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8480m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8481m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8482m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8483m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8484m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8485m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8486m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8487m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8488m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8489m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8490m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8491m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8492m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8493m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8494m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8495m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8496m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8497m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8498m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8499m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8500m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8501m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8502m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8503m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8504m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8505m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8506m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8507m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8508m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8509m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8510m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8511m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8512m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8513m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8514m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8515m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8516m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8517m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8518m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8519m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8520m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8521m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8522m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8523m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8524m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8525m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8526m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8527m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8528m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8529m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8530m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8531m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8532m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8533m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8534m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8535m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8536m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8537m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8538m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8539m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8540m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8541m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8542m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8543m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8544m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8545m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8546m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8547m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8548m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8549m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8550m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8551m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8552m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8553m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8554m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8555m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8556m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8557m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8558m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8559m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8560m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8561m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8562m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8563m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8564m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8565m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8566m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8567m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8568m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8569m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8570m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8571m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8572m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8573m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8574m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8575m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8576m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8577m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8578m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8579m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8580m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8581m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8582m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8583m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8584m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8585m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8586m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8587m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8588m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8589m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8590m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8591m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8592m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8593m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8594m4trace:configure.in:159: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8595m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8596m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8597m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8598m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8599m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8600m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8601m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8602m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8603m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8604m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8605m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8606m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8607m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8608m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8609m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8610m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8611m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8612m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8613m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8614m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8615m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8616m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8617m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8618m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8619m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8620m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8621m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8622m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8623m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8624m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8625m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8626m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8627m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8628m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8629m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8630m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8631m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8632m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8633m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8634m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8635m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8636m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8637m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8638m4trace:configure.in:159: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8639m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8640m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8641m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8642m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8643m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8644m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8645m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8646m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8647m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8648m4trace:configure.in:159: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8649m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8650m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8651m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8652m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8653m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8654m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8655m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8656m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8657m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8658m4trace:configure.in:159: -1- AC_LIBTOOL_CONFIG([F77])
8659m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [F77])
8660m4trace:configure.in:159: -1- _LT_AC_TAGVAR([CC], [F77])
8661m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [F77])
8662m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8663m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8664m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8665m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8666m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8667m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8668m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8669m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8670m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8671m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8672m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8673m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8674m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [F77])
8675m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [F77])
8676m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8677m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8678m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8679m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8680m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8681m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8682m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8683m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8684m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8685m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8686m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8687m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8688m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8689m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8690m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8691m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8692m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8693m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8694m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8695m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8696m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8697m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8698m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8699m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8700m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8701m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8702m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8703m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8704m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8705m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8706m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [F77])
8707m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [F77])
8708m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [F77])
8709m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8710m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8711m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8712m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8713m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8714m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8715m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8716m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8717m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8718m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8719m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8720m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8721m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8722m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8723m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8724m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8725m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8726m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [F77])
8727m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [F77])
8728m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8729m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8730m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8731m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8732m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8733m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8734m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8735m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8736m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8737m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8738m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8739m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8740m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8741m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8742m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8743m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8744m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8745m4trace:configure.in:159: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8746m4trace:configure.in:159: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8747m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8748You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8749/usr/share/aclocal/libtool.m4:4177: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8750/usr/share/aclocal/libtool.m4:4176: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8751/usr/share/aclocal/libtool.m4:1908: _LT_AC_TAGCONFIG is expanded from...
8752/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8753/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8754/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8755/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
8756configure.in:159: the top level])
8757m4trace:configure.in:159: -1- _LT_AC_TAGVAR([objext], [GCJ])
8758m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
8759m4trace:configure.in:159: -1- _LT_COMPILER_BOILERPLATE
8760m4trace:configure.in:159: -1- _LT_LINKER_BOILERPLATE
8761m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8762m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
8763m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8764m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8765m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8766m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8767m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8768m4trace:configure.in:159: -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"])
8769m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8770m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8771m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8772m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8773m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8774m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8775m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8776m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8777m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8778m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8779m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8780m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8781m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8782m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8783m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8784m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8785m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8786m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8787m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8788m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8789m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8790m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8791m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8792m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8793m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8794m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8795m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8796m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8797m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8798m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8799m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8800m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8801m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8802m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8803m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8804m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8805m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8806m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8807m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8808m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8809m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8810m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8811m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8812m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8813m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8814m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8815m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8816m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8817m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8818m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8819m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8820m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8821m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8822m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8823m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8824m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8825m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8826m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8827m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8828m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8829m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8830m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8831m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8832m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8833m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8834m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8835m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8836m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [GCJ])
8837m4trace:configure.in:159: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_cv_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
8838     "" | " "*) ;;
8839     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8840     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8841     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8842m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8843m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8844m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8845m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8846m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8847m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8848m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8849m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8850m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8851m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8852m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8853m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8854m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8855m4trace:configure.in:159: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [GCJ])
8856m4trace:configure.in:159: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8857m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8858m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8859m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8860m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8861m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8862m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8863m4trace:configure.in:159: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8864m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8865m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8866m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8867m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8868m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8869m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8870m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8871m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8872m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8873m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8874m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8875m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8876m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8877m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8878m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8879m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8880m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8881m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8882m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8883m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8884m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8885m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8886m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8887m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8888m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8889m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8890m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8891m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8892m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
8893m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8894m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8895m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8896m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8897m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8898m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8899m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8900m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8901m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8902m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8903m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8904m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8905m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8906m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8907m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8908m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8909m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8910m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8911m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8912m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8913m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8914m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8915m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8916m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8917m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8918m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8919m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8920m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8921m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8922m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8923m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8924m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8925m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8926m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8927m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8928m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8929m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8930m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8931m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8932m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8933m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8934m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8935m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8936m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8937m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8938m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8939m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8940m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8941m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8942m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8943m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8944m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8945m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8946m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8947m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8948m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8949m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8950m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8951m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8952m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8953m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8954m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8955m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8956m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8957m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8958m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8959m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8960m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8961m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8962m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8963m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8964m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8965m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
8966m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8967m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8968m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8969m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8970m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8971m4trace:configure.in:159: -1- _LT_AC_SYS_LIBPATH_AIX
8972m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8973m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8974m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8975m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8976m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8977m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8978m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8979m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8980m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8981m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8982m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8983m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8984m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8985m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8986m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8987m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8988m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8989m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8990m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8991m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8992m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8993m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8994m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8995m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8996m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8997m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8998m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8999m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9000m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9001m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9002m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9003m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9004m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9005m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9006m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9007m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9008m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9009m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9010m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9011m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9012m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9013m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9014m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9015m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9016m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9017m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9018m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9019m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9020m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9021m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9022m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9023m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9024m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9025m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9026m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9027m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9028m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9029m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9030m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9031m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9032m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9033m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9034m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9035m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9036m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9037m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9038m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9039m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9040m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9041m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9042m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9043m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9044m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9045m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9046m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9047m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9048m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9049m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9050m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9051m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9052m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9053m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9054m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9055m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9056m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9057m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9058m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9059m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9060m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9061m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9062m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9063m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9064m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9065m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9066m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9067m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9068m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9069m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9070m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9071m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9072m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9073m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9074m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9075m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9076m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9077m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9078m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9079m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9080m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9081m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9082m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9083m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9084m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9085m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9086m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9087m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9088m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9089m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9090m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9091m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9092m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9093m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9094m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9095m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9096m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9097m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9098m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9099m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9100m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9101m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9102m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9103m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9104m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9105m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9106m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9107m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9108m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9109m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9110m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9111m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9112m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9113m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9114m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9115m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9116m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9117m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9118m4trace:configure.in:159: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9119m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9120m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9121m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9122m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9123m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9124m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9125m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9126m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9127m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9128m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9129m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9130m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9131m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9132m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9133m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9134m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9135m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9136m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9137m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9138m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9139m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9140m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9141m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9142m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9143m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9144m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9145m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9146m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9147m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9148m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9149m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9150m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9151m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9152m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9153m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9154m4trace:configure.in:159: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9155m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9156m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9157m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9158m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9159m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9160m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9161m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9162m4trace:configure.in:159: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9163m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9164m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9165m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9166m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9167m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9168m4trace:configure.in:159: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9169m4trace:configure.in:159: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9170m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9171m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9172m4trace:configure.in:159: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9173m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9174m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9175m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9176m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9177m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9178m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9179m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9180m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9181m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9182m4trace:configure.in:159: -1- AC_LIBTOOL_CONFIG([GCJ])
9183m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9184m4trace:configure.in:159: -1- _LT_AC_TAGVAR([CC], [GCJ])
9185m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [GCJ])
9186m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9187m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9188m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9189m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9190m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9191m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9192m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9193m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9194m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9195m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9196m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9197m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9198m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9199m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9200m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9201m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9202m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9203m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9204m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9205m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9206m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9207m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9208m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9209m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9210m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9211m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9212m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9213m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9214m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9215m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9216m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9217m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9218m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9219m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9220m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9221m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9222m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9223m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9224m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9225m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9226m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9227m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9228m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9229m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9230m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9231m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9232m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [GCJ])
9233m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9234m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9235m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9236m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9237m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9238m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9239m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9240m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9241m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9242m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9243m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9244m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9245m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9246m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9247m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9248m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9249m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9250m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9251m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9252m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9253m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9254m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9255m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9256m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9257m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9258m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9259m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9260m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9261m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9262m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9263m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9264m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9265m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9266m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9267m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9268m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9269m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9270You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9271/usr/share/aclocal/libtool.m4:4177: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9272/usr/share/aclocal/libtool.m4:4176: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9273/usr/share/aclocal/libtool.m4:1908: _LT_AC_TAGCONFIG is expanded from...
9274/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9275/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9276/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9277/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
9278configure.in:159: the top level])
9279m4trace:configure.in:159: -1- AC_LIBTOOL_LANG_RC_CONFIG
9280m4trace:configure.in:159: -1- _LT_AC_LANG_RC_CONFIG([RC])
9281m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9282You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9283/usr/share/aclocal/libtool.m4:4237: _LT_AC_LANG_RC_CONFIG is expanded from...
9284/usr/share/aclocal/libtool.m4:4236: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9285/usr/share/aclocal/libtool.m4:1908: _LT_AC_TAGCONFIG is expanded from...
9286/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9287/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9288/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9289/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
9290configure.in:159: the top level])
9291m4trace:configure.in:159: -1- _LT_AC_TAGVAR([objext], [RC])
9292m4trace:configure.in:159: -1- _LT_AC_SYS_COMPILER
9293m4trace:configure.in:159: -1- _LT_COMPILER_BOILERPLATE
9294m4trace:configure.in:159: -1- _LT_LINKER_BOILERPLATE
9295m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [RC])
9296m4trace:configure.in:159: -1- _LT_CC_BASENAME([$compiler])
9297m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9298m4trace:configure.in:159: -1- AC_LIBTOOL_CONFIG([RC])
9299m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [RC])
9300m4trace:configure.in:159: -1- _LT_AC_TAGVAR([CC], [RC])
9301m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [RC])
9302m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9303m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9304m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9305m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9306m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9307m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9308m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9309m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9310m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9311m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9312m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9313m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9314m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [RC])
9315m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [RC])
9316m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9317m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9318m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9319m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9320m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9321m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9322m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9323m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9324m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9325m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9326m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9327m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9328m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9329m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9330m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9331m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9332m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9333m4trace:configure.in:159: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9334m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9335m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9336m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9337m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9338m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9339m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9340m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9341m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9342m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9343m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9344m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9345m4trace:configure.in:159: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9346m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler], [RC])
9347m4trace:configure.in:159: -1- _LT_AC_TAGVAR([GCC], [RC])
9348m4trace:configure.in:159: -1- _LT_AC_TAGVAR([LD], [RC])
9349m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9350m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9351m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9352m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9353m4trace:configure.in:159: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9354m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9355m4trace:configure.in:159: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9356m4trace:configure.in:159: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9357m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9358m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9359m4trace:configure.in:159: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9360m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9361m4trace:configure.in:159: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9362m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9363m4trace:configure.in:159: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9364m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9365m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9366m4trace:configure.in:159: -1- _LT_AC_TAGVAR([predeps], [RC])
9367m4trace:configure.in:159: -1- _LT_AC_TAGVAR([postdeps], [RC])
9368m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9369m4trace:configure.in:159: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9370m4trace:configure.in:159: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9371m4trace:configure.in:159: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9372m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9373m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9374m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9375m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9376m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9377m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9378m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9379m4trace:configure.in:159: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9380m4trace:configure.in:159: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9381m4trace:configure.in:159: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9382m4trace:configure.in:159: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9383m4trace:configure.in:159: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9384m4trace:configure.in:159: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9385m4trace:configure.in:159: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9386You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9387/usr/share/aclocal/libtool.m4:4237: _LT_AC_LANG_RC_CONFIG is expanded from...
9388/usr/share/aclocal/libtool.m4:4236: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9389/usr/share/aclocal/libtool.m4:1908: _LT_AC_TAGCONFIG is expanded from...
9390/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9391/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9392/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9393/usr/share/aclocal/libtool.m4:6548: AM_PROG_LIBTOOL is expanded from...
9394configure.in:159: the top level])
9395m4trace:configure.in:159: -1- m4_pattern_allow([^LIBTOOL$])
9396m4trace:configure.in:159: -1- AC_LIBTOOL_CXX
9397m4trace:configure.in:159: -1- _LT_AC_LANG_CXX
9398m4trace:configure.in:159: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9399m4trace:configure.in:159: -1- AC_LIBTOOL_F77
9400m4trace:configure.in:159: -1- _LT_AC_LANG_F77
9401m4trace:configure.in:159: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9402m4trace:configure.in:161: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
9403You should run autoupdate.], [])
9404m4trace:configure.in:161: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9405m4trace:configure.in:161: -1- m4_pattern_allow([^LTLIBOBJS$])
9406m4trace:configure.in:161: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9407m4trace:configure.in:161: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
9408