1m4trace:/usr/share/aclocal/libtool.m4:55: -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:75: -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:220: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47AC_REQUIRE([AC_ENABLE_SHARED])dnl
48AC_REQUIRE([AC_ENABLE_STATIC])dnl
49AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50AC_REQUIRE([AC_CANONICAL_HOST])dnl
51AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52AC_REQUIRE([AC_PROG_CC])dnl
53AC_REQUIRE([AC_PROG_LD])dnl
54AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55AC_REQUIRE([AC_PROG_NM])dnl
56
57AC_REQUIRE([AC_PROG_LN_S])dnl
58AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60AC_REQUIRE([AC_OBJEXT])dnl
61AC_REQUIRE([AC_EXEEXT])dnl
62dnl
63
64AC_LIBTOOL_SYS_MAX_CMD_LEN
65AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66AC_LIBTOOL_OBJDIR
67
68AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69_LT_AC_PROG_ECHO_BACKSLASH
70
71case $host_os in
72aix3*)
73  # AIX sometimes has problems with the GCC collect2 program.  For some
74  # reason, if we set the COLLECT_NAMES environment variable, the problems
75  # vanish in a puff of smoke.
76  if test "X${COLLECT_NAMES+set}" != Xset; then
77    COLLECT_NAMES=
78    export COLLECT_NAMES
79  fi
80  ;;
81esac
82
83# Sed substitution that helps us do robust quoting.  It backslashifies
84# metacharacters that are still active within double-quoted strings.
85Xsed='sed -e 1s/^X//'
86[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
88# Same as above, but do not quote variable references.
89[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
91# Sed substitution to delay expansion of an escaped shell variable in a
92# double_quote_subst'ed string.
93delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
95# Sed substitution to avoid accidental globbing in evaled expressions
96no_glob_subst='s/\*/\\\*/g'
97
98# Constants:
99rm="rm -f"
100
101# Global variables:
102default_ofile=libtool
103can_build_shared=yes
104
105# All known linkers require a `.a' archive for static linking (except MSVC,
106# which needs '.lib').
107libext=a
108ltmain="$ac_aux_dir/ltmain.sh"
109ofile="$default_ofile"
110with_gnu_ld="$lt_cv_prog_gnu_ld"
111
112AC_CHECK_TOOL(AR, ar, false)
113AC_CHECK_TOOL(RANLIB, ranlib, :)
114AC_CHECK_TOOL(STRIP, strip, :)
115
116old_CC="$CC"
117old_CFLAGS="$CFLAGS"
118
119# Set sane defaults for various variables
120test -z "$AR" && AR=ar
121test -z "$AR_FLAGS" && AR_FLAGS=cru
122test -z "$AS" && AS=as
123test -z "$CC" && CC=cc
124test -z "$LTCC" && LTCC=$CC
125test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
126test -z "$DLLTOOL" && DLLTOOL=dlltool
127test -z "$LD" && LD=ld
128test -z "$LN_S" && LN_S="ln -s"
129test -z "$MAGIC_CMD" && MAGIC_CMD=file
130test -z "$NM" && NM=nm
131test -z "$SED" && SED=sed
132test -z "$OBJDUMP" && OBJDUMP=objdump
133test -z "$RANLIB" && RANLIB=:
134test -z "$STRIP" && STRIP=:
135test -z "$ac_objext" && ac_objext=o
136
137# Determine commands to create old-style static archives.
138old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
139old_postinstall_cmds='chmod 644 $oldlib'
140old_postuninstall_cmds=
141
142if test -n "$RANLIB"; then
143  case $host_os in
144  openbsd*)
145    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
146    ;;
147  *)
148    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
149    ;;
150  esac
151  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
152fi
153
154_LT_CC_BASENAME([$compiler])
155
156# Only perform the check for file, if the check method requires it
157case $deplibs_check_method in
158file_magic*)
159  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
160    AC_PATH_MAGIC
161  fi
162  ;;
163esac
164
165AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
166AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
167enable_win32_dll=yes, enable_win32_dll=no)
168
169AC_ARG_ENABLE([libtool-lock],
170    [AC_HELP_STRING([--disable-libtool-lock],
171	[avoid locking (might break parallel builds)])])
172test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173
174AC_ARG_WITH([pic],
175    [AC_HELP_STRING([--with-pic],
176	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
177    [pic_mode="$withval"],
178    [pic_mode=default])
179test -z "$pic_mode" && pic_mode=default
180
181# Use C for the default configuration in the libtool script
182tagname=
183AC_LIBTOOL_LANG_C_CONFIG
184_LT_AC_TAGCONFIG
185])
186m4trace:/usr/share/aclocal/libtool.m4:236: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187
188# If no C compiler was specified, use CC.
189LTCC=${LTCC-"$CC"}
190
191# If no C compiler flags were specified, use CFLAGS.
192LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
193
194# Allow CC to be a program name with arguments.
195compiler=$CC
196])
197m4trace:/usr/share/aclocal/libtool.m4:252: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
198  case $cc_temp in
199    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
200    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
201    \-*) ;;
202    *) break;;
203  esac
204done
205cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
206])
207m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
208printf "$lt_simple_compile_test_code" >conftest.$ac_ext
209eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
210_lt_compiler_boilerplate=`cat conftest.err`
211$rm conftest*
212])
213m4trace:/usr/share/aclocal/libtool.m4:278: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
214printf "$lt_simple_link_test_code" >conftest.$ac_ext
215eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
216_lt_linker_boilerplate=`cat conftest.err`
217$rm conftest*
218])
219m4trace:/usr/share/aclocal/libtool.m4:297: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
220aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
221}'`
222# Check for a 64-bit object if we didn't find anything.
223if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
224}'`; fi],[])
225if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
226])
227m4trace:/usr/share/aclocal/libtool.m4:308: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
228	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
229	 [AC_DIVERT_PUSH(NOTICE)])
230$1
231AC_DIVERT_POP
232])
233m4trace:/usr/share/aclocal/libtool.m4:464: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
234# Check that we are running under the correct shell.
235SHELL=${CONFIG_SHELL-/bin/sh}
236
237case X$ECHO in
238X*--fallback-echo)
239  # Remove one level of quotation (which was required for Make).
240  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
241  ;;
242esac
243
244echo=${ECHO-echo}
245if test "X[$]1" = X--no-reexec; then
246  # Discard the --no-reexec flag, and continue.
247  shift
248elif test "X[$]1" = X--fallback-echo; then
249  # Avoid inline document here, it may be left over
250  :
251elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
252  # Yippee, $echo works!
253  :
254else
255  # Restart under the correct shell.
256  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
257fi
258
259if test "X[$]1" = X--fallback-echo; then
260  # used as fallback echo
261  shift
262  cat <<EOF
263[$]*
264EOF
265  exit 0
266fi
267
268# The HP-UX ksh and POSIX shell print the target directory to stdout
269# if CDPATH is set.
270(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
271
272if test -z "$ECHO"; then
273if test "X${echo_test_string+set}" != Xset; then
274# find a string as large as possible, as long as the shell can cope with it
275  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
276    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
277    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
278       echo_test_string=`eval $cmd` &&
279       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
280    then
281      break
282    fi
283  done
284fi
285
286if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
287   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
288   test "X$echo_testing_string" = "X$echo_test_string"; then
289  :
290else
291  # The Solaris, AIX, and Digital Unix default echo programs unquote
292  # backslashes.  This makes it impossible to quote backslashes using
293  #   echo "$something" | sed 's/\\/\\\\/g'
294  #
295  # So, first we look for a working echo in the user's PATH.
296
297  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
298  for dir in $PATH /usr/ucb; do
299    IFS="$lt_save_ifs"
300    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
301       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
302       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
303       test "X$echo_testing_string" = "X$echo_test_string"; then
304      echo="$dir/echo"
305      break
306    fi
307  done
308  IFS="$lt_save_ifs"
309
310  if test "X$echo" = Xecho; then
311    # We didn't find a better echo, so look for alternatives.
312    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
313       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
314       test "X$echo_testing_string" = "X$echo_test_string"; then
315      # This shell has a builtin print -r that does the trick.
316      echo='print -r'
317    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
318	 test "X$CONFIG_SHELL" != X/bin/ksh; then
319      # If we have ksh, try running configure again with it.
320      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
321      export ORIGINAL_CONFIG_SHELL
322      CONFIG_SHELL=/bin/ksh
323      export CONFIG_SHELL
324      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
325    else
326      # Try using printf.
327      echo='printf %s\n'
328      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
329	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
330	 test "X$echo_testing_string" = "X$echo_test_string"; then
331	# Cool, printf works
332	:
333      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
334	   test "X$echo_testing_string" = 'X\t' &&
335	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
336	   test "X$echo_testing_string" = "X$echo_test_string"; then
337	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
338	export CONFIG_SHELL
339	SHELL="$CONFIG_SHELL"
340	export SHELL
341	echo="$CONFIG_SHELL [$]0 --fallback-echo"
342      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
343	   test "X$echo_testing_string" = 'X\t' &&
344	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
345	   test "X$echo_testing_string" = "X$echo_test_string"; then
346	echo="$CONFIG_SHELL [$]0 --fallback-echo"
347      else
348	# maybe with a smaller string...
349	prev=:
350
351	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
352	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
353	  then
354	    break
355	  fi
356	  prev="$cmd"
357	done
358
359	if test "$prev" != 'sed 50q "[$]0"'; then
360	  echo_test_string=`eval $prev`
361	  export echo_test_string
362	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
363	else
364	  # Oops.  We lost completely, so just stick with echo.
365	  echo=echo
366	fi
367      fi
368    fi
369  fi
370fi
371fi
372
373# Copy echo and quote the copy suitably for passing to libtool from
374# the Makefile, instead of quoting the original, which is used later.
375ECHO=$echo
376if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
377   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
378fi
379
380AC_SUBST(ECHO)
381])])
382m4trace:/usr/share/aclocal/libtool.m4:608: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
383    [AC_HELP_STRING([--disable-libtool-lock],
384	[avoid locking (might break parallel builds)])])
385test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
386
387# Some flags need to be propagated to the compiler or linker for good
388# libtool support.
389case $host in
390ia64-*-hpux*)
391  # Find out which ABI we are using.
392  echo 'int i;' > conftest.$ac_ext
393  if AC_TRY_EVAL(ac_compile); then
394    case `/usr/bin/file conftest.$ac_objext` in
395    *ELF-32*)
396      HPUX_IA64_MODE="32"
397      ;;
398    *ELF-64*)
399      HPUX_IA64_MODE="64"
400      ;;
401    esac
402  fi
403  rm -rf conftest*
404  ;;
405*-*-irix6*)
406  # Find out which ABI we are using.
407  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
408  if AC_TRY_EVAL(ac_compile); then
409   if test "$lt_cv_prog_gnu_ld" = yes; then
410    case `/usr/bin/file conftest.$ac_objext` in
411    *32-bit*)
412      LD="${LD-ld} -melf32bsmip"
413      ;;
414    *N32*)
415      LD="${LD-ld} -melf32bmipn32"
416      ;;
417    *64-bit*)
418      LD="${LD-ld} -melf64bmip"
419      ;;
420    esac
421   else
422    case `/usr/bin/file conftest.$ac_objext` in
423    *32-bit*)
424      LD="${LD-ld} -32"
425      ;;
426    *N32*)
427      LD="${LD-ld} -n32"
428      ;;
429    *64-bit*)
430      LD="${LD-ld} -64"
431      ;;
432    esac
433   fi
434  fi
435  rm -rf conftest*
436  ;;
437
438x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
439  # Find out which ABI we are using.
440  echo 'int i;' > conftest.$ac_ext
441  if AC_TRY_EVAL(ac_compile); then
442    case `/usr/bin/file conftest.o` in
443    *32-bit*)
444      case $host in
445        x86_64-*linux*)
446          LD="${LD-ld} -m elf_i386"
447          ;;
448        ppc64-*linux*|powerpc64-*linux*)
449          LD="${LD-ld} -m elf32ppclinux"
450          ;;
451        s390x-*linux*)
452          LD="${LD-ld} -m elf_s390"
453          ;;
454        sparc64-*linux*)
455          LD="${LD-ld} -m elf32_sparc"
456          ;;
457      esac
458      ;;
459    *64-bit*)
460      case $host in
461        x86_64-*linux*)
462          LD="${LD-ld} -m elf_x86_64"
463          ;;
464        ppc*-*linux*|powerpc*-*linux*)
465          LD="${LD-ld} -m elf64ppc"
466          ;;
467        s390*-*linux*)
468          LD="${LD-ld} -m elf64_s390"
469          ;;
470        sparc*-*linux*)
471          LD="${LD-ld} -m elf64_sparc"
472          ;;
473      esac
474      ;;
475    esac
476  fi
477  rm -rf conftest*
478  ;;
479
480*-*-sco3.2v5*)
481  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
482  SAVE_CFLAGS="$CFLAGS"
483  CFLAGS="$CFLAGS -belf"
484  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
485    [AC_LANG_PUSH(C)
486     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
487     AC_LANG_POP])
488  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
489    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
490    CFLAGS="$SAVE_CFLAGS"
491  fi
492  ;;
493sparc*-*solaris*)
494  # Find out which ABI we are using.
495  echo 'int i;' > conftest.$ac_ext
496  if AC_TRY_EVAL(ac_compile); then
497    case `/usr/bin/file conftest.o` in
498    *64-bit*)
499      case $lt_cv_prog_gnu_ld in
500      yes*) LD="${LD-ld} -m elf64_sparc" ;;
501      *)    LD="${LD-ld} -64" ;;
502      esac
503      ;;
504    esac
505  fi
506  rm -rf conftest*
507  ;;
508
509AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
510[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
511  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
512  AC_CHECK_TOOL(AS, as, false)
513  AC_CHECK_TOOL(OBJDUMP, objdump, false)
514  ;;
515  ])
516esac
517
518need_locks="$enable_libtool_lock"
519
520])
521m4trace:/usr/share/aclocal/libtool.m4:653: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
522AC_CACHE_CHECK([$1], [$2],
523  [$2=no
524  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
525   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
526   lt_compiler_flag="$3"
527   # Insert the option either (1) after the last *FLAGS variable, or
528   # (2) before a word containing "conftest.", or (3) at the end.
529   # Note that $ac_compile itself does not contain backslashes and begins
530   # with a dollar sign (not a hyphen), so the echo should work correctly.
531   # The option is referenced via a variable to avoid confusing sed.
532   lt_compile=`echo "$ac_compile" | $SED \
533   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
534   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
535   -e 's:$: $lt_compiler_flag:'`
536   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
537   (eval "$lt_compile" 2>conftest.err)
538   ac_status=$?
539   cat conftest.err >&AS_MESSAGE_LOG_FD
540   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
541   if (exit $ac_status) && test -s "$ac_outfile"; then
542     # The compiler can only warn and ignore the option if not recognized
543     # So say no if there are warnings other than the usual output.
544     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
545     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
546     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
547       $2=yes
548     fi
549   fi
550   $rm conftest*
551])
552
553if test x"[$]$2" = xyes; then
554    ifelse([$5], , :, [$5])
555else
556    ifelse([$6], , :, [$6])
557fi
558])
559m4trace:/usr/share/aclocal/libtool.m4:690: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
560  [$2=no
561   save_LDFLAGS="$LDFLAGS"
562   LDFLAGS="$LDFLAGS $3"
563   printf "$lt_simple_link_test_code" > conftest.$ac_ext
564   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
565     # The linker can only warn and ignore the option if not recognized
566     # So say no if there are warnings
567     if test -s conftest.err; then
568       # Append any errors to the config.log.
569       cat conftest.err 1>&AS_MESSAGE_LOG_FD
570       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
571       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
572       if diff conftest.exp conftest.er2 >/dev/null; then
573         $2=yes
574       fi
575     else
576       $2=yes
577     fi
578   fi
579   $rm conftest*
580   LDFLAGS="$save_LDFLAGS"
581])
582
583if test x"[$]$2" = xyes; then
584    ifelse([$4], , :, [$4])
585else
586    ifelse([$5], , :, [$5])
587fi
588])
589m4trace:/usr/share/aclocal/libtool.m4:805: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
590AC_MSG_CHECKING([the maximum length of command line arguments])
591AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
592  i=0
593  teststring="ABCD"
594
595  case $build_os in
596  msdosdjgpp*)
597    # On DJGPP, this test can blow up pretty badly due to problems in libc
598    # (any single argument exceeding 2000 bytes causes a buffer overrun
599    # during glob expansion).  Even if it were fixed, the result of this
600    # check would be larger than it should be.
601    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
602    ;;
603
604  gnu*)
605    # Under GNU Hurd, this test is not required because there is
606    # no limit to the length of command line arguments.
607    # Libtool will interpret -1 as no limit whatsoever
608    lt_cv_sys_max_cmd_len=-1;
609    ;;
610
611  cygwin* | mingw*)
612    # On Win9x/ME, this test blows up -- it succeeds, but takes
613    # about 5 minutes as the teststring grows exponentially.
614    # Worse, since 9x/ME are not pre-emptively multitasking,
615    # you end up with a "frozen" computer, even though with patience
616    # the test eventually succeeds (with a max line length of 256k).
617    # Instead, let's just punt: use the minimum linelength reported by
618    # all of the supported platforms: 8192 (on NT/2K/XP).
619    lt_cv_sys_max_cmd_len=8192;
620    ;;
621
622  amigaos*)
623    # On AmigaOS with pdksh, this test takes hours, literally.
624    # So we just punt and use a minimum line length of 8192.
625    lt_cv_sys_max_cmd_len=8192;
626    ;;
627
628  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
629    # This has been around since 386BSD, at least.  Likely further.
630    if test -x /sbin/sysctl; then
631      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
632    elif test -x /usr/sbin/sysctl; then
633      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
634    else
635      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
636    fi
637    # And add a safety zone
638    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
639    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
640    ;;
641
642  interix*)
643    # We know the value 262144 and hardcode it with a safety zone (like BSD)
644    lt_cv_sys_max_cmd_len=196608
645    ;;
646
647  osf*)
648    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
649    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
650    # nice to cause kernel panics so lets avoid the loop below.
651    # First set a reasonable default.
652    lt_cv_sys_max_cmd_len=16384
653    #
654    if test -x /sbin/sysconfig; then
655      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
656        *1*) lt_cv_sys_max_cmd_len=-1 ;;
657      esac
658    fi
659    ;;
660  sco3.2v5*)
661    lt_cv_sys_max_cmd_len=102400
662    ;;
663  sysv5* | sco5v6* | sysv4.2uw2*)
664    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
665    if test -n "$kargmax"; then
666      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
667    else
668      lt_cv_sys_max_cmd_len=32768
669    fi
670    ;;
671  *)
672    # If test is not a shell built-in, we'll probably end up computing a
673    # maximum length that is only half of the actual maximum length, but
674    # we can't tell.
675    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
676    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
677	       = "XX$teststring") >/dev/null 2>&1 &&
678	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
679	    lt_cv_sys_max_cmd_len=$new_result &&
680	    test $i != 17 # 1/2 MB should be enough
681    do
682      i=`expr $i + 1`
683      teststring=$teststring$teststring
684    done
685    teststring=
686    # Add a significant safety factor because C++ compilers can tack on massive
687    # amounts of additional arguments before passing them to the linker.
688    # It appears as though 1/2 is a usable value.
689    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
690    ;;
691  esac
692])
693if test -n $lt_cv_sys_max_cmd_len ; then
694  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
695else
696  AC_MSG_RESULT(none)
697fi
698])
699m4trace:/usr/share/aclocal/libtool.m4:812: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
700])
701m4trace:/usr/share/aclocal/libtool.m4:903: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
702if test "$cross_compiling" = yes; then :
703  [$4]
704else
705  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
706  lt_status=$lt_dlunknown
707  cat > conftest.$ac_ext <<EOF
708[#line __oline__ "configure"
709#include "confdefs.h"
710
711#if HAVE_DLFCN_H
712#include <dlfcn.h>
713#endif
714
715#include <stdio.h>
716
717#ifdef RTLD_GLOBAL
718#  define LT_DLGLOBAL		RTLD_GLOBAL
719#else
720#  ifdef DL_GLOBAL
721#    define LT_DLGLOBAL		DL_GLOBAL
722#  else
723#    define LT_DLGLOBAL		0
724#  endif
725#endif
726
727/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
728   find out it does not work in some platform. */
729#ifndef LT_DLLAZY_OR_NOW
730#  ifdef RTLD_LAZY
731#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
732#  else
733#    ifdef DL_LAZY
734#      define LT_DLLAZY_OR_NOW		DL_LAZY
735#    else
736#      ifdef RTLD_NOW
737#        define LT_DLLAZY_OR_NOW	RTLD_NOW
738#      else
739#        ifdef DL_NOW
740#          define LT_DLLAZY_OR_NOW	DL_NOW
741#        else
742#          define LT_DLLAZY_OR_NOW	0
743#        endif
744#      endif
745#    endif
746#  endif
747#endif
748
749#ifdef __cplusplus
750extern "C" void exit (int);
751#endif
752
753void fnord() { int i=42;}
754int main ()
755{
756  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
757  int status = $lt_dlunknown;
758
759  if (self)
760    {
761      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
762      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
763      /* dlclose (self); */
764    }
765  else
766    puts (dlerror ());
767
768    exit (status);
769}]
770EOF
771  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
772    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
773    lt_status=$?
774    case x$lt_status in
775      x$lt_dlno_uscore) $1 ;;
776      x$lt_dlneed_uscore) $2 ;;
777      x$lt_dlunknown|x*) $3 ;;
778    esac
779  else :
780    # compilation failed
781    $3
782  fi
783fi
784rm -fr conftest*
785])
786m4trace:/usr/share/aclocal/libtool.m4:1016: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
787if test "x$enable_dlopen" != xyes; then
788  enable_dlopen=unknown
789  enable_dlopen_self=unknown
790  enable_dlopen_self_static=unknown
791else
792  lt_cv_dlopen=no
793  lt_cv_dlopen_libs=
794
795  case $host_os in
796  beos*)
797    lt_cv_dlopen="load_add_on"
798    lt_cv_dlopen_libs=
799    lt_cv_dlopen_self=yes
800    ;;
801
802  mingw* | pw32*)
803    lt_cv_dlopen="LoadLibrary"
804    lt_cv_dlopen_libs=
805   ;;
806
807  cygwin*)
808    lt_cv_dlopen="dlopen"
809    lt_cv_dlopen_libs=
810   ;;
811
812  darwin*)
813  # if libdl is installed we need to link against it
814    AC_CHECK_LIB([dl], [dlopen],
815		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
816    lt_cv_dlopen="dyld"
817    lt_cv_dlopen_libs=
818    lt_cv_dlopen_self=yes
819    ])
820   ;;
821
822  *)
823    AC_CHECK_FUNC([shl_load],
824	  [lt_cv_dlopen="shl_load"],
825      [AC_CHECK_LIB([dld], [shl_load],
826	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
827	[AC_CHECK_FUNC([dlopen],
828	      [lt_cv_dlopen="dlopen"],
829	  [AC_CHECK_LIB([dl], [dlopen],
830		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
831	    [AC_CHECK_LIB([svld], [dlopen],
832		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
833	      [AC_CHECK_LIB([dld], [dld_link],
834		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
835	      ])
836	    ])
837	  ])
838	])
839      ])
840    ;;
841  esac
842
843  if test "x$lt_cv_dlopen" != xno; then
844    enable_dlopen=yes
845  else
846    enable_dlopen=no
847  fi
848
849  case $lt_cv_dlopen in
850  dlopen)
851    save_CPPFLAGS="$CPPFLAGS"
852    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
853
854    save_LDFLAGS="$LDFLAGS"
855    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
856
857    save_LIBS="$LIBS"
858    LIBS="$lt_cv_dlopen_libs $LIBS"
859
860    AC_CACHE_CHECK([whether a program can dlopen itself],
861	  lt_cv_dlopen_self, [dnl
862	  _LT_AC_TRY_DLOPEN_SELF(
863	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
864	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
865    ])
866
867    if test "x$lt_cv_dlopen_self" = xyes; then
868      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
869      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
870    	  lt_cv_dlopen_self_static, [dnl
871	  _LT_AC_TRY_DLOPEN_SELF(
872	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
873	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
874      ])
875    fi
876
877    CPPFLAGS="$save_CPPFLAGS"
878    LDFLAGS="$save_LDFLAGS"
879    LIBS="$save_LIBS"
880    ;;
881  esac
882
883  case $lt_cv_dlopen_self in
884  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
885  *) enable_dlopen_self=unknown ;;
886  esac
887
888  case $lt_cv_dlopen_self_static in
889  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
890  *) enable_dlopen_self_static=unknown ;;
891  esac
892fi
893])
894m4trace:/usr/share/aclocal/libtool.m4:1067: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
895AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
896  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
897  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
898   $rm -r conftest 2>/dev/null
899   mkdir conftest
900   cd conftest
901   mkdir out
902   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
903
904   lt_compiler_flag="-o out/conftest2.$ac_objext"
905   # Insert the option either (1) after the last *FLAGS variable, or
906   # (2) before a word containing "conftest.", or (3) at the end.
907   # Note that $ac_compile itself does not contain backslashes and begins
908   # with a dollar sign (not a hyphen), so the echo should work correctly.
909   lt_compile=`echo "$ac_compile" | $SED \
910   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
911   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
912   -e 's:$: $lt_compiler_flag:'`
913   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
914   (eval "$lt_compile" 2>out/conftest.err)
915   ac_status=$?
916   cat out/conftest.err >&AS_MESSAGE_LOG_FD
917   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
918   if (exit $ac_status) && test -s out/conftest2.$ac_objext
919   then
920     # The compiler can only warn and ignore the option if not recognized
921     # So say no if there are warnings
922     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
923     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
924     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
925       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
926     fi
927   fi
928   chmod u+w . 2>&AS_MESSAGE_LOG_FD
929   $rm conftest*
930   # SGI C++ compiler will create directory out/ii_files/ for
931   # template instantiation
932   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
933   $rm out/* && rmdir out
934   cd ..
935   rmdir conftest
936   $rm conftest*
937])
938])
939m4trace:/usr/share/aclocal/libtool.m4:1094: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
940
941hard_links="nottested"
942if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
943  # do not overwrite the value of need_locks provided by the user
944  AC_MSG_CHECKING([if we can lock with hard links])
945  hard_links=yes
946  $rm conftest*
947  ln conftest.a conftest.b 2>/dev/null && hard_links=no
948  touch conftest.a
949  ln conftest.a conftest.b 2>&5 || hard_links=no
950  ln conftest.a conftest.b 2>/dev/null && hard_links=no
951  AC_MSG_RESULT([$hard_links])
952  if test "$hard_links" = no; then
953    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
954    need_locks=warn
955  fi
956else
957  need_locks=no
958fi
959])
960m4trace:/usr/share/aclocal/libtool.m4:1111: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
961[rm -f .libs 2>/dev/null
962mkdir .libs 2>/dev/null
963if test -d .libs; then
964  lt_cv_objdir=.libs
965else
966  # MS-DOS does not allow filenames that begin with a dot.
967  lt_cv_objdir=_libs
968fi
969rmdir .libs 2>/dev/null])
970objdir=$lt_cv_objdir
971])
972m4trace:/usr/share/aclocal/libtool.m4:1152: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
973_LT_AC_TAGVAR(hardcode_action, $1)=
974if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
975   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
976   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
977
978  # We can hardcode non-existant directories.
979  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
980     # If the only mechanism to avoid hardcoding is shlibpath_var, we
981     # have to relink, otherwise we might link with an installed library
982     # when we should be linking with a yet-to-be-installed one
983     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
984     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
985    # Linking always hardcodes the temporary library directory.
986    _LT_AC_TAGVAR(hardcode_action, $1)=relink
987  else
988    # We can link without hardcoding, and we can hardcode nonexisting dirs.
989    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
990  fi
991else
992  # We cannot hardcode anything, or else we can only hardcode existing
993  # directories.
994  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
995fi
996AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
997
998if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
999  # Fast installation is not supported
1000  enable_fast_install=no
1001elif test "$shlibpath_overrides_runpath" = yes ||
1002     test "$enable_shared" = no; then
1003  # Fast installation is not necessary
1004  enable_fast_install=needless
1005fi
1006])
1007m4trace:/usr/share/aclocal/libtool.m4:1181: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1008old_striplib=
1009AC_MSG_CHECKING([whether stripping libraries is possible])
1010if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1011  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1012  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1013  AC_MSG_RESULT([yes])
1014else
1015# FIXME - insert some real tests, host_os isn't really good enough
1016  case $host_os in
1017   darwin*)
1018       if test -n "$STRIP" ; then
1019         striplib="$STRIP -x"
1020         AC_MSG_RESULT([yes])
1021       else
1022  AC_MSG_RESULT([no])
1023fi
1024       ;;
1025   *)
1026  AC_MSG_RESULT([no])
1027    ;;
1028  esac
1029fi
1030])
1031m4trace:/usr/share/aclocal/libtool.m4:1799: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
1032library_names_spec=
1033libname_spec='lib$name'
1034soname_spec=
1035shrext_cmds=".so"
1036postinstall_cmds=
1037postuninstall_cmds=
1038finish_cmds=
1039finish_eval=
1040shlibpath_var=
1041shlibpath_overrides_runpath=unknown
1042version_type=none
1043dynamic_linker="$host_os ld.so"
1044sys_lib_dlsearch_path_spec="/lib /usr/lib"
1045if test "$GCC" = yes; then
1046  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1047  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1048    # if the path contains ";" then we assume it to be the separator
1049    # otherwise default to the standard path separator (i.e. ":") - it is
1050    # assumed that no part of a normal pathname contains ";" but that should
1051    # okay in the real world where ";" in dirpaths is itself problematic.
1052    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1053  else
1054    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1055  fi
1056else
1057  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1058fi
1059need_lib_prefix=unknown
1060hardcode_into_libs=no
1061
1062# when you set need_version to no, make sure it does not cause -set_version
1063# flags to be left without arguments
1064need_version=unknown
1065
1066case $host_os in
1067aix3*)
1068  version_type=linux
1069  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1070  shlibpath_var=LIBPATH
1071
1072  # AIX 3 has no versioning support, so we append a major version to the name.
1073  soname_spec='${libname}${release}${shared_ext}$major'
1074  ;;
1075
1076aix4* | aix5*)
1077  version_type=linux
1078  need_lib_prefix=no
1079  need_version=no
1080  hardcode_into_libs=yes
1081  if test "$host_cpu" = ia64; then
1082    # AIX 5 supports IA64
1083    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1084    shlibpath_var=LD_LIBRARY_PATH
1085  else
1086    # With GCC up to 2.95.x, collect2 would create an import file
1087    # for dependence libraries.  The import file would start with
1088    # the line `#! .'.  This would cause the generated library to
1089    # depend on `.', always an invalid library.  This was fixed in
1090    # development snapshots of GCC prior to 3.0.
1091    case $host_os in
1092      aix4 | aix4.[[01]] | aix4.[[01]].*)
1093      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1094	   echo ' yes '
1095	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1096	:
1097      else
1098	can_build_shared=no
1099      fi
1100      ;;
1101    esac
1102    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1103    # soname into executable. Probably we can add versioning support to
1104    # collect2, so additional links can be useful in future.
1105    if test "$aix_use_runtimelinking" = yes; then
1106      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1107      # instead of lib<name>.a to let people know that these are not
1108      # typical AIX shared libraries.
1109      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1110    else
1111      # We preserve .a as extension for shared libraries through AIX4.2
1112      # and later when we are not doing run time linking.
1113      library_names_spec='${libname}${release}.a $libname.a'
1114      soname_spec='${libname}${release}${shared_ext}$major'
1115    fi
1116    shlibpath_var=LIBPATH
1117  fi
1118  ;;
1119
1120amigaos*)
1121  library_names_spec='$libname.ixlibrary $libname.a'
1122  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1123  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'
1124  ;;
1125
1126beos*)
1127  library_names_spec='${libname}${shared_ext}'
1128  dynamic_linker="$host_os ld.so"
1129  shlibpath_var=LIBRARY_PATH
1130  ;;
1131
1132bsdi[[45]]*)
1133  version_type=linux
1134  need_version=no
1135  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1136  soname_spec='${libname}${release}${shared_ext}$major'
1137  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1138  shlibpath_var=LD_LIBRARY_PATH
1139  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1140  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1141  # the default ld.so.conf also contains /usr/contrib/lib and
1142  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1143  # libtool to hard-code these into programs
1144  ;;
1145
1146cygwin* | mingw* | pw32*)
1147  version_type=windows
1148  shrext_cmds=".dll"
1149  need_version=no
1150  need_lib_prefix=no
1151
1152  case $GCC,$host_os in
1153  yes,cygwin* | yes,mingw* | yes,pw32*)
1154    library_names_spec='$libname.dll.a'
1155    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1156    postinstall_cmds='base_file=`basename \${file}`~
1157      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1158      dldir=$destdir/`dirname \$dlpath`~
1159      test -d \$dldir || mkdir -p \$dldir~
1160      $install_prog $dir/$dlname \$dldir/$dlname~
1161      chmod a+x \$dldir/$dlname'
1162    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1163      dlpath=$dir/\$dldll~
1164       $rm \$dlpath'
1165    shlibpath_overrides_runpath=yes
1166
1167    case $host_os in
1168    cygwin*)
1169      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1170      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1171      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1172      ;;
1173    mingw*)
1174      # MinGW DLLs use traditional 'lib' prefix
1175      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1176      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1177      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1178        # It is most probably a Windows format PATH printed by
1179        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1180        # path with ; separators, and with drive letters. We can handle the
1181        # drive letters (cygwin fileutils understands them), so leave them,
1182        # especially as we might pass files found there to a mingw objdump,
1183        # which wouldn't understand a cygwinified path. Ahh.
1184        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1185      else
1186        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1187      fi
1188      ;;
1189    pw32*)
1190      # pw32 DLLs use 'pw' prefix rather than 'lib'
1191      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1192      ;;
1193    esac
1194    ;;
1195
1196  *)
1197    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1198    ;;
1199  esac
1200  dynamic_linker='Win32 ld.exe'
1201  # FIXME: first we should search . and the directory the executable is in
1202  shlibpath_var=PATH
1203  ;;
1204
1205darwin* | rhapsody*)
1206  dynamic_linker="$host_os dyld"
1207  version_type=darwin
1208  need_lib_prefix=no
1209  need_version=no
1210  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1211  soname_spec='${libname}${release}${major}$shared_ext'
1212  shlibpath_overrides_runpath=yes
1213  shlibpath_var=DYLD_LIBRARY_PATH
1214  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1215  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1216  if test "$GCC" = yes; then
1217    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1218  else
1219    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1220  fi
1221  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1222  ;;
1223
1224dgux*)
1225  version_type=linux
1226  need_lib_prefix=no
1227  need_version=no
1228  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1229  soname_spec='${libname}${release}${shared_ext}$major'
1230  shlibpath_var=LD_LIBRARY_PATH
1231  ;;
1232
1233freebsd1*)
1234  dynamic_linker=no
1235  ;;
1236
1237kfreebsd*-gnu)
1238  version_type=linux
1239  need_lib_prefix=no
1240  need_version=no
1241  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1242  soname_spec='${libname}${release}${shared_ext}$major'
1243  shlibpath_var=LD_LIBRARY_PATH
1244  shlibpath_overrides_runpath=no
1245  hardcode_into_libs=yes
1246  dynamic_linker='GNU ld.so'
1247  ;;
1248
1249freebsd* | dragonfly*)
1250  # DragonFly does not have aout.  When/if they implement a new
1251  # versioning mechanism, adjust this.
1252  if test -x /usr/bin/objformat; then
1253    objformat=`/usr/bin/objformat`
1254  else
1255    case $host_os in
1256    freebsd[[123]]*) objformat=aout ;;
1257    *) objformat=elf ;;
1258    esac
1259  fi
1260  version_type=freebsd-$objformat
1261  case $version_type in
1262    freebsd-elf*)
1263      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1264      need_version=no
1265      need_lib_prefix=no
1266      ;;
1267    freebsd-*)
1268      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1269      need_version=yes
1270      ;;
1271  esac
1272  shlibpath_var=LD_LIBRARY_PATH
1273  case $host_os in
1274  freebsd2*)
1275    shlibpath_overrides_runpath=yes
1276    ;;
1277  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1278    shlibpath_overrides_runpath=yes
1279    hardcode_into_libs=yes
1280    ;;
1281  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1282  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1283    shlibpath_overrides_runpath=no
1284    hardcode_into_libs=yes
1285    ;;
1286  freebsd*) # from 4.6 on
1287    shlibpath_overrides_runpath=yes
1288    hardcode_into_libs=yes
1289    ;;
1290  esac
1291  ;;
1292
1293gnu*)
1294  version_type=linux
1295  need_lib_prefix=no
1296  need_version=no
1297  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1298  soname_spec='${libname}${release}${shared_ext}$major'
1299  shlibpath_var=LD_LIBRARY_PATH
1300  hardcode_into_libs=yes
1301  ;;
1302
1303hpux9* | hpux10* | hpux11*)
1304  # Give a soname corresponding to the major version so that dld.sl refuses to
1305  # link against other versions.
1306  version_type=sunos
1307  need_lib_prefix=no
1308  need_version=no
1309  case $host_cpu in
1310  ia64*)
1311    shrext_cmds='.so'
1312    hardcode_into_libs=yes
1313    dynamic_linker="$host_os dld.so"
1314    shlibpath_var=LD_LIBRARY_PATH
1315    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1316    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1317    soname_spec='${libname}${release}${shared_ext}$major'
1318    if test "X$HPUX_IA64_MODE" = X32; then
1319      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1320    else
1321      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1322    fi
1323    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1324    ;;
1325   hppa*64*)
1326     shrext_cmds='.sl'
1327     hardcode_into_libs=yes
1328     dynamic_linker="$host_os dld.sl"
1329     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1330     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1331     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1332     soname_spec='${libname}${release}${shared_ext}$major'
1333     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1334     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1335     ;;
1336   *)
1337    shrext_cmds='.sl'
1338    dynamic_linker="$host_os dld.sl"
1339    shlibpath_var=SHLIB_PATH
1340    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1341    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1342    soname_spec='${libname}${release}${shared_ext}$major'
1343    ;;
1344  esac
1345  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1346  postinstall_cmds='chmod 555 $lib'
1347  ;;
1348
1349interix3*)
1350  version_type=linux
1351  need_lib_prefix=no
1352  need_version=no
1353  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1354  soname_spec='${libname}${release}${shared_ext}$major'
1355  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1356  shlibpath_var=LD_LIBRARY_PATH
1357  shlibpath_overrides_runpath=no
1358  hardcode_into_libs=yes
1359  ;;
1360
1361irix5* | irix6* | nonstopux*)
1362  case $host_os in
1363    nonstopux*) version_type=nonstopux ;;
1364    *)
1365	if test "$lt_cv_prog_gnu_ld" = yes; then
1366		version_type=linux
1367	else
1368		version_type=irix
1369	fi ;;
1370  esac
1371  need_lib_prefix=no
1372  need_version=no
1373  soname_spec='${libname}${release}${shared_ext}$major'
1374  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1375  case $host_os in
1376  irix5* | nonstopux*)
1377    libsuff= shlibsuff=
1378    ;;
1379  *)
1380    case $LD in # libtool.m4 will add one of these switches to LD
1381    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1382      libsuff= shlibsuff= libmagic=32-bit;;
1383    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1384      libsuff=32 shlibsuff=N32 libmagic=N32;;
1385    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1386      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1387    *) libsuff= shlibsuff= libmagic=never-match;;
1388    esac
1389    ;;
1390  esac
1391  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1392  shlibpath_overrides_runpath=no
1393  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1394  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1395  hardcode_into_libs=yes
1396  ;;
1397
1398# No shared lib support for Linux oldld, aout, or coff.
1399linux*oldld* | linux*aout* | linux*coff*)
1400  dynamic_linker=no
1401  ;;
1402
1403# This must be Linux ELF.
1404linux*)
1405  version_type=linux
1406  need_lib_prefix=no
1407  need_version=no
1408  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1409  soname_spec='${libname}${release}${shared_ext}$major'
1410  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1411  shlibpath_var=LD_LIBRARY_PATH
1412  shlibpath_overrides_runpath=no
1413  # This implies no fast_install, which is unacceptable.
1414  # Some rework will be needed to allow for fast_install
1415  # before this can be enabled.
1416  hardcode_into_libs=yes
1417
1418  # find out which ABI we are using
1419  libsuff=
1420  case "$host_cpu" in
1421  x86_64*|s390x*|powerpc64*)
1422    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1423    if AC_TRY_EVAL(ac_compile); then
1424      case `/usr/bin/file conftest.$ac_objext` in
1425      *64-bit*)
1426        libsuff=64
1427        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
1428        ;;
1429      esac
1430    fi
1431    rm -rf conftest*
1432    ;;
1433  esac
1434
1435  # Append ld.so.conf contents to the search path
1436  if test -f /etc/ld.so.conf; then
1437    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/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1438    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
1439  fi
1440
1441  # We used to test for /lib/ld.so.1 and disable shared libraries on
1442  # powerpc, because MkLinux only supported shared libraries with the
1443  # GNU dynamic linker.  Since this was broken with cross compilers,
1444  # most powerpc-linux boxes support dynamic linking these days and
1445  # people can always --disable-shared, the test was removed, and we
1446  # assume the GNU/Linux dynamic linker is in use.
1447  dynamic_linker='GNU/Linux ld.so'
1448  ;;
1449
1450knetbsd*-gnu)
1451  version_type=linux
1452  need_lib_prefix=no
1453  need_version=no
1454  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1455  soname_spec='${libname}${release}${shared_ext}$major'
1456  shlibpath_var=LD_LIBRARY_PATH
1457  shlibpath_overrides_runpath=no
1458  hardcode_into_libs=yes
1459  dynamic_linker='GNU ld.so'
1460  ;;
1461
1462netbsd*)
1463  version_type=sunos
1464  need_lib_prefix=no
1465  need_version=no
1466  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1467    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1468    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1469    dynamic_linker='NetBSD (a.out) ld.so'
1470  else
1471    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1472    soname_spec='${libname}${release}${shared_ext}$major'
1473    dynamic_linker='NetBSD ld.elf_so'
1474  fi
1475  shlibpath_var=LD_LIBRARY_PATH
1476  shlibpath_overrides_runpath=yes
1477  hardcode_into_libs=yes
1478  ;;
1479
1480newsos6)
1481  version_type=linux
1482  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1483  shlibpath_var=LD_LIBRARY_PATH
1484  shlibpath_overrides_runpath=yes
1485  ;;
1486
1487nto-qnx*)
1488  version_type=linux
1489  need_lib_prefix=no
1490  need_version=no
1491  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1492  soname_spec='${libname}${release}${shared_ext}$major'
1493  shlibpath_var=LD_LIBRARY_PATH
1494  shlibpath_overrides_runpath=yes
1495  ;;
1496
1497openbsd*)
1498  version_type=sunos
1499  sys_lib_dlsearch_path_spec="/usr/lib"
1500  need_lib_prefix=no
1501  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1502  case $host_os in
1503    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1504    *)                         need_version=no  ;;
1505  esac
1506  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1507  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1508  shlibpath_var=LD_LIBRARY_PATH
1509  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1510    case $host_os in
1511      openbsd2.[[89]] | openbsd2.[[89]].*)
1512	shlibpath_overrides_runpath=no
1513	;;
1514      *)
1515	shlibpath_overrides_runpath=yes
1516	;;
1517      esac
1518  else
1519    shlibpath_overrides_runpath=yes
1520  fi
1521  ;;
1522
1523os2*)
1524  libname_spec='$name'
1525  shrext_cmds=".dll"
1526  need_lib_prefix=no
1527  library_names_spec='$libname${shared_ext} $libname.a'
1528  dynamic_linker='OS/2 ld.exe'
1529  shlibpath_var=LIBPATH
1530  ;;
1531
1532osf3* | osf4* | osf5*)
1533  version_type=osf
1534  need_lib_prefix=no
1535  need_version=no
1536  soname_spec='${libname}${release}${shared_ext}$major'
1537  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1538  shlibpath_var=LD_LIBRARY_PATH
1539  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1540  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1541  ;;
1542
1543solaris*)
1544  version_type=linux
1545  need_lib_prefix=no
1546  need_version=no
1547  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1548  soname_spec='${libname}${release}${shared_ext}$major'
1549  shlibpath_var=LD_LIBRARY_PATH
1550  shlibpath_overrides_runpath=yes
1551  hardcode_into_libs=yes
1552  # ldd complains unless libraries are executable
1553  postinstall_cmds='chmod +x $lib'
1554  ;;
1555
1556sunos4*)
1557  version_type=sunos
1558  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1559  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1560  shlibpath_var=LD_LIBRARY_PATH
1561  shlibpath_overrides_runpath=yes
1562  if test "$with_gnu_ld" = yes; then
1563    need_lib_prefix=no
1564  fi
1565  need_version=yes
1566  ;;
1567
1568sysv4 | sysv4.3*)
1569  version_type=linux
1570  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1571  soname_spec='${libname}${release}${shared_ext}$major'
1572  shlibpath_var=LD_LIBRARY_PATH
1573  case $host_vendor in
1574    sni)
1575      shlibpath_overrides_runpath=no
1576      need_lib_prefix=no
1577      export_dynamic_flag_spec='${wl}-Blargedynsym'
1578      runpath_var=LD_RUN_PATH
1579      ;;
1580    siemens)
1581      need_lib_prefix=no
1582      ;;
1583    motorola)
1584      need_lib_prefix=no
1585      need_version=no
1586      shlibpath_overrides_runpath=no
1587      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1588      ;;
1589  esac
1590  ;;
1591
1592sysv4*MP*)
1593  if test -d /usr/nec ;then
1594    version_type=linux
1595    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1596    soname_spec='$libname${shared_ext}.$major'
1597    shlibpath_var=LD_LIBRARY_PATH
1598  fi
1599  ;;
1600
1601sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1602  version_type=freebsd-elf
1603  need_lib_prefix=no
1604  need_version=no
1605  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1606  soname_spec='${libname}${release}${shared_ext}$major'
1607  shlibpath_var=LD_LIBRARY_PATH
1608  hardcode_into_libs=yes
1609  if test "$with_gnu_ld" = yes; then
1610    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1611    shlibpath_overrides_runpath=no
1612  else
1613    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1614    shlibpath_overrides_runpath=yes
1615    case $host_os in
1616      sco3.2v5*)
1617        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1618	;;
1619    esac
1620  fi
1621  sys_lib_dlsearch_path_spec='/usr/lib'
1622  ;;
1623
1624uts4*)
1625  version_type=linux
1626  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1627  soname_spec='${libname}${release}${shared_ext}$major'
1628  shlibpath_var=LD_LIBRARY_PATH
1629  ;;
1630
1631*)
1632  dynamic_linker=no
1633  ;;
1634esac
1635AC_MSG_RESULT([$dynamic_linker])
1636test "$dynamic_linker" = no && can_build_shared=no
1637
1638variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1639if test "$GCC" = yes; then
1640  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1641fi
1642])
1643m4trace:/usr/share/aclocal/libtool.m4:1903: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1644    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1645        [include additional configurations @<:@automatic@:>@])],
1646    [tagnames="$withval"])
1647
1648if test -f "$ltmain" && test -n "$tagnames"; then
1649  if test ! -f "${ofile}"; then
1650    AC_MSG_WARN([output file `$ofile' does not exist])
1651  fi
1652
1653  if test -z "$LTCC"; then
1654    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1655    if test -z "$LTCC"; then
1656      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1657    else
1658      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1659    fi
1660  fi
1661  if test -z "$LTCFLAGS"; then
1662    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1663  fi
1664
1665  # Extract list of available tagged configurations in $ofile.
1666  # Note that this assumes the entire list is on one line.
1667  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1668
1669  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1670  for tagname in $tagnames; do
1671    IFS="$lt_save_ifs"
1672    # Check whether tagname contains only valid characters
1673    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1674    "") ;;
1675    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1676	;;
1677    esac
1678
1679    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1680    then
1681      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1682    fi
1683
1684    # Update the list of available tags.
1685    if test -n "$tagname"; then
1686      echo appending configuration tag \"$tagname\" to $ofile
1687
1688      case $tagname in
1689      CXX)
1690	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1691	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1692	    (test "X$CXX" != "Xg++"))) ; then
1693	  AC_LIBTOOL_LANG_CXX_CONFIG
1694	else
1695	  tagname=""
1696	fi
1697	;;
1698
1699      F77)
1700	if test -n "$F77" && test "X$F77" != "Xno"; then
1701	  AC_LIBTOOL_LANG_F77_CONFIG
1702	else
1703	  tagname=""
1704	fi
1705	;;
1706
1707      GCJ)
1708	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1709	  AC_LIBTOOL_LANG_GCJ_CONFIG
1710	else
1711	  tagname=""
1712	fi
1713	;;
1714
1715      RC)
1716	AC_LIBTOOL_LANG_RC_CONFIG
1717	;;
1718
1719      *)
1720	AC_MSG_ERROR([Unsupported tag name: $tagname])
1721	;;
1722      esac
1723
1724      # Append the new tag name to the list of available tags.
1725      if test -n "$tagname" ; then
1726      available_tags="$available_tags $tagname"
1727    fi
1728    fi
1729  done
1730  IFS="$lt_save_ifs"
1731
1732  # Now substitute the updated list of available tags.
1733  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1734    mv "${ofile}T" "$ofile"
1735    chmod +x "$ofile"
1736  else
1737    rm -f "${ofile}T"
1738    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1739  fi
1740fi
1741])
1742m4trace:/usr/share/aclocal/libtool.m4:1911: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1743])
1744m4trace:/usr/share/aclocal/libtool.m4:1919: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1745])
1746m4trace:/usr/share/aclocal/libtool.m4:1949: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1747AC_ARG_ENABLE([shared],
1748    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1749	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1750    [p=${PACKAGE-default}
1751    case $enableval in
1752    yes) enable_shared=yes ;;
1753    no) enable_shared=no ;;
1754    *)
1755      enable_shared=no
1756      # Look at the argument we got.  We use all the common list separators.
1757      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1758      for pkg in $enableval; do
1759	IFS="$lt_save_ifs"
1760	if test "X$pkg" = "X$p"; then
1761	  enable_shared=yes
1762	fi
1763      done
1764      IFS="$lt_save_ifs"
1765      ;;
1766    esac],
1767    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1768])
1769m4trace:/usr/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1770AC_ENABLE_SHARED(no)
1771])
1772m4trace:/usr/share/aclocal/libtool.m4:1988: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1773AC_ARG_ENABLE([static],
1774    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1775	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1776    [p=${PACKAGE-default}
1777    case $enableval in
1778    yes) enable_static=yes ;;
1779    no) enable_static=no ;;
1780    *)
1781     enable_static=no
1782      # Look at the argument we got.  We use all the common list separators.
1783      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1784      for pkg in $enableval; do
1785	IFS="$lt_save_ifs"
1786	if test "X$pkg" = "X$p"; then
1787	  enable_static=yes
1788	fi
1789      done
1790      IFS="$lt_save_ifs"
1791      ;;
1792    esac],
1793    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1794])
1795m4trace:/usr/share/aclocal/libtool.m4:1997: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1796AC_ENABLE_STATIC(no)
1797])
1798m4trace:/usr/share/aclocal/libtool.m4:2027: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1799AC_ARG_ENABLE([fast-install],
1800    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1801    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1802    [p=${PACKAGE-default}
1803    case $enableval in
1804    yes) enable_fast_install=yes ;;
1805    no) enable_fast_install=no ;;
1806    *)
1807      enable_fast_install=no
1808      # Look at the argument we got.  We use all the common list separators.
1809      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1810      for pkg in $enableval; do
1811	IFS="$lt_save_ifs"
1812	if test "X$pkg" = "X$p"; then
1813	  enable_fast_install=yes
1814	fi
1815      done
1816      IFS="$lt_save_ifs"
1817      ;;
1818    esac],
1819    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1820])
1821m4trace:/usr/share/aclocal/libtool.m4:2036: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1822AC_ENABLE_FAST_INSTALL(no)
1823])
1824m4trace:/usr/share/aclocal/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1825pic_mode=ifelse($#,1,$1,default)
1826])
1827m4trace:/usr/share/aclocal/libtool.m4:2124: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1828AC_MSG_CHECKING([for $1])
1829AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1830[case $MAGIC_CMD in
1831[[\\/*] |  ?:[\\/]*])
1832  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1833  ;;
1834*)
1835  lt_save_MAGIC_CMD="$MAGIC_CMD"
1836  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1837dnl $ac_dummy forces splitting on constant user-supplied paths.
1838dnl POSIX.2 word splitting is done only on the output of word expansions,
1839dnl not every word.  This closes a longstanding sh security hole.
1840  ac_dummy="ifelse([$2], , $PATH, [$2])"
1841  for ac_dir in $ac_dummy; do
1842    IFS="$lt_save_ifs"
1843    test -z "$ac_dir" && ac_dir=.
1844    if test -f $ac_dir/$1; then
1845      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1846      if test -n "$file_magic_test_file"; then
1847	case $deplibs_check_method in
1848	"file_magic "*)
1849	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1850	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1851	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1852	    $EGREP "$file_magic_regex" > /dev/null; then
1853	    :
1854	  else
1855	    cat <<EOF 1>&2
1856
1857*** Warning: the command libtool uses to detect shared libraries,
1858*** $file_magic_cmd, produces output that libtool cannot recognize.
1859*** The result is that libtool may fail to recognize shared libraries
1860*** as such.  This will affect the creation of libtool libraries that
1861*** depend on shared libraries, but programs linked with such libtool
1862*** libraries will work regardless of this problem.  Nevertheless, you
1863*** may want to report the problem to your system manager and/or to
1864*** bug-libtool@gnu.org
1865
1866EOF
1867	  fi ;;
1868	esac
1869      fi
1870      break
1871    fi
1872  done
1873  IFS="$lt_save_ifs"
1874  MAGIC_CMD="$lt_save_MAGIC_CMD"
1875  ;;
1876esac])
1877MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1878if test -n "$MAGIC_CMD"; then
1879  AC_MSG_RESULT($MAGIC_CMD)
1880else
1881  AC_MSG_RESULT(no)
1882fi
1883])
1884m4trace:/usr/share/aclocal/libtool.m4:2139: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1885if test -z "$lt_cv_path_MAGIC_CMD"; then
1886  if test -n "$ac_tool_prefix"; then
1887    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1888  else
1889    MAGIC_CMD=:
1890  fi
1891fi
1892])
1893m4trace:/usr/share/aclocal/libtool.m4:2224: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1894    [AC_HELP_STRING([--with-gnu-ld],
1895	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
1896    [test "$withval" = no || with_gnu_ld=yes],
1897    [with_gnu_ld=no])
1898AC_REQUIRE([LT_AC_PROG_SED])dnl
1899AC_REQUIRE([AC_PROG_CC])dnl
1900AC_REQUIRE([AC_CANONICAL_HOST])dnl
1901AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1902ac_prog=ld
1903if test "$GCC" = yes; then
1904  # Check if gcc -print-prog-name=ld gives a path.
1905  AC_MSG_CHECKING([for ld used by $CC])
1906  case $host in
1907  *-*-mingw*)
1908    # gcc leaves a trailing carriage return which upsets mingw
1909    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1910  *)
1911    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1912  esac
1913  case $ac_prog in
1914    # Accept absolute paths.
1915    [[\\/]]* | ?:[[\\/]]*)
1916      re_direlt='/[[^/]][[^/]]*/\.\./'
1917      # Canonicalize the pathname of ld
1918      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1919      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1920	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1921      done
1922      test -z "$LD" && LD="$ac_prog"
1923      ;;
1924  "")
1925    # If it fails, then pretend we aren't using GCC.
1926    ac_prog=ld
1927    ;;
1928  *)
1929    # If it is relative, then search for the first ld in PATH.
1930    with_gnu_ld=unknown
1931    ;;
1932  esac
1933elif test "$with_gnu_ld" = yes; then
1934  AC_MSG_CHECKING([for GNU ld])
1935else
1936  AC_MSG_CHECKING([for non-GNU ld])
1937fi
1938AC_CACHE_VAL(lt_cv_path_LD,
1939[if test -z "$LD"; then
1940  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1941  for ac_dir in $PATH; do
1942    IFS="$lt_save_ifs"
1943    test -z "$ac_dir" && ac_dir=.
1944    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1945      lt_cv_path_LD="$ac_dir/$ac_prog"
1946      # Check to see if the program is GNU ld.  I'd rather use --version,
1947      # but apparently some variants of GNU ld only accept -v.
1948      # Break only if it was the GNU/non-GNU ld that we prefer.
1949      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1950      *GNU* | *'with BFD'*)
1951	test "$with_gnu_ld" != no && break
1952	;;
1953      *)
1954	test "$with_gnu_ld" != yes && break
1955	;;
1956      esac
1957    fi
1958  done
1959  IFS="$lt_save_ifs"
1960else
1961  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1962fi])
1963LD="$lt_cv_path_LD"
1964if test -n "$LD"; then
1965  AC_MSG_RESULT($LD)
1966else
1967  AC_MSG_RESULT(no)
1968fi
1969test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1970AC_PROG_LD_GNU
1971])
1972m4trace:/usr/share/aclocal/libtool.m4:2242: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1973AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1974[# I'd rather use --version here, but apparently some GNU lds only accept -v.
1975case `$LD -v 2>&1 </dev/null` in
1976*GNU* | *'with BFD'*)
1977  lt_cv_prog_gnu_ld=yes
1978  ;;
1979*)
1980  lt_cv_prog_gnu_ld=no
1981  ;;
1982esac])
1983with_gnu_ld=$lt_cv_prog_gnu_ld
1984])
1985m4trace:/usr/share/aclocal/libtool.m4:2268: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1986  lt_cv_ld_reload_flag,
1987  [lt_cv_ld_reload_flag='-r'])
1988reload_flag=$lt_cv_ld_reload_flag
1989case $reload_flag in
1990"" | " "*) ;;
1991*) reload_flag=" $reload_flag" ;;
1992esac
1993reload_cmds='$LD$reload_flag -o $output$reload_objs'
1994case $host_os in
1995  darwin*)
1996    if test "$GCC" = yes; then
1997      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
1998    else
1999      reload_cmds='$LD$reload_flag -o $output$reload_objs'
2000    fi
2001    ;;
2002esac
2003])
2004m4trace:/usr/share/aclocal/libtool.m4:2451: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
2005lt_cv_deplibs_check_method,
2006[lt_cv_file_magic_cmd='$MAGIC_CMD'
2007lt_cv_file_magic_test_file=
2008lt_cv_deplibs_check_method='unknown'
2009# Need to set the preceding variable on all platforms that support
2010# interlibrary dependencies.
2011# 'none' -- dependencies not supported.
2012# `unknown' -- same as none, but documents that we really don't know.
2013# 'pass_all' -- all dependencies passed with no checks.
2014# 'test_compile' -- check by making test program.
2015# 'file_magic [[regex]]' -- check by looking for files in library path
2016# which responds to the $file_magic_cmd with a given extended regex.
2017# If you have `file' or equivalent on your system and you're not sure
2018# whether `pass_all' will *always* work, you probably want this one.
2019
2020case $host_os in
2021aix4* | aix5*)
2022  lt_cv_deplibs_check_method=pass_all
2023  ;;
2024
2025beos*)
2026  lt_cv_deplibs_check_method=pass_all
2027  ;;
2028
2029bsdi[[45]]*)
2030  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2031  lt_cv_file_magic_cmd='/usr/bin/file -L'
2032  lt_cv_file_magic_test_file=/shlib/libc.so
2033  ;;
2034
2035cygwin*)
2036  # func_win32_libid is a shell function defined in ltmain.sh
2037  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2038  lt_cv_file_magic_cmd='func_win32_libid'
2039  ;;
2040
2041mingw* | pw32*)
2042  # Base MSYS/MinGW do not provide the 'file' command needed by
2043  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2044  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2045  lt_cv_file_magic_cmd='$OBJDUMP -f'
2046  ;;
2047
2048darwin* | rhapsody*)
2049  lt_cv_deplibs_check_method=pass_all
2050  ;;
2051
2052freebsd* | kfreebsd*-gnu | dragonfly*)
2053  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2054    case $host_cpu in
2055    i*86 )
2056      # Not sure whether the presence of OpenBSD here was a mistake.
2057      # Let's accept both of them until this is cleared up.
2058      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2059      lt_cv_file_magic_cmd=/usr/bin/file
2060      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2061      ;;
2062    esac
2063  else
2064    lt_cv_deplibs_check_method=pass_all
2065  fi
2066  ;;
2067
2068gnu*)
2069  lt_cv_deplibs_check_method=pass_all
2070  ;;
2071
2072hpux10.20* | hpux11*)
2073  lt_cv_file_magic_cmd=/usr/bin/file
2074  case $host_cpu in
2075  ia64*)
2076    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2077    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2078    ;;
2079  hppa*64*)
2080    [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]']
2081    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2082    ;;
2083  *)
2084    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2085    lt_cv_file_magic_test_file=/usr/lib/libc.sl
2086    ;;
2087  esac
2088  ;;
2089
2090interix3*)
2091  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2092  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2093  ;;
2094
2095irix5* | irix6* | nonstopux*)
2096  case $LD in
2097  *-32|*"-32 ") libmagic=32-bit;;
2098  *-n32|*"-n32 ") libmagic=N32;;
2099  *-64|*"-64 ") libmagic=64-bit;;
2100  *) libmagic=never-match;;
2101  esac
2102  lt_cv_deplibs_check_method=pass_all
2103  ;;
2104
2105# This must be Linux ELF.
2106linux*)
2107  lt_cv_deplibs_check_method=pass_all
2108  ;;
2109
2110netbsd*)
2111  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2112    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2113  else
2114    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2115  fi
2116  ;;
2117
2118newos6*)
2119  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2120  lt_cv_file_magic_cmd=/usr/bin/file
2121  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2122  ;;
2123
2124nto-qnx*)
2125  lt_cv_deplibs_check_method=unknown
2126  ;;
2127
2128openbsd*)
2129  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2130    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2131  else
2132    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2133  fi
2134  ;;
2135
2136osf3* | osf4* | osf5*)
2137  lt_cv_deplibs_check_method=pass_all
2138  ;;
2139
2140solaris*)
2141  lt_cv_deplibs_check_method=pass_all
2142  ;;
2143
2144sysv4 | sysv4.3*)
2145  case $host_vendor in
2146  motorola)
2147    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]]'
2148    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2149    ;;
2150  ncr)
2151    lt_cv_deplibs_check_method=pass_all
2152    ;;
2153  sequent)
2154    lt_cv_file_magic_cmd='/bin/file'
2155    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2156    ;;
2157  sni)
2158    lt_cv_file_magic_cmd='/bin/file'
2159    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2160    lt_cv_file_magic_test_file=/lib/libc.so
2161    ;;
2162  siemens)
2163    lt_cv_deplibs_check_method=pass_all
2164    ;;
2165  pc)
2166    lt_cv_deplibs_check_method=pass_all
2167    ;;
2168  esac
2169  ;;
2170
2171sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2172  lt_cv_deplibs_check_method=pass_all
2173  ;;
2174esac
2175])
2176file_magic_cmd=$lt_cv_file_magic_cmd
2177deplibs_check_method=$lt_cv_deplibs_check_method
2178test -z "$deplibs_check_method" && deplibs_check_method=unknown
2179])
2180m4trace:/usr/share/aclocal/libtool.m4:2503: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2181[if test -n "$NM"; then
2182  # Let the user override the test.
2183  lt_cv_path_NM="$NM"
2184else
2185  lt_nm_to_check="${ac_tool_prefix}nm"
2186  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2187    lt_nm_to_check="$lt_nm_to_check nm"
2188  fi
2189  for lt_tmp_nm in $lt_nm_to_check; do
2190    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2191    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2192      IFS="$lt_save_ifs"
2193      test -z "$ac_dir" && ac_dir=.
2194      tmp_nm="$ac_dir/$lt_tmp_nm"
2195      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2196	# Check to see if the nm accepts a BSD-compat flag.
2197	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
2198	#   nm: unknown option "B" ignored
2199	# Tru64's nm complains that /dev/null is an invalid object file
2200	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2201	*/dev/null* | *'Invalid file or object type'*)
2202	  lt_cv_path_NM="$tmp_nm -B"
2203	  break
2204	  ;;
2205	*)
2206	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2207	  */dev/null*)
2208	    lt_cv_path_NM="$tmp_nm -p"
2209	    break
2210	    ;;
2211	  *)
2212	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2213	    continue # so that we can try to find one that supports BSD flags
2214	    ;;
2215	  esac
2216	  ;;
2217	esac
2218      fi
2219    done
2220    IFS="$lt_save_ifs"
2221  done
2222  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2223fi])
2224NM="$lt_cv_path_NM"
2225])
2226m4trace:/usr/share/aclocal/libtool.m4:2524: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2227LIBM=
2228case $host in
2229*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2230  # These system don't have libm, or don't need it
2231  ;;
2232*-ncr-sysv4.3*)
2233  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2234  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2235  ;;
2236*)
2237  AC_CHECK_LIB(m, cos, LIBM="-lm")
2238  ;;
2239esac
2240])
2241m4trace:/usr/share/aclocal/libtool.m4:2549: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2242  case $enable_ltdl_convenience in
2243  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2244  "") enable_ltdl_convenience=yes
2245      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2246  esac
2247  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2248  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2249  # For backwards non-gettext consistent compatibility...
2250  INCLTDL="$LTDLINCL"
2251])
2252m4trace:/usr/share/aclocal/libtool.m4:2585: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2253  AC_CHECK_LIB(ltdl, lt_dlinit,
2254  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2255  [if test x"$enable_ltdl_install" = xno; then
2256     AC_MSG_WARN([libltdl not installed, but installation disabled])
2257   else
2258     enable_ltdl_install=yes
2259   fi
2260  ])
2261  if test x"$enable_ltdl_install" = x"yes"; then
2262    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2263    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2264    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2265  else
2266    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2267    LIBLTDL="-lltdl"
2268    LTDLINCL=
2269  fi
2270  # For backwards non-gettext consistent compatibility...
2271  INCLTDL="$LTDLINCL"
2272])
2273m4trace:/usr/share/aclocal/libtool.m4:2593: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2274])
2275m4trace:/usr/share/aclocal/libtool.m4:2602: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2276AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2277_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2278])
2279m4trace:/usr/share/aclocal/libtool.m4:2614: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2280AC_REQUIRE([AC_PROG_CXX])
2281if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2282    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2283    (test "X$CXX" != "Xg++"))) ; then
2284  AC_PROG_CXXCPP
2285fi
2286])
2287m4trace:/usr/share/aclocal/libtool.m4:2621: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2288])
2289m4trace:/usr/share/aclocal/libtool.m4:2629: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2290_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2291])
2292m4trace:/usr/share/aclocal/libtool.m4:2637: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2293])
2294m4trace:/usr/share/aclocal/libtool.m4:2650: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2295  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2296    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2297      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2298	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2299	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2300_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2301])
2302m4trace:/usr/share/aclocal/libtool.m4:2659: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2303_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2304])
2305m4trace:/usr/share/aclocal/libtool.m4:2667: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2306m4trace:/usr/share/aclocal/libtool.m4:2740: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2307AC_LANG_PUSH(C)
2308
2309# Source file extension for C test sources.
2310ac_ext=c
2311
2312# Object file extension for compiled C test sources.
2313objext=o
2314_LT_AC_TAGVAR(objext, $1)=$objext
2315
2316# Code to be used in simple compile tests
2317lt_simple_compile_test_code="int some_variable = 0;\n"
2318
2319# Code to be used in simple link tests
2320lt_simple_link_test_code='int main(){return(0);}\n'
2321
2322_LT_AC_SYS_COMPILER
2323
2324# save warnings/boilerplate of simple test code
2325_LT_COMPILER_BOILERPLATE
2326_LT_LINKER_BOILERPLATE
2327
2328## CAVEAT EMPTOR:
2329## There is no encapsulation within the following macros, do not change
2330## the running order or otherwise move them around unless you know exactly
2331## what you are doing...
2332AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2333AC_LIBTOOL_PROG_COMPILER_PIC($1)
2334AC_LIBTOOL_PROG_CC_C_O($1)
2335AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2336AC_LIBTOOL_PROG_LD_SHLIBS($1)
2337AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2338AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2339AC_LIBTOOL_SYS_LIB_STRIP
2340AC_LIBTOOL_DLOPEN_SELF
2341
2342# Report which library types will actually be built
2343AC_MSG_CHECKING([if libtool supports shared libraries])
2344AC_MSG_RESULT([$can_build_shared])
2345
2346AC_MSG_CHECKING([whether to build shared libraries])
2347test "$can_build_shared" = "no" && enable_shared=no
2348
2349# On AIX, shared libraries and static libraries use the same namespace, and
2350# are all built from PIC.
2351case $host_os in
2352aix3*)
2353  test "$enable_shared" = yes && enable_static=no
2354  if test -n "$RANLIB"; then
2355    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2356    postinstall_cmds='$RANLIB $lib'
2357  fi
2358  ;;
2359
2360aix4* | aix5*)
2361  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2362    test "$enable_shared" = yes && enable_static=no
2363  fi
2364    ;;
2365esac
2366AC_MSG_RESULT([$enable_shared])
2367
2368AC_MSG_CHECKING([whether to build static libraries])
2369# Make sure either enable_shared or enable_static is yes.
2370test "$enable_shared" = yes || enable_static=yes
2371AC_MSG_RESULT([$enable_static])
2372
2373AC_LIBTOOL_CONFIG($1)
2374
2375AC_LANG_POP
2376CC="$lt_save_CC"
2377])
2378m4trace:/usr/share/aclocal/libtool.m4:2748: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2379m4trace:/usr/share/aclocal/libtool.m4:3748: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2380AC_REQUIRE([AC_PROG_CXX])
2381AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2382
2383_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2384_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2385_LT_AC_TAGVAR(always_export_symbols, $1)=no
2386_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2387_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2388_LT_AC_TAGVAR(hardcode_direct, $1)=no
2389_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2390_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2391_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2392_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2393_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2394_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2395_LT_AC_TAGVAR(module_cmds, $1)=
2396_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2397_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2398_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2399_LT_AC_TAGVAR(no_undefined_flag, $1)=
2400_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2401_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2402
2403# Dependencies to place before and after the object being linked:
2404_LT_AC_TAGVAR(predep_objects, $1)=
2405_LT_AC_TAGVAR(postdep_objects, $1)=
2406_LT_AC_TAGVAR(predeps, $1)=
2407_LT_AC_TAGVAR(postdeps, $1)=
2408_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2409
2410# Source file extension for C++ test sources.
2411ac_ext=cpp
2412
2413# Object file extension for compiled C++ test sources.
2414objext=o
2415_LT_AC_TAGVAR(objext, $1)=$objext
2416
2417# Code to be used in simple compile tests
2418lt_simple_compile_test_code="int some_variable = 0;\n"
2419
2420# Code to be used in simple link tests
2421lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
2422
2423# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2424_LT_AC_SYS_COMPILER
2425
2426# save warnings/boilerplate of simple test code
2427_LT_COMPILER_BOILERPLATE
2428_LT_LINKER_BOILERPLATE
2429
2430# Allow CC to be a program name with arguments.
2431lt_save_CC=$CC
2432lt_save_LD=$LD
2433lt_save_GCC=$GCC
2434GCC=$GXX
2435lt_save_with_gnu_ld=$with_gnu_ld
2436lt_save_path_LD=$lt_cv_path_LD
2437if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2438  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2439else
2440  $as_unset lt_cv_prog_gnu_ld
2441fi
2442if test -n "${lt_cv_path_LDCXX+set}"; then
2443  lt_cv_path_LD=$lt_cv_path_LDCXX
2444else
2445  $as_unset lt_cv_path_LD
2446fi
2447test -z "${LDCXX+set}" || LD=$LDCXX
2448CC=${CXX-"c++"}
2449compiler=$CC
2450_LT_AC_TAGVAR(compiler, $1)=$CC
2451_LT_CC_BASENAME([$compiler])
2452
2453# We don't want -fno-exception wen compiling C++ code, so set the
2454# no_builtin_flag separately
2455if test "$GXX" = yes; then
2456  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2457else
2458  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2459fi
2460
2461if test "$GXX" = yes; then
2462  # Set up default GNU C++ configuration
2463
2464  AC_PROG_LD
2465
2466  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2467  # archiving commands below assume that GNU ld is being used.
2468  if test "$with_gnu_ld" = yes; then
2469    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2470    _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'
2471
2472    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2473    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2474
2475    # If archive_cmds runs LD, not CC, wlarc should be empty
2476    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2477    #     investigate it a little bit more. (MM)
2478    wlarc='${wl}'
2479
2480    # ancient GNU ld didn't support --whole-archive et. al.
2481    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2482	grep 'no-whole-archive' > /dev/null; then
2483      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2484    else
2485      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2486    fi
2487  else
2488    with_gnu_ld=no
2489    wlarc=
2490
2491    # A generic and very simple default shared library creation
2492    # command for GNU C++ for the case where it uses the native
2493    # linker, instead of GNU ld.  If possible, this setting should
2494    # overridden to take advantage of the native linker features on
2495    # the platform it is being used on.
2496    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2497  fi
2498
2499  # Commands to make compiler produce verbose output that lists
2500  # what "hidden" libraries, object files and flags are used when
2501  # linking a shared library.
2502  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2503
2504else
2505  GXX=no
2506  with_gnu_ld=no
2507  wlarc=
2508fi
2509
2510# PORTME: fill in a description of your system's C++ link characteristics
2511AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2512_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2513case $host_os in
2514  aix3*)
2515    # FIXME: insert proper C++ library support
2516    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2517    ;;
2518  aix4* | aix5*)
2519    if test "$host_cpu" = ia64; then
2520      # On IA64, the linker does run time linking by default, so we don't
2521      # have to do anything special.
2522      aix_use_runtimelinking=no
2523      exp_sym_flag='-Bexport'
2524      no_entry_flag=""
2525    else
2526      aix_use_runtimelinking=no
2527
2528      # Test if we are trying to use run time linking or normal
2529      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2530      # need to do runtime linking.
2531      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2532	for ld_flag in $LDFLAGS; do
2533	  case $ld_flag in
2534	  *-brtl*)
2535	    aix_use_runtimelinking=yes
2536	    break
2537	    ;;
2538	  esac
2539	done
2540	;;
2541      esac
2542
2543      exp_sym_flag='-bexport'
2544      no_entry_flag='-bnoentry'
2545    fi
2546
2547    # When large executables or shared objects are built, AIX ld can
2548    # have problems creating the table of contents.  If linking a library
2549    # or program results in "error TOC overflow" add -mminimal-toc to
2550    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2551    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2552
2553    _LT_AC_TAGVAR(archive_cmds, $1)=''
2554    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2555    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2556    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2557
2558    if test "$GXX" = yes; then
2559      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2560      # We only want to do this on AIX 4.2 and lower, the check
2561      # below for broken collect2 doesn't work under 4.3+
2562	collect2name=`${CC} -print-prog-name=collect2`
2563	if test -f "$collect2name" && \
2564	   strings "$collect2name" | grep resolve_lib_name >/dev/null
2565	then
2566	  # We have reworked collect2
2567	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2568	else
2569	  # We have old collect2
2570	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2571	  # It fails to find uninstalled libraries when the uninstalled
2572	  # path is not listed in the libpath.  Setting hardcode_minus_L
2573	  # to unsupported forces relinking
2574	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2575	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2576	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2577	fi
2578	;;
2579      esac
2580      shared_flag='-shared'
2581      if test "$aix_use_runtimelinking" = yes; then
2582	shared_flag="$shared_flag "'${wl}-G'
2583      fi
2584    else
2585      # not using gcc
2586      if test "$host_cpu" = ia64; then
2587	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2588	# chokes on -Wl,-G. The following line is correct:
2589	shared_flag='-G'
2590      else
2591	if test "$aix_use_runtimelinking" = yes; then
2592	  shared_flag='${wl}-G'
2593	else
2594	  shared_flag='${wl}-bM:SRE'
2595	fi
2596      fi
2597    fi
2598
2599    # It seems that -bexpall does not export symbols beginning with
2600    # underscore (_), so it is better to generate a list of symbols to export.
2601    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2602    if test "$aix_use_runtimelinking" = yes; then
2603      # Warning - without using the other runtime loading flags (-brtl),
2604      # -berok will link without error, but may produce a broken library.
2605      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2606      # Determine the default libpath from the value encoded in an empty executable.
2607      _LT_AC_SYS_LIBPATH_AIX
2608      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2609
2610      _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"
2611     else
2612      if test "$host_cpu" = ia64; then
2613	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2614	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2615	_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"
2616      else
2617	# Determine the default libpath from the value encoded in an empty executable.
2618	_LT_AC_SYS_LIBPATH_AIX
2619	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2620	# Warning - without using the other run time loading flags,
2621	# -berok will link without error, but may produce a broken library.
2622	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2623	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2624	# Exported symbols can be pulled into shared objects from archives
2625	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2626	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2627	# This is similar to how AIX traditionally builds its shared libraries.
2628	_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'
2629      fi
2630    fi
2631    ;;
2632
2633  beos*)
2634    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2635      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2636      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2637      # support --undefined.  This deserves some investigation.  FIXME
2638      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2639    else
2640      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2641    fi
2642    ;;
2643
2644  chorus*)
2645    case $cc_basename in
2646      *)
2647	# FIXME: insert proper C++ library support
2648	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2649	;;
2650    esac
2651    ;;
2652
2653  cygwin* | mingw* | pw32*)
2654    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2655    # as there is no search path for DLLs.
2656    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2657    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2658    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2659    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2660
2661    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2662      _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'
2663      # If the export-symbols file already is a .def file (1st line
2664      # is EXPORTS), use it as is; otherwise, prepend...
2665      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2666	cp $export_symbols $output_objdir/$soname.def;
2667      else
2668	echo EXPORTS > $output_objdir/$soname.def;
2669	cat $export_symbols >> $output_objdir/$soname.def;
2670      fi~
2671      $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'
2672    else
2673      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2674    fi
2675  ;;
2676      darwin* | rhapsody*)
2677        case $host_os in
2678        rhapsody* | darwin1.[[012]])
2679         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2680         ;;
2681       *) # Darwin 1.3 on
2682         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2683           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2684         else
2685           case ${MACOSX_DEPLOYMENT_TARGET} in
2686             10.[[012]])
2687               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2688               ;;
2689             10.*)
2690               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2691               ;;
2692           esac
2693         fi
2694         ;;
2695        esac
2696      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2697      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2698      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2699      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2700      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2701      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2702
2703    if test "$GXX" = yes ; then
2704      lt_int_apple_cc_single_mod=no
2705      output_verbose_link_cmd='echo'
2706      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2707       lt_int_apple_cc_single_mod=yes
2708      fi
2709      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2710       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2711      else
2712          _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'
2713        fi
2714        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2715        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2716          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2717            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2718          else
2719            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2720          fi
2721            _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}'
2722      else
2723      case $cc_basename in
2724        xlc*)
2725         output_verbose_link_cmd='echo'
2726          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
2727          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2728          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2729          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2730          _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}'
2731          ;;
2732       *)
2733         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2734          ;;
2735      esac
2736      fi
2737        ;;
2738
2739  dgux*)
2740    case $cc_basename in
2741      ec++*)
2742	# FIXME: insert proper C++ library support
2743	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2744	;;
2745      ghcx*)
2746	# Green Hills C++ Compiler
2747	# FIXME: insert proper C++ library support
2748	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2749	;;
2750      *)
2751	# FIXME: insert proper C++ library support
2752	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2753	;;
2754    esac
2755    ;;
2756  freebsd[[12]]*)
2757    # C++ shared libraries reported to be fairly broken before switch to ELF
2758    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2759    ;;
2760  freebsd-elf*)
2761    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2762    ;;
2763  freebsd* | kfreebsd*-gnu | dragonfly*)
2764    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2765    # conventions
2766    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2767    ;;
2768  gnu*)
2769    ;;
2770  hpux9*)
2771    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2772    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2773    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2774    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2775    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2776				# but as the default
2777				# location of the library.
2778
2779    case $cc_basename in
2780    CC*)
2781      # FIXME: insert proper C++ library support
2782      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2783      ;;
2784    aCC*)
2785      _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'
2786      # Commands to make compiler produce verbose output that lists
2787      # what "hidden" libraries, object files and flags are used when
2788      # linking a shared library.
2789      #
2790      # There doesn't appear to be a way to prevent this compiler from
2791      # explicitly linking system object files so we need to strip them
2792      # from the output so that they don't get included in the library
2793      # dependencies.
2794      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'
2795      ;;
2796    *)
2797      if test "$GXX" = yes; then
2798        _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'
2799      else
2800        # FIXME: insert proper C++ library support
2801        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2802      fi
2803      ;;
2804    esac
2805    ;;
2806  hpux10*|hpux11*)
2807    if test $with_gnu_ld = no; then
2808      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2809      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2810
2811      case $host_cpu in
2812      hppa*64*|ia64*)
2813	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2814        ;;
2815      *)
2816	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2817        ;;
2818      esac
2819    fi
2820    case $host_cpu in
2821    hppa*64*|ia64*)
2822      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2823      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2824      ;;
2825    *)
2826      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2827      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2828					      # but as the default
2829					      # location of the library.
2830      ;;
2831    esac
2832
2833    case $cc_basename in
2834      CC*)
2835	# FIXME: insert proper C++ library support
2836	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2837	;;
2838      aCC*)
2839	case $host_cpu in
2840	hppa*64*)
2841	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2842	  ;;
2843	ia64*)
2844	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2845	  ;;
2846	*)
2847	  _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'
2848	  ;;
2849	esac
2850	# Commands to make compiler produce verbose output that lists
2851	# what "hidden" libraries, object files and flags are used when
2852	# linking a shared library.
2853	#
2854	# There doesn't appear to be a way to prevent this compiler from
2855	# explicitly linking system object files so we need to strip them
2856	# from the output so that they don't get included in the library
2857	# dependencies.
2858	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'
2859	;;
2860      *)
2861	if test "$GXX" = yes; then
2862	  if test $with_gnu_ld = no; then
2863	    case $host_cpu in
2864	    hppa*64*)
2865	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2866	      ;;
2867	    ia64*)
2868	      _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'
2869	      ;;
2870	    *)
2871	      _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'
2872	      ;;
2873	    esac
2874	  fi
2875	else
2876	  # FIXME: insert proper C++ library support
2877	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
2878	fi
2879	;;
2880    esac
2881    ;;
2882  interix3*)
2883    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2884    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2885    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2886    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2887    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2888    # Instead, shared libraries are loaded at an image base (0x10000000 by
2889    # default) and relocated if they conflict, which is a slow very memory
2890    # consuming and fragmenting process.  To avoid this, we pick a random,
2891    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2892    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2893    _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'
2894    _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'
2895    ;;
2896  irix5* | irix6*)
2897    case $cc_basename in
2898      CC*)
2899	# SGI C++
2900	_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'
2901
2902	# Archives containing C++ object files must be created using
2903	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2904	# necessary to make sure instantiated templates are included
2905	# in the archive.
2906	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2907	;;
2908      *)
2909	if test "$GXX" = yes; then
2910	  if test "$with_gnu_ld" = no; then
2911	    _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'
2912	  else
2913	    _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'
2914	  fi
2915	fi
2916	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2917	;;
2918    esac
2919    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2920    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2921    ;;
2922  linux*)
2923    case $cc_basename in
2924      KCC*)
2925	# Kuck and Associates, Inc. (KAI) C++ Compiler
2926
2927	# KCC will only create a shared library if the output file
2928	# ends with ".so" (or ".sl" for HP-UX), so rename the library
2929	# to its proper name (with version) after linking.
2930	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2931	_LT_AC_TAGVAR(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'
2932	# Commands to make compiler produce verbose output that lists
2933	# what "hidden" libraries, object files and flags are used when
2934	# linking a shared library.
2935	#
2936	# There doesn't appear to be a way to prevent this compiler from
2937	# explicitly linking system object files so we need to strip them
2938	# from the output so that they don't get included in the library
2939	# dependencies.
2940	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'
2941
2942	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2943	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2944
2945	# Archives containing C++ object files must be created using
2946	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
2947	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2948	;;
2949      icpc*)
2950	# Intel C++
2951	with_gnu_ld=yes
2952	# version 8.0 and above of icpc choke on multiply defined symbols
2953	# if we add $predep_objects and $postdep_objects, however 7.1 and
2954	# earlier do not add the objects themselves.
2955	case `$CC -V 2>&1` in
2956	*"Version 7."*)
2957  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2958  	  _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'
2959	  ;;
2960	*)  # Version 8.0 or newer
2961	  tmp_idyn=
2962	  case $host_cpu in
2963	    ia64*) tmp_idyn=' -i_dynamic';;
2964	  esac
2965  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2966	  _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'
2967	  ;;
2968	esac
2969	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2970	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2971	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2972	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2973	;;
2974      pgCC*)
2975        # Portland Group C++ compiler
2976	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2977  	_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'
2978
2979	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2980	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2981	_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'
2982        ;;
2983      cxx*)
2984	# Compaq C++
2985	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2986	_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'
2987
2988	runpath_var=LD_RUN_PATH
2989	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2990	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2991
2992	# Commands to make compiler produce verbose output that lists
2993	# what "hidden" libraries, object files and flags are used when
2994	# linking a shared library.
2995	#
2996	# There doesn't appear to be a way to prevent this compiler from
2997	# explicitly linking system object files so we need to strip them
2998	# from the output so that they don't get included in the library
2999	# dependencies.
3000	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'
3001	;;
3002    esac
3003    ;;
3004  lynxos*)
3005    # FIXME: insert proper C++ library support
3006    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3007    ;;
3008  m88k*)
3009    # FIXME: insert proper C++ library support
3010    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3011    ;;
3012  mvs*)
3013    case $cc_basename in
3014      cxx*)
3015	# FIXME: insert proper C++ library support
3016	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3017	;;
3018      *)
3019	# FIXME: insert proper C++ library support
3020	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3021	;;
3022    esac
3023    ;;
3024  netbsd*)
3025    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3026      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3027      wlarc=
3028      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3029      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3030      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3031    fi
3032    # Workaround some broken pre-1.5 toolchains
3033    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3034    ;;
3035  openbsd2*)
3036    # C++ shared libraries are fairly broken
3037    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3038    ;;
3039  openbsd*)
3040    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3041    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3042    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3043    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3044    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3045      _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'
3046      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3047      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3048    fi
3049    output_verbose_link_cmd='echo'
3050    ;;
3051  osf3*)
3052    case $cc_basename in
3053      KCC*)
3054	# Kuck and Associates, Inc. (KAI) C++ Compiler
3055
3056	# KCC will only create a shared library if the output file
3057	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3058	# to its proper name (with version) after linking.
3059	_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'
3060
3061	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3062	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3063
3064	# Archives containing C++ object files must be created using
3065	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
3066	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3067
3068	;;
3069      RCC*)
3070	# Rational C++ 2.4.1
3071	# FIXME: insert proper C++ library support
3072	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3073	;;
3074      cxx*)
3075	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3076	_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'
3077
3078	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3079	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3080
3081	# Commands to make compiler produce verbose output that lists
3082	# what "hidden" libraries, object files and flags are used when
3083	# linking a shared library.
3084	#
3085	# There doesn't appear to be a way to prevent this compiler from
3086	# explicitly linking system object files so we need to strip them
3087	# from the output so that they don't get included in the library
3088	# dependencies.
3089	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'
3090	;;
3091      *)
3092	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3093	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3094	  _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'
3095
3096	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3097	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3098
3099	  # Commands to make compiler produce verbose output that lists
3100	  # what "hidden" libraries, object files and flags are used when
3101	  # linking a shared library.
3102	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3103
3104	else
3105	  # FIXME: insert proper C++ library support
3106	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3107	fi
3108	;;
3109    esac
3110    ;;
3111  osf4* | osf5*)
3112    case $cc_basename in
3113      KCC*)
3114	# Kuck and Associates, Inc. (KAI) C++ Compiler
3115
3116	# KCC will only create a shared library if the output file
3117	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3118	# to its proper name (with version) after linking.
3119	_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'
3120
3121	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3122	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3123
3124	# Archives containing C++ object files must be created using
3125	# the KAI C++ compiler.
3126	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3127	;;
3128      RCC*)
3129	# Rational C++ 2.4.1
3130	# FIXME: insert proper C++ library support
3131	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3132	;;
3133      cxx*)
3134	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3135	_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'
3136	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3137	  echo "-hidden">> $lib.exp~
3138	  $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~
3139	  $rm $lib.exp'
3140
3141	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3142	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3143
3144	# Commands to make compiler produce verbose output that lists
3145	# what "hidden" libraries, object files and flags are used when
3146	# linking a shared library.
3147	#
3148	# There doesn't appear to be a way to prevent this compiler from
3149	# explicitly linking system object files so we need to strip them
3150	# from the output so that they don't get included in the library
3151	# dependencies.
3152	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'
3153	;;
3154      *)
3155	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3156	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3157	 _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'
3158
3159	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3160	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3161
3162	  # Commands to make compiler produce verbose output that lists
3163	  # what "hidden" libraries, object files and flags are used when
3164	  # linking a shared library.
3165	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3166
3167	else
3168	  # FIXME: insert proper C++ library support
3169	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3170	fi
3171	;;
3172    esac
3173    ;;
3174  psos*)
3175    # FIXME: insert proper C++ library support
3176    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3177    ;;
3178  sunos4*)
3179    case $cc_basename in
3180      CC*)
3181	# Sun C++ 4.x
3182	# FIXME: insert proper C++ library support
3183	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3184	;;
3185      lcc*)
3186	# Lucid
3187	# FIXME: insert proper C++ library support
3188	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3189	;;
3190      *)
3191	# FIXME: insert proper C++ library support
3192	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3193	;;
3194    esac
3195    ;;
3196  solaris*)
3197    case $cc_basename in
3198      CC*)
3199	# Sun C++ 4.2, 5.x and Centerline C++
3200        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3201	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3202	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3203	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3204	$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'
3205
3206	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3207	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3208	case $host_os in
3209	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3210	  *)
3211	    # The C++ compiler is used as linker so we must use $wl
3212	    # flag to pass the commands to the underlying system
3213	    # linker. We must also pass each convience library through
3214	    # to the system linker between allextract/defaultextract.
3215	    # The C++ compiler will combine linker options so we
3216	    # cannot just pass the convience library names through
3217	    # without $wl.
3218	    # Supported since Solaris 2.6 (maybe 2.5.1?)
3219	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
3220	    ;;
3221	esac
3222	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3223
3224	output_verbose_link_cmd='echo'
3225
3226	# Archives containing C++ object files must be created using
3227	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
3228	# necessary to make sure instantiated templates are included
3229	# in the archive.
3230	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3231	;;
3232      gcx*)
3233	# Green Hills C++ Compiler
3234	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3235
3236	# The C++ compiler must be used to create the archive.
3237	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3238	;;
3239      *)
3240	# GNU C++ compiler with Solaris linker
3241	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3242	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3243	  if $CC --version | grep -v '^2\.7' > /dev/null; then
3244	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3245	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3246		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3247
3248	    # Commands to make compiler produce verbose output that lists
3249	    # what "hidden" libraries, object files and flags are used when
3250	    # linking a shared library.
3251	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3252	  else
3253	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
3254	    # platform.
3255	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3256	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3257		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3258
3259	    # Commands to make compiler produce verbose output that lists
3260	    # what "hidden" libraries, object files and flags are used when
3261	    # linking a shared library.
3262	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3263	  fi
3264
3265	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3266	fi
3267	;;
3268    esac
3269    ;;
3270  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3271    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3272    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3273    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3274    runpath_var='LD_RUN_PATH'
3275
3276    case $cc_basename in
3277      CC*)
3278	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3279	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3280	;;
3281      *)
3282	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3283	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3284	;;
3285    esac
3286    ;;
3287  sysv5* | sco3.2v5* | sco5v6*)
3288    # Note: We can NOT use -z defs as we might desire, because we do not
3289    # link with -lc, and that would cause any symbols used from libc to
3290    # always be unresolved, which means just about no library would
3291    # ever link correctly.  If we're not using GNU ld we use -z text
3292    # though, which does catch some bad symbols but isn't as heavy-handed
3293    # as -z defs.
3294    # For security reasons, it is highly recommended that you always
3295    # use absolute paths for naming shared libraries, and exclude the
3296    # DT_RUNPATH tag from executables and libraries.  But doing so
3297    # requires that you compile everything twice, which is a pain.
3298    # So that behaviour is only enabled if SCOABSPATH is set to a
3299    # non-empty value in the environment.  Most likely only useful for
3300    # creating official distributions of packages.
3301    # This is a hack until libtool officially supports absolute path
3302    # names for shared libraries.
3303    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3304    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3305    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3306    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3307    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3308    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3309    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3310    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3311    runpath_var='LD_RUN_PATH'
3312
3313    case $cc_basename in
3314      CC*)
3315	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3316	_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'
3317	;;
3318      *)
3319	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3320	_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'
3321	;;
3322    esac
3323    ;;
3324  tandem*)
3325    case $cc_basename in
3326      NCC*)
3327	# NonStop-UX NCC 3.20
3328	# FIXME: insert proper C++ library support
3329	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3330	;;
3331      *)
3332	# FIXME: insert proper C++ library support
3333	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3334	;;
3335    esac
3336    ;;
3337  vxworks*)
3338    # FIXME: insert proper C++ library support
3339    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3340    ;;
3341  *)
3342    # FIXME: insert proper C++ library support
3343    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3344    ;;
3345esac
3346AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3347test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3348
3349_LT_AC_TAGVAR(GCC, $1)="$GXX"
3350_LT_AC_TAGVAR(LD, $1)="$LD"
3351
3352## CAVEAT EMPTOR:
3353## There is no encapsulation within the following macros, do not change
3354## the running order or otherwise move them around unless you know exactly
3355## what you are doing...
3356AC_LIBTOOL_POSTDEP_PREDEP($1)
3357AC_LIBTOOL_PROG_COMPILER_PIC($1)
3358AC_LIBTOOL_PROG_CC_C_O($1)
3359AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3360AC_LIBTOOL_PROG_LD_SHLIBS($1)
3361AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3362AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3363
3364AC_LIBTOOL_CONFIG($1)
3365
3366AC_LANG_POP
3367CC=$lt_save_CC
3368LDCXX=$LD
3369LD=$lt_save_LD
3370GCC=$lt_save_GCC
3371with_gnu_ldcxx=$with_gnu_ld
3372with_gnu_ld=$lt_save_with_gnu_ld
3373lt_cv_path_LDCXX=$lt_cv_path_LD
3374lt_cv_path_LD=$lt_save_path_LD
3375lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3376lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3377])
3378m4trace:/usr/share/aclocal/libtool.m4:3908: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3379dnl we can't use the lt_simple_compile_test_code here,
3380dnl because it contains code intended for an executable,
3381dnl not a library.  It's possible we should let each
3382dnl tag define a new lt_????_link_test_code variable,
3383dnl but it's only used here...
3384ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3385int a;
3386void foo (void) { a = 0; }
3387EOF
3388],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3389class Foo
3390{
3391public:
3392  Foo (void) { a = 0; }
3393private:
3394  int a;
3395};
3396EOF
3397],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3398      subroutine foo
3399      implicit none
3400      integer*4 a
3401      a=0
3402      return
3403      end
3404EOF
3405],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3406public class foo {
3407  private int a;
3408  public void bar (void) {
3409    a = 0;
3410  }
3411};
3412EOF
3413])
3414dnl Parse the compiler output and extract the necessary
3415dnl objects, libraries and library flags.
3416if AC_TRY_EVAL(ac_compile); then
3417  # Parse the compiler output and extract the necessary
3418  # objects, libraries and library flags.
3419
3420  # Sentinel used to keep track of whether or not we are before
3421  # the conftest object file.
3422  pre_test_object_deps_done=no
3423
3424  # The `*' in the case matches for architectures that use `case' in
3425  # $output_verbose_cmd can trigger glob expansion during the loop
3426  # eval without this substitution.
3427  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3428
3429  for p in `eval $output_verbose_link_cmd`; do
3430    case $p in
3431
3432    -L* | -R* | -l*)
3433       # Some compilers place space between "-{L,R}" and the path.
3434       # Remove the space.
3435       if test $p = "-L" \
3436	  || test $p = "-R"; then
3437	 prev=$p
3438	 continue
3439       else
3440	 prev=
3441       fi
3442
3443       if test "$pre_test_object_deps_done" = no; then
3444	 case $p in
3445	 -L* | -R*)
3446	   # Internal compiler library paths should come after those
3447	   # provided the user.  The postdeps already come after the
3448	   # user supplied libs so there is no need to process them.
3449	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3450	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3451	   else
3452	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3453	   fi
3454	   ;;
3455	 # The "-l" case would never come before the object being
3456	 # linked, so don't bother handling this case.
3457	 esac
3458       else
3459	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3460	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3461	 else
3462	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3463	 fi
3464       fi
3465       ;;
3466
3467    *.$objext)
3468       # This assumes that the test object file only shows up
3469       # once in the compiler output.
3470       if test "$p" = "conftest.$objext"; then
3471	 pre_test_object_deps_done=yes
3472	 continue
3473       fi
3474
3475       if test "$pre_test_object_deps_done" = no; then
3476	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3477	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
3478	 else
3479	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3480	 fi
3481       else
3482	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3483	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3484	 else
3485	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3486	 fi
3487       fi
3488       ;;
3489
3490    *) ;; # Ignore the rest.
3491
3492    esac
3493  done
3494
3495  # Clean up.
3496  rm -f a.out a.exe
3497else
3498  echo "libtool.m4: error: problem compiling $1 test program"
3499fi
3500
3501$rm -f confest.$objext
3502
3503# PORTME: override above test on systems where it is broken
3504ifelse([$1],[CXX],
3505[case $host_os in
3506interix3*)
3507  # Interix 3.5 installs completely hosed .la files for C++, so rather than
3508  # hack all around it, let's just trust "g++" to DTRT.
3509  _LT_AC_TAGVAR(predep_objects,$1)=
3510  _LT_AC_TAGVAR(postdep_objects,$1)=
3511  _LT_AC_TAGVAR(postdeps,$1)=
3512  ;;
3513
3514solaris*)
3515  case $cc_basename in
3516  CC*)
3517    # Adding this requires a known-good setup of shared libraries for
3518    # Sun compiler versions before 5.6, else PIC objects from an old
3519    # archive will be linked into the output, leading to subtle bugs.
3520    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3521    ;;
3522  esac
3523  ;;
3524esac
3525])
3526
3527case " $_LT_AC_TAGVAR(postdeps, $1) " in
3528*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3529esac
3530])
3531m4trace:/usr/share/aclocal/libtool.m4:3915: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3532m4trace:/usr/share/aclocal/libtool.m4:4009: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3533AC_LANG_PUSH(Fortran 77)
3534
3535_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3536_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3537_LT_AC_TAGVAR(always_export_symbols, $1)=no
3538_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3539_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3540_LT_AC_TAGVAR(hardcode_direct, $1)=no
3541_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3542_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3543_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3544_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3545_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3546_LT_AC_TAGVAR(module_cmds, $1)=
3547_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3548_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3549_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3550_LT_AC_TAGVAR(no_undefined_flag, $1)=
3551_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3552_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3553
3554# Source file extension for f77 test sources.
3555ac_ext=f
3556
3557# Object file extension for compiled f77 test sources.
3558objext=o
3559_LT_AC_TAGVAR(objext, $1)=$objext
3560
3561# Code to be used in simple compile tests
3562lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3563
3564# Code to be used in simple link tests
3565lt_simple_link_test_code="      program t\n      end\n"
3566
3567# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3568_LT_AC_SYS_COMPILER
3569
3570# save warnings/boilerplate of simple test code
3571_LT_COMPILER_BOILERPLATE
3572_LT_LINKER_BOILERPLATE
3573
3574# Allow CC to be a program name with arguments.
3575lt_save_CC="$CC"
3576CC=${F77-"f77"}
3577compiler=$CC
3578_LT_AC_TAGVAR(compiler, $1)=$CC
3579_LT_CC_BASENAME([$compiler])
3580
3581AC_MSG_CHECKING([if libtool supports shared libraries])
3582AC_MSG_RESULT([$can_build_shared])
3583
3584AC_MSG_CHECKING([whether to build shared libraries])
3585test "$can_build_shared" = "no" && enable_shared=no
3586
3587# On AIX, shared libraries and static libraries use the same namespace, and
3588# are all built from PIC.
3589case $host_os in
3590aix3*)
3591  test "$enable_shared" = yes && enable_static=no
3592  if test -n "$RANLIB"; then
3593    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3594    postinstall_cmds='$RANLIB $lib'
3595  fi
3596  ;;
3597aix4* | aix5*)
3598  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3599    test "$enable_shared" = yes && enable_static=no
3600  fi
3601  ;;
3602esac
3603AC_MSG_RESULT([$enable_shared])
3604
3605AC_MSG_CHECKING([whether to build static libraries])
3606# Make sure either enable_shared or enable_static is yes.
3607test "$enable_shared" = yes || enable_static=yes
3608AC_MSG_RESULT([$enable_static])
3609
3610_LT_AC_TAGVAR(GCC, $1)="$G77"
3611_LT_AC_TAGVAR(LD, $1)="$LD"
3612
3613AC_LIBTOOL_PROG_COMPILER_PIC($1)
3614AC_LIBTOOL_PROG_CC_C_O($1)
3615AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3616AC_LIBTOOL_PROG_LD_SHLIBS($1)
3617AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3618AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3619
3620AC_LIBTOOL_CONFIG($1)
3621
3622AC_LANG_POP
3623CC="$lt_save_CC"
3624])
3625m4trace:/usr/share/aclocal/libtool.m4:4017: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3626m4trace:/usr/share/aclocal/libtool.m4:4069: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3627
3628# Source file extension for Java test sources.
3629ac_ext=java
3630
3631# Object file extension for compiled Java test sources.
3632objext=o
3633_LT_AC_TAGVAR(objext, $1)=$objext
3634
3635# Code to be used in simple compile tests
3636lt_simple_compile_test_code="class foo {}\n"
3637
3638# Code to be used in simple link tests
3639lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3640
3641# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3642_LT_AC_SYS_COMPILER
3643
3644# save warnings/boilerplate of simple test code
3645_LT_COMPILER_BOILERPLATE
3646_LT_LINKER_BOILERPLATE
3647
3648# Allow CC to be a program name with arguments.
3649lt_save_CC="$CC"
3650CC=${GCJ-"gcj"}
3651compiler=$CC
3652_LT_AC_TAGVAR(compiler, $1)=$CC
3653_LT_CC_BASENAME([$compiler])
3654
3655# GCJ did not exist at the time GCC didn't implicitly link libc in.
3656_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3657
3658_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3659
3660## CAVEAT EMPTOR:
3661## There is no encapsulation within the following macros, do not change
3662## the running order or otherwise move them around unless you know exactly
3663## what you are doing...
3664AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3665AC_LIBTOOL_PROG_COMPILER_PIC($1)
3666AC_LIBTOOL_PROG_CC_C_O($1)
3667AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3668AC_LIBTOOL_PROG_LD_SHLIBS($1)
3669AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3670AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3671
3672AC_LIBTOOL_CONFIG($1)
3673
3674AC_LANG_RESTORE
3675CC="$lt_save_CC"
3676])
3677m4trace:/usr/share/aclocal/libtool.m4:4077: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3678m4trace:/usr/share/aclocal/libtool.m4:4113: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3679
3680# Source file extension for RC test sources.
3681ac_ext=rc
3682
3683# Object file extension for compiled RC test sources.
3684objext=o
3685_LT_AC_TAGVAR(objext, $1)=$objext
3686
3687# Code to be used in simple compile tests
3688lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3689
3690# Code to be used in simple link tests
3691lt_simple_link_test_code="$lt_simple_compile_test_code"
3692
3693# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3694_LT_AC_SYS_COMPILER
3695
3696# save warnings/boilerplate of simple test code
3697_LT_COMPILER_BOILERPLATE
3698_LT_LINKER_BOILERPLATE
3699
3700# Allow CC to be a program name with arguments.
3701lt_save_CC="$CC"
3702CC=${RC-"windres"}
3703compiler=$CC
3704_LT_AC_TAGVAR(compiler, $1)=$CC
3705_LT_CC_BASENAME([$compiler])
3706_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3707
3708AC_LIBTOOL_CONFIG($1)
3709
3710AC_LANG_RESTORE
3711CC="$lt_save_CC"
3712])
3713m4trace:/usr/share/aclocal/libtool.m4:4610: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3714# libtool distribution, otherwise you forgot to ship ltmain.sh
3715# with your package, and you will get complaints that there are
3716# no rules to generate ltmain.sh.
3717if test -f "$ltmain"; then
3718  # See if we are running on zsh, and set the options which allow our commands through
3719  # without removal of \ escapes.
3720  if test -n "${ZSH_VERSION+set}" ; then
3721    setopt NO_GLOB_SUBST
3722  fi
3723  # Now quote all the things that may contain metacharacters while being
3724  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3725  # variables and quote the copies for generation of the libtool script.
3726  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3727    SED SHELL STRIP \
3728    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3729    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3730    deplibs_check_method reload_flag reload_cmds need_locks \
3731    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3732    lt_cv_sys_global_symbol_to_c_name_address \
3733    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3734    old_postinstall_cmds old_postuninstall_cmds \
3735    _LT_AC_TAGVAR(compiler, $1) \
3736    _LT_AC_TAGVAR(CC, $1) \
3737    _LT_AC_TAGVAR(LD, $1) \
3738    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3739    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3740    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3741    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3742    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3743    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3744    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3745    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3746    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3747    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3748    _LT_AC_TAGVAR(predep_objects, $1) \
3749    _LT_AC_TAGVAR(postdep_objects, $1) \
3750    _LT_AC_TAGVAR(predeps, $1) \
3751    _LT_AC_TAGVAR(postdeps, $1) \
3752    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3753    _LT_AC_TAGVAR(archive_cmds, $1) \
3754    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3755    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3756    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3757    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3758    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3759    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3760    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3761    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3762    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3763    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3764    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3765    _LT_AC_TAGVAR(module_cmds, $1) \
3766    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3767    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3768    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3769    _LT_AC_TAGVAR(include_expsyms, $1); do
3770
3771    case $var in
3772    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3773    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3774    _LT_AC_TAGVAR(archive_cmds, $1) | \
3775    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3776    _LT_AC_TAGVAR(module_cmds, $1) | \
3777    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3778    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3779    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3780    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3781    postinstall_cmds | postuninstall_cmds | \
3782    old_postinstall_cmds | old_postuninstall_cmds | \
3783    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3784      # Double-quote double-evaled strings.
3785      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3786      ;;
3787    *)
3788      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3789      ;;
3790    esac
3791  done
3792
3793  case $lt_echo in
3794  *'\[$]0 --fallback-echo"')
3795    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3796    ;;
3797  esac
3798
3799ifelse([$1], [],
3800  [cfgfile="${ofile}T"
3801  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3802  $rm -f "$cfgfile"
3803  AC_MSG_NOTICE([creating $ofile])],
3804  [cfgfile="$ofile"])
3805
3806  cat <<__EOF__ >> "$cfgfile"
3807ifelse([$1], [],
3808[#! $SHELL
3809
3810# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3811# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3812# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3813#
3814# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3815# Free Software Foundation, Inc.
3816#
3817# This file is part of GNU Libtool:
3818# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3819#
3820# This program is free software; you can redistribute it and/or modify
3821# it under the terms of the GNU General Public License as published by
3822# the Free Software Foundation; either version 2 of the License, or
3823# (at your option) any later version.
3824#
3825# This program is distributed in the hope that it will be useful, but
3826# WITHOUT ANY WARRANTY; without even the implied warranty of
3827# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3828# General Public License for more details.
3829#
3830# You should have received a copy of the GNU General Public License
3831# along with this program; if not, write to the Free Software
3832# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3833#
3834# As a special exception to the GNU General Public License, if you
3835# distribute this file as part of a program that contains a
3836# configuration script generated by Autoconf, you may include it under
3837# the same distribution terms that you use for the rest of that program.
3838
3839# A sed program that does not truncate output.
3840SED=$lt_SED
3841
3842# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3843Xsed="$SED -e 1s/^X//"
3844
3845# The HP-UX ksh and POSIX shell print the target directory to stdout
3846# if CDPATH is set.
3847(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3848
3849# The names of the tagged configurations supported by this script.
3850available_tags=
3851
3852# ### BEGIN LIBTOOL CONFIG],
3853[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3854
3855# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3856
3857# Shell to use when invoking shell scripts.
3858SHELL=$lt_SHELL
3859
3860# Whether or not to build shared libraries.
3861build_libtool_libs=$enable_shared
3862
3863# Whether or not to build static libraries.
3864build_old_libs=$enable_static
3865
3866# Whether or not to add -lc for building shared libraries.
3867build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3868
3869# Whether or not to disallow shared libs when runtime libs are static
3870allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3871
3872# Whether or not to optimize for fast installation.
3873fast_install=$enable_fast_install
3874
3875# The host system.
3876host_alias=$host_alias
3877host=$host
3878host_os=$host_os
3879
3880# The build system.
3881build_alias=$build_alias
3882build=$build
3883build_os=$build_os
3884
3885# An echo program that does not interpret backslashes.
3886echo=$lt_echo
3887
3888# The archiver.
3889AR=$lt_AR
3890AR_FLAGS=$lt_AR_FLAGS
3891
3892# A C compiler.
3893LTCC=$lt_LTCC
3894
3895# LTCC compiler flags.
3896LTCFLAGS=$lt_LTCFLAGS
3897
3898# A language-specific compiler.
3899CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3900
3901# Is the compiler the GNU C compiler?
3902with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3903
3904gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
3905gcc_ver=\`gcc -dumpversion\`
3906
3907# An ERE matcher.
3908EGREP=$lt_EGREP
3909
3910# The linker used to build libraries.
3911LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3912
3913# Whether we need hard or soft links.
3914LN_S=$lt_LN_S
3915
3916# A BSD-compatible nm program.
3917NM=$lt_NM
3918
3919# A symbol stripping program
3920STRIP=$lt_STRIP
3921
3922# Used to examine libraries when file_magic_cmd begins "file"
3923MAGIC_CMD=$MAGIC_CMD
3924
3925# Used on cygwin: DLL creation program.
3926DLLTOOL="$DLLTOOL"
3927
3928# Used on cygwin: object dumper.
3929OBJDUMP="$OBJDUMP"
3930
3931# Used on cygwin: assembler.
3932AS="$AS"
3933
3934# The name of the directory that contains temporary libtool files.
3935objdir=$objdir
3936
3937# How to create reloadable object files.
3938reload_flag=$lt_reload_flag
3939reload_cmds=$lt_reload_cmds
3940
3941# How to pass a linker flag through the compiler.
3942wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3943
3944# Object file suffix (normally "o").
3945objext="$ac_objext"
3946
3947# Old archive suffix (normally "a").
3948libext="$libext"
3949
3950# Shared library suffix (normally ".so").
3951shrext_cmds='$shrext_cmds'
3952
3953# Executable file suffix (normally "").
3954exeext="$exeext"
3955
3956# Additional compiler flags for building library objects.
3957pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3958pic_mode=$pic_mode
3959
3960# What is the maximum length of a command?
3961max_cmd_len=$lt_cv_sys_max_cmd_len
3962
3963# Does compiler simultaneously support -c and -o options?
3964compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3965
3966# Must we lock files when doing compilation?
3967need_locks=$lt_need_locks
3968
3969# Do we need the lib prefix for modules?
3970need_lib_prefix=$need_lib_prefix
3971
3972# Do we need a version for libraries?
3973need_version=$need_version
3974
3975# Whether dlopen is supported.
3976dlopen_support=$enable_dlopen
3977
3978# Whether dlopen of programs is supported.
3979dlopen_self=$enable_dlopen_self
3980
3981# Whether dlopen of statically linked programs is supported.
3982dlopen_self_static=$enable_dlopen_self_static
3983
3984# Compiler flag to prevent dynamic linking.
3985link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3986
3987# Compiler flag to turn off builtin functions.
3988no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3989
3990# Compiler flag to allow reflexive dlopens.
3991export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3992
3993# Compiler flag to generate shared objects directly from archives.
3994whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3995
3996# Compiler flag to generate thread-safe objects.
3997thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3998
3999# Library versioning type.
4000version_type=$version_type
4001
4002# Format of library name prefix.
4003libname_spec=$lt_libname_spec
4004
4005# List of archive names.  First name is the real one, the rest are links.
4006# The last name is the one that the linker finds with -lNAME.
4007library_names_spec=$lt_library_names_spec
4008
4009# The coded name of the library, if different from the real name.
4010soname_spec=$lt_soname_spec
4011
4012# Commands used to build and install an old-style archive.
4013RANLIB=$lt_RANLIB
4014old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4015old_postinstall_cmds=$lt_old_postinstall_cmds
4016old_postuninstall_cmds=$lt_old_postuninstall_cmds
4017
4018# Create an old-style archive from a shared archive.
4019old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4020
4021# Create a temporary old-style archive to link instead of a shared archive.
4022old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4023
4024# Commands used to build and install a shared archive.
4025archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4026archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4027postinstall_cmds=$lt_postinstall_cmds
4028postuninstall_cmds=$lt_postuninstall_cmds
4029
4030# Commands used to build a loadable module (assumed same as above if empty)
4031module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4032module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4033
4034# Commands to strip libraries.
4035old_striplib=$lt_old_striplib
4036striplib=$lt_striplib
4037
4038# Dependencies to place before the objects being linked to create a
4039# shared library.
4040predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4041
4042# Dependencies to place after the objects being linked to create a
4043# shared library.
4044postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4045
4046# Dependencies to place before the objects being linked to create a
4047# shared library.
4048predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4049
4050# Dependencies to place after the objects being linked to create a
4051# shared library.
4052postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4053
4054# The library search path used internally by the compiler when linking
4055# a shared library.
4056compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4057
4058# Method to check whether dependent libraries are shared objects.
4059deplibs_check_method=$lt_deplibs_check_method
4060
4061# Command to use when deplibs_check_method == file_magic.
4062file_magic_cmd=$lt_file_magic_cmd
4063
4064# Flag that allows shared libraries with undefined symbols to be built.
4065allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4066
4067# Flag that forces no undefined symbols.
4068no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4069
4070# Commands used to finish a libtool library installation in a directory.
4071finish_cmds=$lt_finish_cmds
4072
4073# Same as above, but a single script fragment to be evaled but not shown.
4074finish_eval=$lt_finish_eval
4075
4076# Take the output of nm and produce a listing of raw symbols and C names.
4077global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4078
4079# Transform the output of nm in a proper C declaration
4080global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4081
4082# Transform the output of nm in a C name address pair
4083global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4084
4085# This is the shared library runtime path variable.
4086runpath_var=$runpath_var
4087
4088# This is the shared library path variable.
4089shlibpath_var=$shlibpath_var
4090
4091# Is shlibpath searched before the hard-coded library search path?
4092shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4093
4094# How to hardcode a shared library path into an executable.
4095hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4096
4097# Whether we should hardcode library paths into libraries.
4098hardcode_into_libs=$hardcode_into_libs
4099
4100# Flag to hardcode \$libdir into a binary during linking.
4101# This must work even if \$libdir does not exist.
4102hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4103
4104# If ld is used when linking, flag to hardcode \$libdir into
4105# a binary during linking. This must work even if \$libdir does
4106# not exist.
4107hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4108
4109# Whether we need a single -rpath flag with a separated argument.
4110hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4111
4112# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4113# resulting binary.
4114hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4115
4116# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4117# resulting binary.
4118hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4119
4120# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4121# the resulting binary.
4122hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4123
4124# Set to yes if building a shared library automatically hardcodes DIR into the library
4125# and all subsequent libraries and executables linked against it.
4126hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4127
4128# Variables whose values should be saved in libtool wrapper scripts and
4129# restored at relink time.
4130variables_saved_for_relink="$variables_saved_for_relink"
4131
4132# Whether libtool must link a program against all its dependency libraries.
4133link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4134
4135# Compile-time system search path for libraries
4136sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4137
4138# Run-time system search path for libraries
4139sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4140
4141# Fix the shell variable \$srcfile for the compiler.
4142fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4143
4144# Set to yes if exported symbols are required.
4145always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4146
4147# The commands to list exported symbols.
4148export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4149
4150# The commands to extract the exported symbol list from a shared archive.
4151extract_expsyms_cmds=$lt_extract_expsyms_cmds
4152
4153# Symbols that should not be listed in the preloaded symbols.
4154exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4155
4156# Symbols that must always be exported.
4157include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4158
4159ifelse([$1],[],
4160[# ### END LIBTOOL CONFIG],
4161[# ### END LIBTOOL TAG CONFIG: $tagname])
4162
4163__EOF__
4164
4165ifelse([$1],[], [
4166  case $host_os in
4167  aix3*)
4168    cat <<\EOF >> "$cfgfile"
4169
4170# AIX sometimes has problems with the GCC collect2 program.  For some
4171# reason, if we set the COLLECT_NAMES environment variable, the problems
4172# vanish in a puff of smoke.
4173if test "X${COLLECT_NAMES+set}" != Xset; then
4174  COLLECT_NAMES=
4175  export COLLECT_NAMES
4176fi
4177EOF
4178    ;;
4179  esac
4180
4181  # We use sed instead of cat because bash on DJGPP gets confused if
4182  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4183  # text mode, it properly converts lines to CR/LF.  This bash problem
4184  # is reportedly fixed, but why not run on old versions too?
4185  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4186
4187  mv -f "$cfgfile" "$ofile" || \
4188    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4189  chmod +x "$ofile"
4190])
4191else
4192  # If there is no Makefile yet, we rely on a make rule to execute
4193  # `config.status --recheck' to rerun these tests and create the
4194  # libtool script then.
4195  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4196  if test -f "$ltmain_in"; then
4197    test -f Makefile && make "$ltmain"
4198  fi
4199fi
4200])
4201m4trace:/usr/share/aclocal/libtool.m4:4628: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4202
4203_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4204
4205if test "$GCC" = yes; then
4206  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4207
4208  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4209    lt_cv_prog_compiler_rtti_exceptions,
4210    [-fno-rtti -fno-exceptions], [],
4211    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4212fi
4213])
4214m4trace:/usr/share/aclocal/libtool.m4:4830: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4215AC_REQUIRE([AC_PROG_NM])
4216AC_REQUIRE([AC_OBJEXT])
4217# Check for command to grab the raw symbol name followed by C symbol from nm.
4218AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4219AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4220[
4221# These are sane defaults that work on at least a few old systems.
4222# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4223
4224# Character class describing NM global symbol codes.
4225symcode='[[BCDEGRST]]'
4226
4227# Regexp to match symbols that can be accessed directly from C.
4228sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4229
4230# Transform an extracted symbol line into a proper C declaration
4231lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4232
4233# Transform an extracted symbol line into symbol name and symbol address
4234lt_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'"
4235
4236# Define system-specific variables.
4237case $host_os in
4238aix*)
4239  symcode='[[BCDT]]'
4240  ;;
4241cygwin* | mingw* | pw32*)
4242  symcode='[[ABCDGISTW]]'
4243  ;;
4244hpux*) # Its linker distinguishes data from code symbols
4245  if test "$host_cpu" = ia64; then
4246    symcode='[[ABCDEGRST]]'
4247  fi
4248  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4249  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'"
4250  ;;
4251linux*)
4252  if test "$host_cpu" = ia64; then
4253    symcode='[[ABCDGIRSTW]]'
4254    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4255    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'"
4256  fi
4257  ;;
4258irix* | nonstopux*)
4259  symcode='[[BCDEGRST]]'
4260  ;;
4261osf*)
4262  symcode='[[BCDEGQRST]]'
4263  ;;
4264solaris*)
4265  symcode='[[BDRT]]'
4266  ;;
4267sco3.2v5*)
4268  symcode='[[DT]]'
4269  ;;
4270sysv4.2uw2*)
4271  symcode='[[DT]]'
4272  ;;
4273sysv5* | sco5v6* | unixware* | OpenUNIX*)
4274  symcode='[[ABDT]]'
4275  ;;
4276sysv4)
4277  symcode='[[DFNSTU]]'
4278  ;;
4279esac
4280
4281# Handle CRLF in mingw tool chain
4282opt_cr=
4283case $build_os in
4284mingw*)
4285  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4286  ;;
4287esac
4288
4289# If we're using GNU nm, then use its standard symbol codes.
4290case `$NM -V 2>&1` in
4291*GNU* | *'with BFD'*)
4292  symcode='[[ABCDGIRSTW]]' ;;
4293esac
4294
4295# Try without a prefix undercore, then with it.
4296for ac_symprfx in "" "_"; do
4297
4298  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4299  symxfrm="\\1 $ac_symprfx\\2 \\2"
4300
4301  # Write the raw and C identifiers.
4302  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4303
4304  # Check to see that the pipe works correctly.
4305  pipe_works=no
4306
4307  rm -f conftest*
4308  cat > conftest.$ac_ext <<EOF
4309#ifdef __cplusplus
4310extern "C" {
4311#endif
4312char nm_test_var;
4313void nm_test_func(){}
4314#ifdef __cplusplus
4315}
4316#endif
4317int main(){nm_test_var='a';nm_test_func();return(0);}
4318EOF
4319
4320  if AC_TRY_EVAL(ac_compile); then
4321    # Now try to grab the symbols.
4322    nlist=conftest.nm
4323    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4324      # Try sorting and uniquifying the output.
4325      if sort "$nlist" | uniq > "$nlist"T; then
4326	mv -f "$nlist"T "$nlist"
4327      else
4328	rm -f "$nlist"T
4329      fi
4330
4331      # Make sure that we snagged all the symbols we need.
4332      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4333	if grep ' nm_test_func$' "$nlist" >/dev/null; then
4334	  cat <<EOF > conftest.$ac_ext
4335#ifdef __cplusplus
4336extern "C" {
4337#endif
4338
4339EOF
4340	  # Now generate the symbol file.
4341	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4342
4343	  cat <<EOF >> conftest.$ac_ext
4344#if defined (__STDC__) && __STDC__
4345# define lt_ptr_t void *
4346#else
4347# define lt_ptr_t char *
4348# define const
4349#endif
4350
4351/* The mapping between symbol names and symbols. */
4352const struct {
4353  const char *name;
4354  lt_ptr_t address;
4355}
4356lt_preloaded_symbols[[]] =
4357{
4358EOF
4359	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4360	  cat <<\EOF >> conftest.$ac_ext
4361  {0, (lt_ptr_t) 0}
4362};
4363
4364#ifdef __cplusplus
4365}
4366#endif
4367EOF
4368	  # Now try linking the two files.
4369	  mv conftest.$ac_objext conftstm.$ac_objext
4370	  lt_save_LIBS="$LIBS"
4371	  lt_save_CFLAGS="$CFLAGS"
4372	  LIBS="conftstm.$ac_objext"
4373	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4374	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4375	    pipe_works=yes
4376	  fi
4377	  LIBS="$lt_save_LIBS"
4378	  CFLAGS="$lt_save_CFLAGS"
4379	else
4380	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4381	fi
4382      else
4383	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4384      fi
4385    else
4386      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4387    fi
4388  else
4389    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4390    cat conftest.$ac_ext >&5
4391  fi
4392  rm -f conftest* conftst*
4393
4394  # Do not use the global_symbol_pipe unless it works.
4395  if test "$pipe_works" = yes; then
4396    break
4397  else
4398    lt_cv_sys_global_symbol_pipe=
4399  fi
4400done
4401])
4402if test -z "$lt_cv_sys_global_symbol_pipe"; then
4403  lt_cv_sys_global_symbol_to_cdecl=
4404fi
4405if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4406  AC_MSG_RESULT(failed)
4407else
4408  AC_MSG_RESULT(ok)
4409fi
4410])
4411m4trace:/usr/share/aclocal/libtool.m4:5356: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4412_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4413_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4414
4415AC_MSG_CHECKING([for $compiler option to produce PIC])
4416 ifelse([$1],[CXX],[
4417  # C++ specific cases for pic, static, wl, etc.
4418  if test "$GXX" = yes; then
4419    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4420    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4421
4422    case $host_os in
4423    aix*)
4424      # All AIX code is PIC.
4425      if test "$host_cpu" = ia64; then
4426	# AIX 5 now supports IA64 processor
4427	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4428      fi
4429      ;;
4430    amigaos*)
4431      # FIXME: we need at least 68020 code to build shared libraries, but
4432      # adding the `-m68020' flag to GCC prevents building anything better,
4433      # like `-m68040'.
4434      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4435      ;;
4436    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4437      # PIC is the default for these OSes.
4438      ;;
4439    mingw* | os2* | pw32*)
4440      # This hack is so that the source file can tell whether it is being
4441      # built for inclusion in a dll (and should export symbols for example).
4442      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4443      ;;
4444    darwin* | rhapsody*)
4445      # PIC is the default on this platform
4446      # Common symbols not allowed in MH_DYLIB files
4447      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4448      ;;
4449    *djgpp*)
4450      # DJGPP does not support shared libraries at all
4451      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4452      ;;
4453    interix3*)
4454      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4455      # Instead, we relocate shared libraries at runtime.
4456      ;;
4457    sysv4*MP*)
4458      if test -d /usr/nec; then
4459	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4460      fi
4461      ;;
4462    hpux*)
4463      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4464      # not for PA HP-UX.
4465      case $host_cpu in
4466      hppa*64*|ia64*)
4467	;;
4468      *)
4469	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4470	;;
4471      esac
4472      ;;
4473    *)
4474      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4475      ;;
4476    esac
4477  else
4478    case $host_os in
4479      aix4* | aix5*)
4480	# All AIX code is PIC.
4481	if test "$host_cpu" = ia64; then
4482	  # AIX 5 now supports IA64 processor
4483	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4484	else
4485	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4486	fi
4487	;;
4488      chorus*)
4489	case $cc_basename in
4490	cxch68*)
4491	  # Green Hills C++ Compiler
4492	  # _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"
4493	  ;;
4494	esac
4495	;;
4496       darwin*)
4497         # PIC is the default on this platform
4498         # Common symbols not allowed in MH_DYLIB files
4499         case $cc_basename in
4500           xlc*)
4501           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4502           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4503           ;;
4504         esac
4505       ;;
4506      dgux*)
4507	case $cc_basename in
4508	  ec++*)
4509	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4510	    ;;
4511	  ghcx*)
4512	    # Green Hills C++ Compiler
4513	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4514	    ;;
4515	  *)
4516	    ;;
4517	esac
4518	;;
4519      freebsd* | kfreebsd*-gnu | dragonfly*)
4520	# FreeBSD uses GNU C++
4521	;;
4522      hpux9* | hpux10* | hpux11*)
4523	case $cc_basename in
4524	  CC*)
4525	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4526	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4527	    if test "$host_cpu" != ia64; then
4528	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4529	    fi
4530	    ;;
4531	  aCC*)
4532	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4533	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4534	    case $host_cpu in
4535	    hppa*64*|ia64*)
4536	      # +Z the default
4537	      ;;
4538	    *)
4539	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4540	      ;;
4541	    esac
4542	    ;;
4543	  *)
4544	    ;;
4545	esac
4546	;;
4547      interix*)
4548	# This is c89, which is MS Visual C++ (no shared libs)
4549	# Anyone wants to do a port?
4550	;;
4551      irix5* | irix6* | nonstopux*)
4552	case $cc_basename in
4553	  CC*)
4554	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4555	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4556	    # CC pic flag -KPIC is the default.
4557	    ;;
4558	  *)
4559	    ;;
4560	esac
4561	;;
4562      linux*)
4563	case $cc_basename in
4564	  KCC*)
4565	    # KAI C++ Compiler
4566	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4567	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4568	    ;;
4569	  icpc* | ecpc*)
4570	    # Intel C++
4571	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4572	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4573	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4574	    ;;
4575	  pgCC*)
4576	    # Portland Group C++ compiler.
4577	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4578	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4579	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4580	    ;;
4581	  cxx*)
4582	    # Compaq C++
4583	    # Make sure the PIC flag is empty.  It appears that all Alpha
4584	    # Linux and Compaq Tru64 Unix objects are PIC.
4585	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4586	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4587	    ;;
4588	  *)
4589	    ;;
4590	esac
4591	;;
4592      lynxos*)
4593	;;
4594      m88k*)
4595	;;
4596      mvs*)
4597	case $cc_basename in
4598	  cxx*)
4599	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4600	    ;;
4601	  *)
4602	    ;;
4603	esac
4604	;;
4605      netbsd*)
4606	;;
4607      osf3* | osf4* | osf5*)
4608	case $cc_basename in
4609	  KCC*)
4610	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4611	    ;;
4612	  RCC*)
4613	    # Rational C++ 2.4.1
4614	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4615	    ;;
4616	  cxx*)
4617	    # Digital/Compaq C++
4618	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4619	    # Make sure the PIC flag is empty.  It appears that all Alpha
4620	    # Linux and Compaq Tru64 Unix objects are PIC.
4621	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4622	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4623	    ;;
4624	  *)
4625	    ;;
4626	esac
4627	;;
4628      psos*)
4629	;;
4630      solaris*)
4631	case $cc_basename in
4632	  CC*)
4633	    # Sun C++ 4.2, 5.x and Centerline C++
4634	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4635	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4636	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4637	    ;;
4638	  gcx*)
4639	    # Green Hills C++ Compiler
4640	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4641	    ;;
4642	  *)
4643	    ;;
4644	esac
4645	;;
4646      sunos4*)
4647	case $cc_basename in
4648	  CC*)
4649	    # Sun C++ 4.x
4650	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4651	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4652	    ;;
4653	  lcc*)
4654	    # Lucid
4655	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4656	    ;;
4657	  *)
4658	    ;;
4659	esac
4660	;;
4661      tandem*)
4662	case $cc_basename in
4663	  NCC*)
4664	    # NonStop-UX NCC 3.20
4665	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4666	    ;;
4667	  *)
4668	    ;;
4669	esac
4670	;;
4671      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4672	case $cc_basename in
4673	  CC*)
4674	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4675	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4676	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4677	    ;;
4678	esac
4679	;;
4680      vxworks*)
4681	;;
4682      *)
4683	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4684	;;
4685    esac
4686  fi
4687],
4688[
4689  if test "$GCC" = yes; then
4690    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4691    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4692
4693    case $host_os in
4694      aix*)
4695      # All AIX code is PIC.
4696      if test "$host_cpu" = ia64; then
4697	# AIX 5 now supports IA64 processor
4698	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4699      fi
4700      ;;
4701
4702    amigaos*)
4703      # FIXME: we need at least 68020 code to build shared libraries, but
4704      # adding the `-m68020' flag to GCC prevents building anything better,
4705      # like `-m68040'.
4706      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4707      ;;
4708
4709    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4710      # PIC is the default for these OSes.
4711      ;;
4712
4713    mingw* | pw32* | os2*)
4714      # This hack is so that the source file can tell whether it is being
4715      # built for inclusion in a dll (and should export symbols for example).
4716      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4717      ;;
4718
4719    darwin* | rhapsody*)
4720      # PIC is the default on this platform
4721      # Common symbols not allowed in MH_DYLIB files
4722      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4723      ;;
4724
4725    interix3*)
4726      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4727      # Instead, we relocate shared libraries at runtime.
4728      ;;
4729
4730    msdosdjgpp*)
4731      # Just because we use GCC doesn't mean we suddenly get shared libraries
4732      # on systems that don't support them.
4733      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4734      enable_shared=no
4735      ;;
4736
4737    sysv4*MP*)
4738      if test -d /usr/nec; then
4739	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4740      fi
4741      ;;
4742
4743    hpux*)
4744      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4745      # not for PA HP-UX.
4746      case $host_cpu in
4747      hppa*64*|ia64*)
4748	# +Z the default
4749	;;
4750      *)
4751	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4752	;;
4753      esac
4754      ;;
4755
4756    *)
4757      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4758      ;;
4759    esac
4760  else
4761    # PORTME Check for flag to pass linker flags through the system compiler.
4762    case $host_os in
4763    aix*)
4764      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4765      if test "$host_cpu" = ia64; then
4766	# AIX 5 now supports IA64 processor
4767	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4768      else
4769	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4770      fi
4771      ;;
4772      darwin*)
4773        # PIC is the default on this platform
4774        # Common symbols not allowed in MH_DYLIB files
4775       case $cc_basename in
4776         xlc*)
4777         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4778         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4779         ;;
4780       esac
4781       ;;
4782
4783    mingw* | pw32* | os2*)
4784      # This hack is so that the source file can tell whether it is being
4785      # built for inclusion in a dll (and should export symbols for example).
4786      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4787      ;;
4788
4789    hpux9* | hpux10* | hpux11*)
4790      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4791      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4792      # not for PA HP-UX.
4793      case $host_cpu in
4794      hppa*64*|ia64*)
4795	# +Z the default
4796	;;
4797      *)
4798	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4799	;;
4800      esac
4801      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4802      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4803      ;;
4804
4805    irix5* | irix6* | nonstopux*)
4806      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4807      # PIC (with -KPIC) is the default.
4808      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4809      ;;
4810
4811    newsos6)
4812      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4813      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4814      ;;
4815
4816    linux*)
4817      case $cc_basename in
4818      icc* | ecc*)
4819	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4820	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4821	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4822        ;;
4823      pgcc* | pgf77* | pgf90* | pgf95*)
4824        # Portland Group compilers (*not* the Pentium gcc compiler,
4825	# which looks to be a dead project)
4826	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4827	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4828	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4829        ;;
4830      ccc*)
4831        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4832        # All Alpha code is PIC.
4833        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4834        ;;
4835      esac
4836      ;;
4837
4838    osf3* | osf4* | osf5*)
4839      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4840      # All OSF/1 code is PIC.
4841      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4842      ;;
4843
4844    solaris*)
4845      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4846      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4847      case $cc_basename in
4848      f77* | f90* | f95*)
4849	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4850      *)
4851	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4852      esac
4853      ;;
4854
4855    sunos4*)
4856      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4857      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4858      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4859      ;;
4860
4861    sysv4 | sysv4.2uw2* | sysv4.3*)
4862      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4863      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4864      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4865      ;;
4866
4867    sysv4*MP*)
4868      if test -d /usr/nec ;then
4869	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4870	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4871      fi
4872      ;;
4873
4874    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4875      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4876      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4877      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4878      ;;
4879
4880    unicos*)
4881      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4882      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4883      ;;
4884
4885    uts4*)
4886      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4887      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4888      ;;
4889
4890    *)
4891      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4892      ;;
4893    esac
4894  fi
4895])
4896AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4897
4898#
4899# Check to make sure the PIC flag actually works.
4900#
4901if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4902  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4903    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4904    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4905    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4906     "" | " "*) ;;
4907     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4908     esac],
4909    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4910     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4911fi
4912case $host_os in
4913  # For platforms which do not support PIC, -DPIC is meaningless:
4914  *djgpp*)
4915    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4916    ;;
4917  *)
4918    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4919    ;;
4920esac
4921
4922#
4923# Check to make sure the static flag actually works.
4924#
4925wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
4926AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4927  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
4928  $lt_tmp_static_flag,
4929  [],
4930  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
4931])
4932m4trace:/usr/share/aclocal/libtool.m4:6286: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4933ifelse([$1],[CXX],[
4934  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4935  case $host_os in
4936  aix4* | aix5*)
4937    # If we're using GNU nm, then we don't want the "-C" option.
4938    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4939    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4940      _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'
4941    else
4942      _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'
4943    fi
4944    ;;
4945  pw32*)
4946    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4947  ;;
4948  cygwin* | mingw*)
4949    _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'
4950  ;;
4951  *)
4952    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4953  ;;
4954  esac
4955],[
4956  runpath_var=
4957  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4958  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4959  _LT_AC_TAGVAR(archive_cmds, $1)=
4960  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4961  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4962  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4963  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4964  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4965  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4966  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4967  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4968  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4969  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4970  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4971  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4972  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4973  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4974  _LT_AC_TAGVAR(module_cmds, $1)=
4975  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4976  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4977  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4978  # include_expsyms should be a list of space-separated symbols to be *always*
4979  # included in the symbol list
4980  _LT_AC_TAGVAR(include_expsyms, $1)=
4981  # exclude_expsyms can be an extended regexp of symbols to exclude
4982  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4983  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4984  # as well as any symbol that contains `d'.
4985  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4986  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4987  # platforms (ab)use it in PIC code, but their linkers get confused if
4988  # the symbol is explicitly referenced.  Since portable code cannot
4989  # rely on this symbol name, it's probably fine to never include it in
4990  # preloaded symbol tables.
4991  extract_expsyms_cmds=
4992  # Just being paranoid about ensuring that cc_basename is set.
4993  _LT_CC_BASENAME([$compiler])
4994  case $host_os in
4995  cygwin* | mingw* | pw32*)
4996    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4997    # When not using gcc, we currently assume that we are using
4998    # Microsoft Visual C++.
4999    if test "$GCC" != yes; then
5000      with_gnu_ld=no
5001    fi
5002    ;;
5003  interix*)
5004    # we just hope/assume this is gcc and not c89 (= MSVC++)
5005    with_gnu_ld=yes
5006    ;;
5007  openbsd*)
5008    with_gnu_ld=no
5009    ;;
5010  esac
5011
5012  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5013  if test "$with_gnu_ld" = yes; then
5014    # If archive_cmds runs LD, not CC, wlarc should be empty
5015    wlarc='${wl}'
5016
5017    # Set some defaults for GNU ld with shared library support. These
5018    # are reset later if shared libraries are not supported. Putting them
5019    # here allows them to be overridden if necessary.
5020    runpath_var=LD_RUN_PATH
5021    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5022    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5023    # ancient GNU ld didn't support --whole-archive et. al.
5024    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5025	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5026      else
5027  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5028    fi
5029    supports_anon_versioning=no
5030    case `$LD -v 2>/dev/null` in
5031      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5032      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5033      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5034      *\ 2.11.*) ;; # other 2.11 versions
5035      *) supports_anon_versioning=yes ;;
5036    esac
5037
5038    # See if GNU ld supports shared libraries.
5039    case $host_os in
5040    aix3* | aix4* | aix5*)
5041      # On AIX/PPC, the GNU linker is very broken
5042      if test "$host_cpu" != ia64; then
5043	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5044	cat <<EOF 1>&2
5045
5046*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5047*** to be unable to reliably create shared libraries on AIX.
5048*** Therefore, libtool is disabling shared libraries support.  If you
5049*** really care for shared libraries, you may want to modify your PATH
5050*** so that a non-GNU linker is found, and then restart.
5051
5052EOF
5053      fi
5054      ;;
5055
5056    amigaos*)
5057      _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)'
5058      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5059      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5060
5061      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5062      # that the semantics of dynamic libraries on AmigaOS, at least up
5063      # to version 4, is to share data among multiple programs linked
5064      # with the same dynamic library.  Since this doesn't match the
5065      # behavior of shared libraries on other platforms, we can't use
5066      # them.
5067      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5068      ;;
5069
5070    beos*)
5071      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5072	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5073	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5074	# support --undefined.  This deserves some investigation.  FIXME
5075	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5076      else
5077	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5078      fi
5079      ;;
5080
5081    cygwin* | mingw* | pw32*)
5082      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5083      # as there is no search path for DLLs.
5084      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5085      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5086      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5087      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5088      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5089
5090      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5091        _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'
5092	# If the export-symbols file already is a .def file (1st line
5093	# is EXPORTS), use it as is; otherwise, prepend...
5094	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5095	  cp $export_symbols $output_objdir/$soname.def;
5096	else
5097	  echo EXPORTS > $output_objdir/$soname.def;
5098	  cat $export_symbols >> $output_objdir/$soname.def;
5099	fi~
5100	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5101      else
5102	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5103      fi
5104      ;;
5105
5106    interix3*)
5107      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5108      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5109      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5110      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5111      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5112      # Instead, shared libraries are loaded at an image base (0x10000000 by
5113      # default) and relocated if they conflict, which is a slow very memory
5114      # consuming and fragmenting process.  To avoid this, we pick a random,
5115      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5116      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5117      _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'
5118      _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'
5119      ;;
5120
5121    linux*)
5122      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5123	tmp_addflag=
5124	case $cc_basename,$host_cpu in
5125	pgcc*)				# Portland Group C compiler
5126	  _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'
5127	  tmp_addflag=' $pic_flag'
5128	  ;;
5129	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
5130	  _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'
5131	  tmp_addflag=' $pic_flag -Mnomain' ;;
5132	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
5133	  tmp_addflag=' -i_dynamic' ;;
5134	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
5135	  tmp_addflag=' -i_dynamic -nofor_main' ;;
5136	ifc* | ifort*)			# Intel Fortran compiler
5137	  tmp_addflag=' -nofor_main' ;;
5138	esac
5139	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5140
5141	if test $supports_anon_versioning = yes; then
5142	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5143  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5144  $echo "local: *; };" >> $output_objdir/$libname.ver~
5145	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5146	fi
5147      else
5148	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5149      fi
5150      ;;
5151
5152    netbsd*)
5153      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5154	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5155	wlarc=
5156      else
5157	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5158	_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'
5159      fi
5160      ;;
5161
5162    solaris*)
5163      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5164	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5165	cat <<EOF 1>&2
5166
5167*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5168*** create shared libraries on Solaris systems.  Therefore, libtool
5169*** is disabling shared libraries support.  We urge you to upgrade GNU
5170*** binutils to release 2.9.1 or newer.  Another option is to modify
5171*** your PATH or compiler configuration so that the native linker is
5172*** used, and then restart.
5173
5174EOF
5175      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5176	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5177	_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'
5178      else
5179	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5180      fi
5181      ;;
5182
5183    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5184      case `$LD -v 2>&1` in
5185        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5186	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5187	cat <<_LT_EOF 1>&2
5188
5189*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5190*** reliably create shared libraries on SCO systems.  Therefore, libtool
5191*** is disabling shared libraries support.  We urge you to upgrade GNU
5192*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5193*** your PATH or compiler configuration so that the native linker is
5194*** used, and then restart.
5195
5196_LT_EOF
5197	;;
5198	*)
5199	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5200	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5201	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5202	    _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'
5203	  else
5204	    _LT_AC_TAGVAR(ld_shlibs, $1)=no
5205	  fi
5206	;;
5207      esac
5208      ;;
5209
5210    sunos4*)
5211      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5212      wlarc=
5213      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5214      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5215      ;;
5216
5217    *)
5218      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5219	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5220	_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'
5221      else
5222	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5223      fi
5224      ;;
5225    esac
5226
5227    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5228      runpath_var=
5229      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5230      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5231      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5232    fi
5233  else
5234    # PORTME fill in a description of your system's linker (not GNU ld)
5235    case $host_os in
5236    aix3*)
5237      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5238      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5239      _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'
5240      # Note: this linker hardcodes the directories in LIBPATH if there
5241      # are no directories specified by -L.
5242      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5243      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5244	# Neither direct hardcoding nor static linking is supported with a
5245	# broken collect2.
5246	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5247      fi
5248      ;;
5249
5250    aix4* | aix5*)
5251      if test "$host_cpu" = ia64; then
5252	# On IA64, the linker does run time linking by default, so we don't
5253	# have to do anything special.
5254	aix_use_runtimelinking=no
5255	exp_sym_flag='-Bexport'
5256	no_entry_flag=""
5257      else
5258	# If we're using GNU nm, then we don't want the "-C" option.
5259	# -C means demangle to AIX nm, but means don't demangle with GNU nm
5260	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5261	  _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'
5262	else
5263	  _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'
5264	fi
5265	aix_use_runtimelinking=no
5266
5267	# Test if we are trying to use run time linking or normal
5268	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
5269	# need to do runtime linking.
5270	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5271	  for ld_flag in $LDFLAGS; do
5272  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5273  	    aix_use_runtimelinking=yes
5274  	    break
5275  	  fi
5276	  done
5277	  ;;
5278	esac
5279
5280	exp_sym_flag='-bexport'
5281	no_entry_flag='-bnoentry'
5282      fi
5283
5284      # When large executables or shared objects are built, AIX ld can
5285      # have problems creating the table of contents.  If linking a library
5286      # or program results in "error TOC overflow" add -mminimal-toc to
5287      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5288      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5289
5290      _LT_AC_TAGVAR(archive_cmds, $1)=''
5291      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5292      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5293      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5294
5295      if test "$GCC" = yes; then
5296	case $host_os in aix4.[[012]]|aix4.[[012]].*)
5297	# We only want to do this on AIX 4.2 and lower, the check
5298	# below for broken collect2 doesn't work under 4.3+
5299	  collect2name=`${CC} -print-prog-name=collect2`
5300	  if test -f "$collect2name" && \
5301  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
5302	  then
5303  	  # We have reworked collect2
5304  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5305	  else
5306  	  # We have old collect2
5307  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5308  	  # It fails to find uninstalled libraries when the uninstalled
5309  	  # path is not listed in the libpath.  Setting hardcode_minus_L
5310  	  # to unsupported forces relinking
5311  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5312  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5313  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5314	  fi
5315	  ;;
5316	esac
5317	shared_flag='-shared'
5318	if test "$aix_use_runtimelinking" = yes; then
5319	  shared_flag="$shared_flag "'${wl}-G'
5320	fi
5321      else
5322	# not using gcc
5323	if test "$host_cpu" = ia64; then
5324  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5325  	# chokes on -Wl,-G. The following line is correct:
5326	  shared_flag='-G'
5327	else
5328	  if test "$aix_use_runtimelinking" = yes; then
5329	    shared_flag='${wl}-G'
5330	  else
5331	    shared_flag='${wl}-bM:SRE'
5332	  fi
5333	fi
5334      fi
5335
5336      # It seems that -bexpall does not export symbols beginning with
5337      # underscore (_), so it is better to generate a list of symbols to export.
5338      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5339      if test "$aix_use_runtimelinking" = yes; then
5340	# Warning - without using the other runtime loading flags (-brtl),
5341	# -berok will link without error, but may produce a broken library.
5342	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5343       # Determine the default libpath from the value encoded in an empty executable.
5344       _LT_AC_SYS_LIBPATH_AIX
5345       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5346	_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"
5347       else
5348	if test "$host_cpu" = ia64; then
5349	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5350	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5351	  _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"
5352	else
5353	 # Determine the default libpath from the value encoded in an empty executable.
5354	 _LT_AC_SYS_LIBPATH_AIX
5355	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5356	  # Warning - without using the other run time loading flags,
5357	  # -berok will link without error, but may produce a broken library.
5358	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5359	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5360	  # Exported symbols can be pulled into shared objects from archives
5361	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5362	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5363	  # This is similar to how AIX traditionally builds its shared libraries.
5364	  _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'
5365	fi
5366      fi
5367      ;;
5368
5369    amigaos*)
5370      _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)'
5371      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5372      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5373      # see comment about different semantics on the GNU ld section
5374      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5375      ;;
5376
5377    bsdi[[45]]*)
5378      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5379      ;;
5380
5381    cygwin* | mingw* | pw32*)
5382      # When not using gcc, we currently assume that we are using
5383      # Microsoft Visual C++.
5384      # hardcode_libdir_flag_spec is actually meaningless, as there is
5385      # no search path for DLLs.
5386      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5387      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5388      # Tell ltmain to make .lib files, not .a files.
5389      libext=lib
5390      # Tell ltmain to make .dll files, not .so files.
5391      shrext_cmds=".dll"
5392      # FIXME: Setting linknames here is a bad hack.
5393      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5394      # The linker will automatically build a .lib file if we build a DLL.
5395      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5396      # FIXME: Should let the user specify the lib program.
5397      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5398      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5399      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5400      ;;
5401
5402    darwin* | rhapsody*)
5403      case $host_os in
5404        rhapsody* | darwin1.[[012]])
5405         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5406         ;;
5407       *) # Darwin 1.3 on
5408         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5409           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5410         else
5411           case ${MACOSX_DEPLOYMENT_TARGET} in
5412             10.[[012]])
5413               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5414               ;;
5415             10.*)
5416               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5417               ;;
5418           esac
5419         fi
5420         ;;
5421      esac
5422      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5423      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5424      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5425      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5426      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5427      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5428    if test "$GCC" = yes ; then
5429    	output_verbose_link_cmd='echo'
5430        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5431      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5432      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5433      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5434      _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}'
5435    else
5436      case $cc_basename in
5437        xlc*)
5438         output_verbose_link_cmd='echo'
5439         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
5440         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5441          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5442         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5443          _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}'
5444          ;;
5445       *)
5446         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5447          ;;
5448      esac
5449    fi
5450      ;;
5451
5452    dgux*)
5453      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5454      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5455      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5456      ;;
5457
5458    freebsd1*)
5459      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5460      ;;
5461
5462    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5463    # support.  Future versions do this automatically, but an explicit c++rt0.o
5464    # does not break anything, and helps significantly (at the cost of a little
5465    # extra space).
5466    freebsd2.2*)
5467      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5468      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5469      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5470      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5471      ;;
5472
5473    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5474    freebsd2*)
5475      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5476      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5477      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5478      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5479      ;;
5480
5481    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5482    freebsd* | kfreebsd*-gnu | dragonfly*)
5483      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5484      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5485      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5486      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5487      ;;
5488
5489    hpux9*)
5490      if test "$GCC" = yes; then
5491	_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'
5492      else
5493	_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'
5494      fi
5495      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5496      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5497      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5498
5499      # hardcode_minus_L: Not really in the search PATH,
5500      # but as the default location of the library.
5501      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5502      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5503      ;;
5504
5505    hpux10*)
5506      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5507	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5508      else
5509	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5510      fi
5511      if test "$with_gnu_ld" = no; then
5512	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5513	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5514
5515	_LT_AC_TAGVAR(hardcode_direct, $1)=yes
5516	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5517
5518	# hardcode_minus_L: Not really in the search PATH,
5519	# but as the default location of the library.
5520	_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5521      fi
5522      ;;
5523
5524    hpux11*)
5525      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5526	case $host_cpu in
5527	hppa*64*)
5528	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5529	  ;;
5530	ia64*)
5531	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5532	  ;;
5533	*)
5534	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5535	  ;;
5536	esac
5537      else
5538	case $host_cpu in
5539	hppa*64*)
5540	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5541	  ;;
5542	ia64*)
5543	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5544	  ;;
5545	*)
5546	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5547	  ;;
5548	esac
5549      fi
5550      if test "$with_gnu_ld" = no; then
5551	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5552	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5553
5554	case $host_cpu in
5555	hppa*64*|ia64*)
5556	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5557	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5558	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5559	  ;;
5560	*)
5561	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5562	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5563
5564	  # hardcode_minus_L: Not really in the search PATH,
5565	  # but as the default location of the library.
5566	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5567	  ;;
5568	esac
5569      fi
5570      ;;
5571
5572    irix5* | irix6* | nonstopux*)
5573      if test "$GCC" = yes; then
5574	_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'
5575      else
5576	_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'
5577	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5578      fi
5579      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5580      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5581      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5582      ;;
5583
5584    netbsd*)
5585      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5586	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5587      else
5588	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5589      fi
5590      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5591      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5592      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5593      ;;
5594
5595    newsos6)
5596      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5597      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5598      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5599      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5600      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5601      ;;
5602
5603    openbsd*)
5604      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5605      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5606      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5607	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5608	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5609	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5610	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5611      else
5612       case $host_os in
5613	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5614	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5615	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5616	   ;;
5617	 *)
5618	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5619	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5620	   ;;
5621       esac
5622      fi
5623      ;;
5624
5625    os2*)
5626      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5627      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5628      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5629      _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'
5630      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5631      ;;
5632
5633    osf3*)
5634      if test "$GCC" = yes; then
5635	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5636	_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'
5637      else
5638	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5639	_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'
5640      fi
5641      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5642      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5643      ;;
5644
5645    osf4* | osf5*)	# as osf3* with the addition of -msym flag
5646      if test "$GCC" = yes; then
5647	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5648	_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'
5649	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5650      else
5651	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5652	_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'
5653	_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~
5654	$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'
5655
5656	# Both c and cxx compiler support -rpath directly
5657	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5658      fi
5659      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5660      ;;
5661
5662    solaris*)
5663      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5664      if test "$GCC" = yes; then
5665	wlarc='${wl}'
5666	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5667	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5668	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5669      else
5670	wlarc=''
5671	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5672	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5673  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5674      fi
5675      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5676      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5677      case $host_os in
5678      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5679      *)
5680 	# The compiler driver will combine linker options so we
5681 	# cannot just pass the convience library names through
5682 	# without $wl, iff we do not link with $LD.
5683 	# Luckily, gcc supports the same syntax we need for Sun Studio.
5684 	# Supported since Solaris 2.6 (maybe 2.5.1?)
5685 	case $wlarc in
5686 	'')
5687 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5688 	*)
5689 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
5690 	esac ;;
5691      esac
5692      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5693      ;;
5694
5695    sunos4*)
5696      if test "x$host_vendor" = xsequent; then
5697	# Use $CC to link under sequent, because it throws in some extra .o
5698	# files that make .init and .fini sections work.
5699	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5700      else
5701	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5702      fi
5703      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5704      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5705      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5706      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5707      ;;
5708
5709    sysv4)
5710      case $host_vendor in
5711	sni)
5712	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5713	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5714	;;
5715	siemens)
5716	  ## LD is ld it makes a PLAMLIB
5717	  ## CC just makes a GrossModule.
5718	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5719	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5720	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5721        ;;
5722	motorola)
5723	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5724	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5725	;;
5726      esac
5727      runpath_var='LD_RUN_PATH'
5728      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5729      ;;
5730
5731    sysv4.3*)
5732      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5733      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5734      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5735      ;;
5736
5737    sysv4*MP*)
5738      if test -d /usr/nec; then
5739	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5740	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5741	runpath_var=LD_RUN_PATH
5742	hardcode_runpath_var=yes
5743	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
5744      fi
5745      ;;
5746
5747    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
5748      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5749      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5750      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5751      runpath_var='LD_RUN_PATH'
5752
5753      if test "$GCC" = yes; then
5754	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5755	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5756      else
5757	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5758	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5759      fi
5760      ;;
5761
5762    sysv5* | sco3.2v5* | sco5v6*)
5763      # Note: We can NOT use -z defs as we might desire, because we do not
5764      # link with -lc, and that would cause any symbols used from libc to
5765      # always be unresolved, which means just about no library would
5766      # ever link correctly.  If we're not using GNU ld we use -z text
5767      # though, which does catch some bad symbols but isn't as heavy-handed
5768      # as -z defs.
5769      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5770      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5771      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5772      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5773      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5774      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5775      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5776      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5777      runpath_var='LD_RUN_PATH'
5778
5779      if test "$GCC" = yes; then
5780	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5781	_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'
5782      else
5783	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5784	_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'
5785      fi
5786      ;;
5787
5788    uts4*)
5789      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5790      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5791      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5792      ;;
5793
5794    *)
5795      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5796      ;;
5797    esac
5798  fi
5799])
5800AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5801test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5802
5803#
5804# Do we need to explicitly link libc?
5805#
5806case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5807x|xyes)
5808  # Assume -lc should be added
5809  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5810
5811  if test "$enable_shared" = yes && test "$GCC" = yes; then
5812    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5813    *'~'*)
5814      # FIXME: we may have to deal with multi-command sequences.
5815      ;;
5816    '$CC '*)
5817      # Test whether the compiler implicitly links with -lc since on some
5818      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5819      # to ld, don't add -lc before -lgcc.
5820      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5821      $rm conftest*
5822      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5823
5824      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5825        soname=conftest
5826        lib=conftest
5827        libobjs=conftest.$ac_objext
5828        deplibs=
5829        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5830	pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5831        compiler_flags=-v
5832        linker_flags=-v
5833        verstring=
5834        output_objdir=.
5835        libname=conftest
5836        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5837        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5838        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5839        then
5840	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5841        else
5842	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5843        fi
5844        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5845      else
5846        cat conftest.err 1>&5
5847      fi
5848      $rm conftest*
5849      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5850      ;;
5851    esac
5852  fi
5853  ;;
5854esac
5855])
5856m4trace:/usr/share/aclocal/libtool.m4:6326: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5857# /* ltdll.c starts here */
5858# #define WIN32_LEAN_AND_MEAN
5859# #include <windows.h>
5860# #undef WIN32_LEAN_AND_MEAN
5861# #include <stdio.h>
5862#
5863# #ifndef __CYGWIN__
5864# #  ifdef __CYGWIN32__
5865# #    define __CYGWIN__ __CYGWIN32__
5866# #  endif
5867# #endif
5868#
5869# #ifdef __cplusplus
5870# extern "C" {
5871# #endif
5872# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5873# #ifdef __cplusplus
5874# }
5875# #endif
5876#
5877# #ifdef __CYGWIN__
5878# #include <cygwin/cygwin_dll.h>
5879# DECLARE_CYGWIN_DLL( DllMain );
5880# #endif
5881# HINSTANCE __hDllInstance_base;
5882#
5883# BOOL APIENTRY
5884# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5885# {
5886#   __hDllInstance_base = hInst;
5887#   return TRUE;
5888# }
5889# /* ltdll.c ends here */
5890])
5891m4trace:/usr/share/aclocal/libtool.m4:6331: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5892m4trace:/usr/share/aclocal/libtool.m4:6335: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5893m4trace:/usr/share/aclocal/libtool.m4:6336: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5894m4trace:/usr/share/aclocal/libtool.m4:6337: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5895m4trace:/usr/share/aclocal/libtool.m4:6338: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5896m4trace:/usr/share/aclocal/libtool.m4:6339: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5897m4trace:/usr/share/aclocal/libtool.m4:6340: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5898m4trace:/usr/share/aclocal/libtool.m4:6341: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5899m4trace:/usr/share/aclocal/libtool.m4:6350: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5900  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5901  AC_SUBST(GCJFLAGS)
5902])
5903m4trace:/usr/share/aclocal/libtool.m4:6354: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5904])
5905m4trace:/usr/share/aclocal/libtool.m4:6419: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5906AC_CACHE_VAL(lt_cv_path_SED,
5907[# Loop through the user's path and test for sed and gsed.
5908# Then use that list of sed's as ones to test for truncation.
5909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5910for as_dir in $PATH
5911do
5912  IFS=$as_save_IFS
5913  test -z "$as_dir" && as_dir=.
5914  for lt_ac_prog in sed gsed; do
5915    for ac_exec_ext in '' $ac_executable_extensions; do
5916      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5917        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5918      fi
5919    done
5920  done
5921done
5922IFS=$as_save_IFS
5923lt_ac_max=0
5924lt_ac_count=0
5925# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5926# along with /bin/sed that truncates output.
5927for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5928  test ! -f $lt_ac_sed && continue
5929  cat /dev/null > conftest.in
5930  lt_ac_count=0
5931  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5932  # Check for GNU sed and select it if it is found.
5933  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5934    lt_cv_path_SED=$lt_ac_sed
5935    break
5936  fi
5937  while true; do
5938    cat conftest.in conftest.in >conftest.tmp
5939    mv conftest.tmp conftest.in
5940    cp conftest.in conftest.nl
5941    echo >>conftest.nl
5942    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5943    cmp -s conftest.out conftest.nl || break
5944    # 10000 chars as input seems more than enough
5945    test $lt_ac_count -gt 10 && break
5946    lt_ac_count=`expr $lt_ac_count + 1`
5947    if test $lt_ac_count -gt $lt_ac_max; then
5948      lt_ac_max=$lt_ac_count
5949      lt_cv_path_SED=$lt_ac_sed
5950    fi
5951  done
5952done
5953])
5954SED=$lt_cv_path_SED
5955AC_SUBST([SED])
5956AC_MSG_RESULT([$SED])
5957])
5958m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5959m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
5960m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5961AC_PREREQ([2.50])dnl
5962# expand $ac_aux_dir to an absolute path
5963am_aux_dir=`cd $ac_aux_dir && pwd`
5964])
5965m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5966 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5967	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5968AC_SUBST([$1_TRUE])
5969AC_SUBST([$1_FALSE])
5970if $2; then
5971  $1_TRUE=
5972  $1_FALSE='#'
5973else
5974  $1_TRUE='#'
5975  $1_FALSE=
5976fi
5977AC_CONFIG_COMMANDS_PRE(
5978[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5979  AC_MSG_ERROR([[conditional "$1" was never defined.
5980Usually this means the macro was only invoked conditionally.]])
5981fi])])
5982m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5983AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5984AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5985AC_REQUIRE([AM_DEP_TRACK])dnl
5986
5987ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5988       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5989       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5990       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5991                   [depcc="$$1"   am_compiler_list=])
5992
5993AC_CACHE_CHECK([dependency style of $depcc],
5994               [am_cv_$1_dependencies_compiler_type],
5995[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5996  # We make a subdir and do the tests there.  Otherwise we can end up
5997  # making bogus files that we don't know about and never remove.  For
5998  # instance it was reported that on HP-UX the gcc test will end up
5999  # making a dummy file named `D' -- because `-MD' means `put the output
6000  # in D'.
6001  mkdir conftest.dir
6002  # Copy depcomp to subdir because otherwise we won't find it if we're
6003  # using a relative directory.
6004  cp "$am_depcomp" conftest.dir
6005  cd conftest.dir
6006  # We will build objects and dependencies in a subdirectory because
6007  # it helps to detect inapplicable dependency modes.  For instance
6008  # both Tru64's cc and ICC support -MD to output dependencies as a
6009  # side effect of compilation, but ICC will put the dependencies in
6010  # the current directory while Tru64 will put them in the object
6011  # directory.
6012  mkdir sub
6013
6014  am_cv_$1_dependencies_compiler_type=none
6015  if test "$am_compiler_list" = ""; then
6016     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6017  fi
6018  for depmode in $am_compiler_list; do
6019    # Setup a source with many dependencies, because some compilers
6020    # like to wrap large dependency lists on column 80 (with \), and
6021    # we should not choose a depcomp mode which is confused by this.
6022    #
6023    # We need to recreate these files for each test, as the compiler may
6024    # overwrite some of them when testing with obscure command lines.
6025    # This happens at least with the AIX C compiler.
6026    : > sub/conftest.c
6027    for i in 1 2 3 4 5 6; do
6028      echo '#include "conftst'$i'.h"' >> sub/conftest.c
6029      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6030      # Solaris 8's {/usr,}/bin/sh.
6031      touch sub/conftst$i.h
6032    done
6033    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6034
6035    case $depmode in
6036    nosideeffect)
6037      # after this tag, mechanisms are not by side-effect, so they'll
6038      # only be used when explicitly requested
6039      if test "x$enable_dependency_tracking" = xyes; then
6040	continue
6041      else
6042	break
6043      fi
6044      ;;
6045    none) break ;;
6046    esac
6047    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6048    # mode.  It turns out that the SunPro C++ compiler does not properly
6049    # handle `-M -o', and we need to detect this.
6050    if depmode=$depmode \
6051       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6052       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6053       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6054         >/dev/null 2>conftest.err &&
6055       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6056       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6057       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6058      # icc doesn't choke on unknown options, it will just issue warnings
6059      # or remarks (even with -Werror).  So we grep stderr for any message
6060      # that says an option was ignored or not supported.
6061      # When given -MP, icc 7.0 and 7.1 complain thusly:
6062      #   icc: Command line warning: ignoring option '-M'; no argument required
6063      # The diagnosis changed in icc 8.0:
6064      #   icc: Command line remark: option '-MP' not supported
6065      if (grep 'ignoring option' conftest.err ||
6066          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6067        am_cv_$1_dependencies_compiler_type=$depmode
6068        break
6069      fi
6070    fi
6071  done
6072
6073  cd ..
6074  rm -rf conftest.dir
6075else
6076  am_cv_$1_dependencies_compiler_type=none
6077fi
6078])
6079AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6080AM_CONDITIONAL([am__fastdep$1], [
6081  test "x$enable_dependency_tracking" != xno \
6082  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6083])
6084m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6085AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6086])
6087m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6088[  --disable-dependency-tracking  speeds up one-time build
6089  --enable-dependency-tracking   do not reject slow dependency extractors])
6090if test "x$enable_dependency_tracking" != xno; then
6091  am_depcomp="$ac_aux_dir/depcomp"
6092  AMDEPBACKSLASH='\'
6093fi
6094AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6095AC_SUBST([AMDEPBACKSLASH])
6096])
6097m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6098  # Strip MF so we end up with the name of the file.
6099  mf=`echo "$mf" | sed -e 's/:.*$//'`
6100  # Check whether this is an Automake generated Makefile or not.
6101  # We used to match only the files named `Makefile.in', but
6102  # some people rename them; so instead we look at the file content.
6103  # Grep'ing the first line is not enough: some people post-process
6104  # each Makefile.in and add a new line on top of each file to say so.
6105  # So let's grep whole file.
6106  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6107    dirpart=`AS_DIRNAME("$mf")`
6108  else
6109    continue
6110  fi
6111  # Extract the definition of DEPDIR, am__include, and am__quote
6112  # from the Makefile without running `make'.
6113  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6114  test -z "$DEPDIR" && continue
6115  am__include=`sed -n 's/^am__include = //p' < "$mf"`
6116  test -z "am__include" && continue
6117  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6118  # When using ansi2knr, U may be empty or an underscore; expand it
6119  U=`sed -n 's/^U = //p' < "$mf"`
6120  # Find all dependency output files, they are included files with
6121  # $(DEPDIR) in their names.  We invoke sed twice because it is the
6122  # simplest approach to changing $(DEPDIR) to its actual value in the
6123  # expansion.
6124  for file in `sed -n "
6125    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6126       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6127    # Make sure the directory exists.
6128    test -f "$dirpart/$file" && continue
6129    fdir=`AS_DIRNAME(["$file"])`
6130    AS_MKDIR_P([$dirpart/$fdir])
6131    # echo "creating $dirpart/$file"
6132    echo '# dummy' > "$dirpart/$file"
6133  done
6134done
6135])
6136m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6137     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6138     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6139])
6140m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
6141dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6142dnl the ones we care about.
6143m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6144AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6145AC_REQUIRE([AC_PROG_INSTALL])dnl
6146# test to see if srcdir already configured
6147if test "`cd $srcdir && pwd`" != "`pwd`" &&
6148   test -f $srcdir/config.status; then
6149  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6150fi
6151
6152# test whether we have cygpath
6153if test -z "$CYGPATH_W"; then
6154  if (cygpath --version) >/dev/null 2>/dev/null; then
6155    CYGPATH_W='cygpath -w'
6156  else
6157    CYGPATH_W=echo
6158  fi
6159fi
6160AC_SUBST([CYGPATH_W])
6161
6162# Define the identity of the package.
6163dnl Distinguish between old-style and new-style calls.
6164m4_ifval([$2],
6165[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6166 AC_SUBST([PACKAGE], [$1])dnl
6167 AC_SUBST([VERSION], [$2])],
6168[_AM_SET_OPTIONS([$1])dnl
6169 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6170 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6171
6172_AM_IF_OPTION([no-define],,
6173[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6174 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6175
6176# Some tools Automake needs.
6177AC_REQUIRE([AM_SANITY_CHECK])dnl
6178AC_REQUIRE([AC_ARG_PROGRAM])dnl
6179AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6180AM_MISSING_PROG(AUTOCONF, autoconf)
6181AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6182AM_MISSING_PROG(AUTOHEADER, autoheader)
6183AM_MISSING_PROG(MAKEINFO, makeinfo)
6184AM_PROG_INSTALL_SH
6185AM_PROG_INSTALL_STRIP
6186AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6187# We need awk for the "check" target.  The system "awk" is bad on
6188# some platforms.
6189AC_REQUIRE([AC_PROG_AWK])dnl
6190AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6191AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6192_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6193              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6194	      		     [_AM_PROG_TAR([v7])])])
6195_AM_IF_OPTION([no-dependencies],,
6196[AC_PROVIDE_IFELSE([AC_PROG_CC],
6197                  [_AM_DEPENDENCIES(CC)],
6198                  [define([AC_PROG_CC],
6199                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6200AC_PROVIDE_IFELSE([AC_PROG_CXX],
6201                  [_AM_DEPENDENCIES(CXX)],
6202                  [define([AC_PROG_CXX],
6203                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6204])
6205])
6206m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6207_am_stamp_count=1
6208for _am_header in $config_headers :; do
6209  case $_am_header in
6210    $1 | $1:* )
6211      break ;;
6212    * )
6213      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6214  esac
6215done
6216echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6217m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6218install_sh=${install_sh-"$am_aux_dir/install-sh"}
6219AC_SUBST(install_sh)])
6220m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6221mkdir .tst 2>/dev/null
6222if test -d .tst; then
6223  am__leading_dot=.
6224else
6225  am__leading_dot=_
6226fi
6227rmdir .tst 2>/dev/null
6228AC_SUBST([am__leading_dot])])
6229m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6230cat > confinc << 'END'
6231am__doit:
6232	@echo done
6233.PHONY: am__doit
6234END
6235# If we don't find an include directive, just comment out the code.
6236AC_MSG_CHECKING([for style of include used by $am_make])
6237am__include="#"
6238am__quote=
6239_am_result=none
6240# First try GNU make style include.
6241echo "include confinc" > confmf
6242# We grep out `Entering directory' and `Leaving directory'
6243# messages which can occur if `w' ends up in MAKEFLAGS.
6244# In particular we don't look at `^make:' because GNU make might
6245# be invoked under some other name (usually "gmake"), in which
6246# case it prints its new name instead of `make'.
6247if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6248   am__include=include
6249   am__quote=
6250   _am_result=GNU
6251fi
6252# Now try BSD make style include.
6253if test "$am__include" = "#"; then
6254   echo '.include "confinc"' > confmf
6255   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6256      am__include=.include
6257      am__quote="\""
6258      _am_result=BSD
6259   fi
6260fi
6261AC_SUBST([am__include])
6262AC_SUBST([am__quote])
6263AC_MSG_RESULT([$_am_result])
6264rm -f confinc confmf
6265])
6266m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6267$1=${$1-"${am_missing_run}$2"}
6268AC_SUBST($1)])
6269m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6270test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6271# Use eval to expand $SHELL
6272if eval "$MISSING --run true"; then
6273  am_missing_run="$MISSING --run "
6274else
6275  am_missing_run=
6276  AC_MSG_WARN([`missing' script is too old or missing])
6277fi
6278])
6279m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
6280  # We used to keeping the `.' as first argument, in order to
6281  # allow $(mkdir_p) to be used without argument.  As in
6282  #   $(mkdir_p) $(somedir)
6283  # where $(somedir) is conditionally defined.  However this is wrong
6284  # for two reasons:
6285  #  1. if the package is installed by a user who cannot write `.'
6286  #     make install will fail,
6287  #  2. the above comment should most certainly read
6288  #     $(mkdir_p) $(DESTDIR)$(somedir)
6289  #     so it does not work when $(somedir) is undefined and
6290  #     $(DESTDIR) is not.
6291  #  To support the latter case, we have to write
6292  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
6293  #  so the `.' trick is pointless.
6294  mkdir_p='mkdir -p --'
6295else
6296  # On NextStep and OpenStep, the `mkdir' command does not
6297  # recognize any option.  It will interpret all options as
6298  # directories to create, and then abort because `.' already
6299  # exists.
6300  for d in ./-p ./--version;
6301  do
6302    test -d $d && rmdir $d
6303  done
6304  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
6305  if test -f "$ac_aux_dir/mkinstalldirs"; then
6306    mkdir_p='$(mkinstalldirs)'
6307  else
6308    mkdir_p='$(install_sh) -d'
6309  fi
6310fi
6311AC_SUBST([mkdir_p])])
6312m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6313m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6314m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6315m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6316m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6317   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6318   ac_status=$?
6319   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6320   (exit $ac_status); }])
6321m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6322# Just in case
6323sleep 1
6324echo timestamp > conftest.file
6325# Do `set' in a subshell so we don't clobber the current shell's
6326# arguments.  Must try -L first in case configure is actually a
6327# symlink; some systems play weird games with the mod time of symlinks
6328# (eg FreeBSD returns the mod time of the symlink's containing
6329# directory).
6330if (
6331   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6332   if test "$[*]" = "X"; then
6333      # -L didn't work.
6334      set X `ls -t $srcdir/configure conftest.file`
6335   fi
6336   rm -f conftest.file
6337   if test "$[*]" != "X $srcdir/configure conftest.file" \
6338      && test "$[*]" != "X conftest.file $srcdir/configure"; then
6339
6340      # If neither matched, then we have a broken ls.  This can happen
6341      # if, for instance, CONFIG_SHELL is bash and it inherits a
6342      # broken ls alias from the environment.  This has actually
6343      # happened.  Such a system could not be considered "sane".
6344      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6345alias in your environment])
6346   fi
6347
6348   test "$[2]" = conftest.file
6349   )
6350then
6351   # Ok.
6352   :
6353else
6354   AC_MSG_ERROR([newly created file is older than distributed files!
6355Check your system clock])
6356fi
6357AC_MSG_RESULT(yes)])
6358m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6359# Installed binaries are usually stripped using `strip' when the user
6360# run `make install-strip'.  However `strip' might not be the right
6361# tool to use in cross-compilation environments, therefore Automake
6362# will honor the `STRIP' environment variable to overrule this program.
6363dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6364if test "$cross_compiling" != no; then
6365  AC_CHECK_TOOL([STRIP], [strip], :)
6366fi
6367INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
6368AC_SUBST([INSTALL_STRIP_PROGRAM])])
6369m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6370AM_MISSING_PROG([AMTAR], [tar])
6371m4_if([$1], [v7],
6372     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6373     [m4_case([$1], [ustar],, [pax],,
6374              [m4_fatal([Unknown tar format])])
6375AC_MSG_CHECKING([how to create a $1 tar archive])
6376# Loop over all known methods to create a tar archive until one works.
6377_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6378_am_tools=${am_cv_prog_tar_$1-$_am_tools}
6379# Do not fold the above two line into one, because Tru64 sh and
6380# Solaris sh will not grok spaces in the rhs of `-'.
6381for _am_tool in $_am_tools
6382do
6383  case $_am_tool in
6384  gnutar)
6385    for _am_tar in tar gnutar gtar;
6386    do
6387      AM_RUN_LOG([$_am_tar --version]) && break
6388    done
6389    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6390    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6391    am__untar="$_am_tar -xf -"
6392    ;;
6393  plaintar)
6394    # Must skip GNU tar: if it does not support --format= it doesn't create
6395    # ustar tarball either.
6396    (tar --version) >/dev/null 2>&1 && continue
6397    am__tar='tar chf - "$$tardir"'
6398    am__tar_='tar chf - "$tardir"'
6399    am__untar='tar xf -'
6400    ;;
6401  pax)
6402    am__tar='pax -L -x $1 -w "$$tardir"'
6403    am__tar_='pax -L -x $1 -w "$tardir"'
6404    am__untar='pax -r'
6405    ;;
6406  cpio)
6407    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6408    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6409    am__untar='cpio -i -H $1 -d'
6410    ;;
6411  none)
6412    am__tar=false
6413    am__tar_=false
6414    am__untar=false
6415    ;;
6416  esac
6417
6418  # If the value was cached, stop now.  We just wanted to have am__tar
6419  # and am__untar set.
6420  test -n "${am_cv_prog_tar_$1}" && break
6421
6422  # tar/untar a dummy directory, and stop if the command works
6423  rm -rf conftest.dir
6424  mkdir conftest.dir
6425  echo GrepMe > conftest.dir/file
6426  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6427  rm -rf conftest.dir
6428  if test -s conftest.tar; then
6429    AM_RUN_LOG([$am__untar <conftest.tar])
6430    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6431  fi
6432done
6433rm -rf conftest.dir
6434
6435AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6436AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6437AC_SUBST([am__tar])
6438AC_SUBST([am__untar])
6439])
6440m4trace:m4/apfunctions.m4:26: -1- AC_DEFUN([AP_MSG_HEADER], [
6441  printf "*** %s ***\n" "$1" 1>&2
6442  AC_PROVIDE([$0])
6443])
6444m4trace:m4/apfunctions.m4:40: -1- AC_DEFUN([AP_CANONICAL_HOST_CHECK], [
6445  AC_MSG_CHECKING([cached host system type])
6446  if { test x"${ac_cv_host_system_type+set}" = x"set"  &&
6447       test x"$ac_cv_host_system_type" != x"$host" ; }
6448  then
6449    AC_MSG_RESULT([$ac_cv_host_system_type])
6450    AC_MSG_ERROR([remove the \"$cache_file\" file and re-run configure])
6451  else
6452    AC_MSG_RESULT(ok)
6453    ac_cv_host_system_type="$host"
6454  fi
6455  AC_PROVIDE([$0])
6456])
6457m4trace:m4/apjava.m4:37: -1- AC_DEFUN([AP_PROG_JAVAC_WORKS], [
6458  AC_CACHE_CHECK([wether the Java compiler ($JAVAC) works],ap_cv_prog_javac_works,[
6459    echo "public class Test {}" > Test.java
6460    $JAVAC $JAVACFLAGS Test.java > /dev/null 2>&1
6461    if test $? -eq 0
6462    then
6463      rm -f Test.java Test.class
6464      ap_cv_prog_javac_works=yes
6465    else
6466      rm -f Test.java Test.class
6467      AC_MSG_RESULT(no)
6468      AC_MSG_ERROR([installation or configuration problem: javac cannot compile])
6469    fi
6470  ])
6471])
6472m4trace:m4/apjava.m4:63: -1- AC_DEFUN([AP_PROG_JAVAC], [
6473  if test "$SABLEVM" != "NONE"
6474  then
6475    AC_PATH_PROG(JAVACSABLE,javac-sablevm,NONE,$JAVA_HOME/bin)
6476  else
6477    JAVACSABLE="NONE"
6478  fi
6479  if test "$JAVACSABLE" = "NONE"
6480  then
6481    XPATH="$JAVA_HOME/bin:$JAVA_HOME/Commands:$PATH"
6482    AC_PATH_PROG(JAVAC,javac,NONE,$XPATH)
6483  else
6484    AC_PATH_PROG(JAVAC,javac-sablevm,NONE,$JAVA_HOME/bin)
6485  fi
6486  AC_MSG_RESULT([$JAVAC])
6487  if test "$JAVAC" = "NONE"
6488  then
6489    AC_MSG_ERROR([javac not found])
6490  fi
6491  AP_PROG_JAVAC_WORKS()
6492  AC_PROVIDE([$0])
6493  AC_SUBST(JAVAC)
6494  AC_SUBST(JAVACFLAGS)
6495])
6496m4trace:m4/apjava.m4:86: -1- AC_DEFUN([AP_PROG_JAR], [
6497  if test "$SABLEVM" != "NONE"
6498  then
6499    AC_PATH_PROG(JARSABLE,jar-sablevm,NONE,$JAVA_HOME/bin)
6500  else
6501    JARSABLE="NONE"
6502  fi
6503  if test "$JARSABLE" = "NONE"
6504  then
6505    XPATH="$JAVA_HOME/bin:$JAVA_HOME/Commands:$PATH"
6506    AC_PATH_PROG(JAR,jar,NONE,$XPATH)
6507  else
6508    AC_PATH_PROG(JAR,jar-sablevm,NONE,$JAVA_HOME/bin)
6509  fi
6510  if test "$JAR" = "NONE"
6511  then
6512    AC_MSG_ERROR([jar not found])
6513  fi
6514  AC_PROVIDE([$0])
6515  AC_SUBST(JAR)
6516])
6517m4trace:m4/apjava.m4:105: -1- AC_DEFUN([AP_JAVA], [
6518  AC_ARG_WITH(java,[  --with-java=DIR         Specify the location of your JDK installation],[
6519    AC_MSG_CHECKING([JAVA_HOME])
6520    if test -d "$withval"
6521    then
6522      JAVA_HOME="$withval"
6523      AC_MSG_RESULT([$JAVA_HOME])
6524    else
6525      AC_MSG_RESULT([failed])
6526      AC_MSG_ERROR([$withval is not a directory])
6527    fi
6528    AC_SUBST(JAVA_HOME)
6529  ])
6530  if test x"$JAVA_HOME" = x
6531  then
6532    AC_MSG_ERROR([Java Home not defined. Rerun with --with-java=[...] parameter])
6533  fi
6534])
6535m4trace:m4/apjava.m4:127: -1- AC_DEFUN([AP_SABLEVM], [
6536  if test x"$JAVA_HOME" != x
6537  then
6538    AC_PATH_PROG(SABLEVM,sablevm,NONE,$JAVA_HOME/bin)
6539    if test "$SABLEVM" = "NONE"
6540    then
6541      dnl java may be SableVM.
6542      if $JAVA_HOME/bin/java -version 2> /dev/null | grep SableVM > /dev/null
6543      then
6544        SABLEVM=$JAVA_HOME/bin/java
6545      fi
6546    fi
6547    if test "$SABLEVM" != "NONE"
6548    then
6549      AC_MSG_RESULT([Using sableVM: $SABLEVM])
6550      CFLAGS="$CFLAGS -DHAVE_SABLEVM"
6551    fi
6552  fi
6553])
6554m4trace:m4/apjava.m4:142: -1- AC_DEFUN([AP_KAFFE], [
6555  if test x"$JAVA_HOME" != x
6556  then
6557    AC_PATH_PROG(KAFFEVM,kaffe,NONE,$JAVA_HOME/bin)
6558    if test "$KAFFEVM" != "NONE"
6559    then
6560      AC_MSG_RESULT([Using kaffe: $KAFFEVM])
6561      CFLAGS="$CFLAGS -DHAVE_KAFFEVM"
6562      LDFLAGS="$LDFLAGS -Wl,-rpath $JAVA_HOME/jre/lib/$HOST_CPU -L $JAVA_HOME/jre/lib/$HOST_CPU -lkaffevm"
6563    fi
6564  fi
6565])
6566m4trace:m4/apsupport.m4:129: -1- AC_DEFUN([AP_SUPPORTED_HOST], [
6567  AC_MSG_CHECKING([C flags dependant on host system type])
6568
6569  case $host_os in
6570  darwin*)
6571    CFLAGS="$CFLAGS -DOS_DARWIN -DDSO_DYLD"
6572    supported_os="darwin"
6573    ;;
6574  solaris*)
6575    CFLAGS="$CFLAGS -DOS_SOLARIS -DDSO_DLFCN"
6576    supported_os="solaris"
6577    LIBS="$LIBS -ldl -lthread"
6578    ;;
6579  linux*)
6580    CFLAGS="$CFLAGS -DOS_LINUX -DDSO_DLFCN"
6581    supported_os="linux"
6582    LIBS="$LIBS -ldl -lpthread"
6583    ;;
6584  cygwin)
6585    CFLAGS="$CFLAGS -DOS_CYGWIN -DDSO_DLFCN -DNO_SETSID"
6586    supported_os="win32"
6587    ;;
6588  sysv)
6589    CFLAGS="$CFLAGS -DOS_SYSV -DDSO_DLFCN"
6590    LIBS="$LIBS -ldl"
6591    ;;
6592  sysv4)
6593    CFLAGS="$CFLAGS -DOS_SYSV -DDSO_DLFCN -Kthread"
6594    LDFLAGS="-Kthread $LDFLAGS"
6595    LIBS="$LIBS -ldl"
6596    ;;
6597  freebsd*)
6598    CFLAGS="$CFLAGS -DOS_FREEBSD -DDSO_DLFCN -D_THREAD_SAFE -pthread"
6599    LDFLAGS="-pthread $LDFLAGS"
6600    supported_os="freebsd"
6601    ;;
6602  osf5*)
6603    CFLAGS="$CFLAGS -pthread -DOS_TRU64 -DDSO_DLFCN -D_XOPEN_SOURCE_EXTENDED"
6604    LDFLAGS="$LDFLAGS -pthread"
6605    ;;
6606  hpux11*)
6607    CFLAGS="$CFLAGS -pthread -DOS_HPUX -DDSO_DLFCN"
6608    LDFLAGS="$LDFLAGS -pthread"
6609    LIBS="$LIBS -lpthread"
6610    ;;
6611  *)
6612    AC_MSG_RESULT([failed])
6613    AC_MSG_ERROR([Unsupported operating system "$host_os"]);;
6614  esac
6615
6616  case $host_cpu in
6617  powerpc*)
6618    CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
6619    HOST_CPU=$host_cpu;;
6620  sparc*)
6621    CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
6622    HOST_CPU=$host_cpu;;
6623  i?86)
6624    CFLAGS="$CFLAGS -DCPU=\\\"i386\\\""
6625    HOST_CPU=i386;;
6626  x86_64)
6627    CFLAGS="$CFLAGS -DCPU=\\\"amd64\\\""
6628    HOST_CPU=amd64;;
6629  bs2000)
6630    CFLAGS="$CFLAGS -DCPU=\\\"osd\\\" -DCHARSET_EBCDIC -DOSD_POSIX"
6631    supported_os="osd"
6632    LDFLAGS="-Kno_link_stdlibs -B llm4"
6633    LIBS="$LIBS -lBLSLIB"
6634    LDCMD="/opt/C/bin/cc"
6635    HOST_CPU=osd;;
6636  mips)
6637    CFLAGS="$CFLAGS -DCPU=\\\"mips\\\""
6638    supported_os="mips"
6639    HOST_CPU=mips;;
6640  alpha*)
6641    CFLAGS="$CFLAGS -DCPU=\\\"alpha\\\""
6642    supported_os="alpha"
6643    HOST_CPU=alpha;;
6644  hppa2.0w)
6645    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0W\\\""
6646    supported_os="hp-ux"
6647    HOST_CPU=PA_RISC2.0W;;
6648  hppa2.0)
6649    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0\\\""
6650    supported_os="hp-ux"
6651    HOST_CPU=PA_RISC2.0;;
6652  mipsel)
6653    CFLAGS="$CFLAGS -DCPU=\\\"mipsel\\\""
6654    supported_os="mipsel"
6655    HOST_CPU=mipsel;;
6656  ia64)
6657    CFLAGS="$CFLAGS -DCPU=\\\"ia64\\\""
6658    supported_os="ia64"
6659    HOST_CPU=ia64;;
6660  s390)
6661    CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""
6662    supported_os="s390"
6663    HOST_CPU=s390;;
6664  *)
6665    AC_MSG_RESULT([failed])
6666    AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;
6667  esac
6668
6669  AC_MSG_RESULT([ok])
6670  AC_SUBST(CFLAGS)
6671  AC_SUBST(LDFLAGS)
6672])
6673m4trace:m4/apsupport.m4:164: -1- AC_DEFUN([AP_JVM_LIBDIR], [
6674  AC_MSG_CHECKING([where on earth this jvm library is..])
6675  javabasedir=$JAVA_HOME
6676  case $host_os in
6677    cygwin* | mingw* | pw23* )
6678    lib_jvm_dir=`find $javabasedir -follow \( \
6679	\( -name client -type d -prune \) -o \
6680        \( -name "jvm.dll" -exec dirname {} \; \) \) 2> /dev/null | tr "\n" " "`
6681    ;;
6682    aix*)
6683    lib_jvm_dir=`find $javabasedir \( \
6684        \( -name client -type d -prune \) -o \
6685	\( -name "libjvm.*" -exec dirname {} \; \) \) 2> /dev/null | tr "\n" " "`
6686    if test -z "$lib_jvm_dir"; then
6687       lib_jvm_dir=`find $javabasedir \( \
6688       \( -name client -type d -prune \) -o \
6689       \( -name "libkaffevm.*" -exec dirname {} \; \) \) 2> /dev/null | tr "\n" " "`
6690    fi
6691    ;;
6692    *)
6693    lib_jvm_dir=`find $javabasedir -follow \( \
6694       \( -name client -type d -prune \) -o \
6695       \( -name "libjvm.*" -exec dirname {} \; \) \) 2> /dev/null | tr "\n" " "`
6696    if test -z "$lib_jvm_dir"; then
6697       lib_jvm_dir=`find $javabasedir -follow \( \
6698       \( -name client -type d -prune \) -o \
6699       \( -name "libkaffevm.*" -exec dirname {} \; \) \) 2> /dev/null | tr "\n" " "`
6700    fi
6701    ;;
6702  esac
6703  LIB_JVM_DIR=$lib_jvm_dir
6704  AC_MSG_RESULT([ohh u there ... $LIB_JVM_DIR])
6705  AC_SUBST(LIB_JVM_DIR)
6706])
6707m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?A[CHUM]_])
6708m4trace:configure.ac:20: -1- m4_pattern_forbid([_AC_])
6709m4trace:configure.ac:20: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6710m4trace:configure.ac:20: -1- m4_pattern_allow([^AS_FLAGS$])
6711m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?m4_])
6712m4trace:configure.ac:20: -1- m4_pattern_forbid([^dnl$])
6713m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?AS_])
6714m4trace:configure.ac:20: -1- m4_pattern_allow([^SHELL$])
6715m4trace:configure.ac:20: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6716m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_NAME$])
6717m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6718m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6719m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_STRING$])
6720m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6721m4trace:configure.ac:20: -1- m4_pattern_allow([^exec_prefix$])
6722m4trace:configure.ac:20: -1- m4_pattern_allow([^prefix$])
6723m4trace:configure.ac:20: -1- m4_pattern_allow([^program_transform_name$])
6724m4trace:configure.ac:20: -1- m4_pattern_allow([^bindir$])
6725m4trace:configure.ac:20: -1- m4_pattern_allow([^sbindir$])
6726m4trace:configure.ac:20: -1- m4_pattern_allow([^libexecdir$])
6727m4trace:configure.ac:20: -1- m4_pattern_allow([^datarootdir$])
6728m4trace:configure.ac:20: -1- m4_pattern_allow([^datadir$])
6729m4trace:configure.ac:20: -1- m4_pattern_allow([^sysconfdir$])
6730m4trace:configure.ac:20: -1- m4_pattern_allow([^sharedstatedir$])
6731m4trace:configure.ac:20: -1- m4_pattern_allow([^localstatedir$])
6732m4trace:configure.ac:20: -1- m4_pattern_allow([^includedir$])
6733m4trace:configure.ac:20: -1- m4_pattern_allow([^oldincludedir$])
6734m4trace:configure.ac:20: -1- m4_pattern_allow([^docdir$])
6735m4trace:configure.ac:20: -1- m4_pattern_allow([^infodir$])
6736m4trace:configure.ac:20: -1- m4_pattern_allow([^htmldir$])
6737m4trace:configure.ac:20: -1- m4_pattern_allow([^dvidir$])
6738m4trace:configure.ac:20: -1- m4_pattern_allow([^pdfdir$])
6739m4trace:configure.ac:20: -1- m4_pattern_allow([^psdir$])
6740m4trace:configure.ac:20: -1- m4_pattern_allow([^libdir$])
6741m4trace:configure.ac:20: -1- m4_pattern_allow([^localedir$])
6742m4trace:configure.ac:20: -1- m4_pattern_allow([^mandir$])
6743m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_NAME$])
6744m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6745m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6746m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_STRING$])
6747m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6748m4trace:configure.ac:20: -1- m4_pattern_allow([^DEFS$])
6749m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_C$])
6750m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_N$])
6751m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_T$])
6752m4trace:configure.ac:20: -1- m4_pattern_allow([^LIBS$])
6753m4trace:configure.ac:20: -1- m4_pattern_allow([^build_alias$])
6754m4trace:configure.ac:20: -1- m4_pattern_allow([^host_alias$])
6755m4trace:configure.ac:20: -1- m4_pattern_allow([^target_alias$])
6756m4trace:configure.ac:25: -1- AM_INIT_AUTOMAKE([foreign no-dist])
6757m4trace:configure.ac:25: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6758m4trace:configure.ac:25: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6759m4trace:configure.ac:25: -1- AM_AUTOMAKE_VERSION([1.9.6])
6760m4trace:configure.ac:25: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6761m4trace:configure.ac:25: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6762m4trace:configure.ac:25: -1- m4_pattern_allow([^INSTALL_DATA$])
6763m4trace:configure.ac:25: -1- m4_pattern_allow([^CYGPATH_W$])
6764m4trace:configure.ac:25: -1- _AM_SET_OPTIONS([foreign no-dist])
6765m4trace:configure.ac:25: -1- _AM_SET_OPTION([foreign])
6766m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([foreign])
6767m4trace:configure.ac:25: -1- _AM_SET_OPTION([no-dist])
6768m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([no-dist])
6769m4trace:configure.ac:25: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
6770You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from...
6771/usr/share/aclocal-1.9/options.m4:26: _AM_SET_OPTIONS is expanded from...
6772/usr/share/aclocal-1.9/init.m4:92: AM_INIT_AUTOMAKE is expanded from...
6773configure.ac:25: the top level])
6774m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE$])
6775m4trace:configure.ac:25: -1- m4_pattern_allow([^VERSION$])
6776m4trace:configure.ac:25: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6777 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6778m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([no-define])
6779m4trace:configure.ac:25: -1- m4_pattern_allow([^PACKAGE$])
6780m4trace:configure.ac:25: -1- m4_pattern_allow([^VERSION$])
6781m4trace:configure.ac:25: -1- AM_SANITY_CHECK
6782m4trace:configure.ac:25: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6783m4trace:configure.ac:25: -1- AM_MISSING_HAS_RUN
6784m4trace:configure.ac:25: -1- AM_AUX_DIR_EXPAND
6785m4trace:configure.ac:25: -1- m4_pattern_allow([^ACLOCAL$])
6786m4trace:configure.ac:25: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6787m4trace:configure.ac:25: -1- m4_pattern_allow([^AUTOCONF$])
6788m4trace:configure.ac:25: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6789m4trace:configure.ac:25: -1- m4_pattern_allow([^AUTOMAKE$])
6790m4trace:configure.ac:25: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6791m4trace:configure.ac:25: -1- m4_pattern_allow([^AUTOHEADER$])
6792m4trace:configure.ac:25: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6793m4trace:configure.ac:25: -1- m4_pattern_allow([^MAKEINFO$])
6794m4trace:configure.ac:25: -1- AM_PROG_INSTALL_SH
6795m4trace:configure.ac:25: -1- m4_pattern_allow([^install_sh$])
6796m4trace:configure.ac:25: -1- AM_PROG_INSTALL_STRIP
6797m4trace:configure.ac:25: -1- m4_pattern_allow([^STRIP$])
6798m4trace:configure.ac:25: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6799m4trace:configure.ac:25: -1- AM_PROG_MKDIR_P
6800m4trace:configure.ac:25: -1- m4_pattern_allow([^mkdir_p$])
6801m4trace:configure.ac:25: -1- m4_pattern_allow([^AWK$])
6802m4trace:configure.ac:25: -1- m4_pattern_allow([^SET_MAKE$])
6803m4trace:configure.ac:25: -1- AM_SET_LEADING_DOT
6804m4trace:configure.ac:25: -1- m4_pattern_allow([^am__leading_dot$])
6805m4trace:configure.ac:25: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6806	      		     [_AM_PROG_TAR([v7])])])
6807m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([tar-ustar])
6808m4trace:configure.ac:25: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6809m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([tar-pax])
6810m4trace:configure.ac:25: -1- _AM_PROG_TAR([v7])
6811m4trace:configure.ac:25: -1- AM_MISSING_PROG([AMTAR], [tar])
6812m4trace:configure.ac:25: -1- m4_pattern_allow([^AMTAR$])
6813m4trace:configure.ac:25: -1- m4_pattern_allow([^am__tar$])
6814m4trace:configure.ac:25: -1- m4_pattern_allow([^am__untar$])
6815m4trace:configure.ac:25: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6816                  [_AM_DEPENDENCIES(CC)],
6817                  [define([AC_PROG_CC],
6818                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6819AC_PROVIDE_IFELSE([AC_PROG_CXX],
6820                  [_AM_DEPENDENCIES(CXX)],
6821                  [define([AC_PROG_CXX],
6822                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6823])
6824m4trace:configure.ac:25: -2- _AM_MANGLE_OPTION([no-dependencies])
6825m4trace:configure.ac:35: -1- AP_MSG_HEADER([Current host])
6826m4trace:configure.ac:36: -1- m4_pattern_allow([^build$])
6827m4trace:configure.ac:36: -1- m4_pattern_allow([^build_cpu$])
6828m4trace:configure.ac:36: -1- m4_pattern_allow([^build_vendor$])
6829m4trace:configure.ac:36: -1- m4_pattern_allow([^build_os$])
6830m4trace:configure.ac:36: -1- m4_pattern_allow([^host$])
6831m4trace:configure.ac:36: -1- m4_pattern_allow([^host_cpu$])
6832m4trace:configure.ac:36: -1- m4_pattern_allow([^host_vendor$])
6833m4trace:configure.ac:36: -1- m4_pattern_allow([^host_os$])
6834m4trace:configure.ac:37: -1- AP_CANONICAL_HOST_CHECK([])
6835m4trace:configure.ac:37: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: remove the \"$cache_file\" file and re-run configure], [m4/apfunctions.m4:40: AP_CANONICAL_HOST_CHECK is expanded from...
6836configure.ac:37: the top level])
6837m4trace:configure.ac:37: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: remove the \"$cache_file\" file and re-run configure], [m4/apfunctions.m4:40: AP_CANONICAL_HOST_CHECK is expanded from...
6838configure.ac:37: the top level])
6839m4trace:configure.ac:42: -1- AP_MSG_HEADER([C-Language compilation tools])
6840m4trace:configure.ac:43: -1- m4_pattern_allow([^CC$])
6841m4trace:configure.ac:43: -1- m4_pattern_allow([^CFLAGS$])
6842m4trace:configure.ac:43: -1- m4_pattern_allow([^LDFLAGS$])
6843m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBS$])
6844m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
6845m4trace:configure.ac:43: -1- m4_pattern_allow([^CC$])
6846m4trace:configure.ac:43: -1- m4_pattern_allow([^CC$])
6847m4trace:configure.ac:43: -1- m4_pattern_allow([^CC$])
6848m4trace:configure.ac:43: -1- m4_pattern_allow([^CC$])
6849m4trace:configure.ac:43: -1- m4_pattern_allow([^ac_ct_CC$])
6850m4trace:configure.ac:43: -1- m4_pattern_allow([^EXEEXT$])
6851m4trace:configure.ac:43: -1- m4_pattern_allow([^OBJEXT$])
6852m4trace:configure.ac:43: -1- _AM_DEPENDENCIES([CC])
6853m4trace:configure.ac:43: -1- AM_SET_DEPDIR
6854m4trace:configure.ac:43: -1- m4_pattern_allow([^DEPDIR$])
6855m4trace:configure.ac:43: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6856m4trace:configure.ac:43: -1- AM_MAKE_INCLUDE
6857m4trace:configure.ac:43: -1- m4_pattern_allow([^am__include$])
6858m4trace:configure.ac:43: -1- m4_pattern_allow([^am__quote$])
6859m4trace:configure.ac:43: -1- AM_DEP_TRACK
6860m4trace:configure.ac:43: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6861m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEP_TRUE$])
6862m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEP_FALSE$])
6863m4trace:configure.ac:43: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6864m4trace:configure.ac:43: -1- m4_pattern_allow([^CCDEPMODE$])
6865m4trace:configure.ac:43: -1- AM_CONDITIONAL([am__fastdepCC], [
6866  test "x$enable_dependency_tracking" != xno \
6867  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6868m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6869m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6870m4trace:configure.ac:44: -1- m4_pattern_allow([^RANLIB$])
6871m4trace:configure.ac:49: -1- AP_MSG_HEADER([Host support])
6872m4trace:configure.ac:50: -1- AP_SUPPORTED_HOST([])
6873m4trace:configure.ac:50: -1- m4_pattern_allow([^CFLAGS$])
6874m4trace:configure.ac:50: -1- m4_pattern_allow([^LDFLAGS$])
6875m4trace:configure.ac:73: -1- AP_MSG_HEADER([Java compilation tools])
6876m4trace:configure.ac:74: -1- AP_JAVA([])
6877m4trace:configure.ac:74: -1- m4_pattern_allow([^JAVA_HOME$])
6878m4trace:configure.ac:75: -1- AP_SABLEVM([])
6879m4trace:configure.ac:75: -1- m4_pattern_allow([^SABLEVM$])
6880m4trace:configure.ac:76: -1- AP_KAFFE([])
6881m4trace:configure.ac:76: -1- m4_pattern_allow([^KAFFEVM$])
6882m4trace:configure.ac:77: -1- AP_PROG_JAVAC([])
6883m4trace:configure.ac:77: -1- m4_pattern_allow([^JAVACSABLE$])
6884m4trace:configure.ac:77: -1- m4_pattern_allow([^JAVAC$])
6885m4trace:configure.ac:77: -1- m4_pattern_allow([^JAVAC$])
6886m4trace:configure.ac:77: -1- AP_PROG_JAVAC_WORKS([])
6887m4trace:configure.ac:77: -1- m4_pattern_allow([^JAVAC$])
6888m4trace:configure.ac:77: -1- m4_pattern_allow([^JAVACFLAGS$])
6889m4trace:configure.ac:78: -1- AP_PROG_JAR([])
6890m4trace:configure.ac:78: -1- m4_pattern_allow([^JARSABLE$])
6891m4trace:configure.ac:78: -1- m4_pattern_allow([^JAR$])
6892m4trace:configure.ac:78: -1- m4_pattern_allow([^JAR$])
6893m4trace:configure.ac:78: -1- m4_pattern_allow([^JAR$])
6894m4trace:configure.ac:79: -1- AP_JVM_LIBDIR([])
6895m4trace:configure.ac:79: -1- m4_pattern_allow([^LIB_JVM_DIR$])
6896m4trace:configure.ac:102: -1- m4_pattern_allow([^LDCMD$])
6897m4trace:configure.ac:105: -1- m4_pattern_allow([^CC$])
6898m4trace:configure.ac:105: -1- m4_pattern_allow([^CFLAGS$])
6899m4trace:configure.ac:105: -1- m4_pattern_allow([^LDFLAGS$])
6900m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBS$])
6901m4trace:configure.ac:105: -1- m4_pattern_allow([^CPPFLAGS$])
6902m4trace:configure.ac:105: -1- m4_pattern_allow([^CC$])
6903m4trace:configure.ac:105: -1- m4_pattern_allow([^CC$])
6904m4trace:configure.ac:105: -1- m4_pattern_allow([^CC$])
6905m4trace:configure.ac:105: -1- m4_pattern_allow([^CC$])
6906m4trace:configure.ac:105: -1- m4_pattern_allow([^ac_ct_CC$])
6907m4trace:configure.ac:105: -1- _AM_DEPENDENCIES([CC])
6908m4trace:configure.ac:105: -1- m4_pattern_allow([^CCDEPMODE$])
6909m4trace:configure.ac:105: -1- AM_CONDITIONAL([am__fastdepCC], [
6910  test "x$enable_dependency_tracking" != xno \
6911  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6912m4trace:configure.ac:105: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6913m4trace:configure.ac:105: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6914m4trace:configure.ac:106: -1- AC_PROG_LIBTOOL
6915m4trace:configure.ac:106: -1- _AC_PROG_LIBTOOL
6916m4trace:configure.ac:106: -1- AC_LIBTOOL_SETUP
6917m4trace:configure.ac:106: -1- AC_ENABLE_SHARED
6918m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6919You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6920autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6921/usr/share/aclocal/libtool.m4:1949: AC_ENABLE_SHARED is expanded from...
6922/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
6923/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
6924/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
6925configure.ac:106: the top level])
6926m4trace:configure.ac:106: -1- AC_ENABLE_STATIC
6927m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6928You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6929autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6930/usr/share/aclocal/libtool.m4:1988: AC_ENABLE_STATIC is expanded from...
6931/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
6932/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
6933/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
6934configure.ac:106: the top level])
6935m4trace:configure.ac:106: -1- AC_ENABLE_FAST_INSTALL
6936m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6937You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6938autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6939/usr/share/aclocal/libtool.m4:2027: AC_ENABLE_FAST_INSTALL is expanded from...
6940/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
6941/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
6942/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
6943configure.ac:106: the top level])
6944m4trace:configure.ac:106: -1- AC_PROG_LD
6945m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6946You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6947autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
6948/usr/share/aclocal/libtool.m4:2224: AC_PROG_LD is expanded from...
6949/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
6950/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
6951/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
6952configure.ac:106: the top level])
6953m4trace:configure.ac:106: -1- LT_AC_PROG_SED
6954m4trace:configure.ac:106: -1- m4_pattern_allow([^SED$])
6955m4trace:configure.ac:106: -1- AC_PROG_LD_GNU
6956m4trace:configure.ac:106: -1- AC_PROG_EGREP
6957m4trace:configure.ac:106: -1- m4_pattern_allow([^GREP$])
6958m4trace:configure.ac:106: -1- m4_pattern_allow([^GREP$])
6959m4trace:configure.ac:106: -1- m4_pattern_allow([^EGREP$])
6960m4trace:configure.ac:106: -1- m4_pattern_allow([^EGREP$])
6961m4trace:configure.ac:106: -1- AC_PROG_LD_RELOAD_FLAG
6962m4trace:configure.ac:106: -1- AC_PROG_NM
6963m4trace:configure.ac:106: -1- m4_pattern_allow([^LN_S$])
6964m4trace:configure.ac:106: -1- AC_DEPLIBS_CHECK_METHOD
6965m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6966m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6967m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6968m4trace:configure.ac:106: -1- AC_LIBTOOL_OBJDIR
6969m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
6970m4trace:configure.ac:106: -1- _LT_AC_PROG_ECHO_BACKSLASH
6971m4trace:configure.ac:106: -1- _LT_AC_SHELL_INIT([
6972# Check that we are running under the correct shell.
6973SHELL=${CONFIG_SHELL-/bin/sh}
6974
6975case X$ECHO in
6976X*--fallback-echo)
6977  # Remove one level of quotation (which was required for Make).
6978  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6979  ;;
6980esac
6981
6982echo=${ECHO-echo}
6983if test "X[$]1" = X--no-reexec; then
6984  # Discard the --no-reexec flag, and continue.
6985  shift
6986elif test "X[$]1" = X--fallback-echo; then
6987  # Avoid inline document here, it may be left over
6988  :
6989elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6990  # Yippee, $echo works!
6991  :
6992else
6993  # Restart under the correct shell.
6994  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6995fi
6996
6997if test "X[$]1" = X--fallback-echo; then
6998  # used as fallback echo
6999  shift
7000  cat <<EOF
7001[$]*
7002EOF
7003  exit 0
7004fi
7005
7006# The HP-UX ksh and POSIX shell print the target directory to stdout
7007# if CDPATH is set.
7008(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7009
7010if test -z "$ECHO"; then
7011if test "X${echo_test_string+set}" != Xset; then
7012# find a string as large as possible, as long as the shell can cope with it
7013  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7014    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7015    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7016       echo_test_string=`eval $cmd` &&
7017       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7018    then
7019      break
7020    fi
7021  done
7022fi
7023
7024if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7025   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7026   test "X$echo_testing_string" = "X$echo_test_string"; then
7027  :
7028else
7029  # The Solaris, AIX, and Digital Unix default echo programs unquote
7030  # backslashes.  This makes it impossible to quote backslashes using
7031  #   echo "$something" | sed 's/\\/\\\\/g'
7032  #
7033  # So, first we look for a working echo in the user's PATH.
7034
7035  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7036  for dir in $PATH /usr/ucb; do
7037    IFS="$lt_save_ifs"
7038    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7039       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7040       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7041       test "X$echo_testing_string" = "X$echo_test_string"; then
7042      echo="$dir/echo"
7043      break
7044    fi
7045  done
7046  IFS="$lt_save_ifs"
7047
7048  if test "X$echo" = Xecho; then
7049    # We didn't find a better echo, so look for alternatives.
7050    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7051       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7052       test "X$echo_testing_string" = "X$echo_test_string"; then
7053      # This shell has a builtin print -r that does the trick.
7054      echo='print -r'
7055    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7056	 test "X$CONFIG_SHELL" != X/bin/ksh; then
7057      # If we have ksh, try running configure again with it.
7058      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7059      export ORIGINAL_CONFIG_SHELL
7060      CONFIG_SHELL=/bin/ksh
7061      export CONFIG_SHELL
7062      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7063    else
7064      # Try using printf.
7065      echo='printf %s\n'
7066      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7067	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7068	 test "X$echo_testing_string" = "X$echo_test_string"; then
7069	# Cool, printf works
7070	:
7071      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7072	   test "X$echo_testing_string" = 'X\t' &&
7073	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7074	   test "X$echo_testing_string" = "X$echo_test_string"; then
7075	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7076	export CONFIG_SHELL
7077	SHELL="$CONFIG_SHELL"
7078	export SHELL
7079	echo="$CONFIG_SHELL [$]0 --fallback-echo"
7080      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7081	   test "X$echo_testing_string" = 'X\t' &&
7082	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7083	   test "X$echo_testing_string" = "X$echo_test_string"; then
7084	echo="$CONFIG_SHELL [$]0 --fallback-echo"
7085      else
7086	# maybe with a smaller string...
7087	prev=:
7088
7089	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7090	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7091	  then
7092	    break
7093	  fi
7094	  prev="$cmd"
7095	done
7096
7097	if test "$prev" != 'sed 50q "[$]0"'; then
7098	  echo_test_string=`eval $prev`
7099	  export echo_test_string
7100	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7101	else
7102	  # Oops.  We lost completely, so just stick with echo.
7103	  echo=echo
7104	fi
7105      fi
7106    fi
7107  fi
7108fi
7109fi
7110
7111# Copy echo and quote the copy suitably for passing to libtool from
7112# the Makefile, instead of quoting the original, which is used later.
7113ECHO=$echo
7114if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7115   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7116fi
7117
7118AC_SUBST(ECHO)
7119])
7120m4trace:configure.ac:106: -1- m4_pattern_allow([^ECHO$])
7121m4trace:configure.ac:106: -1- m4_pattern_allow([^AR$])
7122m4trace:configure.ac:106: -1- m4_pattern_allow([^RANLIB$])
7123m4trace:configure.ac:106: -1- m4_pattern_allow([^STRIP$])
7124m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
7125m4trace:configure.ac:106: -1- AC_PATH_MAGIC
7126m4trace:configure.ac:106: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7127m4trace:configure.ac:106: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7128m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7129You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7130autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
7131/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7132/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7133/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7134configure.ac:106: the top level])
7135m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7136You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7137autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7138/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7139/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7140/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7141configure.ac:106: the top level])
7142m4trace:configure.ac:106: -1- AC_LIBTOOL_LANG_C_CONFIG
7143m4trace:configure.ac:106: -1- _LT_AC_LANG_C_CONFIG
7144m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([objext], [])
7145m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
7146m4trace:configure.ac:106: -1- _LT_COMPILER_BOILERPLATE
7147m4trace:configure.ac:106: -1- _LT_LINKER_BOILERPLATE
7148m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7149m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7150m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7151m4trace:configure.ac:106: -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"])
7152m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7153m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7154m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7155m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7156m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7157m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7158m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7159m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7160m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7161m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7162m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7163m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7164m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7165m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7166m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7167m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7168m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7169m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7170m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7171m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7172m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7173m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7174m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7175m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7176m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7177m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7178m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7179m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7180m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7181m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7182m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7183m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7184m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7185m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7186m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7187m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7188m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7189m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7190m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7191m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7192m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7193m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7194m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7195m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7196m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7197m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7198m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7199m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7200m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7201m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7202m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7203m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7204m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7205m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7206m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7207m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7208m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7209m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7210m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7211m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7212m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7213m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7214m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7215m4trace:configure.ac:106: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
7216     "" | " "*) ;;
7217     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7218     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7219     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7220m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7221m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7222m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7223m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7224m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7225m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7226m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7227m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7228m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7229m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7230m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7231m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7232m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7233m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7234m4trace:configure.ac:106: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7235m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7236m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_CC_C_O([])
7237m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7238m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7239m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7240m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7241m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7242m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7243m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7244m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7245m4trace:configure.ac:106: -1- _LT_AC_LOCK
7246m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7247You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from...
7248../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
7249autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...
7250autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from...
7251/usr/share/aclocal/libtool.m4:608: _LT_AC_LOCK is expanded from...
7252/usr/share/aclocal/libtool.m4:1094: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7253/usr/share/aclocal/libtool.m4:2740: _LT_AC_LANG_C_CONFIG is expanded from...
7254/usr/share/aclocal/libtool.m4:2667: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7255/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7256/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7257/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7258configure.ac:106: the top level])
7259m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7260m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7261m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7262m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7263m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7264m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7265m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7266m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7267m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7268m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7269m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7270m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7271m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7272m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7273m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7274m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7275m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7276m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7277m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7278m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7279m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7280m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7281m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7282m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [])
7283m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7284m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
7285m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7286m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7287m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7288m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7289m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7290m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7291m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7292m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7293m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7294m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7295m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7296m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7297m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7298m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7299m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7300m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7301m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7302m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7303m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7304m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7305m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7306m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7307m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7308m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7309m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7310m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7311m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7312m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7313m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7314m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7315m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7316m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7317m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7318m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7319m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7320m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7321m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7322m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7323m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7324m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7325m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7326m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7327m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7328m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7329m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7330m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7331m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7332m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7333m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7334m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7335m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7336m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7337m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7338m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7339m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7340m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7341m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7342m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7343m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7344m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7345m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7346m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7347m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7348m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7349m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7350m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7351m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7352m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7353m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7354m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7355m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7356m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7357m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
7358m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7359m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7360m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7361m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7362m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7363m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
7364m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7365m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7366m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7367m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7368m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7369m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7370m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7371m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7372m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7373m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7374m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7375m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7376m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7377m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7378m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7379m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7380m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7381m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7382m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7383m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7384m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7385m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7386m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7387m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7388m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7389m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7390m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7391m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7392m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7393m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7394m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7395m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7396m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7398m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7399m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7400m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7401m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7402m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7403m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7404m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7405m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7406m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7407m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7408m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7409m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7410m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7411m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7412m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7413m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7414m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7415m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7416m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7417m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7418m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7419m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7420m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7421m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7422m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7423m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7424m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7425m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7426m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7427m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7428m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7429m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7430m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7431m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7432m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7433m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7434m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7435m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7436m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7437m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7438m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7439m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7440m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7441m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7442m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7443m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7444m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7445m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7446m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7447m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7448m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7449m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7450m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7451m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7452m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7453m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7454m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7455m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7456m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7457m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7458m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7459m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7460m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7461m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7462m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7463m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7464m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7465m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7466m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7467m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7468m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7469m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7470m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7471m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7472m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7473m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7474m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7475m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7476m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7477m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7478m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7479m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7480m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7481m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7482m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7483m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7484m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7485m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7486m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7487m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7488m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7489m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7490m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7491m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7492m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7493m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7494m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7495m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7496m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7497m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7498m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7499m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7500m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7501m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7502m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7503m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7504m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7505m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7506m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7507m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7508m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7509m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([reload_cmds], [])
7510m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7511m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7512m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7513m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7514m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7515m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7516m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7517m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7518m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7519m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7520m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7521m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7522m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7523m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7524m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7525m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7526m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7527m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7528m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7529m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7530m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7531m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7532m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7533m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7534m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7535m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7536m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7537m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7538m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7539m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7540m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7541m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7542m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7543m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7544m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7545m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7546m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7547m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7548m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7549m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7550m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7551m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7552m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7553m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([archive_cmds], [])
7554m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7555m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7556m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7557m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7558m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7559m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7560m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7561m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7562m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7563m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([runpath_var], [])
7564m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7565m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7566m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7567m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7568m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7569m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7570m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7571m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7572m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7573m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_LIB_STRIP
7574m4trace:configure.ac:106: -1- AC_LIBTOOL_DLOPEN_SELF
7575m4trace:configure.ac:106: -1- _LT_AC_CHECK_DLFCN
7576m4trace:configure.ac:106: -1- m4_pattern_allow([^CPP$])
7577m4trace:configure.ac:106: -1- m4_pattern_allow([^CPPFLAGS$])
7578m4trace:configure.ac:106: -1- m4_pattern_allow([^CPP$])
7579m4trace:configure.ac:106: -1- m4_pattern_allow([^STDC_HEADERS$])
7580m4trace:configure.ac:106: -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])
7581m4trace:configure.ac:106: -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])
7582m4trace:configure.ac:106: -1- AC_LIBTOOL_CONFIG([])
7583m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [])
7584m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([CC], [])
7585m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [])
7586m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7587m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7588m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7589m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7590m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7591m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7592m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7593m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7594m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7595m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7596m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [])
7597m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [])
7598m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [])
7599m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [])
7600m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7601m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7602m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7603m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7604m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7605m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7606m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7607m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7608m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7609m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7610m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7611m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7612m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7613m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7614m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7615m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7616m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7617m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [])
7618m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7619m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7620m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7621m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7622m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7623m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7624m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7625m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7626m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7627m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7628m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [])
7629m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [])
7630m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [])
7631m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7632m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7633m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7634m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7635m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7636m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7637m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7638m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7639m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7640m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7641m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7642m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [])
7643m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7644m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [])
7645m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7646m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [])
7647m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [])
7648m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [])
7649m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [])
7650m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7651m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7652m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7653m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [])
7654m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7655m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7656m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7657m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7658m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7659m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7660m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7661m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7662m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7663m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7664m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7665m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7666m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [])
7667m4trace:configure.ac:106: -1- _LT_AC_TAGCONFIG
7668m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7669You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7670autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7671/usr/share/aclocal/libtool.m4:1903: _LT_AC_TAGCONFIG is expanded from...
7672/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7673/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7674/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7675configure.ac:106: the top level])
7676m4trace:configure.ac:106: -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:1903: _LT_AC_TAGCONFIG is expanded from...
7677/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7678/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7679/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7680configure.ac:106: the top level])
7681m4trace:configure.ac:106: -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:1903: _LT_AC_TAGCONFIG is expanded from...
7682/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
7683/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7684/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7685configure.ac:106: the top level])
7686m4trace:configure.ac:106: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7687m4trace:configure.ac:106: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7688m4trace:configure.ac:106: -1- m4_pattern_allow([^CXX$])
7689m4trace:configure.ac:106: -1- m4_pattern_allow([^CXXFLAGS$])
7690m4trace:configure.ac:106: -1- m4_pattern_allow([^LDFLAGS$])
7691m4trace:configure.ac:106: -1- m4_pattern_allow([^LIBS$])
7692m4trace:configure.ac:106: -1- m4_pattern_allow([^CPPFLAGS$])
7693m4trace:configure.ac:106: -1- m4_pattern_allow([^CXX$])
7694m4trace:configure.ac:106: -1- m4_pattern_allow([^ac_ct_CXX$])
7695m4trace:configure.ac:106: -1- _AM_DEPENDENCIES([CXX])
7696m4trace:configure.ac:106: -1- m4_pattern_allow([^CXXDEPMODE$])
7697m4trace:configure.ac:106: -1- AM_CONDITIONAL([am__fastdepCXX], [
7698  test "x$enable_dependency_tracking" != xno \
7699  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7700m4trace:configure.ac:106: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7701m4trace:configure.ac:106: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7702m4trace:configure.ac:106: -1- _LT_AC_PROG_CXXCPP
7703m4trace:configure.ac:106: -1- m4_pattern_allow([^CXXCPP$])
7704m4trace:configure.ac:106: -1- m4_pattern_allow([^CPPFLAGS$])
7705m4trace:configure.ac:106: -1- m4_pattern_allow([^CXXCPP$])
7706m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7707m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7708m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7709m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7710m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7711m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7712m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7713m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7714m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7715m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7716m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7717m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7718m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7719m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7720m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7721m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7722m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7723m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7724m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7725m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7726m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7727m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [CXX])
7728m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7729m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7730m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([objext], [CXX])
7731m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
7732m4trace:configure.ac:106: -1- _LT_COMPILER_BOILERPLATE
7733m4trace:configure.ac:106: -1- _LT_LINKER_BOILERPLATE
7734m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [CXX])
7735m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
7736m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7737m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7738m4trace:configure.ac:106: -1- AC_PROG_LD
7739m4trace:configure.ac:106: -1- AC_PROG_LD_GNU
7740m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7741m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7742m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7743m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7744m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7745m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7746m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7747m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7748m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7749m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7750m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7751m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7752m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7753m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7754m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7755m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7756m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7757m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7758m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7759m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7760m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
7761m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7762m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7763m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7764m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7765m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7766m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
7767m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7768m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7769m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7770m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7771m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7772m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7773m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7774m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7775m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7776m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7777m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7778m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7779m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7780m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7781m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7782m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7783m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7784m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7785m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7786m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7787m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7788m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7789m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7790m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7791m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7792m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7793m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7794m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7795m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7796m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7797m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7798m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7799m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7800m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7801m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7802m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7803m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7804m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7805m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7806m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7807m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7808m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7809m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7810m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7811m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7812m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7813m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7814m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7815m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7816m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7817m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7818m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7819m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7820m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7821m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7822m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7823m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7824m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7825m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7826m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7827m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7828m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7829m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7830m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7831m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7832m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7833m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7834m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7835m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7836m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7837m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7838m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7839m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7840m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7841m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7842m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7843m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7844m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7845m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7846m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7847m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7848m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7849m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7850m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7851m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7852m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7853m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7854m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7855m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7856m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7857m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7858m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7859m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7860m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7861m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7862m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7863m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7864m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7865m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7866m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7867m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7868m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7869m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7870m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7871m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7872m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7873m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7874m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7875m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7876m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7877m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7878m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7879m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7880m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7881m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7882m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7883m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7884m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7885m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7886m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7887m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7888m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7889m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7890m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7891m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7892m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7893m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7894m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7895m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7896m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7897m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7898m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7899m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7900m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7901m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7902m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7903m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7904m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7905m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7906m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7907m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7908m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7909m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7910m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7911m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7912m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7913m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7914m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7915m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7916m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7917m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7918m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7919m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7920m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7921m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7922m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7923m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7924m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7925m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7926m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7927m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7928m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7929m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7930m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7931m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7932m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7933m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7934m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7935m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7936m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7937m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7938m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7939m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7940m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7941m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7942m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7943m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7944m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7945m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7946m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7947m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7948m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7949m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7950m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7951m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7952m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7953m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7954m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7955m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7956m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7957m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7958m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7959m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7960m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7961m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7962m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7963m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [CXX])
7964m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [CXX])
7965m4trace:configure.ac:106: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7966m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7967m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7968m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7969m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7970m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7971m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7972m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7973m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7974m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7975m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7976m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7977m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7978m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7979m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7980m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7981m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7982m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7983m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7984m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7985m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7986m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7987m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7988m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7989m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7990m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7991m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7992m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7993m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7994m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7995m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7996m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7997m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7998m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7999m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8000m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8001m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8002m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8003m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8004m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8005m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8006m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8007m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8008m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8009m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8010m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8011m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8012m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8013m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8014m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8015m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8016m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8017m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8018m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8019m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8020m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8021m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8022m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8023m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8024m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8025m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8026m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8027m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8028m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8029m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8030m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8031m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8032m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8033m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8034m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8035m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8036m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8037m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8038m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8039m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8040m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8041m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8042m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8043m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8044m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8045m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8046m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8047m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
8048m4trace:configure.ac:106: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
8049     "" | " "*) ;;
8050     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8051     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8052     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8053m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8054m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8055m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8056m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8057m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8058m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8059m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8060m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8061m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8062m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8063m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8064m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8065m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8066m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
8067m4trace:configure.ac:106: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
8068m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8069m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8070m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8071m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8072m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8073m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8074m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8075m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8076m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8077m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8078m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8079m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8080m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8081m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8082m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8083m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8084m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8085m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8086m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8087m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8088m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8089m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8090m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8091m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8092m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8093m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8094m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8095m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8096m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8097m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8098m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8099m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8100m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8101m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8102m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8103m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8104m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8105m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8106m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8107m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8108m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8109m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8110m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8111m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8112m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8113m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8114m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8115m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8116m4trace:configure.ac:106: -1- AC_LIBTOOL_CONFIG([CXX])
8117m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [CXX])
8118m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([CC], [CXX])
8119m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [CXX])
8120m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8121m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8122m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8123m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8124m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8125m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8126m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8127m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8128m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8129m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8130m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8131m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8132m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [CXX])
8133m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8134m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8135m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8136m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8137m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8138m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8139m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8140m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8141m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8142m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8143m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8144m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8145m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8146m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8147m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8148m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8149m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8150m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8151m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8152m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8153m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8154m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8155m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8156m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8157m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8158m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8159m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8160m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8161m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8162m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [CXX])
8163m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [CXX])
8164m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [CXX])
8165m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8166m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8167m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8168m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8169m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8170m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8171m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8172m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8173m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8174m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8175m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8176m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8177m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8178m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8179m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8180m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8181m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8182m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [CXX])
8183m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8184m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8185m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8186m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8187m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8188m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8189m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8190m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8191m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8192m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8193m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8194m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8195m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8196m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8197m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8198m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8199m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8200m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8201m4trace:configure.ac:106: -1- AC_LIBTOOL_LANG_F77_CONFIG
8202m4trace:configure.ac:106: -1- _LT_AC_LANG_F77_CONFIG([F77])
8203m4trace:configure.ac:106: -1- m4_pattern_allow([^F77$])
8204m4trace:configure.ac:106: -1- m4_pattern_allow([^FFLAGS$])
8205m4trace:configure.ac:106: -1- m4_pattern_allow([^LDFLAGS$])
8206m4trace:configure.ac:106: -1- m4_pattern_allow([^LIBS$])
8207m4trace:configure.ac:106: -1- m4_pattern_allow([^F77$])
8208m4trace:configure.ac:106: -1- m4_pattern_allow([^ac_ct_F77$])
8209m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8210m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8211m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8212m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8213m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8214m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8215m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8216m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8217m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8218m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8219m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8220m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8221m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8222m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8223m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8224m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8225m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8226m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8227m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([objext], [F77])
8228m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
8229m4trace:configure.ac:106: -1- _LT_COMPILER_BOILERPLATE
8230m4trace:configure.ac:106: -1- _LT_LINKER_BOILERPLATE
8231m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [F77])
8232m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
8233m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [F77])
8234m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [F77])
8235m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8236m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8237m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8238m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8239m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8240m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8241m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8242m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8243m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8244m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8245m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8246m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8247m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8248m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8249m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8250m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8251m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8252m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8253m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8254m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8255m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8256m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8257m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8258m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8259m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8260m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8261m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8262m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8263m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8264m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8265m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8266m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8267m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8268m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8269m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8270m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8271m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8272m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8273m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8274m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8275m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8276m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8277m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8278m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8279m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8280m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8281m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8282m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8283m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8284m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8285m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8286m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8287m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8288m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8289m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8290m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8291m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8292m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8293m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8294m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8295m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8296m4trace:configure.ac:106: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
8297     "" | " "*) ;;
8298     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8299     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8300     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8301m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8302m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8303m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8304m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8305m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8306m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8307m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8308m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8309m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8310m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8311m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8312m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8313m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8314m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8315m4trace:configure.ac:106: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8316m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8317m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8318m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8319m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8320m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8321m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8322m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8323m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8324m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8325m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8326m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8327m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8328m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8329m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8330m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8331m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8332m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8333m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8334m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8335m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8336m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8337m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8338m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8339m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8340m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8341m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8342m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8343m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8344m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8345m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8346m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8347m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8348m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8349m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8350m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8351m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
8352m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8353m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8354m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8355m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8356m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8357m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8358m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8359m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8360m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8361m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8362m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8363m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8364m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8365m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8366m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8367m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8368m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8369m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8370m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8371m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8372m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8373m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8374m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8375m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8376m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8377m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8378m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8379m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8380m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8381m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8382m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8383m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8384m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8385m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8386m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8387m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8388m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8389m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8390m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8391m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8392m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8393m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8394m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8395m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8396m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8397m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8398m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8399m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8400m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8401m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8402m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8403m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8404m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8405m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8406m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8407m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8408m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8409m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8410m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8411m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8412m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8413m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8414m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8415m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8416m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8417m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8418m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8419m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8420m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8421m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8422m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8423m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8424m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
8425m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8426m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8427m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8428m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8429m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8430m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
8431m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8432m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8433m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8434m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8435m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8436m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8437m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8438m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8439m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8440m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8441m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8442m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8443m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8444m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8445m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8446m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8447m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8448m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8449m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8450m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8451m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8452m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8453m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8454m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8455m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8456m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8457m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8458m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8459m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8460m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8461m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8462m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8463m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8464m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8465m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8466m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8467m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8468m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8469m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8470m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8471m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8472m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8473m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8474m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8475m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8476m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8477m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8478m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8479m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8480m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8481m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8482m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8483m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8484m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8485m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8486m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8487m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8488m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8489m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8490m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8491m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8492m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8493m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8494m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8495m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8496m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8497m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8498m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8499m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8500m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8501m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8502m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8503m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8504m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8505m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8506m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8507m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8508m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8509m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8510m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8511m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8512m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8513m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8514m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8515m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8516m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8517m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8518m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8519m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8520m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8521m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8522m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8523m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8524m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8525m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8526m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8527m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8528m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8529m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8530m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8531m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8532m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8533m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8534m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8535m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8536m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8537m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8538m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8539m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8540m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8541m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8542m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8543m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8544m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8545m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8546m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8547m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8548m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8549m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8550m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8551m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8552m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8553m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8554m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8555m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8556m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8557m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8558m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8559m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8560m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8561m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8562m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8563m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8564m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8565m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8566m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8567m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8568m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8569m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8570m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8571m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8572m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8573m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8574m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8575m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8576m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8577m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8578m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8579m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8580m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8581m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8582m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8583m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8584m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8585m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8586m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8587m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8588m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8589m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8590m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8591m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8592m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8593m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8594m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8595m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8596m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8597m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8598m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8599m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8600m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8601m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8602m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8603m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8604m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8605m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8606m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8607m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8608m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8609m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8610m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8611m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8612m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8613m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8614m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8615m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8616m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8617m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8618m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8619m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8620m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8621m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8622m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8623m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8624m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8625m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8626m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8627m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8628m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8629m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8630m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8631m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8632m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8633m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8634m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8635m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8636m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8637m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8638m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8639m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8640m4trace:configure.ac:106: -1- AC_LIBTOOL_CONFIG([F77])
8641m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [F77])
8642m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([CC], [F77])
8643m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [F77])
8644m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8645m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8646m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8647m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8648m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8649m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8650m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8651m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8652m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8653m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8654m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8655m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8656m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [F77])
8657m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [F77])
8658m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8659m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8660m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8661m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8662m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8663m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8664m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8665m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8666m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8667m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8668m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8669m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8670m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8671m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8672m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8673m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8674m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8675m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8676m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8677m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8678m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8679m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8680m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8681m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8682m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8683m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8684m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8685m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8686m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [F77])
8687m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [F77])
8688m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [F77])
8689m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8690m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8691m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8692m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8693m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8694m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8695m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8696m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8697m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8698m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8699m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8700m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8701m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8702m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8703m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8704m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8705m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8706m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [F77])
8707m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [F77])
8708m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8709m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8710m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8711m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8712m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8713m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8714m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8715m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8716m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8717m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8718m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8719m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8720m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8721m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8722m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8723m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8724m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8725m4trace:configure.ac:106: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8726m4trace:configure.ac:106: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8727m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8728You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
8729/usr/share/aclocal/libtool.m4:4069: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8730/usr/share/aclocal/libtool.m4:4017: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8731/usr/share/aclocal/libtool.m4:1903: _LT_AC_TAGCONFIG is expanded from...
8732/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
8733/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
8734/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
8735configure.ac:106: the top level])
8736m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([objext], [GCJ])
8737m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
8738m4trace:configure.ac:106: -1- _LT_COMPILER_BOILERPLATE
8739m4trace:configure.ac:106: -1- _LT_LINKER_BOILERPLATE
8740m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8741m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
8742m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8743m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8744m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8745m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8746m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8747m4trace:configure.ac:106: -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"])
8748m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8749m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8750m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8751m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8752m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8753m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8754m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8755m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8756m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8757m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8758m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8759m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8760m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8761m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8762m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8763m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8764m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8765m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8766m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8767m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8768m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8769m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8770m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8771m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8772m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8773m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8774m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8775m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8776m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8777m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8778m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8779m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8780m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8781m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8782m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8783m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8784m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8785m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8786m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8787m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8788m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8789m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8790m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8791m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8792m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8793m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8794m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8795m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8796m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8797m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8798m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8799m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8800m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8801m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8802m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8803m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8804m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8805m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8806m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8807m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8808m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8809m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8810m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8811m4trace:configure.ac:106: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
8812     "" | " "*) ;;
8813     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8814     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8815     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8816m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8817m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8818m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8819m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8820m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8821m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8822m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8823m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8824m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8825m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8826m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8827m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8828m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8829m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8830m4trace:configure.ac:106: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8831m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8832m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8833m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8834m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8835m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8836m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8837m4trace:configure.ac:106: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8838m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8839m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8840m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8841m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8842m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8843m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8844m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8845m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8846m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8847m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8848m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8849m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8850m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8851m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8852m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8853m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8854m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8855m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8856m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8857m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8858m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8859m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8860m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8861m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8862m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8863m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8864m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8865m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8866m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
8867m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8868m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8869m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8870m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8871m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8872m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8873m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8874m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8875m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8876m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8877m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8878m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8879m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8880m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8881m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8882m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8883m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8884m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8885m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8886m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8887m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8888m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8889m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8890m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8891m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8892m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8893m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8894m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8895m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8896m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8897m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8898m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8899m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8900m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8901m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8902m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8903m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8904m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8905m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8906m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8907m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8908m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8909m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8910m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8911m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8912m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8913m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8914m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8915m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8916m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8917m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8918m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8919m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8920m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8921m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8922m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8923m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8924m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8925m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8926m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8927m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8928m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8929m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8930m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8931m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8932m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8933m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8934m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8935m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8936m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8937m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8938m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8939m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
8940m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8941m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8942m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8943m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8944m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8945m4trace:configure.ac:106: -1- _LT_AC_SYS_LIBPATH_AIX
8946m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8947m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8948m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8949m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8950m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8951m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8952m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8953m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8954m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8955m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8956m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8957m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8958m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8959m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8960m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8961m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8962m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8963m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8964m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8965m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8966m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8967m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8968m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8969m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8970m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8971m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8972m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8973m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8974m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8975m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8976m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8977m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8978m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8979m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8980m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8981m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8982m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8983m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8984m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8985m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8986m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8987m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8988m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8989m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8990m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8991m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8992m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8993m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8994m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8995m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8996m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8997m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8998m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8999m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9000m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9001m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9002m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9003m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9004m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9005m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9006m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9007m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9008m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9009m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9010m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9011m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9012m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9013m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9014m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9015m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9016m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9017m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9018m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9019m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9020m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9021m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9022m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9023m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9024m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9025m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9026m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9027m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9028m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9029m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9030m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9031m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9032m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9033m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9034m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9035m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9036m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9037m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9038m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9039m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9040m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9041m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9042m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9043m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9044m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9045m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9046m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9047m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9048m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9049m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9050m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9051m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9052m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9053m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9054m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9055m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9056m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9057m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9058m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9059m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9060m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9061m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9062m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9063m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9064m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9065m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9066m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9067m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9068m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9069m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9070m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9071m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9072m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9073m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9074m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9075m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9076m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9077m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9078m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9079m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9080m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9081m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9082m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9083m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9084m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9085m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9086m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9087m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9088m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9089m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9090m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9091m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9092m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9093m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9094m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9095m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9096m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9097m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9098m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9099m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9100m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9101m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9102m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9103m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9104m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9105m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9106m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9107m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9108m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9109m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9110m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9111m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9112m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9113m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9114m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9115m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9116m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9117m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9118m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9119m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9120m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9121m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9122m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9123m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9124m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9125m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9126m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9127m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9128m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9129m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9130m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9131m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9132m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9133m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9134m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9135m4trace:configure.ac:106: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9136m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9137m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9138m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9139m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9140m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9141m4trace:configure.ac:106: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9142m4trace:configure.ac:106: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9143m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9144m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9145m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9146m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9147m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9148m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9149m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9150m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9151m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9152m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9153m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9154m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9155m4trace:configure.ac:106: -1- AC_LIBTOOL_CONFIG([GCJ])
9156m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9157m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([CC], [GCJ])
9158m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [GCJ])
9159m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9160m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9161m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9162m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9163m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9164m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9165m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9166m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9167m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9168m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9169m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9170m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9171m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9172m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9173m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9174m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9175m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9176m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9177m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9178m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9179m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9180m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9181m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9182m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9183m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9184m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9185m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9186m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9187m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9188m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9189m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9190m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9191m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9192m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9193m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9194m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9195m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9196m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9197m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9198m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9199m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9200m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9201m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9202m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9203m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [GCJ])
9204m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9205m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9206m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9207m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9208m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9209m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9210m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9211m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9212m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9213m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9214m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9215m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9216m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9217m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9218m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9219m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9220m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9221m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9222m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9223m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9224m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9225m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9226m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9227m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9228m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9229m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9230m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9231m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9232m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9233m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9234m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9235m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9236m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9237m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9238m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9239m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9240m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9241You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9242/usr/share/aclocal/libtool.m4:4069: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9243/usr/share/aclocal/libtool.m4:4017: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9244/usr/share/aclocal/libtool.m4:1903: _LT_AC_TAGCONFIG is expanded from...
9245/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
9246/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9247/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9248configure.ac:106: the top level])
9249m4trace:configure.ac:106: -1- AC_LIBTOOL_LANG_RC_CONFIG
9250m4trace:configure.ac:106: -1- _LT_AC_LANG_RC_CONFIG([RC])
9251m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9252You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
9253/usr/share/aclocal/libtool.m4:4113: _LT_AC_LANG_RC_CONFIG is expanded from...
9254/usr/share/aclocal/libtool.m4:4077: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9255/usr/share/aclocal/libtool.m4:1903: _LT_AC_TAGCONFIG is expanded from...
9256/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
9257/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9258/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9259configure.ac:106: the top level])
9260m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([objext], [RC])
9261m4trace:configure.ac:106: -1- _LT_AC_SYS_COMPILER
9262m4trace:configure.ac:106: -1- _LT_COMPILER_BOILERPLATE
9263m4trace:configure.ac:106: -1- _LT_LINKER_BOILERPLATE
9264m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [RC])
9265m4trace:configure.ac:106: -1- _LT_CC_BASENAME([$compiler])
9266m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9267m4trace:configure.ac:106: -1- AC_LIBTOOL_CONFIG([RC])
9268m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [RC])
9269m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([CC], [RC])
9270m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [RC])
9271m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9272m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9273m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9274m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9275m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9276m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9277m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9278m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9279m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9280m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9281m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9282m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9283m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [RC])
9284m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [RC])
9285m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9286m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9287m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9288m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9289m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9290m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9291m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9292m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9293m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9294m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9295m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9296m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9297m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9298m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9299m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9300m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9301m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9302m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9303m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9304m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9305m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9306m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9307m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9308m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9309m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9310m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9311m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9312m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9313m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler], [RC])
9314m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([GCC], [RC])
9315m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([LD], [RC])
9316m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9317m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9318m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9319m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9320m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9321m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9322m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9323m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9324m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9325m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9326m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9327m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9328m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9329m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9330m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9331m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9332m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9333m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([predeps], [RC])
9334m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([postdeps], [RC])
9335m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9336m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9337m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9338m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9339m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9340m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9341m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9342m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9343m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9344m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9345m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9346m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9347m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9348m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9349m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9350m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9351m4trace:configure.ac:106: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9352m4trace:configure.ac:106: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9353You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9354/usr/share/aclocal/libtool.m4:4113: _LT_AC_LANG_RC_CONFIG is expanded from...
9355/usr/share/aclocal/libtool.m4:4077: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9356/usr/share/aclocal/libtool.m4:1903: _LT_AC_TAGCONFIG is expanded from...
9357/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
9358/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9359/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9360configure.ac:106: the top level])
9361m4trace:configure.ac:106: -1- m4_pattern_allow([^LIBTOOL$])
9362m4trace:configure.ac:106: -1- AC_LIBTOOL_CXX
9363m4trace:configure.ac:106: -1- _LT_AC_LANG_CXX
9364m4trace:configure.ac:106: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9365m4trace:configure.ac:106: -1- AC_LIBTOOL_F77
9366m4trace:configure.ac:106: -1- _LT_AC_LANG_F77
9367m4trace:configure.ac:106: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9368m4trace:configure.ac:108: -1- m4_pattern_allow([^size_t$])
9369m4trace:configure.ac:111: -1- m4_pattern_allow([^const$])
9370m4trace:configure.ac:112: -1- m4_pattern_allow([^volatile$])
9371m4trace:configure.ac:114: -1- m4_pattern_allow([^HAVE__BOOL$])
9372m4trace:configure.ac:114: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
9373m4trace:configure.ac:115: -1- m4_pattern_allow([^int16_t$])
9374m4trace:configure.ac:116: -1- m4_pattern_allow([^int32_t$])
9375m4trace:configure.ac:117: -1- m4_pattern_allow([^int64_t$])
9376m4trace:configure.ac:118: -1- m4_pattern_allow([^uint16_t$])
9377m4trace:configure.ac:119: -1- m4_pattern_allow([^PRODUCT_MK$])
9378m4trace:configure.ac:120: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9379m4trace:configure.ac:120: -1- m4_pattern_allow([^LTLIBOBJS$])
9380m4trace:configure.ac:120: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
9381