1m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4  AC_PROVIDE_IFELSE([AC_PROG_CXX],
5    [AC_LIBTOOL_CXX],
6    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7  ])])
8dnl And a similar setup for Fortran 77 support
9  AC_PROVIDE_IFELSE([AC_PROG_F77],
10    [AC_LIBTOOL_F77],
11    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12])])
13
14dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18    [AC_LIBTOOL_GCJ],
19    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20      [AC_LIBTOOL_GCJ],
21      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22	[AC_LIBTOOL_GCJ],
23      [ifdef([AC_PROG_GCJ],
24	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25       ifdef([A][M_PROG_GCJ],
26	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27       ifdef([LT_AC_PROG_GCJ],
28	     [define([LT_AC_PROG_GCJ],
29		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30])])
31m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36# This can be used to rebuild libtool when needed
37LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39# Always use our own libtool.
40LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41AC_SUBST(LIBTOOL)dnl
42
43# Prevent multiple expansion
44define([AC_PROG_LIBTOOL], [])
45])
46m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47AC_REQUIRE([AC_ENABLE_SHARED])dnl
48AC_REQUIRE([AC_ENABLE_STATIC])dnl
49AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50AC_REQUIRE([AC_CANONICAL_HOST])dnl
51AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52AC_REQUIRE([AC_PROG_CC])dnl
53AC_REQUIRE([AC_PROG_LD])dnl
54AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55AC_REQUIRE([AC_PROG_NM])dnl
56
57AC_REQUIRE([AC_PROG_LN_S])dnl
58AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60AC_REQUIRE([AC_OBJEXT])dnl
61AC_REQUIRE([AC_EXEEXT])dnl
62dnl
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:225: -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:242: -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:259: -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:272: -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:289: -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:302: -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:315: -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:469: -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:615: -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:660: -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:695: -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:810: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
700])
701m4trace:/usr/share/aclocal/libtool.m4:818: -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:908: -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:1022: -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:1073: -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:1099: -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:1117: -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:1157: -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:1187: -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
1237freebsd* | dragonfly*)
1238  # DragonFly does not have aout.  When/if they implement a new
1239  # versioning mechanism, adjust this.
1240  if test -x /usr/bin/objformat; then
1241    objformat=`/usr/bin/objformat`
1242  else
1243    case $host_os in
1244    freebsd[[123]]*) objformat=aout ;;
1245    *) objformat=elf ;;
1246    esac
1247  fi
1248  version_type=freebsd-$objformat
1249  case $version_type in
1250    freebsd-elf*)
1251      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1252      need_version=no
1253      need_lib_prefix=no
1254      ;;
1255    freebsd-*)
1256      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1257      need_version=yes
1258      ;;
1259  esac
1260  shlibpath_var=LD_LIBRARY_PATH
1261  case $host_os in
1262  freebsd2*)
1263    shlibpath_overrides_runpath=yes
1264    ;;
1265  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1266    shlibpath_overrides_runpath=yes
1267    hardcode_into_libs=yes
1268    ;;
1269  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1270  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1271    shlibpath_overrides_runpath=no
1272    hardcode_into_libs=yes
1273    ;;
1274  freebsd*) # from 4.6 on
1275    shlibpath_overrides_runpath=yes
1276    hardcode_into_libs=yes
1277    ;;
1278  esac
1279  ;;
1280
1281gnu*)
1282  version_type=linux
1283  need_lib_prefix=no
1284  need_version=no
1285  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1286  soname_spec='${libname}${release}${shared_ext}$major'
1287  shlibpath_var=LD_LIBRARY_PATH
1288  hardcode_into_libs=yes
1289  ;;
1290
1291hpux9* | hpux10* | hpux11*)
1292  # Give a soname corresponding to the major version so that dld.sl refuses to
1293  # link against other versions.
1294  version_type=sunos
1295  need_lib_prefix=no
1296  need_version=no
1297  case $host_cpu in
1298  ia64*)
1299    shrext_cmds='.so'
1300    hardcode_into_libs=yes
1301    dynamic_linker="$host_os dld.so"
1302    shlibpath_var=LD_LIBRARY_PATH
1303    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1304    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1305    soname_spec='${libname}${release}${shared_ext}$major'
1306    if test "X$HPUX_IA64_MODE" = X32; then
1307      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1308    else
1309      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1310    fi
1311    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1312    ;;
1313   hppa*64*)
1314     shrext_cmds='.sl'
1315     hardcode_into_libs=yes
1316     dynamic_linker="$host_os dld.sl"
1317     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1318     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1319     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1320     soname_spec='${libname}${release}${shared_ext}$major'
1321     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1322     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1323     ;;
1324   *)
1325    shrext_cmds='.sl'
1326    dynamic_linker="$host_os dld.sl"
1327    shlibpath_var=SHLIB_PATH
1328    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1329    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1330    soname_spec='${libname}${release}${shared_ext}$major'
1331    ;;
1332  esac
1333  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1334  postinstall_cmds='chmod 555 $lib'
1335  ;;
1336
1337interix3*)
1338  version_type=linux
1339  need_lib_prefix=no
1340  need_version=no
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  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1344  shlibpath_var=LD_LIBRARY_PATH
1345  shlibpath_overrides_runpath=no
1346  hardcode_into_libs=yes
1347  ;;
1348
1349irix5* | irix6* | nonstopux*)
1350  case $host_os in
1351    nonstopux*) version_type=nonstopux ;;
1352    *)
1353	if test "$lt_cv_prog_gnu_ld" = yes; then
1354		version_type=linux
1355	else
1356		version_type=irix
1357	fi ;;
1358  esac
1359  need_lib_prefix=no
1360  need_version=no
1361  soname_spec='${libname}${release}${shared_ext}$major'
1362  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1363  case $host_os in
1364  irix5* | nonstopux*)
1365    libsuff= shlibsuff=
1366    ;;
1367  *)
1368    case $LD in # libtool.m4 will add one of these switches to LD
1369    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1370      libsuff= shlibsuff= libmagic=32-bit;;
1371    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1372      libsuff=32 shlibsuff=N32 libmagic=N32;;
1373    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1374      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1375    *) libsuff= shlibsuff= libmagic=never-match;;
1376    esac
1377    ;;
1378  esac
1379  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1380  shlibpath_overrides_runpath=no
1381  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1382  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1383  hardcode_into_libs=yes
1384  ;;
1385
1386# No shared lib support for Linux oldld, aout, or coff.
1387linux*oldld* | linux*aout* | linux*coff*)
1388  dynamic_linker=no
1389  ;;
1390
1391# This must be Linux ELF.
1392linux* | k*bsd*-gnu)
1393  version_type=linux
1394  need_lib_prefix=no
1395  need_version=no
1396  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1397  soname_spec='${libname}${release}${shared_ext}$major'
1398  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1399  shlibpath_var=LD_LIBRARY_PATH
1400  shlibpath_overrides_runpath=no
1401  # This implies no fast_install, which is unacceptable.
1402  # Some rework will be needed to allow for fast_install
1403  # before this can be enabled.
1404  hardcode_into_libs=yes
1405
1406  # Append ld.so.conf contents to the search path
1407  if test -f /etc/ld.so.conf; then
1408    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1409    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1410  fi
1411
1412  # We used to test for /lib/ld.so.1 and disable shared libraries on
1413  # powerpc, because MkLinux only supported shared libraries with the
1414  # GNU dynamic linker.  Since this was broken with cross compilers,
1415  # most powerpc-linux boxes support dynamic linking these days and
1416  # people can always --disable-shared, the test was removed, and we
1417  # assume the GNU/Linux dynamic linker is in use.
1418  dynamic_linker='GNU/Linux ld.so'
1419  ;;
1420
1421netbsdelf*-gnu)
1422  version_type=linux
1423  need_lib_prefix=no
1424  need_version=no
1425  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1426  soname_spec='${libname}${release}${shared_ext}$major'
1427  shlibpath_var=LD_LIBRARY_PATH
1428  shlibpath_overrides_runpath=no
1429  hardcode_into_libs=yes
1430  dynamic_linker='NetBSD ld.elf_so'
1431  ;;
1432
1433netbsd*)
1434  version_type=sunos
1435  need_lib_prefix=no
1436  need_version=no
1437  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1438    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1439    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1440    dynamic_linker='NetBSD (a.out) ld.so'
1441  else
1442    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1443    soname_spec='${libname}${release}${shared_ext}$major'
1444    dynamic_linker='NetBSD ld.elf_so'
1445  fi
1446  shlibpath_var=LD_LIBRARY_PATH
1447  shlibpath_overrides_runpath=yes
1448  hardcode_into_libs=yes
1449  ;;
1450
1451newsos6)
1452  version_type=linux
1453  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1454  shlibpath_var=LD_LIBRARY_PATH
1455  shlibpath_overrides_runpath=yes
1456  ;;
1457
1458nto-qnx*)
1459  version_type=linux
1460  need_lib_prefix=no
1461  need_version=no
1462  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1463  soname_spec='${libname}${release}${shared_ext}$major'
1464  shlibpath_var=LD_LIBRARY_PATH
1465  shlibpath_overrides_runpath=yes
1466  ;;
1467
1468openbsd*)
1469  version_type=sunos
1470  sys_lib_dlsearch_path_spec="/usr/lib"
1471  need_lib_prefix=no
1472  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1473  case $host_os in
1474    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1475    *)                         need_version=no  ;;
1476  esac
1477  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1478  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1479  shlibpath_var=LD_LIBRARY_PATH
1480  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1481    case $host_os in
1482      openbsd2.[[89]] | openbsd2.[[89]].*)
1483	shlibpath_overrides_runpath=no
1484	;;
1485      *)
1486	shlibpath_overrides_runpath=yes
1487	;;
1488      esac
1489  else
1490    shlibpath_overrides_runpath=yes
1491  fi
1492  ;;
1493
1494os2*)
1495  libname_spec='$name'
1496  shrext_cmds=".dll"
1497  need_lib_prefix=no
1498  library_names_spec='$libname${shared_ext} $libname.a'
1499  dynamic_linker='OS/2 ld.exe'
1500  shlibpath_var=LIBPATH
1501  ;;
1502
1503osf3* | osf4* | osf5*)
1504  version_type=osf
1505  need_lib_prefix=no
1506  need_version=no
1507  soname_spec='${libname}${release}${shared_ext}$major'
1508  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1509  shlibpath_var=LD_LIBRARY_PATH
1510  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1511  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1512  ;;
1513
1514solaris*)
1515  version_type=linux
1516  need_lib_prefix=no
1517  need_version=no
1518  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1519  soname_spec='${libname}${release}${shared_ext}$major'
1520  shlibpath_var=LD_LIBRARY_PATH
1521  shlibpath_overrides_runpath=yes
1522  hardcode_into_libs=yes
1523  # ldd complains unless libraries are executable
1524  postinstall_cmds='chmod +x $lib'
1525  ;;
1526
1527sunos4*)
1528  version_type=sunos
1529  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1530  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1531  shlibpath_var=LD_LIBRARY_PATH
1532  shlibpath_overrides_runpath=yes
1533  if test "$with_gnu_ld" = yes; then
1534    need_lib_prefix=no
1535  fi
1536  need_version=yes
1537  ;;
1538
1539sysv4 | sysv4.3*)
1540  version_type=linux
1541  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1542  soname_spec='${libname}${release}${shared_ext}$major'
1543  shlibpath_var=LD_LIBRARY_PATH
1544  case $host_vendor in
1545    sni)
1546      shlibpath_overrides_runpath=no
1547      need_lib_prefix=no
1548      export_dynamic_flag_spec='${wl}-Blargedynsym'
1549      runpath_var=LD_RUN_PATH
1550      ;;
1551    siemens)
1552      need_lib_prefix=no
1553      ;;
1554    motorola)
1555      need_lib_prefix=no
1556      need_version=no
1557      shlibpath_overrides_runpath=no
1558      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1559      ;;
1560  esac
1561  ;;
1562
1563sysv4*MP*)
1564  if test -d /usr/nec ;then
1565    version_type=linux
1566    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1567    soname_spec='$libname${shared_ext}.$major'
1568    shlibpath_var=LD_LIBRARY_PATH
1569  fi
1570  ;;
1571
1572sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1573  version_type=freebsd-elf
1574  need_lib_prefix=no
1575  need_version=no
1576  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1577  soname_spec='${libname}${release}${shared_ext}$major'
1578  shlibpath_var=LD_LIBRARY_PATH
1579  hardcode_into_libs=yes
1580  if test "$with_gnu_ld" = yes; then
1581    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1582    shlibpath_overrides_runpath=no
1583  else
1584    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1585    shlibpath_overrides_runpath=yes
1586    case $host_os in
1587      sco3.2v5*)
1588        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1589	;;
1590    esac
1591  fi
1592  sys_lib_dlsearch_path_spec='/usr/lib'
1593  ;;
1594
1595uts4*)
1596  version_type=linux
1597  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1598  soname_spec='${libname}${release}${shared_ext}$major'
1599  shlibpath_var=LD_LIBRARY_PATH
1600  ;;
1601
1602*)
1603  dynamic_linker=no
1604  ;;
1605esac
1606AC_MSG_RESULT([$dynamic_linker])
1607test "$dynamic_linker" = no && can_build_shared=no
1608
1609variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1610if test "$GCC" = yes; then
1611  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1612fi
1613])
1614m4trace:/usr/share/aclocal/libtool.m4:1775: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1615    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1616        [include additional configurations @<:@automatic@:>@])],
1617    [tagnames="$withval"])
1618
1619if test -f "$ltmain" && test -n "$tagnames"; then
1620  if test ! -f "${ofile}"; then
1621    AC_MSG_WARN([output file `$ofile' does not exist])
1622  fi
1623
1624  if test -z "$LTCC"; then
1625    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1626    if test -z "$LTCC"; then
1627      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1628    else
1629      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1630    fi
1631  fi
1632  if test -z "$LTCFLAGS"; then
1633    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1634  fi
1635
1636  # Extract list of available tagged configurations in $ofile.
1637  # Note that this assumes the entire list is on one line.
1638  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1639
1640  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1641  for tagname in $tagnames; do
1642    IFS="$lt_save_ifs"
1643    # Check whether tagname contains only valid characters
1644    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1645    "") ;;
1646    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1647	;;
1648    esac
1649
1650    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1651    then
1652      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1653    fi
1654
1655    # Update the list of available tags.
1656    if test -n "$tagname"; then
1657      echo appending configuration tag \"$tagname\" to $ofile
1658
1659      case $tagname in
1660      CXX)
1661	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1662	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1663	    (test "X$CXX" != "Xg++"))) ; then
1664	  AC_LIBTOOL_LANG_CXX_CONFIG
1665	else
1666	  tagname=""
1667	fi
1668	;;
1669
1670      F77)
1671	if test -n "$F77" && test "X$F77" != "Xno"; then
1672	  AC_LIBTOOL_LANG_F77_CONFIG
1673	else
1674	  tagname=""
1675	fi
1676	;;
1677
1678      GCJ)
1679	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1680	  AC_LIBTOOL_LANG_GCJ_CONFIG
1681	else
1682	  tagname=""
1683	fi
1684	;;
1685
1686      RC)
1687	AC_LIBTOOL_LANG_RC_CONFIG
1688	;;
1689
1690      *)
1691	AC_MSG_ERROR([Unsupported tag name: $tagname])
1692	;;
1693      esac
1694
1695      # Append the new tag name to the list of available tags.
1696      if test -n "$tagname" ; then
1697      available_tags="$available_tags $tagname"
1698    fi
1699    fi
1700  done
1701  IFS="$lt_save_ifs"
1702
1703  # Now substitute the updated list of available tags.
1704  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1705    mv "${ofile}T" "$ofile"
1706    chmod +x "$ofile"
1707  else
1708    rm -f "${ofile}T"
1709    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1710  fi
1711fi
1712])
1713m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1714])
1715m4trace:/usr/share/aclocal/libtool.m4:1888: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1716])
1717m4trace:/usr/share/aclocal/libtool.m4:1897: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1718AC_ARG_ENABLE([shared],
1719    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1720	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1721    [p=${PACKAGE-default}
1722    case $enableval in
1723    yes) enable_shared=yes ;;
1724    no) enable_shared=no ;;
1725    *)
1726      enable_shared=no
1727      # Look at the argument we got.  We use all the common list separators.
1728      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1729      for pkg in $enableval; do
1730	IFS="$lt_save_ifs"
1731	if test "X$pkg" = "X$p"; then
1732	  enable_shared=yes
1733	fi
1734      done
1735      IFS="$lt_save_ifs"
1736      ;;
1737    esac],
1738    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1739])
1740m4trace:/usr/share/aclocal/libtool.m4:1926: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1741AC_ENABLE_SHARED(no)
1742])
1743m4trace:/usr/share/aclocal/libtool.m4:1936: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1744AC_ARG_ENABLE([static],
1745    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1746	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1747    [p=${PACKAGE-default}
1748    case $enableval in
1749    yes) enable_static=yes ;;
1750    no) enable_static=no ;;
1751    *)
1752     enable_static=no
1753      # Look at the argument we got.  We use all the common list separators.
1754      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1755      for pkg in $enableval; do
1756	IFS="$lt_save_ifs"
1757	if test "X$pkg" = "X$p"; then
1758	  enable_static=yes
1759	fi
1760      done
1761      IFS="$lt_save_ifs"
1762      ;;
1763    esac],
1764    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1765])
1766m4trace:/usr/share/aclocal/libtool.m4:1965: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1767AC_ENABLE_STATIC(no)
1768])
1769m4trace:/usr/share/aclocal/libtool.m4:1975: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1770AC_ARG_ENABLE([fast-install],
1771    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1772    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1773    [p=${PACKAGE-default}
1774    case $enableval in
1775    yes) enable_fast_install=yes ;;
1776    no) enable_fast_install=no ;;
1777    *)
1778      enable_fast_install=no
1779      # Look at the argument we got.  We use all the common list separators.
1780      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1781      for pkg in $enableval; do
1782	IFS="$lt_save_ifs"
1783	if test "X$pkg" = "X$p"; then
1784	  enable_fast_install=yes
1785	fi
1786      done
1787      IFS="$lt_save_ifs"
1788      ;;
1789    esac],
1790    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1791])
1792m4trace:/usr/share/aclocal/libtool.m4:2004: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1793AC_ENABLE_FAST_INSTALL(no)
1794])
1795m4trace:/usr/share/aclocal/libtool.m4:2014: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1796pic_mode=ifelse($#,1,$1,default)
1797])
1798m4trace:/usr/share/aclocal/libtool.m4:2038: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1799AC_MSG_CHECKING([for $1])
1800AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1801[case $MAGIC_CMD in
1802[[\\/*] |  ?:[\\/]*])
1803  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1804  ;;
1805*)
1806  lt_save_MAGIC_CMD="$MAGIC_CMD"
1807  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1808dnl $ac_dummy forces splitting on constant user-supplied paths.
1809dnl POSIX.2 word splitting is done only on the output of word expansions,
1810dnl not every word.  This closes a longstanding sh security hole.
1811  ac_dummy="ifelse([$2], , $PATH, [$2])"
1812  for ac_dir in $ac_dummy; do
1813    IFS="$lt_save_ifs"
1814    test -z "$ac_dir" && ac_dir=.
1815    if test -f $ac_dir/$1; then
1816      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1817      if test -n "$file_magic_test_file"; then
1818	case $deplibs_check_method in
1819	"file_magic "*)
1820	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1821	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1822	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1823	    $EGREP "$file_magic_regex" > /dev/null; then
1824	    :
1825	  else
1826	    cat <<EOF 1>&2
1827
1828*** Warning: the command libtool uses to detect shared libraries,
1829*** $file_magic_cmd, produces output that libtool cannot recognize.
1830*** The result is that libtool may fail to recognize shared libraries
1831*** as such.  This will affect the creation of libtool libraries that
1832*** depend on shared libraries, but programs linked with such libtool
1833*** libraries will work regardless of this problem.  Nevertheless, you
1834*** may want to report the problem to your system manager and/or to
1835*** bug-libtool@gnu.org
1836
1837EOF
1838	  fi ;;
1839	esac
1840      fi
1841      break
1842    fi
1843  done
1844  IFS="$lt_save_ifs"
1845  MAGIC_CMD="$lt_save_MAGIC_CMD"
1846  ;;
1847esac])
1848MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1849if test -n "$MAGIC_CMD"; then
1850  AC_MSG_RESULT($MAGIC_CMD)
1851else
1852  AC_MSG_RESULT(no)
1853fi
1854])
1855m4trace:/usr/share/aclocal/libtool.m4:2101: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1856if test -z "$lt_cv_path_MAGIC_CMD"; then
1857  if test -n "$ac_tool_prefix"; then
1858    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1859  else
1860    MAGIC_CMD=:
1861  fi
1862fi
1863])
1864m4trace:/usr/share/aclocal/libtool.m4:2116: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1865    [AC_HELP_STRING([--with-gnu-ld],
1866	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
1867    [test "$withval" = no || with_gnu_ld=yes],
1868    [with_gnu_ld=no])
1869AC_REQUIRE([LT_AC_PROG_SED])dnl
1870AC_REQUIRE([AC_PROG_CC])dnl
1871AC_REQUIRE([AC_CANONICAL_HOST])dnl
1872AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1873ac_prog=ld
1874if test "$GCC" = yes; then
1875  # Check if gcc -print-prog-name=ld gives a path.
1876  AC_MSG_CHECKING([for ld used by $CC])
1877  case $host in
1878  *-*-mingw*)
1879    # gcc leaves a trailing carriage return which upsets mingw
1880    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1881  *)
1882    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1883  esac
1884  case $ac_prog in
1885    # Accept absolute paths.
1886    [[\\/]]* | ?:[[\\/]]*)
1887      re_direlt='/[[^/]][[^/]]*/\.\./'
1888      # Canonicalize the pathname of ld
1889      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1890      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1891	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1892      done
1893      test -z "$LD" && LD="$ac_prog"
1894      ;;
1895  "")
1896    # If it fails, then pretend we aren't using GCC.
1897    ac_prog=ld
1898    ;;
1899  *)
1900    # If it is relative, then search for the first ld in PATH.
1901    with_gnu_ld=unknown
1902    ;;
1903  esac
1904elif test "$with_gnu_ld" = yes; then
1905  AC_MSG_CHECKING([for GNU ld])
1906else
1907  AC_MSG_CHECKING([for non-GNU ld])
1908fi
1909AC_CACHE_VAL(lt_cv_path_LD,
1910[if test -z "$LD"; then
1911  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1912  for ac_dir in $PATH; do
1913    IFS="$lt_save_ifs"
1914    test -z "$ac_dir" && ac_dir=.
1915    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1916      lt_cv_path_LD="$ac_dir/$ac_prog"
1917      # Check to see if the program is GNU ld.  I'd rather use --version,
1918      # but apparently some variants of GNU ld only accept -v.
1919      # Break only if it was the GNU/non-GNU ld that we prefer.
1920      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1921      *GNU* | *'with BFD'*)
1922	test "$with_gnu_ld" != no && break
1923	;;
1924      *)
1925	test "$with_gnu_ld" != yes && break
1926	;;
1927      esac
1928    fi
1929  done
1930  IFS="$lt_save_ifs"
1931else
1932  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1933fi])
1934LD="$lt_cv_path_LD"
1935if test -n "$LD"; then
1936  AC_MSG_RESULT($LD)
1937else
1938  AC_MSG_RESULT(no)
1939fi
1940test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1941AC_PROG_LD_GNU
1942])
1943m4trace:/usr/share/aclocal/libtool.m4:2200: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1944AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1945[# I'd rather use --version here, but apparently some GNU lds only accept -v.
1946case `$LD -v 2>&1 </dev/null` in
1947*GNU* | *'with BFD'*)
1948  lt_cv_prog_gnu_ld=yes
1949  ;;
1950*)
1951  lt_cv_prog_gnu_ld=no
1952  ;;
1953esac])
1954with_gnu_ld=$lt_cv_prog_gnu_ld
1955])
1956m4trace:/usr/share/aclocal/libtool.m4:2220: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1957  lt_cv_ld_reload_flag,
1958  [lt_cv_ld_reload_flag='-r'])
1959reload_flag=$lt_cv_ld_reload_flag
1960case $reload_flag in
1961"" | " "*) ;;
1962*) reload_flag=" $reload_flag" ;;
1963esac
1964reload_cmds='$LD$reload_flag -o $output$reload_objs'
1965case $host_os in
1966  darwin*)
1967    if test "$GCC" = yes; then
1968      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
1969    else
1970      reload_cmds='$LD$reload_flag -o $output$reload_objs'
1971    fi
1972    ;;
1973esac
1974])
1975m4trace:/usr/share/aclocal/libtool.m4:2246: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1976lt_cv_deplibs_check_method,
1977[lt_cv_file_magic_cmd='$MAGIC_CMD'
1978lt_cv_file_magic_test_file=
1979lt_cv_deplibs_check_method='unknown'
1980# Need to set the preceding variable on all platforms that support
1981# interlibrary dependencies.
1982# 'none' -- dependencies not supported.
1983# `unknown' -- same as none, but documents that we really don't know.
1984# 'pass_all' -- all dependencies passed with no checks.
1985# 'test_compile' -- check by making test program.
1986# 'file_magic [[regex]]' -- check by looking for files in library path
1987# which responds to the $file_magic_cmd with a given extended regex.
1988# If you have `file' or equivalent on your system and you're not sure
1989# whether `pass_all' will *always* work, you probably want this one.
1990
1991case $host_os in
1992aix4* | aix5*)
1993  lt_cv_deplibs_check_method=pass_all
1994  ;;
1995
1996beos*)
1997  lt_cv_deplibs_check_method=pass_all
1998  ;;
1999
2000bsdi[[45]]*)
2001  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2002  lt_cv_file_magic_cmd='/usr/bin/file -L'
2003  lt_cv_file_magic_test_file=/shlib/libc.so
2004  ;;
2005
2006cygwin*)
2007  # func_win32_libid is a shell function defined in ltmain.sh
2008  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2009  lt_cv_file_magic_cmd='func_win32_libid'
2010  ;;
2011
2012mingw* | pw32*)
2013  # Base MSYS/MinGW do not provide the 'file' command needed by
2014  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2015  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2016  lt_cv_file_magic_cmd='$OBJDUMP -f'
2017  ;;
2018
2019darwin* | rhapsody*)
2020  lt_cv_deplibs_check_method=pass_all
2021  ;;
2022
2023freebsd* | dragonfly*)
2024  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2025    case $host_cpu in
2026    i*86 )
2027      # Not sure whether the presence of OpenBSD here was a mistake.
2028      # Let's accept both of them until this is cleared up.
2029      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2030      lt_cv_file_magic_cmd=/usr/bin/file
2031      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2032      ;;
2033    esac
2034  else
2035    lt_cv_deplibs_check_method=pass_all
2036  fi
2037  ;;
2038
2039gnu*)
2040  lt_cv_deplibs_check_method=pass_all
2041  ;;
2042
2043hpux10.20* | hpux11*)
2044  lt_cv_file_magic_cmd=/usr/bin/file
2045  case $host_cpu in
2046  ia64*)
2047    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2048    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2049    ;;
2050  hppa*64*)
2051    [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]']
2052    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2053    ;;
2054  *)
2055    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2056    lt_cv_file_magic_test_file=/usr/lib/libc.sl
2057    ;;
2058  esac
2059  ;;
2060
2061interix3*)
2062  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2063  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2064  ;;
2065
2066irix5* | irix6* | nonstopux*)
2067  case $LD in
2068  *-32|*"-32 ") libmagic=32-bit;;
2069  *-n32|*"-n32 ") libmagic=N32;;
2070  *-64|*"-64 ") libmagic=64-bit;;
2071  *) libmagic=never-match;;
2072  esac
2073  lt_cv_deplibs_check_method=pass_all
2074  ;;
2075
2076# This must be Linux ELF.
2077linux* | k*bsd*-gnu)
2078  lt_cv_deplibs_check_method=pass_all
2079  ;;
2080
2081netbsd* | netbsdelf*-gnu)
2082  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2083    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2084  else
2085    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2086  fi
2087  ;;
2088
2089newos6*)
2090  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2091  lt_cv_file_magic_cmd=/usr/bin/file
2092  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2093  ;;
2094
2095nto-qnx*)
2096  lt_cv_deplibs_check_method=unknown
2097  ;;
2098
2099openbsd*)
2100  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2101    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2102  else
2103    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2104  fi
2105  ;;
2106
2107osf3* | osf4* | osf5*)
2108  lt_cv_deplibs_check_method=pass_all
2109  ;;
2110
2111solaris*)
2112  lt_cv_deplibs_check_method=pass_all
2113  ;;
2114
2115sysv4 | sysv4.3*)
2116  case $host_vendor in
2117  motorola)
2118    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]]'
2119    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2120    ;;
2121  ncr)
2122    lt_cv_deplibs_check_method=pass_all
2123    ;;
2124  sequent)
2125    lt_cv_file_magic_cmd='/bin/file'
2126    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2127    ;;
2128  sni)
2129    lt_cv_file_magic_cmd='/bin/file'
2130    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2131    lt_cv_file_magic_test_file=/lib/libc.so
2132    ;;
2133  siemens)
2134    lt_cv_deplibs_check_method=pass_all
2135    ;;
2136  pc)
2137    lt_cv_deplibs_check_method=pass_all
2138    ;;
2139  esac
2140  ;;
2141
2142sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2143  lt_cv_deplibs_check_method=pass_all
2144  ;;
2145esac
2146])
2147file_magic_cmd=$lt_cv_file_magic_cmd
2148deplibs_check_method=$lt_cv_deplibs_check_method
2149test -z "$deplibs_check_method" && deplibs_check_method=unknown
2150])
2151m4trace:/usr/share/aclocal/libtool.m4:2428: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2152[if test -n "$NM"; then
2153  # Let the user override the test.
2154  lt_cv_path_NM="$NM"
2155else
2156  lt_nm_to_check="${ac_tool_prefix}nm"
2157  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2158    lt_nm_to_check="$lt_nm_to_check nm"
2159  fi
2160  for lt_tmp_nm in $lt_nm_to_check; do
2161    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2162    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2163      IFS="$lt_save_ifs"
2164      test -z "$ac_dir" && ac_dir=.
2165      tmp_nm="$ac_dir/$lt_tmp_nm"
2166      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2167	# Check to see if the nm accepts a BSD-compat flag.
2168	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
2169	#   nm: unknown option "B" ignored
2170	# Tru64's nm complains that /dev/null is an invalid object file
2171	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2172	*/dev/null* | *'Invalid file or object type'*)
2173	  lt_cv_path_NM="$tmp_nm -B"
2174	  break
2175	  ;;
2176	*)
2177	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2178	  */dev/null*)
2179	    lt_cv_path_NM="$tmp_nm -p"
2180	    break
2181	    ;;
2182	  *)
2183	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2184	    continue # so that we can try to find one that supports BSD flags
2185	    ;;
2186	  esac
2187	  ;;
2188	esac
2189      fi
2190    done
2191    IFS="$lt_save_ifs"
2192  done
2193  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2194fi])
2195NM="$lt_cv_path_NM"
2196])
2197m4trace:/usr/share/aclocal/libtool.m4:2480: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2198LIBM=
2199case $host in
2200*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2201  # These system don't have libm, or don't need it
2202  ;;
2203*-ncr-sysv4.3*)
2204  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2205  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2206  ;;
2207*)
2208  AC_CHECK_LIB(m, cos, LIBM="-lm")
2209  ;;
2210esac
2211])
2212m4trace:/usr/share/aclocal/libtool.m4:2509: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2213  case $enable_ltdl_convenience in
2214  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2215  "") enable_ltdl_convenience=yes
2216      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2217  esac
2218  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2219  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2220  # For backwards non-gettext consistent compatibility...
2221  INCLTDL="$LTDLINCL"
2222])
2223m4trace:/usr/share/aclocal/libtool.m4:2535: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2224  AC_CHECK_LIB(ltdl, lt_dlinit,
2225  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2226  [if test x"$enable_ltdl_install" = xno; then
2227     AC_MSG_WARN([libltdl not installed, but installation disabled])
2228   else
2229     enable_ltdl_install=yes
2230   fi
2231  ])
2232  if test x"$enable_ltdl_install" = x"yes"; then
2233    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2234    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2235    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2236  else
2237    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2238    LIBLTDL="-lltdl"
2239    LTDLINCL=
2240  fi
2241  # For backwards non-gettext consistent compatibility...
2242  INCLTDL="$LTDLINCL"
2243])
2244m4trace:/usr/share/aclocal/libtool.m4:2562: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2245])
2246m4trace:/usr/share/aclocal/libtool.m4:2569: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2247AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2248_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2249])
2250m4trace:/usr/share/aclocal/libtool.m4:2577: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2251AC_REQUIRE([AC_PROG_CXX])
2252if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2253    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2254    (test "X$CXX" != "Xg++"))) ; then
2255  AC_PROG_CXXCPP
2256fi
2257])
2258m4trace:/usr/share/aclocal/libtool.m4:2590: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2259])
2260m4trace:/usr/share/aclocal/libtool.m4:2597: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2261_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2262])
2263m4trace:/usr/share/aclocal/libtool.m4:2606: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2264])
2265m4trace:/usr/share/aclocal/libtool.m4:2613: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2266  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2267    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2268      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2269	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2270	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2271_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2272])
2273m4trace:/usr/share/aclocal/libtool.m4:2627: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2274_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2275])
2276m4trace:/usr/share/aclocal/libtool.m4:2638: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2277m4trace:/usr/share/aclocal/libtool.m4:2639: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2278AC_LANG_PUSH(C)
2279
2280# Source file extension for C test sources.
2281ac_ext=c
2282
2283# Object file extension for compiled C test sources.
2284objext=o
2285_LT_AC_TAGVAR(objext, $1)=$objext
2286
2287# Code to be used in simple compile tests
2288lt_simple_compile_test_code="int some_variable = 0;\n"
2289
2290# Code to be used in simple link tests
2291lt_simple_link_test_code='int main(){return(0);}\n'
2292
2293_LT_AC_SYS_COMPILER
2294
2295# save warnings/boilerplate of simple test code
2296_LT_COMPILER_BOILERPLATE
2297_LT_LINKER_BOILERPLATE
2298
2299## CAVEAT EMPTOR:
2300## There is no encapsulation within the following macros, do not change
2301## the running order or otherwise move them around unless you know exactly
2302## what you are doing...
2303AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2304AC_LIBTOOL_PROG_COMPILER_PIC($1)
2305AC_LIBTOOL_PROG_CC_C_O($1)
2306AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2307AC_LIBTOOL_PROG_LD_SHLIBS($1)
2308AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2309AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2310AC_LIBTOOL_SYS_LIB_STRIP
2311AC_LIBTOOL_DLOPEN_SELF
2312
2313# Report which library types will actually be built
2314AC_MSG_CHECKING([if libtool supports shared libraries])
2315AC_MSG_RESULT([$can_build_shared])
2316
2317AC_MSG_CHECKING([whether to build shared libraries])
2318test "$can_build_shared" = "no" && enable_shared=no
2319
2320# On AIX, shared libraries and static libraries use the same namespace, and
2321# are all built from PIC.
2322case $host_os in
2323aix3*)
2324  test "$enable_shared" = yes && enable_static=no
2325  if test -n "$RANLIB"; then
2326    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2327    postinstall_cmds='$RANLIB $lib'
2328  fi
2329  ;;
2330
2331aix4* | aix5*)
2332  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2333    test "$enable_shared" = yes && enable_static=no
2334  fi
2335    ;;
2336esac
2337AC_MSG_RESULT([$enable_shared])
2338
2339AC_MSG_CHECKING([whether to build static libraries])
2340# Make sure either enable_shared or enable_static is yes.
2341test "$enable_shared" = yes || enable_static=yes
2342AC_MSG_RESULT([$enable_static])
2343
2344AC_LIBTOOL_CONFIG($1)
2345
2346AC_LANG_POP
2347CC="$lt_save_CC"
2348])
2349m4trace:/usr/share/aclocal/libtool.m4:2719: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2350m4trace:/usr/share/aclocal/libtool.m4:2720: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2351AC_REQUIRE([AC_PROG_CXX])
2352AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2353
2354_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2355_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2356_LT_AC_TAGVAR(always_export_symbols, $1)=no
2357_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2358_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2359_LT_AC_TAGVAR(hardcode_direct, $1)=no
2360_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2361_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2362_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2363_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2364_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2365_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2366_LT_AC_TAGVAR(module_cmds, $1)=
2367_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2368_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2369_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2370_LT_AC_TAGVAR(no_undefined_flag, $1)=
2371_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2372_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2373
2374# Dependencies to place before and after the object being linked:
2375_LT_AC_TAGVAR(predep_objects, $1)=
2376_LT_AC_TAGVAR(postdep_objects, $1)=
2377_LT_AC_TAGVAR(predeps, $1)=
2378_LT_AC_TAGVAR(postdeps, $1)=
2379_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2380
2381# Source file extension for C++ test sources.
2382ac_ext=cpp
2383
2384# Object file extension for compiled C++ test sources.
2385objext=o
2386_LT_AC_TAGVAR(objext, $1)=$objext
2387
2388# Code to be used in simple compile tests
2389lt_simple_compile_test_code="int some_variable = 0;\n"
2390
2391# Code to be used in simple link tests
2392lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
2393
2394# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2395_LT_AC_SYS_COMPILER
2396
2397# save warnings/boilerplate of simple test code
2398_LT_COMPILER_BOILERPLATE
2399_LT_LINKER_BOILERPLATE
2400
2401# Allow CC to be a program name with arguments.
2402lt_save_CC=$CC
2403lt_save_LD=$LD
2404lt_save_GCC=$GCC
2405GCC=$GXX
2406lt_save_with_gnu_ld=$with_gnu_ld
2407lt_save_path_LD=$lt_cv_path_LD
2408if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2409  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2410else
2411  $as_unset lt_cv_prog_gnu_ld
2412fi
2413if test -n "${lt_cv_path_LDCXX+set}"; then
2414  lt_cv_path_LD=$lt_cv_path_LDCXX
2415else
2416  $as_unset lt_cv_path_LD
2417fi
2418test -z "${LDCXX+set}" || LD=$LDCXX
2419CC=${CXX-"c++"}
2420compiler=$CC
2421_LT_AC_TAGVAR(compiler, $1)=$CC
2422_LT_CC_BASENAME([$compiler])
2423
2424# We don't want -fno-exception wen compiling C++ code, so set the
2425# no_builtin_flag separately
2426if test "$GXX" = yes; then
2427  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2428else
2429  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2430fi
2431
2432if test "$GXX" = yes; then
2433  # Set up default GNU C++ configuration
2434
2435  AC_PROG_LD
2436
2437  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2438  # archiving commands below assume that GNU ld is being used.
2439  if test "$with_gnu_ld" = yes; then
2440    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2441    _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'
2442
2443    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2444    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2445
2446    # If archive_cmds runs LD, not CC, wlarc should be empty
2447    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2448    #     investigate it a little bit more. (MM)
2449    wlarc='${wl}'
2450
2451    # ancient GNU ld didn't support --whole-archive et. al.
2452    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2453	grep 'no-whole-archive' > /dev/null; then
2454      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2455    else
2456      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2457    fi
2458  else
2459    with_gnu_ld=no
2460    wlarc=
2461
2462    # A generic and very simple default shared library creation
2463    # command for GNU C++ for the case where it uses the native
2464    # linker, instead of GNU ld.  If possible, this setting should
2465    # overridden to take advantage of the native linker features on
2466    # the platform it is being used on.
2467    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2468  fi
2469
2470  # Commands to make compiler produce verbose output that lists
2471  # what "hidden" libraries, object files and flags are used when
2472  # linking a shared library.
2473  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2474
2475else
2476  GXX=no
2477  with_gnu_ld=no
2478  wlarc=
2479fi
2480
2481# PORTME: fill in a description of your system's C++ link characteristics
2482AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2483_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2484case $host_os in
2485  aix3*)
2486    # FIXME: insert proper C++ library support
2487    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2488    ;;
2489  aix4* | aix5*)
2490    if test "$host_cpu" = ia64; then
2491      # On IA64, the linker does run time linking by default, so we don't
2492      # have to do anything special.
2493      aix_use_runtimelinking=no
2494      exp_sym_flag='-Bexport'
2495      no_entry_flag=""
2496    else
2497      aix_use_runtimelinking=no
2498
2499      # Test if we are trying to use run time linking or normal
2500      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2501      # need to do runtime linking.
2502      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2503	for ld_flag in $LDFLAGS; do
2504	  case $ld_flag in
2505	  *-brtl*)
2506	    aix_use_runtimelinking=yes
2507	    break
2508	    ;;
2509	  esac
2510	done
2511	;;
2512      esac
2513
2514      exp_sym_flag='-bexport'
2515      no_entry_flag='-bnoentry'
2516    fi
2517
2518    # When large executables or shared objects are built, AIX ld can
2519    # have problems creating the table of contents.  If linking a library
2520    # or program results in "error TOC overflow" add -mminimal-toc to
2521    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2522    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2523
2524    _LT_AC_TAGVAR(archive_cmds, $1)=''
2525    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2526    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2527    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2528
2529    if test "$GXX" = yes; then
2530      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2531      # We only want to do this on AIX 4.2 and lower, the check
2532      # below for broken collect2 doesn't work under 4.3+
2533	collect2name=`${CC} -print-prog-name=collect2`
2534	if test -f "$collect2name" && \
2535	   strings "$collect2name" | grep resolve_lib_name >/dev/null
2536	then
2537	  # We have reworked collect2
2538	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2539	else
2540	  # We have old collect2
2541	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2542	  # It fails to find uninstalled libraries when the uninstalled
2543	  # path is not listed in the libpath.  Setting hardcode_minus_L
2544	  # to unsupported forces relinking
2545	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2546	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2547	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2548	fi
2549	;;
2550      esac
2551      shared_flag='-shared'
2552      if test "$aix_use_runtimelinking" = yes; then
2553	shared_flag="$shared_flag "'${wl}-G'
2554      fi
2555    else
2556      # not using gcc
2557      if test "$host_cpu" = ia64; then
2558	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2559	# chokes on -Wl,-G. The following line is correct:
2560	shared_flag='-G'
2561      else
2562	if test "$aix_use_runtimelinking" = yes; then
2563	  shared_flag='${wl}-G'
2564	else
2565	  shared_flag='${wl}-bM:SRE'
2566	fi
2567      fi
2568    fi
2569
2570    # It seems that -bexpall does not export symbols beginning with
2571    # underscore (_), so it is better to generate a list of symbols to export.
2572    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2573    if test "$aix_use_runtimelinking" = yes; then
2574      # Warning - without using the other runtime loading flags (-brtl),
2575      # -berok will link without error, but may produce a broken library.
2576      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2577      # Determine the default libpath from the value encoded in an empty executable.
2578      _LT_AC_SYS_LIBPATH_AIX
2579      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2580
2581      _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"
2582     else
2583      if test "$host_cpu" = ia64; then
2584	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2585	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2586	_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"
2587      else
2588	# Determine the default libpath from the value encoded in an empty executable.
2589	_LT_AC_SYS_LIBPATH_AIX
2590	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2591	# Warning - without using the other run time loading flags,
2592	# -berok will link without error, but may produce a broken library.
2593	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2594	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2595	# Exported symbols can be pulled into shared objects from archives
2596	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2597	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2598	# This is similar to how AIX traditionally builds its shared libraries.
2599	_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'
2600      fi
2601    fi
2602    ;;
2603
2604  beos*)
2605    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2606      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2607      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2608      # support --undefined.  This deserves some investigation.  FIXME
2609      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2610    else
2611      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2612    fi
2613    ;;
2614
2615  chorus*)
2616    case $cc_basename in
2617      *)
2618	# FIXME: insert proper C++ library support
2619	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2620	;;
2621    esac
2622    ;;
2623
2624  cygwin* | mingw* | pw32*)
2625    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2626    # as there is no search path for DLLs.
2627    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2628    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2629    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2630    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2631
2632    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2633      _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'
2634      # If the export-symbols file already is a .def file (1st line
2635      # is EXPORTS), use it as is; otherwise, prepend...
2636      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2637	cp $export_symbols $output_objdir/$soname.def;
2638      else
2639	echo EXPORTS > $output_objdir/$soname.def;
2640	cat $export_symbols >> $output_objdir/$soname.def;
2641      fi~
2642      $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'
2643    else
2644      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2645    fi
2646  ;;
2647      darwin* | rhapsody*)
2648        case $host_os in
2649        rhapsody* | darwin1.[[012]])
2650         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2651         ;;
2652       *) # Darwin 1.3 on
2653         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2654           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2655         else
2656           case ${MACOSX_DEPLOYMENT_TARGET} in
2657             10.[[012]])
2658               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2659               ;;
2660             10.*)
2661               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2662               ;;
2663           esac
2664         fi
2665         ;;
2666        esac
2667      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2668      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2669      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2670      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2671      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2672      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2673
2674    if test "$GXX" = yes ; then
2675      lt_int_apple_cc_single_mod=no
2676      output_verbose_link_cmd='echo'
2677      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2678       lt_int_apple_cc_single_mod=yes
2679      fi
2680      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2681       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2682      else
2683          _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'
2684        fi
2685        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2686        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2687          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2688            _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}'
2689          else
2690            _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}'
2691          fi
2692            _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}'
2693      else
2694      case $cc_basename in
2695        xlc*)
2696         output_verbose_link_cmd='echo'
2697          _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'
2698          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2699          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2700          _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}'
2701          _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}'
2702          ;;
2703       *)
2704         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2705          ;;
2706      esac
2707      fi
2708        ;;
2709
2710  dgux*)
2711    case $cc_basename in
2712      ec++*)
2713	# FIXME: insert proper C++ library support
2714	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2715	;;
2716      ghcx*)
2717	# Green Hills C++ Compiler
2718	# FIXME: insert proper C++ library support
2719	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2720	;;
2721      *)
2722	# FIXME: insert proper C++ library support
2723	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2724	;;
2725    esac
2726    ;;
2727  freebsd[[12]]*)
2728    # C++ shared libraries reported to be fairly broken before switch to ELF
2729    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2730    ;;
2731  freebsd-elf*)
2732    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2733    ;;
2734  freebsd* | dragonfly*)
2735    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2736    # conventions
2737    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2738    ;;
2739  gnu*)
2740    ;;
2741  hpux9*)
2742    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2743    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2744    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2745    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2746    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2747				# but as the default
2748				# location of the library.
2749
2750    case $cc_basename in
2751    CC*)
2752      # FIXME: insert proper C++ library support
2753      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2754      ;;
2755    aCC*)
2756      _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'
2757      # Commands to make compiler produce verbose output that lists
2758      # what "hidden" libraries, object files and flags are used when
2759      # linking a shared library.
2760      #
2761      # There doesn't appear to be a way to prevent this compiler from
2762      # explicitly linking system object files so we need to strip them
2763      # from the output so that they don't get included in the library
2764      # dependencies.
2765      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'
2766      ;;
2767    *)
2768      if test "$GXX" = yes; then
2769        _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'
2770      else
2771        # FIXME: insert proper C++ library support
2772        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2773      fi
2774      ;;
2775    esac
2776    ;;
2777  hpux10*|hpux11*)
2778    if test $with_gnu_ld = no; then
2779      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2780      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2781
2782      case $host_cpu in
2783      hppa*64*|ia64*)
2784	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2785        ;;
2786      *)
2787	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2788        ;;
2789      esac
2790    fi
2791    case $host_cpu in
2792    hppa*64*|ia64*)
2793      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2794      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2795      ;;
2796    *)
2797      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2798      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2799					      # but as the default
2800					      # location of the library.
2801      ;;
2802    esac
2803
2804    case $cc_basename in
2805      CC*)
2806	# FIXME: insert proper C++ library support
2807	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2808	;;
2809      aCC*)
2810	case $host_cpu in
2811	hppa*64*)
2812	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2813	  ;;
2814	ia64*)
2815	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2816	  ;;
2817	*)
2818	  _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'
2819	  ;;
2820	esac
2821	# Commands to make compiler produce verbose output that lists
2822	# what "hidden" libraries, object files and flags are used when
2823	# linking a shared library.
2824	#
2825	# There doesn't appear to be a way to prevent this compiler from
2826	# explicitly linking system object files so we need to strip them
2827	# from the output so that they don't get included in the library
2828	# dependencies.
2829	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'
2830	;;
2831      *)
2832	if test "$GXX" = yes; then
2833	  if test $with_gnu_ld = no; then
2834	    case $host_cpu in
2835	    hppa*64*)
2836	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2837	      ;;
2838	    ia64*)
2839	      _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'
2840	      ;;
2841	    *)
2842	      _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'
2843	      ;;
2844	    esac
2845	  fi
2846	else
2847	  # FIXME: insert proper C++ library support
2848	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
2849	fi
2850	;;
2851    esac
2852    ;;
2853  interix3*)
2854    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2855    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2856    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2857    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2858    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2859    # Instead, shared libraries are loaded at an image base (0x10000000 by
2860    # default) and relocated if they conflict, which is a slow very memory
2861    # consuming and fragmenting process.  To avoid this, we pick a random,
2862    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2863    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2864    _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'
2865    _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'
2866    ;;
2867  irix5* | irix6*)
2868    case $cc_basename in
2869      CC*)
2870	# SGI C++
2871	_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'
2872
2873	# Archives containing C++ object files must be created using
2874	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2875	# necessary to make sure instantiated templates are included
2876	# in the archive.
2877	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2878	;;
2879      *)
2880	if test "$GXX" = yes; then
2881	  if test "$with_gnu_ld" = no; then
2882	    _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'
2883	  else
2884	    _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'
2885	  fi
2886	fi
2887	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2888	;;
2889    esac
2890    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2891    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2892    ;;
2893  linux* | k*bsd*-gnu)
2894    case $cc_basename in
2895      KCC*)
2896	# Kuck and Associates, Inc. (KAI) C++ Compiler
2897
2898	# KCC will only create a shared library if the output file
2899	# ends with ".so" (or ".sl" for HP-UX), so rename the library
2900	# to its proper name (with version) after linking.
2901	_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'
2902	_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'
2903	# Commands to make compiler produce verbose output that lists
2904	# what "hidden" libraries, object files and flags are used when
2905	# linking a shared library.
2906	#
2907	# There doesn't appear to be a way to prevent this compiler from
2908	# explicitly linking system object files so we need to strip them
2909	# from the output so that they don't get included in the library
2910	# dependencies.
2911	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'
2912
2913	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2914	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2915
2916	# Archives containing C++ object files must be created using
2917	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
2918	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2919	;;
2920      icpc*)
2921	# Intel C++
2922	with_gnu_ld=yes
2923	# version 8.0 and above of icpc choke on multiply defined symbols
2924	# if we add $predep_objects and $postdep_objects, however 7.1 and
2925	# earlier do not add the objects themselves.
2926	case `$CC -V 2>&1` in
2927	*"Version 7."*)
2928  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2929  	  _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'
2930	  ;;
2931	*)  # Version 8.0 or newer
2932	  tmp_idyn=
2933	  case $host_cpu in
2934	    ia64*) tmp_idyn=' -i_dynamic';;
2935	  esac
2936  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2937	  _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'
2938	  ;;
2939	esac
2940	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2941	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2942	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2943	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2944	;;
2945      pgCC*)
2946        # Portland Group C++ compiler
2947	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2948  	_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'
2949
2950	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2951	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2952	_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'
2953        ;;
2954      cxx*)
2955	# Compaq C++
2956	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2957	_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'
2958
2959	runpath_var=LD_RUN_PATH
2960	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2961	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2962
2963	# Commands to make compiler produce verbose output that lists
2964	# what "hidden" libraries, object files and flags are used when
2965	# linking a shared library.
2966	#
2967	# There doesn't appear to be a way to prevent this compiler from
2968	# explicitly linking system object files so we need to strip them
2969	# from the output so that they don't get included in the library
2970	# dependencies.
2971	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'
2972	;;
2973    esac
2974    ;;
2975  lynxos*)
2976    # FIXME: insert proper C++ library support
2977    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2978    ;;
2979  m88k*)
2980    # FIXME: insert proper C++ library support
2981    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2982    ;;
2983  mvs*)
2984    case $cc_basename in
2985      cxx*)
2986	# FIXME: insert proper C++ library support
2987	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2988	;;
2989      *)
2990	# FIXME: insert proper C++ library support
2991	_LT_AC_TAGVAR(ld_shlibs, $1)=no
2992	;;
2993    esac
2994    ;;
2995  netbsd* | netbsdelf*-gnu)
2996    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2997      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2998      wlarc=
2999      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3000      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3001      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3002    fi
3003    # Workaround some broken pre-1.5 toolchains
3004    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3005    ;;
3006  openbsd2*)
3007    # C++ shared libraries are fairly broken
3008    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3009    ;;
3010  openbsd*)
3011    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3012    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3013    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3014    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3015    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3016      _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'
3017      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3018      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3019    fi
3020    output_verbose_link_cmd='echo'
3021    ;;
3022  osf3*)
3023    case $cc_basename in
3024      KCC*)
3025	# Kuck and Associates, Inc. (KAI) C++ Compiler
3026
3027	# KCC will only create a shared library if the output file
3028	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3029	# to its proper name (with version) after linking.
3030	_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'
3031
3032	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3033	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3034
3035	# Archives containing C++ object files must be created using
3036	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
3037	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3038
3039	;;
3040      RCC*)
3041	# Rational C++ 2.4.1
3042	# FIXME: insert proper C++ library support
3043	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3044	;;
3045      cxx*)
3046	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3047	_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'
3048
3049	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3050	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3051
3052	# Commands to make compiler produce verbose output that lists
3053	# what "hidden" libraries, object files and flags are used when
3054	# linking a shared library.
3055	#
3056	# There doesn't appear to be a way to prevent this compiler from
3057	# explicitly linking system object files so we need to strip them
3058	# from the output so that they don't get included in the library
3059	# dependencies.
3060	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'
3061	;;
3062      *)
3063	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3064	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3065	  _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'
3066
3067	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3068	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3069
3070	  # Commands to make compiler produce verbose output that lists
3071	  # what "hidden" libraries, object files and flags are used when
3072	  # linking a shared library.
3073	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3074
3075	else
3076	  # FIXME: insert proper C++ library support
3077	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3078	fi
3079	;;
3080    esac
3081    ;;
3082  osf4* | osf5*)
3083    case $cc_basename in
3084      KCC*)
3085	# Kuck and Associates, Inc. (KAI) C++ Compiler
3086
3087	# KCC will only create a shared library if the output file
3088	# ends with ".so" (or ".sl" for HP-UX), so rename the library
3089	# to its proper name (with version) after linking.
3090	_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'
3091
3092	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3093	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3094
3095	# Archives containing C++ object files must be created using
3096	# the KAI C++ compiler.
3097	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3098	;;
3099      RCC*)
3100	# Rational C++ 2.4.1
3101	# FIXME: insert proper C++ library support
3102	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3103	;;
3104      cxx*)
3105	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3106	_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'
3107	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3108	  echo "-hidden">> $lib.exp~
3109	  $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~
3110	  $rm $lib.exp'
3111
3112	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3113	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3114
3115	# Commands to make compiler produce verbose output that lists
3116	# what "hidden" libraries, object files and flags are used when
3117	# linking a shared library.
3118	#
3119	# There doesn't appear to be a way to prevent this compiler from
3120	# explicitly linking system object files so we need to strip them
3121	# from the output so that they don't get included in the library
3122	# dependencies.
3123	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'
3124	;;
3125      *)
3126	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3127	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3128	 _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'
3129
3130	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3131	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3132
3133	  # Commands to make compiler produce verbose output that lists
3134	  # what "hidden" libraries, object files and flags are used when
3135	  # linking a shared library.
3136	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3137
3138	else
3139	  # FIXME: insert proper C++ library support
3140	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
3141	fi
3142	;;
3143    esac
3144    ;;
3145  psos*)
3146    # FIXME: insert proper C++ library support
3147    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3148    ;;
3149  sunos4*)
3150    case $cc_basename in
3151      CC*)
3152	# Sun C++ 4.x
3153	# FIXME: insert proper C++ library support
3154	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3155	;;
3156      lcc*)
3157	# Lucid
3158	# FIXME: insert proper C++ library support
3159	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3160	;;
3161      *)
3162	# FIXME: insert proper C++ library support
3163	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3164	;;
3165    esac
3166    ;;
3167  solaris*)
3168    case $cc_basename in
3169      CC*)
3170	# Sun C++ 4.2, 5.x and Centerline C++
3171        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3172	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3173	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3174	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3175	$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'
3176
3177	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3178	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3179	case $host_os in
3180	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3181	  *)
3182	    # The C++ compiler is used as linker so we must use $wl
3183	    # flag to pass the commands to the underlying system
3184	    # linker. We must also pass each convience library through
3185	    # to the system linker between allextract/defaultextract.
3186	    # The C++ compiler will combine linker options so we
3187	    # cannot just pass the convience library names through
3188	    # without $wl.
3189	    # Supported since Solaris 2.6 (maybe 2.5.1?)
3190	    _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'
3191	    ;;
3192	esac
3193	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3194
3195	output_verbose_link_cmd='echo'
3196
3197	# Archives containing C++ object files must be created using
3198	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
3199	# necessary to make sure instantiated templates are included
3200	# in the archive.
3201	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3202	;;
3203      gcx*)
3204	# Green Hills C++ Compiler
3205	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3206
3207	# The C++ compiler must be used to create the archive.
3208	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3209	;;
3210      *)
3211	# GNU C++ compiler with Solaris linker
3212	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3213	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3214	  if $CC --version | grep -v '^2\.7' > /dev/null; then
3215	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3216	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3217		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3218
3219	    # Commands to make compiler produce verbose output that lists
3220	    # what "hidden" libraries, object files and flags are used when
3221	    # linking a shared library.
3222	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3223	  else
3224	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
3225	    # platform.
3226	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3227	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3228		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3229
3230	    # Commands to make compiler produce verbose output that lists
3231	    # what "hidden" libraries, object files and flags are used when
3232	    # linking a shared library.
3233	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3234	  fi
3235
3236	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3237	fi
3238	;;
3239    esac
3240    ;;
3241  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3242    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3243    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3244    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3245    runpath_var='LD_RUN_PATH'
3246
3247    case $cc_basename in
3248      CC*)
3249	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3250	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3251	;;
3252      *)
3253	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3254	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3255	;;
3256    esac
3257    ;;
3258  sysv5* | sco3.2v5* | sco5v6*)
3259    # Note: We can NOT use -z defs as we might desire, because we do not
3260    # link with -lc, and that would cause any symbols used from libc to
3261    # always be unresolved, which means just about no library would
3262    # ever link correctly.  If we're not using GNU ld we use -z text
3263    # though, which does catch some bad symbols but isn't as heavy-handed
3264    # as -z defs.
3265    # For security reasons, it is highly recommended that you always
3266    # use absolute paths for naming shared libraries, and exclude the
3267    # DT_RUNPATH tag from executables and libraries.  But doing so
3268    # requires that you compile everything twice, which is a pain.
3269    # So that behaviour is only enabled if SCOABSPATH is set to a
3270    # non-empty value in the environment.  Most likely only useful for
3271    # creating official distributions of packages.
3272    # This is a hack until libtool officially supports absolute path
3273    # names for shared libraries.
3274    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3275    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3276    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3277    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3278    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3279    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3280    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3281    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3282    runpath_var='LD_RUN_PATH'
3283
3284    case $cc_basename in
3285      CC*)
3286	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3287	_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'
3288	;;
3289      *)
3290	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3291	_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'
3292	;;
3293    esac
3294    ;;
3295  tandem*)
3296    case $cc_basename in
3297      NCC*)
3298	# NonStop-UX NCC 3.20
3299	# FIXME: insert proper C++ library support
3300	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3301	;;
3302      *)
3303	# FIXME: insert proper C++ library support
3304	_LT_AC_TAGVAR(ld_shlibs, $1)=no
3305	;;
3306    esac
3307    ;;
3308  vxworks*)
3309    # FIXME: insert proper C++ library support
3310    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3311    ;;
3312  *)
3313    # FIXME: insert proper C++ library support
3314    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3315    ;;
3316esac
3317AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3318test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3319
3320_LT_AC_TAGVAR(GCC, $1)="$GXX"
3321_LT_AC_TAGVAR(LD, $1)="$LD"
3322
3323## CAVEAT EMPTOR:
3324## There is no encapsulation within the following macros, do not change
3325## the running order or otherwise move them around unless you know exactly
3326## what you are doing...
3327AC_LIBTOOL_POSTDEP_PREDEP($1)
3328AC_LIBTOOL_PROG_COMPILER_PIC($1)
3329AC_LIBTOOL_PROG_CC_C_O($1)
3330AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3331AC_LIBTOOL_PROG_LD_SHLIBS($1)
3332AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3333AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3334
3335AC_LIBTOOL_CONFIG($1)
3336
3337AC_LANG_POP
3338CC=$lt_save_CC
3339LDCXX=$LD
3340LD=$lt_save_LD
3341GCC=$lt_save_GCC
3342with_gnu_ldcxx=$with_gnu_ld
3343with_gnu_ld=$lt_save_with_gnu_ld
3344lt_cv_path_LDCXX=$lt_cv_path_LD
3345lt_cv_path_LD=$lt_save_path_LD
3346lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3347lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3348])
3349m4trace:/usr/share/aclocal/libtool.m4:3727: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3350dnl we can't use the lt_simple_compile_test_code here,
3351dnl because it contains code intended for an executable,
3352dnl not a library.  It's possible we should let each
3353dnl tag define a new lt_????_link_test_code variable,
3354dnl but it's only used here...
3355ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3356int a;
3357void foo (void) { a = 0; }
3358EOF
3359],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3360class Foo
3361{
3362public:
3363  Foo (void) { a = 0; }
3364private:
3365  int a;
3366};
3367EOF
3368],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3369      subroutine foo
3370      implicit none
3371      integer*4 a
3372      a=0
3373      return
3374      end
3375EOF
3376],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3377public class foo {
3378  private int a;
3379  public void bar (void) {
3380    a = 0;
3381  }
3382};
3383EOF
3384])
3385dnl Parse the compiler output and extract the necessary
3386dnl objects, libraries and library flags.
3387if AC_TRY_EVAL(ac_compile); then
3388  # Parse the compiler output and extract the necessary
3389  # objects, libraries and library flags.
3390
3391  # Sentinel used to keep track of whether or not we are before
3392  # the conftest object file.
3393  pre_test_object_deps_done=no
3394
3395  # The `*' in the case matches for architectures that use `case' in
3396  # $output_verbose_cmd can trigger glob expansion during the loop
3397  # eval without this substitution.
3398  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3399
3400  for p in `eval $output_verbose_link_cmd`; do
3401    case $p in
3402
3403    -L* | -R* | -l*)
3404       # Some compilers place space between "-{L,R}" and the path.
3405       # Remove the space.
3406       if test $p = "-L" \
3407	  || test $p = "-R"; then
3408	 prev=$p
3409	 continue
3410       else
3411	 prev=
3412       fi
3413
3414       if test "$pre_test_object_deps_done" = no; then
3415	 case $p in
3416	 -L* | -R*)
3417	   # Internal compiler library paths should come after those
3418	   # provided the user.  The postdeps already come after the
3419	   # user supplied libs so there is no need to process them.
3420	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3421	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3422	   else
3423	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3424	   fi
3425	   ;;
3426	 # The "-l" case would never come before the object being
3427	 # linked, so don't bother handling this case.
3428	 esac
3429       else
3430	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3431	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3432	 else
3433	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3434	 fi
3435       fi
3436       ;;
3437
3438    *.$objext)
3439       # This assumes that the test object file only shows up
3440       # once in the compiler output.
3441       if test "$p" = "conftest.$objext"; then
3442	 pre_test_object_deps_done=yes
3443	 continue
3444       fi
3445
3446       if test "$pre_test_object_deps_done" = no; then
3447	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3448	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
3449	 else
3450	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3451	 fi
3452       else
3453	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3454	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3455	 else
3456	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3457	 fi
3458       fi
3459       ;;
3460
3461    *) ;; # Ignore the rest.
3462
3463    esac
3464  done
3465
3466  # Clean up.
3467  rm -f a.out a.exe
3468else
3469  echo "libtool.m4: error: problem compiling $1 test program"
3470fi
3471
3472$rm -f confest.$objext
3473
3474# PORTME: override above test on systems where it is broken
3475ifelse([$1],[CXX],
3476[case $host_os in
3477interix3*)
3478  # Interix 3.5 installs completely hosed .la files for C++, so rather than
3479  # hack all around it, let's just trust "g++" to DTRT.
3480  _LT_AC_TAGVAR(predep_objects,$1)=
3481  _LT_AC_TAGVAR(postdep_objects,$1)=
3482  _LT_AC_TAGVAR(postdeps,$1)=
3483  ;;
3484
3485solaris*)
3486  case $cc_basename in
3487  CC*)
3488    # Adding this requires a known-good setup of shared libraries for
3489    # Sun compiler versions before 5.6, else PIC objects from an old
3490    # archive will be linked into the output, leading to subtle bugs.
3491    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3492    ;;
3493  esac
3494  ;;
3495esac
3496])
3497
3498case " $_LT_AC_TAGVAR(postdeps, $1) " in
3499*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3500esac
3501])
3502m4trace:/usr/share/aclocal/libtool.m4:3886: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3503m4trace:/usr/share/aclocal/libtool.m4:3887: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3504AC_LANG_PUSH(Fortran 77)
3505
3506_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3507_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3508_LT_AC_TAGVAR(always_export_symbols, $1)=no
3509_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3510_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3511_LT_AC_TAGVAR(hardcode_direct, $1)=no
3512_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3513_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3514_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3515_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3516_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3517_LT_AC_TAGVAR(module_cmds, $1)=
3518_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3519_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3520_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3521_LT_AC_TAGVAR(no_undefined_flag, $1)=
3522_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3523_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3524
3525# Source file extension for f77 test sources.
3526ac_ext=f
3527
3528# Object file extension for compiled f77 test sources.
3529objext=o
3530_LT_AC_TAGVAR(objext, $1)=$objext
3531
3532# Code to be used in simple compile tests
3533lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3534
3535# Code to be used in simple link tests
3536lt_simple_link_test_code="      program t\n      end\n"
3537
3538# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3539_LT_AC_SYS_COMPILER
3540
3541# save warnings/boilerplate of simple test code
3542_LT_COMPILER_BOILERPLATE
3543_LT_LINKER_BOILERPLATE
3544
3545# Allow CC to be a program name with arguments.
3546lt_save_CC="$CC"
3547CC=${F77-"f77"}
3548compiler=$CC
3549_LT_AC_TAGVAR(compiler, $1)=$CC
3550_LT_CC_BASENAME([$compiler])
3551
3552AC_MSG_CHECKING([if libtool supports shared libraries])
3553AC_MSG_RESULT([$can_build_shared])
3554
3555AC_MSG_CHECKING([whether to build shared libraries])
3556test "$can_build_shared" = "no" && enable_shared=no
3557
3558# On AIX, shared libraries and static libraries use the same namespace, and
3559# are all built from PIC.
3560case $host_os in
3561aix3*)
3562  test "$enable_shared" = yes && enable_static=no
3563  if test -n "$RANLIB"; then
3564    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3565    postinstall_cmds='$RANLIB $lib'
3566  fi
3567  ;;
3568aix4* | aix5*)
3569  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3570    test "$enable_shared" = yes && enable_static=no
3571  fi
3572  ;;
3573esac
3574AC_MSG_RESULT([$enable_shared])
3575
3576AC_MSG_CHECKING([whether to build static libraries])
3577# Make sure either enable_shared or enable_static is yes.
3578test "$enable_shared" = yes || enable_static=yes
3579AC_MSG_RESULT([$enable_static])
3580
3581_LT_AC_TAGVAR(GCC, $1)="$G77"
3582_LT_AC_TAGVAR(LD, $1)="$LD"
3583
3584AC_LIBTOOL_PROG_COMPILER_PIC($1)
3585AC_LIBTOOL_PROG_CC_C_O($1)
3586AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3587AC_LIBTOOL_PROG_LD_SHLIBS($1)
3588AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3589AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3590
3591AC_LIBTOOL_CONFIG($1)
3592
3593AC_LANG_POP
3594CC="$lt_save_CC"
3595])
3596m4trace:/usr/share/aclocal/libtool.m4:3988: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3597m4trace:/usr/share/aclocal/libtool.m4:3989: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3598
3599# Source file extension for Java test sources.
3600ac_ext=java
3601
3602# Object file extension for compiled Java test sources.
3603objext=o
3604_LT_AC_TAGVAR(objext, $1)=$objext
3605
3606# Code to be used in simple compile tests
3607lt_simple_compile_test_code="class foo {}\n"
3608
3609# Code to be used in simple link tests
3610lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3611
3612# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3613_LT_AC_SYS_COMPILER
3614
3615# save warnings/boilerplate of simple test code
3616_LT_COMPILER_BOILERPLATE
3617_LT_LINKER_BOILERPLATE
3618
3619# Allow CC to be a program name with arguments.
3620lt_save_CC="$CC"
3621CC=${GCJ-"gcj"}
3622compiler=$CC
3623_LT_AC_TAGVAR(compiler, $1)=$CC
3624_LT_CC_BASENAME([$compiler])
3625
3626# GCJ did not exist at the time GCC didn't implicitly link libc in.
3627_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3628
3629_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3630
3631## CAVEAT EMPTOR:
3632## There is no encapsulation within the following macros, do not change
3633## the running order or otherwise move them around unless you know exactly
3634## what you are doing...
3635AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3636AC_LIBTOOL_PROG_COMPILER_PIC($1)
3637AC_LIBTOOL_PROG_CC_C_O($1)
3638AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3639AC_LIBTOOL_PROG_LD_SHLIBS($1)
3640AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3641AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3642
3643AC_LIBTOOL_CONFIG($1)
3644
3645AC_LANG_RESTORE
3646CC="$lt_save_CC"
3647])
3648m4trace:/usr/share/aclocal/libtool.m4:4048: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3649m4trace:/usr/share/aclocal/libtool.m4:4049: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3650
3651# Source file extension for RC test sources.
3652ac_ext=rc
3653
3654# Object file extension for compiled RC test sources.
3655objext=o
3656_LT_AC_TAGVAR(objext, $1)=$objext
3657
3658# Code to be used in simple compile tests
3659lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3660
3661# Code to be used in simple link tests
3662lt_simple_link_test_code="$lt_simple_compile_test_code"
3663
3664# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3665_LT_AC_SYS_COMPILER
3666
3667# save warnings/boilerplate of simple test code
3668_LT_COMPILER_BOILERPLATE
3669_LT_LINKER_BOILERPLATE
3670
3671# Allow CC to be a program name with arguments.
3672lt_save_CC="$CC"
3673CC=${RC-"windres"}
3674compiler=$CC
3675_LT_AC_TAGVAR(compiler, $1)=$CC
3676_LT_CC_BASENAME([$compiler])
3677_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3678
3679AC_LIBTOOL_CONFIG($1)
3680
3681AC_LANG_RESTORE
3682CC="$lt_save_CC"
3683])
3684m4trace:/usr/share/aclocal/libtool.m4:4093: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3685# libtool distribution, otherwise you forgot to ship ltmain.sh
3686# with your package, and you will get complaints that there are
3687# no rules to generate ltmain.sh.
3688if test -f "$ltmain"; then
3689  # See if we are running on zsh, and set the options which allow our commands through
3690  # without removal of \ escapes.
3691  if test -n "${ZSH_VERSION+set}" ; then
3692    setopt NO_GLOB_SUBST
3693  fi
3694  # Now quote all the things that may contain metacharacters while being
3695  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3696  # variables and quote the copies for generation of the libtool script.
3697  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3698    SED SHELL STRIP \
3699    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3700    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3701    deplibs_check_method reload_flag reload_cmds need_locks \
3702    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3703    lt_cv_sys_global_symbol_to_c_name_address \
3704    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3705    old_postinstall_cmds old_postuninstall_cmds \
3706    _LT_AC_TAGVAR(compiler, $1) \
3707    _LT_AC_TAGVAR(CC, $1) \
3708    _LT_AC_TAGVAR(LD, $1) \
3709    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3710    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3711    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3712    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3713    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3714    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3715    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3716    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3717    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3718    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3719    _LT_AC_TAGVAR(predep_objects, $1) \
3720    _LT_AC_TAGVAR(postdep_objects, $1) \
3721    _LT_AC_TAGVAR(predeps, $1) \
3722    _LT_AC_TAGVAR(postdeps, $1) \
3723    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3724    _LT_AC_TAGVAR(archive_cmds, $1) \
3725    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3726    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3727    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3728    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3729    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3730    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3731    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3732    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3733    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3734    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3735    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3736    _LT_AC_TAGVAR(module_cmds, $1) \
3737    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3738    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3739    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3740    _LT_AC_TAGVAR(include_expsyms, $1); do
3741
3742    case $var in
3743    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3744    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3745    _LT_AC_TAGVAR(archive_cmds, $1) | \
3746    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3747    _LT_AC_TAGVAR(module_cmds, $1) | \
3748    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3749    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3750    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3751    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3752    postinstall_cmds | postuninstall_cmds | \
3753    old_postinstall_cmds | old_postuninstall_cmds | \
3754    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3755      # Double-quote double-evaled strings.
3756      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3757      ;;
3758    *)
3759      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3760      ;;
3761    esac
3762  done
3763
3764  case $lt_echo in
3765  *'\[$]0 --fallback-echo"')
3766    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3767    ;;
3768  esac
3769
3770ifelse([$1], [],
3771  [cfgfile="${ofile}T"
3772  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3773  $rm -f "$cfgfile"
3774  AC_MSG_NOTICE([creating $ofile])],
3775  [cfgfile="$ofile"])
3776
3777  cat <<__EOF__ >> "$cfgfile"
3778ifelse([$1], [],
3779[#! $SHELL
3780
3781# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3782# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3783# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3784#
3785# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3786# Free Software Foundation, Inc.
3787#
3788# This file is part of GNU Libtool:
3789# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3790#
3791# This program is free software; you can redistribute it and/or modify
3792# it under the terms of the GNU General Public License as published by
3793# the Free Software Foundation; either version 2 of the License, or
3794# (at your option) any later version.
3795#
3796# This program is distributed in the hope that it will be useful, but
3797# WITHOUT ANY WARRANTY; without even the implied warranty of
3798# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3799# General Public License for more details.
3800#
3801# You should have received a copy of the GNU General Public License
3802# along with this program; if not, write to the Free Software
3803# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3804#
3805# As a special exception to the GNU General Public License, if you
3806# distribute this file as part of a program that contains a
3807# configuration script generated by Autoconf, you may include it under
3808# the same distribution terms that you use for the rest of that program.
3809
3810# A sed program that does not truncate output.
3811SED=$lt_SED
3812
3813# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3814Xsed="$SED -e 1s/^X//"
3815
3816# The HP-UX ksh and POSIX shell print the target directory to stdout
3817# if CDPATH is set.
3818(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3819
3820# The names of the tagged configurations supported by this script.
3821available_tags=
3822
3823# ### BEGIN LIBTOOL CONFIG],
3824[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3825
3826# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3827
3828# Shell to use when invoking shell scripts.
3829SHELL=$lt_SHELL
3830
3831# Whether or not to build shared libraries.
3832build_libtool_libs=$enable_shared
3833
3834# Whether or not to build static libraries.
3835build_old_libs=$enable_static
3836
3837# Whether or not to add -lc for building shared libraries.
3838build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3839
3840# Whether or not to disallow shared libs when runtime libs are static
3841allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3842
3843# Whether or not to optimize for fast installation.
3844fast_install=$enable_fast_install
3845
3846# The host system.
3847host_alias=$host_alias
3848host=$host
3849host_os=$host_os
3850
3851# The build system.
3852build_alias=$build_alias
3853build=$build
3854build_os=$build_os
3855
3856# An echo program that does not interpret backslashes.
3857echo=$lt_echo
3858
3859# The archiver.
3860AR=$lt_AR
3861AR_FLAGS=$lt_AR_FLAGS
3862
3863# A C compiler.
3864LTCC=$lt_LTCC
3865
3866# LTCC compiler flags.
3867LTCFLAGS=$lt_LTCFLAGS
3868
3869# A language-specific compiler.
3870CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3871
3872# Is the compiler the GNU C compiler?
3873with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3874
3875# An ERE matcher.
3876EGREP=$lt_EGREP
3877
3878# The linker used to build libraries.
3879LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3880
3881# Whether we need hard or soft links.
3882LN_S=$lt_LN_S
3883
3884# A BSD-compatible nm program.
3885NM=$lt_NM
3886
3887# A symbol stripping program
3888STRIP=$lt_STRIP
3889
3890# Used to examine libraries when file_magic_cmd begins "file"
3891MAGIC_CMD=$MAGIC_CMD
3892
3893# Used on cygwin: DLL creation program.
3894DLLTOOL="$DLLTOOL"
3895
3896# Used on cygwin: object dumper.
3897OBJDUMP="$OBJDUMP"
3898
3899# Used on cygwin: assembler.
3900AS="$AS"
3901
3902# The name of the directory that contains temporary libtool files.
3903objdir=$objdir
3904
3905# How to create reloadable object files.
3906reload_flag=$lt_reload_flag
3907reload_cmds=$lt_reload_cmds
3908
3909# How to pass a linker flag through the compiler.
3910wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3911
3912# Object file suffix (normally "o").
3913objext="$ac_objext"
3914
3915# Old archive suffix (normally "a").
3916libext="$libext"
3917
3918# Shared library suffix (normally ".so").
3919shrext_cmds='$shrext_cmds'
3920
3921# Executable file suffix (normally "").
3922exeext="$exeext"
3923
3924# Additional compiler flags for building library objects.
3925pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3926pic_mode=$pic_mode
3927
3928# What is the maximum length of a command?
3929max_cmd_len=$lt_cv_sys_max_cmd_len
3930
3931# Does compiler simultaneously support -c and -o options?
3932compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3933
3934# Must we lock files when doing compilation?
3935need_locks=$lt_need_locks
3936
3937# Do we need the lib prefix for modules?
3938need_lib_prefix=$need_lib_prefix
3939
3940# Do we need a version for libraries?
3941need_version=$need_version
3942
3943# Whether dlopen is supported.
3944dlopen_support=$enable_dlopen
3945
3946# Whether dlopen of programs is supported.
3947dlopen_self=$enable_dlopen_self
3948
3949# Whether dlopen of statically linked programs is supported.
3950dlopen_self_static=$enable_dlopen_self_static
3951
3952# Compiler flag to prevent dynamic linking.
3953link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3954
3955# Compiler flag to turn off builtin functions.
3956no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3957
3958# Compiler flag to allow reflexive dlopens.
3959export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3960
3961# Compiler flag to generate shared objects directly from archives.
3962whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3963
3964# Compiler flag to generate thread-safe objects.
3965thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3966
3967# Library versioning type.
3968version_type=$version_type
3969
3970# Format of library name prefix.
3971libname_spec=$lt_libname_spec
3972
3973# List of archive names.  First name is the real one, the rest are links.
3974# The last name is the one that the linker finds with -lNAME.
3975library_names_spec=$lt_library_names_spec
3976
3977# The coded name of the library, if different from the real name.
3978soname_spec=$lt_soname_spec
3979
3980# Commands used to build and install an old-style archive.
3981RANLIB=$lt_RANLIB
3982old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3983old_postinstall_cmds=$lt_old_postinstall_cmds
3984old_postuninstall_cmds=$lt_old_postuninstall_cmds
3985
3986# Create an old-style archive from a shared archive.
3987old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3988
3989# Create a temporary old-style archive to link instead of a shared archive.
3990old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3991
3992# Commands used to build and install a shared archive.
3993archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3994archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3995postinstall_cmds=$lt_postinstall_cmds
3996postuninstall_cmds=$lt_postuninstall_cmds
3997
3998# Commands used to build a loadable module (assumed same as above if empty)
3999module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4000module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4001
4002# Commands to strip libraries.
4003old_striplib=$lt_old_striplib
4004striplib=$lt_striplib
4005
4006# Dependencies to place before the objects being linked to create a
4007# shared library.
4008predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4009
4010# Dependencies to place after the objects being linked to create a
4011# shared library.
4012postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4013
4014# Dependencies to place before the objects being linked to create a
4015# shared library.
4016predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4017
4018# Dependencies to place after the objects being linked to create a
4019# shared library.
4020postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4021
4022# The library search path used internally by the compiler when linking
4023# a shared library.
4024compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4025
4026# Method to check whether dependent libraries are shared objects.
4027deplibs_check_method=$lt_deplibs_check_method
4028
4029# Command to use when deplibs_check_method == file_magic.
4030file_magic_cmd=$lt_file_magic_cmd
4031
4032# Flag that allows shared libraries with undefined symbols to be built.
4033allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4034
4035# Flag that forces no undefined symbols.
4036no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4037
4038# Commands used to finish a libtool library installation in a directory.
4039finish_cmds=$lt_finish_cmds
4040
4041# Same as above, but a single script fragment to be evaled but not shown.
4042finish_eval=$lt_finish_eval
4043
4044# Take the output of nm and produce a listing of raw symbols and C names.
4045global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4046
4047# Transform the output of nm in a proper C declaration
4048global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4049
4050# Transform the output of nm in a C name address pair
4051global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4052
4053# This is the shared library runtime path variable.
4054runpath_var=$runpath_var
4055
4056# This is the shared library path variable.
4057shlibpath_var=$shlibpath_var
4058
4059# Is shlibpath searched before the hard-coded library search path?
4060shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4061
4062# How to hardcode a shared library path into an executable.
4063hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4064
4065# Whether we should hardcode library paths into libraries.
4066hardcode_into_libs=$hardcode_into_libs
4067
4068# Flag to hardcode \$libdir into a binary during linking.
4069# This must work even if \$libdir does not exist.
4070hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4071
4072# If ld is used when linking, flag to hardcode \$libdir into
4073# a binary during linking. This must work even if \$libdir does
4074# not exist.
4075hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4076
4077# Whether we need a single -rpath flag with a separated argument.
4078hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4079
4080# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4081# resulting binary.
4082hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4083
4084# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4085# resulting binary.
4086hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4087
4088# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4089# the resulting binary.
4090hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4091
4092# Set to yes if building a shared library automatically hardcodes DIR into the library
4093# and all subsequent libraries and executables linked against it.
4094hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4095
4096# Variables whose values should be saved in libtool wrapper scripts and
4097# restored at relink time.
4098variables_saved_for_relink="$variables_saved_for_relink"
4099
4100# Whether libtool must link a program against all its dependency libraries.
4101link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4102
4103# Compile-time system search path for libraries
4104sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4105
4106# Run-time system search path for libraries
4107sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4108
4109# Fix the shell variable \$srcfile for the compiler.
4110fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4111
4112# Set to yes if exported symbols are required.
4113always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4114
4115# The commands to list exported symbols.
4116export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4117
4118# The commands to extract the exported symbol list from a shared archive.
4119extract_expsyms_cmds=$lt_extract_expsyms_cmds
4120
4121# Symbols that should not be listed in the preloaded symbols.
4122exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4123
4124# Symbols that must always be exported.
4125include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4126
4127ifelse([$1],[],
4128[# ### END LIBTOOL CONFIG],
4129[# ### END LIBTOOL TAG CONFIG: $tagname])
4130
4131__EOF__
4132
4133ifelse([$1],[], [
4134  case $host_os in
4135  aix3*)
4136    cat <<\EOF >> "$cfgfile"
4137
4138# AIX sometimes has problems with the GCC collect2 program.  For some
4139# reason, if we set the COLLECT_NAMES environment variable, the problems
4140# vanish in a puff of smoke.
4141if test "X${COLLECT_NAMES+set}" != Xset; then
4142  COLLECT_NAMES=
4143  export COLLECT_NAMES
4144fi
4145EOF
4146    ;;
4147  esac
4148
4149  # We use sed instead of cat because bash on DJGPP gets confused if
4150  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4151  # text mode, it properly converts lines to CR/LF.  This bash problem
4152  # is reportedly fixed, but why not run on old versions too?
4153  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4154
4155  mv -f "$cfgfile" "$ofile" || \
4156    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4157  chmod +x "$ofile"
4158])
4159else
4160  # If there is no Makefile yet, we rely on a make rule to execute
4161  # `config.status --recheck' to rerun these tests and create the
4162  # libtool script then.
4163  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4164  if test -f "$ltmain_in"; then
4165    test -f Makefile && make "$ltmain"
4166  fi
4167fi
4168])
4169m4trace:/usr/share/aclocal/libtool.m4:4583: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4170
4171_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4172
4173if test "$GCC" = yes; then
4174  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4175
4176  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4177    lt_cv_prog_compiler_rtti_exceptions,
4178    [-fno-rtti -fno-exceptions], [],
4179    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4180fi
4181])
4182m4trace:/usr/share/aclocal/libtool.m4:4601: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4183AC_REQUIRE([AC_PROG_NM])
4184AC_REQUIRE([AC_OBJEXT])
4185# Check for command to grab the raw symbol name followed by C symbol from nm.
4186AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4187AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4188[
4189# These are sane defaults that work on at least a few old systems.
4190# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4191
4192# Character class describing NM global symbol codes.
4193symcode='[[BCDEGRST]]'
4194
4195# Regexp to match symbols that can be accessed directly from C.
4196sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4197
4198# Transform an extracted symbol line into a proper C declaration
4199lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4200
4201# Transform an extracted symbol line into symbol name and symbol address
4202lt_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'"
4203
4204# Define system-specific variables.
4205case $host_os in
4206aix*)
4207  symcode='[[BCDT]]'
4208  ;;
4209cygwin* | mingw* | pw32*)
4210  symcode='[[ABCDGISTW]]'
4211  ;;
4212hpux*) # Its linker distinguishes data from code symbols
4213  if test "$host_cpu" = ia64; then
4214    symcode='[[ABCDEGRST]]'
4215  fi
4216  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4217  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'"
4218  ;;
4219linux* | k*bsd*-gnu)
4220  if test "$host_cpu" = ia64; then
4221    symcode='[[ABCDGIRSTW]]'
4222    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4223    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'"
4224  fi
4225  ;;
4226irix* | nonstopux*)
4227  symcode='[[BCDEGRST]]'
4228  ;;
4229osf*)
4230  symcode='[[BCDEGQRST]]'
4231  ;;
4232solaris*)
4233  symcode='[[BDRT]]'
4234  ;;
4235sco3.2v5*)
4236  symcode='[[DT]]'
4237  ;;
4238sysv4.2uw2*)
4239  symcode='[[DT]]'
4240  ;;
4241sysv5* | sco5v6* | unixware* | OpenUNIX*)
4242  symcode='[[ABDT]]'
4243  ;;
4244sysv4)
4245  symcode='[[DFNSTU]]'
4246  ;;
4247esac
4248
4249# Handle CRLF in mingw tool chain
4250opt_cr=
4251case $build_os in
4252mingw*)
4253  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4254  ;;
4255esac
4256
4257# If we're using GNU nm, then use its standard symbol codes.
4258case `$NM -V 2>&1` in
4259*GNU* | *'with BFD'*)
4260  symcode='[[ABCDGIRSTW]]' ;;
4261esac
4262
4263# Try without a prefix undercore, then with it.
4264for ac_symprfx in "" "_"; do
4265
4266  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4267  symxfrm="\\1 $ac_symprfx\\2 \\2"
4268
4269  # Write the raw and C identifiers.
4270  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4271
4272  # Check to see that the pipe works correctly.
4273  pipe_works=no
4274
4275  rm -f conftest*
4276  cat > conftest.$ac_ext <<EOF
4277#ifdef __cplusplus
4278extern "C" {
4279#endif
4280char nm_test_var;
4281void nm_test_func(){}
4282#ifdef __cplusplus
4283}
4284#endif
4285int main(){nm_test_var='a';nm_test_func();return(0);}
4286EOF
4287
4288  if AC_TRY_EVAL(ac_compile); then
4289    # Now try to grab the symbols.
4290    nlist=conftest.nm
4291    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4292      # Try sorting and uniquifying the output.
4293      if sort "$nlist" | uniq > "$nlist"T; then
4294	mv -f "$nlist"T "$nlist"
4295      else
4296	rm -f "$nlist"T
4297      fi
4298
4299      # Make sure that we snagged all the symbols we need.
4300      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4301	if grep ' nm_test_func$' "$nlist" >/dev/null; then
4302	  cat <<EOF > conftest.$ac_ext
4303#ifdef __cplusplus
4304extern "C" {
4305#endif
4306
4307EOF
4308	  # Now generate the symbol file.
4309	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4310
4311	  cat <<EOF >> conftest.$ac_ext
4312#if defined (__STDC__) && __STDC__
4313# define lt_ptr_t void *
4314#else
4315# define lt_ptr_t char *
4316# define const
4317#endif
4318
4319/* The mapping between symbol names and symbols. */
4320const struct {
4321  const char *name;
4322  lt_ptr_t address;
4323}
4324lt_preloaded_symbols[[]] =
4325{
4326EOF
4327	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4328	  cat <<\EOF >> conftest.$ac_ext
4329  {0, (lt_ptr_t) 0}
4330};
4331
4332#ifdef __cplusplus
4333}
4334#endif
4335EOF
4336	  # Now try linking the two files.
4337	  mv conftest.$ac_objext conftstm.$ac_objext
4338	  lt_save_LIBS="$LIBS"
4339	  lt_save_CFLAGS="$CFLAGS"
4340	  LIBS="conftstm.$ac_objext"
4341	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4342	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4343	    pipe_works=yes
4344	  fi
4345	  LIBS="$lt_save_LIBS"
4346	  CFLAGS="$lt_save_CFLAGS"
4347	else
4348	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4349	fi
4350      else
4351	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4352      fi
4353    else
4354      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4355    fi
4356  else
4357    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4358    cat conftest.$ac_ext >&5
4359  fi
4360  rm -f conftest* conftst*
4361
4362  # Do not use the global_symbol_pipe unless it works.
4363  if test "$pipe_works" = yes; then
4364    break
4365  else
4366    lt_cv_sys_global_symbol_pipe=
4367  fi
4368done
4369])
4370if test -z "$lt_cv_sys_global_symbol_pipe"; then
4371  lt_cv_sys_global_symbol_to_cdecl=
4372fi
4373if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4374  AC_MSG_RESULT(failed)
4375else
4376  AC_MSG_RESULT(ok)
4377fi
4378])
4379m4trace:/usr/share/aclocal/libtool.m4:4803: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4380_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4381_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4382
4383AC_MSG_CHECKING([for $compiler option to produce PIC])
4384 ifelse([$1],[CXX],[
4385  # C++ specific cases for pic, static, wl, etc.
4386  if test "$GXX" = yes; then
4387    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4388    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4389
4390    case $host_os in
4391    aix*)
4392      # All AIX code is PIC.
4393      if test "$host_cpu" = ia64; then
4394	# AIX 5 now supports IA64 processor
4395	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4396      fi
4397      ;;
4398    amigaos*)
4399      # FIXME: we need at least 68020 code to build shared libraries, but
4400      # adding the `-m68020' flag to GCC prevents building anything better,
4401      # like `-m68040'.
4402      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4403      ;;
4404    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4405      # PIC is the default for these OSes.
4406      ;;
4407    mingw* | os2* | pw32*)
4408      # This hack is so that the source file can tell whether it is being
4409      # built for inclusion in a dll (and should export symbols for example).
4410      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4411      ;;
4412    darwin* | rhapsody*)
4413      # PIC is the default on this platform
4414      # Common symbols not allowed in MH_DYLIB files
4415      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4416      ;;
4417    *djgpp*)
4418      # DJGPP does not support shared libraries at all
4419      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4420      ;;
4421    interix3*)
4422      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4423      # Instead, we relocate shared libraries at runtime.
4424      ;;
4425    sysv4*MP*)
4426      if test -d /usr/nec; then
4427	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4428      fi
4429      ;;
4430    hpux*)
4431      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4432      # not for PA HP-UX.
4433      case $host_cpu in
4434      hppa*64*|ia64*)
4435	;;
4436      *)
4437	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4438	;;
4439      esac
4440      ;;
4441    *)
4442      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4443      ;;
4444    esac
4445  else
4446    case $host_os in
4447      aix4* | aix5*)
4448	# All AIX code is PIC.
4449	if test "$host_cpu" = ia64; then
4450	  # AIX 5 now supports IA64 processor
4451	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4452	else
4453	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4454	fi
4455	;;
4456      chorus*)
4457	case $cc_basename in
4458	cxch68*)
4459	  # Green Hills C++ Compiler
4460	  # _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"
4461	  ;;
4462	esac
4463	;;
4464       darwin*)
4465         # PIC is the default on this platform
4466         # Common symbols not allowed in MH_DYLIB files
4467         case $cc_basename in
4468           xlc*)
4469           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4470           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4471           ;;
4472         esac
4473       ;;
4474      dgux*)
4475	case $cc_basename in
4476	  ec++*)
4477	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4478	    ;;
4479	  ghcx*)
4480	    # Green Hills C++ Compiler
4481	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4482	    ;;
4483	  *)
4484	    ;;
4485	esac
4486	;;
4487      freebsd* | dragonfly*)
4488	# FreeBSD uses GNU C++
4489	;;
4490      hpux9* | hpux10* | hpux11*)
4491	case $cc_basename in
4492	  CC*)
4493	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4494	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4495	    if test "$host_cpu" != ia64; then
4496	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4497	    fi
4498	    ;;
4499	  aCC*)
4500	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4501	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4502	    case $host_cpu in
4503	    hppa*64*|ia64*)
4504	      # +Z the default
4505	      ;;
4506	    *)
4507	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4508	      ;;
4509	    esac
4510	    ;;
4511	  *)
4512	    ;;
4513	esac
4514	;;
4515      interix*)
4516	# This is c89, which is MS Visual C++ (no shared libs)
4517	# Anyone wants to do a port?
4518	;;
4519      irix5* | irix6* | nonstopux*)
4520	case $cc_basename in
4521	  CC*)
4522	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4523	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4524	    # CC pic flag -KPIC is the default.
4525	    ;;
4526	  *)
4527	    ;;
4528	esac
4529	;;
4530      linux* | k*bsd*-gnu)
4531	case $cc_basename in
4532	  KCC*)
4533	    # KAI C++ Compiler
4534	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4535	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4536	    ;;
4537	  icpc* | ecpc*)
4538	    # Intel C++
4539	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4540	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4541	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4542	    ;;
4543	  pgCC*)
4544	    # Portland Group C++ compiler.
4545	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4546	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4547	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4548	    ;;
4549	  cxx*)
4550	    # Compaq C++
4551	    # Make sure the PIC flag is empty.  It appears that all Alpha
4552	    # Linux and Compaq Tru64 Unix objects are PIC.
4553	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4555	    ;;
4556	  *)
4557	    ;;
4558	esac
4559	;;
4560      lynxos*)
4561	;;
4562      m88k*)
4563	;;
4564      mvs*)
4565	case $cc_basename in
4566	  cxx*)
4567	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4568	    ;;
4569	  *)
4570	    ;;
4571	esac
4572	;;
4573      netbsd* | netbsdelf*-gnu)
4574	;;
4575      osf3* | osf4* | osf5*)
4576	case $cc_basename in
4577	  KCC*)
4578	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4579	    ;;
4580	  RCC*)
4581	    # Rational C++ 2.4.1
4582	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4583	    ;;
4584	  cxx*)
4585	    # Digital/Compaq C++
4586	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4587	    # Make sure the PIC flag is empty.  It appears that all Alpha
4588	    # Linux and Compaq Tru64 Unix objects are PIC.
4589	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4590	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4591	    ;;
4592	  *)
4593	    ;;
4594	esac
4595	;;
4596      psos*)
4597	;;
4598      solaris*)
4599	case $cc_basename in
4600	  CC*)
4601	    # Sun C++ 4.2, 5.x and Centerline C++
4602	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4603	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4604	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4605	    ;;
4606	  gcx*)
4607	    # Green Hills C++ Compiler
4608	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4609	    ;;
4610	  *)
4611	    ;;
4612	esac
4613	;;
4614      sunos4*)
4615	case $cc_basename in
4616	  CC*)
4617	    # Sun C++ 4.x
4618	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4619	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4620	    ;;
4621	  lcc*)
4622	    # Lucid
4623	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4624	    ;;
4625	  *)
4626	    ;;
4627	esac
4628	;;
4629      tandem*)
4630	case $cc_basename in
4631	  NCC*)
4632	    # NonStop-UX NCC 3.20
4633	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4634	    ;;
4635	  *)
4636	    ;;
4637	esac
4638	;;
4639      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4640	case $cc_basename in
4641	  CC*)
4642	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4643	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4644	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4645	    ;;
4646	esac
4647	;;
4648      vxworks*)
4649	;;
4650      *)
4651	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4652	;;
4653    esac
4654  fi
4655],
4656[
4657  if test "$GCC" = yes; then
4658    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4659    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4660
4661    case $host_os in
4662      aix*)
4663      # All AIX code is PIC.
4664      if test "$host_cpu" = ia64; then
4665	# AIX 5 now supports IA64 processor
4666	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4667      fi
4668      ;;
4669
4670    amigaos*)
4671      # FIXME: we need at least 68020 code to build shared libraries, but
4672      # adding the `-m68020' flag to GCC prevents building anything better,
4673      # like `-m68040'.
4674      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4675      ;;
4676
4677    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4678      # PIC is the default for these OSes.
4679      ;;
4680
4681    mingw* | pw32* | os2*)
4682      # This hack is so that the source file can tell whether it is being
4683      # built for inclusion in a dll (and should export symbols for example).
4684      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4685      ;;
4686
4687    darwin* | rhapsody*)
4688      # PIC is the default on this platform
4689      # Common symbols not allowed in MH_DYLIB files
4690      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4691      ;;
4692
4693    interix3*)
4694      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4695      # Instead, we relocate shared libraries at runtime.
4696      ;;
4697
4698    msdosdjgpp*)
4699      # Just because we use GCC doesn't mean we suddenly get shared libraries
4700      # on systems that don't support them.
4701      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4702      enable_shared=no
4703      ;;
4704
4705    sysv4*MP*)
4706      if test -d /usr/nec; then
4707	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4708      fi
4709      ;;
4710
4711    hpux*)
4712      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4713      # not for PA HP-UX.
4714      case $host_cpu in
4715      hppa*64*|ia64*)
4716	# +Z the default
4717	;;
4718      *)
4719	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4720	;;
4721      esac
4722      ;;
4723
4724    *)
4725      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4726      ;;
4727    esac
4728  else
4729    # PORTME Check for flag to pass linker flags through the system compiler.
4730    case $host_os in
4731    aix*)
4732      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4733      if test "$host_cpu" = ia64; then
4734	# AIX 5 now supports IA64 processor
4735	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4736      else
4737	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4738      fi
4739      ;;
4740      darwin*)
4741        # PIC is the default on this platform
4742        # Common symbols not allowed in MH_DYLIB files
4743       case $cc_basename in
4744         xlc*)
4745         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4746         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4747         ;;
4748       esac
4749       ;;
4750
4751    mingw* | pw32* | os2*)
4752      # This hack is so that the source file can tell whether it is being
4753      # built for inclusion in a dll (and should export symbols for example).
4754      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4755      ;;
4756
4757    hpux9* | hpux10* | hpux11*)
4758      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4759      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4760      # not for PA HP-UX.
4761      case $host_cpu in
4762      hppa*64*|ia64*)
4763	# +Z the default
4764	;;
4765      *)
4766	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4767	;;
4768      esac
4769      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4770      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4771      ;;
4772
4773    irix5* | irix6* | nonstopux*)
4774      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4775      # PIC (with -KPIC) is the default.
4776      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4777      ;;
4778
4779    newsos6)
4780      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4781      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4782      ;;
4783
4784    linux* | k*bsd*-gnu)
4785      case $cc_basename in
4786      icc* | ecc*)
4787	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4788	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4789	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4790        ;;
4791      pgcc* | pgf77* | pgf90* | pgf95*)
4792        # Portland Group compilers (*not* the Pentium gcc compiler,
4793	# which looks to be a dead project)
4794	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4795	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4796	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4797        ;;
4798      ccc*)
4799        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4800        # All Alpha code is PIC.
4801        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4802        ;;
4803      esac
4804      ;;
4805
4806    osf3* | osf4* | osf5*)
4807      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4808      # All OSF/1 code is PIC.
4809      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4810      ;;
4811
4812    solaris*)
4813      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4814      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4815      case $cc_basename in
4816      f77* | f90* | f95*)
4817	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4818      *)
4819	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4820      esac
4821      ;;
4822
4823    sunos4*)
4824      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4825      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4826      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4827      ;;
4828
4829    sysv4 | sysv4.2uw2* | sysv4.3*)
4830      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4831      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4832      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4833      ;;
4834
4835    sysv4*MP*)
4836      if test -d /usr/nec ;then
4837	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4838	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4839      fi
4840      ;;
4841
4842    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4843      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4844      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4845      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4846      ;;
4847
4848    unicos*)
4849      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4850      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4851      ;;
4852
4853    uts4*)
4854      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4855      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4856      ;;
4857
4858    *)
4859      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4860      ;;
4861    esac
4862  fi
4863])
4864AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4865
4866#
4867# Check to make sure the PIC flag actually works.
4868#
4869if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4870  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4871    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4872    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4873    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4874     "" | " "*) ;;
4875     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4876     esac],
4877    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4878     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4879fi
4880case $host_os in
4881  # For platforms which do not support PIC, -DPIC is meaningless:
4882  *djgpp*)
4883    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4884    ;;
4885  *)
4886    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4887    ;;
4888esac
4889
4890#
4891# Check to make sure the static flag actually works.
4892#
4893wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
4894AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4895  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
4896  $lt_tmp_static_flag,
4897  [],
4898  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
4899])
4900m4trace:/usr/share/aclocal/libtool.m4:5330: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4901ifelse([$1],[CXX],[
4902  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4903  case $host_os in
4904  aix4* | aix5*)
4905    # If we're using GNU nm, then we don't want the "-C" option.
4906    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4907    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4908      _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'
4909    else
4910      _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'
4911    fi
4912    ;;
4913  pw32*)
4914    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4915  ;;
4916  cygwin* | mingw*)
4917    _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'
4918  ;;
4919  linux* | k*bsd*-gnu)
4920    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4921  ;;
4922  *)
4923    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4924  ;;
4925  esac
4926],[
4927  runpath_var=
4928  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4929  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4930  _LT_AC_TAGVAR(archive_cmds, $1)=
4931  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4932  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4933  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4934  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4935  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4936  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4937  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4938  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4939  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4940  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4941  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4942  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4943  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4944  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4945  _LT_AC_TAGVAR(module_cmds, $1)=
4946  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4947  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4948  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4949  # include_expsyms should be a list of space-separated symbols to be *always*
4950  # included in the symbol list
4951  _LT_AC_TAGVAR(include_expsyms, $1)=
4952  # exclude_expsyms can be an extended regexp of symbols to exclude
4953  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4954  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4955  # as well as any symbol that contains `d'.
4956  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4957  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4958  # platforms (ab)use it in PIC code, but their linkers get confused if
4959  # the symbol is explicitly referenced.  Since portable code cannot
4960  # rely on this symbol name, it's probably fine to never include it in
4961  # preloaded symbol tables.
4962  extract_expsyms_cmds=
4963  # Just being paranoid about ensuring that cc_basename is set.
4964  _LT_CC_BASENAME([$compiler])
4965  case $host_os in
4966  cygwin* | mingw* | pw32*)
4967    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4968    # When not using gcc, we currently assume that we are using
4969    # Microsoft Visual C++.
4970    if test "$GCC" != yes; then
4971      with_gnu_ld=no
4972    fi
4973    ;;
4974  interix*)
4975    # we just hope/assume this is gcc and not c89 (= MSVC++)
4976    with_gnu_ld=yes
4977    ;;
4978  openbsd*)
4979    with_gnu_ld=no
4980    ;;
4981  esac
4982
4983  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4984  if test "$with_gnu_ld" = yes; then
4985    # If archive_cmds runs LD, not CC, wlarc should be empty
4986    wlarc='${wl}'
4987
4988    # Set some defaults for GNU ld with shared library support. These
4989    # are reset later if shared libraries are not supported. Putting them
4990    # here allows them to be overridden if necessary.
4991    runpath_var=LD_RUN_PATH
4992    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4993    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4994    # ancient GNU ld didn't support --whole-archive et. al.
4995    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4996	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4997      else
4998  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4999    fi
5000    supports_anon_versioning=no
5001    case `$LD -v 2>/dev/null` in
5002      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5003      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5004      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5005      *\ 2.11.*) ;; # other 2.11 versions
5006      *) supports_anon_versioning=yes ;;
5007    esac
5008
5009    # See if GNU ld supports shared libraries.
5010    case $host_os in
5011    aix3* | aix4* | aix5*)
5012      # On AIX/PPC, the GNU linker is very broken
5013      if test "$host_cpu" != ia64; then
5014	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5015	cat <<EOF 1>&2
5016
5017*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5018*** to be unable to reliably create shared libraries on AIX.
5019*** Therefore, libtool is disabling shared libraries support.  If you
5020*** really care for shared libraries, you may want to modify your PATH
5021*** so that a non-GNU linker is found, and then restart.
5022
5023EOF
5024      fi
5025      ;;
5026
5027    amigaos*)
5028      _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)'
5029      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5030      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5031
5032      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5033      # that the semantics of dynamic libraries on AmigaOS, at least up
5034      # to version 4, is to share data among multiple programs linked
5035      # with the same dynamic library.  Since this doesn't match the
5036      # behavior of shared libraries on other platforms, we can't use
5037      # them.
5038      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5039      ;;
5040
5041    beos*)
5042      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5043	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5044	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5045	# support --undefined.  This deserves some investigation.  FIXME
5046	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5047      else
5048	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5049      fi
5050      ;;
5051
5052    cygwin* | mingw* | pw32*)
5053      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5054      # as there is no search path for DLLs.
5055      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5056      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5057      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5058      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5059      _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'
5060
5061      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5062        _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'
5063	# If the export-symbols file already is a .def file (1st line
5064	# is EXPORTS), use it as is; otherwise, prepend...
5065	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5066	  cp $export_symbols $output_objdir/$soname.def;
5067	else
5068	  echo EXPORTS > $output_objdir/$soname.def;
5069	  cat $export_symbols >> $output_objdir/$soname.def;
5070	fi~
5071	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5072      else
5073	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5074      fi
5075      ;;
5076
5077    interix3*)
5078      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5079      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5080      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5081      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5082      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5083      # Instead, shared libraries are loaded at an image base (0x10000000 by
5084      # default) and relocated if they conflict, which is a slow very memory
5085      # consuming and fragmenting process.  To avoid this, we pick a random,
5086      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5087      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5088      _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'
5089      _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'
5090      ;;
5091
5092    linux* | k*bsd*-gnu)
5093      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5094	tmp_addflag=
5095	case $cc_basename,$host_cpu in
5096	pgcc*)				# Portland Group C compiler
5097	  _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'
5098	  tmp_addflag=' $pic_flag'
5099	  ;;
5100	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
5101	  _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'
5102	  tmp_addflag=' $pic_flag -Mnomain' ;;
5103	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
5104	  tmp_addflag=' -i_dynamic' ;;
5105	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
5106	  tmp_addflag=' -i_dynamic -nofor_main' ;;
5107	ifc* | ifort*)			# Intel Fortran compiler
5108	  tmp_addflag=' -nofor_main' ;;
5109	esac
5110	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5111
5112	if test $supports_anon_versioning = yes; then
5113	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5114  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5115  $echo "local: *; };" >> $output_objdir/$libname.ver~
5116	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5117	fi
5118	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
5119      else
5120	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5121      fi
5122      ;;
5123
5124    netbsd* | netbsdelf*-gnu)
5125      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5126	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5127	wlarc=
5128      else
5129	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5130	_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'
5131      fi
5132      ;;
5133
5134    solaris*)
5135      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5136	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5137	cat <<EOF 1>&2
5138
5139*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5140*** create shared libraries on Solaris systems.  Therefore, libtool
5141*** is disabling shared libraries support.  We urge you to upgrade GNU
5142*** binutils to release 2.9.1 or newer.  Another option is to modify
5143*** your PATH or compiler configuration so that the native linker is
5144*** used, and then restart.
5145
5146EOF
5147      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5148	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5149	_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'
5150      else
5151	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5152      fi
5153      ;;
5154
5155    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5156      case `$LD -v 2>&1` in
5157        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5158	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5159	cat <<_LT_EOF 1>&2
5160
5161*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5162*** reliably create shared libraries on SCO systems.  Therefore, libtool
5163*** is disabling shared libraries support.  We urge you to upgrade GNU
5164*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5165*** your PATH or compiler configuration so that the native linker is
5166*** used, and then restart.
5167
5168_LT_EOF
5169	;;
5170	*)
5171	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5172	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5173	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5174	    _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'
5175	  else
5176	    _LT_AC_TAGVAR(ld_shlibs, $1)=no
5177	  fi
5178	;;
5179      esac
5180      ;;
5181
5182    sunos4*)
5183      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5184      wlarc=
5185      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5186      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5187      ;;
5188
5189    *)
5190      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5191	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5192	_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'
5193      else
5194	_LT_AC_TAGVAR(ld_shlibs, $1)=no
5195      fi
5196      ;;
5197    esac
5198
5199    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5200      runpath_var=
5201      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5202      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5203      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5204    fi
5205  else
5206    # PORTME fill in a description of your system's linker (not GNU ld)
5207    case $host_os in
5208    aix3*)
5209      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5210      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5211      _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'
5212      # Note: this linker hardcodes the directories in LIBPATH if there
5213      # are no directories specified by -L.
5214      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5215      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5216	# Neither direct hardcoding nor static linking is supported with a
5217	# broken collect2.
5218	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5219      fi
5220      ;;
5221
5222    aix4* | aix5*)
5223      if test "$host_cpu" = ia64; then
5224	# On IA64, the linker does run time linking by default, so we don't
5225	# have to do anything special.
5226	aix_use_runtimelinking=no
5227	exp_sym_flag='-Bexport'
5228	no_entry_flag=""
5229      else
5230	# If we're using GNU nm, then we don't want the "-C" option.
5231	# -C means demangle to AIX nm, but means don't demangle with GNU nm
5232	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5233	  _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'
5234	else
5235	  _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'
5236	fi
5237	aix_use_runtimelinking=no
5238
5239	# Test if we are trying to use run time linking or normal
5240	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
5241	# need to do runtime linking.
5242	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5243	  for ld_flag in $LDFLAGS; do
5244  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5245  	    aix_use_runtimelinking=yes
5246  	    break
5247  	  fi
5248	  done
5249	  ;;
5250	esac
5251
5252	exp_sym_flag='-bexport'
5253	no_entry_flag='-bnoentry'
5254      fi
5255
5256      # When large executables or shared objects are built, AIX ld can
5257      # have problems creating the table of contents.  If linking a library
5258      # or program results in "error TOC overflow" add -mminimal-toc to
5259      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5260      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5261
5262      _LT_AC_TAGVAR(archive_cmds, $1)=''
5263      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5264      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5265      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5266
5267      if test "$GCC" = yes; then
5268	case $host_os in aix4.[[012]]|aix4.[[012]].*)
5269	# We only want to do this on AIX 4.2 and lower, the check
5270	# below for broken collect2 doesn't work under 4.3+
5271	  collect2name=`${CC} -print-prog-name=collect2`
5272	  if test -f "$collect2name" && \
5273  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
5274	  then
5275  	  # We have reworked collect2
5276  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5277	  else
5278  	  # We have old collect2
5279  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5280  	  # It fails to find uninstalled libraries when the uninstalled
5281  	  # path is not listed in the libpath.  Setting hardcode_minus_L
5282  	  # to unsupported forces relinking
5283  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5284  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5285  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5286	  fi
5287	  ;;
5288	esac
5289	shared_flag='-shared'
5290	if test "$aix_use_runtimelinking" = yes; then
5291	  shared_flag="$shared_flag "'${wl}-G'
5292	fi
5293      else
5294	# not using gcc
5295	if test "$host_cpu" = ia64; then
5296  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5297  	# chokes on -Wl,-G. The following line is correct:
5298	  shared_flag='-G'
5299	else
5300	  if test "$aix_use_runtimelinking" = yes; then
5301	    shared_flag='${wl}-G'
5302	  else
5303	    shared_flag='${wl}-bM:SRE'
5304	  fi
5305	fi
5306      fi
5307
5308      # It seems that -bexpall does not export symbols beginning with
5309      # underscore (_), so it is better to generate a list of symbols to export.
5310      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5311      if test "$aix_use_runtimelinking" = yes; then
5312	# Warning - without using the other runtime loading flags (-brtl),
5313	# -berok will link without error, but may produce a broken library.
5314	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5315       # Determine the default libpath from the value encoded in an empty executable.
5316       _LT_AC_SYS_LIBPATH_AIX
5317       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5318	_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"
5319       else
5320	if test "$host_cpu" = ia64; then
5321	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5322	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5323	  _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"
5324	else
5325	 # Determine the default libpath from the value encoded in an empty executable.
5326	 _LT_AC_SYS_LIBPATH_AIX
5327	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5328	  # Warning - without using the other run time loading flags,
5329	  # -berok will link without error, but may produce a broken library.
5330	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5331	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5332	  # Exported symbols can be pulled into shared objects from archives
5333	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5334	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5335	  # This is similar to how AIX traditionally builds its shared libraries.
5336	  _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'
5337	fi
5338      fi
5339      ;;
5340
5341    amigaos*)
5342      _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)'
5343      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5344      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5345      # see comment about different semantics on the GNU ld section
5346      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5347      ;;
5348
5349    bsdi[[45]]*)
5350      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5351      ;;
5352
5353    cygwin* | mingw* | pw32*)
5354      # When not using gcc, we currently assume that we are using
5355      # Microsoft Visual C++.
5356      # hardcode_libdir_flag_spec is actually meaningless, as there is
5357      # no search path for DLLs.
5358      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5359      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5360      # Tell ltmain to make .lib files, not .a files.
5361      libext=lib
5362      # Tell ltmain to make .dll files, not .so files.
5363      shrext_cmds=".dll"
5364      # FIXME: Setting linknames here is a bad hack.
5365      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5366      # The linker will automatically build a .lib file if we build a DLL.
5367      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5368      # FIXME: Should let the user specify the lib program.
5369      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5370      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5371      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5372      ;;
5373
5374    darwin* | rhapsody*)
5375      case $host_os in
5376        rhapsody* | darwin1.[[012]])
5377         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5378         ;;
5379       *) # Darwin 1.3 on
5380         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5381           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5382         else
5383           case ${MACOSX_DEPLOYMENT_TARGET} in
5384             10.[[012]])
5385               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5386               ;;
5387             10.*)
5388               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5389               ;;
5390           esac
5391         fi
5392         ;;
5393      esac
5394      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5395      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5396      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5397      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5398      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5399      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5400    if test "$GCC" = yes ; then
5401    	output_verbose_link_cmd='echo'
5402        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5403      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5404      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5405      _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}'
5406      _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}'
5407    else
5408      case $cc_basename in
5409        xlc*)
5410         output_verbose_link_cmd='echo'
5411         _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'
5412         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5413          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5414         _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}'
5415          _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}'
5416          ;;
5417       *)
5418         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5419          ;;
5420      esac
5421    fi
5422      ;;
5423
5424    dgux*)
5425      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5426      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5427      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5428      ;;
5429
5430    freebsd1*)
5431      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5432      ;;
5433
5434    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5435    # support.  Future versions do this automatically, but an explicit c++rt0.o
5436    # does not break anything, and helps significantly (at the cost of a little
5437    # extra space).
5438    freebsd2.2*)
5439      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5440      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5441      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5442      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5443      ;;
5444
5445    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5446    freebsd2*)
5447      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5448      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5449      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5450      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5451      ;;
5452
5453    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5454    freebsd* | dragonfly*)
5455      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5456      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5457      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5458      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5459      ;;
5460
5461    hpux9*)
5462      if test "$GCC" = yes; then
5463	_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'
5464      else
5465	_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'
5466      fi
5467      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5468      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5469      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5470
5471      # hardcode_minus_L: Not really in the search PATH,
5472      # but as the default location of the library.
5473      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5474      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5475      ;;
5476
5477    hpux10*)
5478      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5479	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5480      else
5481	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5482      fi
5483      if test "$with_gnu_ld" = no; then
5484	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5485	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5486
5487	_LT_AC_TAGVAR(hardcode_direct, $1)=yes
5488	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5489
5490	# hardcode_minus_L: Not really in the search PATH,
5491	# but as the default location of the library.
5492	_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5493      fi
5494      ;;
5495
5496    hpux11*)
5497      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5498	case $host_cpu in
5499	hppa*64*)
5500	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5501	  ;;
5502	ia64*)
5503	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5504	  ;;
5505	*)
5506	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5507	  ;;
5508	esac
5509      else
5510	case $host_cpu in
5511	hppa*64*)
5512	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5513	  ;;
5514	ia64*)
5515	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5516	  ;;
5517	*)
5518	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5519	  ;;
5520	esac
5521      fi
5522      if test "$with_gnu_ld" = no; then
5523	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5524	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5525
5526	case $host_cpu in
5527	hppa*64*|ia64*)
5528	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5529	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5530	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5531	  ;;
5532	*)
5533	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5534	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5535
5536	  # hardcode_minus_L: Not really in the search PATH,
5537	  # but as the default location of the library.
5538	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5539	  ;;
5540	esac
5541      fi
5542      ;;
5543
5544    irix5* | irix6* | nonstopux*)
5545      if test "$GCC" = yes; then
5546	_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'
5547      else
5548	_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'
5549	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5550      fi
5551      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5552      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5553      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5554      ;;
5555
5556    netbsd* | netbsdelf*-gnu)
5557      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5558	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5559      else
5560	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5561      fi
5562      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5563      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5564      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5565      ;;
5566
5567    newsos6)
5568      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5569      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5570      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5571      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5572      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5573      ;;
5574
5575    openbsd*)
5576      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5577      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5578      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5579	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5580	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5581	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5582	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5583      else
5584       case $host_os in
5585	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5586	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5587	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5588	   ;;
5589	 *)
5590	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5591	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5592	   ;;
5593       esac
5594      fi
5595      ;;
5596
5597    os2*)
5598      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5599      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5600      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5601      _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'
5602      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5603      ;;
5604
5605    osf3*)
5606      if test "$GCC" = yes; then
5607	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5608	_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'
5609      else
5610	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5611	_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'
5612      fi
5613      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5614      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5615      ;;
5616
5617    osf4* | osf5*)	# as osf3* with the addition of -msym flag
5618      if test "$GCC" = yes; then
5619	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5620	_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'
5621	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5622      else
5623	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5624	_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'
5625	_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~
5626	$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'
5627
5628	# Both c and cxx compiler support -rpath directly
5629	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5630      fi
5631      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5632      ;;
5633
5634    solaris*)
5635      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5636      if test "$GCC" = yes; then
5637	wlarc='${wl}'
5638	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5639	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5640	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5641      else
5642	wlarc=''
5643	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5644	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5645  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5646      fi
5647      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5648      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5649      case $host_os in
5650      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5651      *)
5652 	# The compiler driver will combine linker options so we
5653 	# cannot just pass the convience library names through
5654 	# without $wl, iff we do not link with $LD.
5655 	# Luckily, gcc supports the same syntax we need for Sun Studio.
5656 	# Supported since Solaris 2.6 (maybe 2.5.1?)
5657 	case $wlarc in
5658 	'')
5659 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5660 	*)
5661 	  _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' ;;
5662 	esac ;;
5663      esac
5664      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5665      ;;
5666
5667    sunos4*)
5668      if test "x$host_vendor" = xsequent; then
5669	# Use $CC to link under sequent, because it throws in some extra .o
5670	# files that make .init and .fini sections work.
5671	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5672      else
5673	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5674      fi
5675      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5676      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5677      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5678      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5679      ;;
5680
5681    sysv4)
5682      case $host_vendor in
5683	sni)
5684	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5685	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5686	;;
5687	siemens)
5688	  ## LD is ld it makes a PLAMLIB
5689	  ## CC just makes a GrossModule.
5690	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5691	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5692	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5693        ;;
5694	motorola)
5695	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5696	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5697	;;
5698      esac
5699      runpath_var='LD_RUN_PATH'
5700      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5701      ;;
5702
5703    sysv4.3*)
5704      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5705      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5706      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5707      ;;
5708
5709    sysv4*MP*)
5710      if test -d /usr/nec; then
5711	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5712	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5713	runpath_var=LD_RUN_PATH
5714	hardcode_runpath_var=yes
5715	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
5716      fi
5717      ;;
5718
5719    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
5720      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5721      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5722      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5723      runpath_var='LD_RUN_PATH'
5724
5725      if test "$GCC" = yes; then
5726	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5727	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5728      else
5729	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5730	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5731      fi
5732      ;;
5733
5734    sysv5* | sco3.2v5* | sco5v6*)
5735      # Note: We can NOT use -z defs as we might desire, because we do not
5736      # link with -lc, and that would cause any symbols used from libc to
5737      # always be unresolved, which means just about no library would
5738      # ever link correctly.  If we're not using GNU ld we use -z text
5739      # though, which does catch some bad symbols but isn't as heavy-handed
5740      # as -z defs.
5741      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5742      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5743      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5744      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5745      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5746      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5747      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5748      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5749      runpath_var='LD_RUN_PATH'
5750
5751      if test "$GCC" = yes; then
5752	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5753	_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'
5754      else
5755	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5756	_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'
5757      fi
5758      ;;
5759
5760    uts4*)
5761      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5762      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5763      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5764      ;;
5765
5766    *)
5767      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5768      ;;
5769    esac
5770  fi
5771])
5772AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5773test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5774
5775#
5776# Do we need to explicitly link libc?
5777#
5778case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5779x|xyes)
5780  # Assume -lc should be added
5781  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5782
5783  if test "$enable_shared" = yes && test "$GCC" = yes; then
5784    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5785    *'~'*)
5786      # FIXME: we may have to deal with multi-command sequences.
5787      ;;
5788    '$CC '*)
5789      # Test whether the compiler implicitly links with -lc since on some
5790      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5791      # to ld, don't add -lc before -lgcc.
5792      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5793      $rm conftest*
5794      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5795
5796      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5797        soname=conftest
5798        lib=conftest
5799        libobjs=conftest.$ac_objext
5800        deplibs=
5801        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5802	pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5803        compiler_flags=-v
5804        linker_flags=-v
5805        verstring=
5806        output_objdir=.
5807        libname=conftest
5808        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5809        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5810        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5811        then
5812	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5813        else
5814	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5815        fi
5816        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5817      else
5818        cat conftest.err 1>&5
5819      fi
5820      $rm conftest*
5821      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5822      ;;
5823    esac
5824  fi
5825  ;;
5826esac
5827])
5828m4trace:/usr/share/aclocal/libtool.m4:6264: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5829# /* ltdll.c starts here */
5830# #define WIN32_LEAN_AND_MEAN
5831# #include <windows.h>
5832# #undef WIN32_LEAN_AND_MEAN
5833# #include <stdio.h>
5834#
5835# #ifndef __CYGWIN__
5836# #  ifdef __CYGWIN32__
5837# #    define __CYGWIN__ __CYGWIN32__
5838# #  endif
5839# #endif
5840#
5841# #ifdef __cplusplus
5842# extern "C" {
5843# #endif
5844# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5845# #ifdef __cplusplus
5846# }
5847# #endif
5848#
5849# #ifdef __CYGWIN__
5850# #include <cygwin/cygwin_dll.h>
5851# DECLARE_CYGWIN_DLL( DllMain );
5852# #endif
5853# HINSTANCE __hDllInstance_base;
5854#
5855# BOOL APIENTRY
5856# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5857# {
5858#   __hDllInstance_base = hInst;
5859#   return TRUE;
5860# }
5861# /* ltdll.c ends here */
5862])
5863m4trace:/usr/share/aclocal/libtool.m4:6303: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5864m4trace:/usr/share/aclocal/libtool.m4:6307: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5865m4trace:/usr/share/aclocal/libtool.m4:6308: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5866m4trace:/usr/share/aclocal/libtool.m4:6309: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5867m4trace:/usr/share/aclocal/libtool.m4:6310: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5868m4trace:/usr/share/aclocal/libtool.m4:6311: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5869m4trace:/usr/share/aclocal/libtool.m4:6312: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5870m4trace:/usr/share/aclocal/libtool.m4:6313: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5871m4trace:/usr/share/aclocal/libtool.m4:6318: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5872  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5873  AC_SUBST(GCJFLAGS)
5874])
5875m4trace:/usr/share/aclocal/libtool.m4:6324: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5876])
5877m4trace:/usr/share/aclocal/libtool.m4:6338: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5878AC_CACHE_VAL(lt_cv_path_SED,
5879[# Loop through the user's path and test for sed and gsed.
5880# Then use that list of sed's as ones to test for truncation.
5881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882for as_dir in $PATH
5883do
5884  IFS=$as_save_IFS
5885  test -z "$as_dir" && as_dir=.
5886  for lt_ac_prog in sed gsed; do
5887    for ac_exec_ext in '' $ac_executable_extensions; do
5888      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5889        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5890      fi
5891    done
5892  done
5893done
5894lt_ac_max=0
5895lt_ac_count=0
5896# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5897# along with /bin/sed that truncates output.
5898for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5899  test ! -f $lt_ac_sed && continue
5900  cat /dev/null > conftest.in
5901  lt_ac_count=0
5902  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5903  # Check for GNU sed and select it if it is found.
5904  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5905    lt_cv_path_SED=$lt_ac_sed
5906    break
5907  fi
5908  while true; do
5909    cat conftest.in conftest.in >conftest.tmp
5910    mv conftest.tmp conftest.in
5911    cp conftest.in conftest.nl
5912    echo >>conftest.nl
5913    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5914    cmp -s conftest.out conftest.nl || break
5915    # 10000 chars as input seems more than enough
5916    test $lt_ac_count -gt 10 && break
5917    lt_ac_count=`expr $lt_ac_count + 1`
5918    if test $lt_ac_count -gt $lt_ac_max; then
5919      lt_ac_max=$lt_ac_count
5920      lt_cv_path_SED=$lt_ac_sed
5921    fi
5922  done
5923done
5924])
5925SED=$lt_cv_path_SED
5926AC_MSG_RESULT([$SED])
5927])
5928m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5929m4trace:/usr/share/aclocal-1.9/amversion.m4:19: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
5930m4trace:/usr/share/aclocal-1.9/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5931AC_PREREQ([2.50])dnl
5932# expand $ac_aux_dir to an absolute path
5933am_aux_dir=`cd $ac_aux_dir && pwd`
5934])
5935m4trace:/usr/share/aclocal-1.9/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5936 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5937	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5938AC_SUBST([$1_TRUE])
5939AC_SUBST([$1_FALSE])
5940if $2; then
5941  $1_TRUE=
5942  $1_FALSE='#'
5943else
5944  $1_TRUE='#'
5945  $1_FALSE=
5946fi
5947AC_CONFIG_COMMANDS_PRE(
5948[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5949  AC_MSG_ERROR([[conditional "$1" was never defined.
5950Usually this means the macro was only invoked conditionally.]])
5951fi])])
5952m4trace:/usr/share/aclocal-1.9/depend.m4:29: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5953AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5954AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5955AC_REQUIRE([AM_DEP_TRACK])dnl
5956
5957ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5958       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5959       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5960       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5961                   [depcc="$$1"   am_compiler_list=])
5962
5963AC_CACHE_CHECK([dependency style of $depcc],
5964               [am_cv_$1_dependencies_compiler_type],
5965[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5966  # We make a subdir and do the tests there.  Otherwise we can end up
5967  # making bogus files that we don't know about and never remove.  For
5968  # instance it was reported that on HP-UX the gcc test will end up
5969  # making a dummy file named `D' -- because `-MD' means `put the output
5970  # in D'.
5971  mkdir conftest.dir
5972  # Copy depcomp to subdir because otherwise we won't find it if we're
5973  # using a relative directory.
5974  cp "$am_depcomp" conftest.dir
5975  cd conftest.dir
5976  # We will build objects and dependencies in a subdirectory because
5977  # it helps to detect inapplicable dependency modes.  For instance
5978  # both Tru64's cc and ICC support -MD to output dependencies as a
5979  # side effect of compilation, but ICC will put the dependencies in
5980  # the current directory while Tru64 will put them in the object
5981  # directory.
5982  mkdir sub
5983
5984  am_cv_$1_dependencies_compiler_type=none
5985  if test "$am_compiler_list" = ""; then
5986     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5987  fi
5988  for depmode in $am_compiler_list; do
5989    # Setup a source with many dependencies, because some compilers
5990    # like to wrap large dependency lists on column 80 (with \), and
5991    # we should not choose a depcomp mode which is confused by this.
5992    #
5993    # We need to recreate these files for each test, as the compiler may
5994    # overwrite some of them when testing with obscure command lines.
5995    # This happens at least with the AIX C compiler.
5996    : > sub/conftest.c
5997    for i in 1 2 3 4 5 6; do
5998      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5999      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6000      # Solaris 8's {/usr,}/bin/sh.
6001      touch sub/conftst$i.h
6002    done
6003    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6004
6005    case $depmode in
6006    nosideeffect)
6007      # after this tag, mechanisms are not by side-effect, so they'll
6008      # only be used when explicitly requested
6009      if test "x$enable_dependency_tracking" = xyes; then
6010	continue
6011      else
6012	break
6013      fi
6014      ;;
6015    none) break ;;
6016    esac
6017    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6018    # mode.  It turns out that the SunPro C++ compiler does not properly
6019    # handle `-M -o', and we need to detect this.
6020    if depmode=$depmode \
6021       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6022       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6023       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6024         >/dev/null 2>conftest.err &&
6025       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6026       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6027       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6028      # icc doesn't choke on unknown options, it will just issue warnings
6029      # or remarks (even with -Werror).  So we grep stderr for any message
6030      # that says an option was ignored or not supported.
6031      # When given -MP, icc 7.0 and 7.1 complain thusly:
6032      #   icc: Command line warning: ignoring option '-M'; no argument required
6033      # The diagnosis changed in icc 8.0:
6034      #   icc: Command line remark: option '-MP' not supported
6035      if (grep 'ignoring option' conftest.err ||
6036          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6037        am_cv_$1_dependencies_compiler_type=$depmode
6038        break
6039      fi
6040    fi
6041  done
6042
6043  cd ..
6044  rm -rf conftest.dir
6045else
6046  am_cv_$1_dependencies_compiler_type=none
6047fi
6048])
6049AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6050AM_CONDITIONAL([am__fastdep$1], [
6051  test "x$enable_dependency_tracking" != xno \
6052  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6053])
6054m4trace:/usr/share/aclocal-1.9/depend.m4:138: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6055AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6056])
6057m4trace:/usr/share/aclocal-1.9/depend.m4:146: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6058[  --disable-dependency-tracking  speeds up one-time build
6059  --enable-dependency-tracking   do not reject slow dependency extractors])
6060if test "x$enable_dependency_tracking" != xno; then
6061  am_depcomp="$ac_aux_dir/depcomp"
6062  AMDEPBACKSLASH='\'
6063fi
6064AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6065AC_SUBST([AMDEPBACKSLASH])
6066])
6067m4trace:/usr/share/aclocal-1.9/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6068  # Strip MF so we end up with the name of the file.
6069  mf=`echo "$mf" | sed -e 's/:.*$//'`
6070  # Check whether this is an Automake generated Makefile or not.
6071  # We used to match only the files named `Makefile.in', but
6072  # some people rename them; so instead we look at the file content.
6073  # Grep'ing the first line is not enough: some people post-process
6074  # each Makefile.in and add a new line on top of each file to say so.
6075  # So let's grep whole file.
6076  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6077    dirpart=`AS_DIRNAME("$mf")`
6078  else
6079    continue
6080  fi
6081  # Extract the definition of DEPDIR, am__include, and am__quote
6082  # from the Makefile without running `make'.
6083  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6084  test -z "$DEPDIR" && continue
6085  am__include=`sed -n 's/^am__include = //p' < "$mf"`
6086  test -z "am__include" && continue
6087  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6088  # When using ansi2knr, U may be empty or an underscore; expand it
6089  U=`sed -n 's/^U = //p' < "$mf"`
6090  # Find all dependency output files, they are included files with
6091  # $(DEPDIR) in their names.  We invoke sed twice because it is the
6092  # simplest approach to changing $(DEPDIR) to its actual value in the
6093  # expansion.
6094  for file in `sed -n "
6095    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6096       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6097    # Make sure the directory exists.
6098    test -f "$dirpart/$file" && continue
6099    fdir=`AS_DIRNAME(["$file"])`
6100    AS_MKDIR_P([$dirpart/$fdir])
6101    # echo "creating $dirpart/$file"
6102    echo '# dummy' > "$dirpart/$file"
6103  done
6104done
6105])
6106m4trace:/usr/share/aclocal-1.9/depout.m4:63: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6107     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6108     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6109])
6110m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
6111m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6112You should run autoupdate.])dnl
6113AC_CONFIG_HEADERS($@)])
6114m4trace:/usr/share/aclocal-1.9/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
6115dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6116dnl the ones we care about.
6117m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6118AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6119AC_REQUIRE([AC_PROG_INSTALL])dnl
6120# test to see if srcdir already configured
6121if test "`cd $srcdir && pwd`" != "`pwd`" &&
6122   test -f $srcdir/config.status; then
6123  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6124fi
6125
6126# test whether we have cygpath
6127if test -z "$CYGPATH_W"; then
6128  if (cygpath --version) >/dev/null 2>/dev/null; then
6129    CYGPATH_W='cygpath -w'
6130  else
6131    CYGPATH_W=echo
6132  fi
6133fi
6134AC_SUBST([CYGPATH_W])
6135
6136# Define the identity of the package.
6137dnl Distinguish between old-style and new-style calls.
6138m4_ifval([$2],
6139[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6140 AC_SUBST([PACKAGE], [$1])dnl
6141 AC_SUBST([VERSION], [$2])],
6142[_AM_SET_OPTIONS([$1])dnl
6143 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6144 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6145
6146_AM_IF_OPTION([no-define],,
6147[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6148 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6149
6150# Some tools Automake needs.
6151AC_REQUIRE([AM_SANITY_CHECK])dnl
6152AC_REQUIRE([AC_ARG_PROGRAM])dnl
6153AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6154AM_MISSING_PROG(AUTOCONF, autoconf)
6155AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6156AM_MISSING_PROG(AUTOHEADER, autoheader)
6157AM_MISSING_PROG(MAKEINFO, makeinfo)
6158AM_PROG_INSTALL_SH
6159AM_PROG_INSTALL_STRIP
6160AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6161# We need awk for the "check" target.  The system "awk" is bad on
6162# some platforms.
6163AC_REQUIRE([AC_PROG_AWK])dnl
6164AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6165AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6166_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6167              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6168	      		     [_AM_PROG_TAR([v7])])])
6169_AM_IF_OPTION([no-dependencies],,
6170[AC_PROVIDE_IFELSE([AC_PROG_CC],
6171                  [_AM_DEPENDENCIES(CC)],
6172                  [define([AC_PROG_CC],
6173                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6174AC_PROVIDE_IFELSE([AC_PROG_CXX],
6175                  [_AM_DEPENDENCIES(CXX)],
6176                  [define([AC_PROG_CXX],
6177                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6178])
6179])
6180m4trace:/usr/share/aclocal-1.9/init.m4:102: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6181_am_stamp_count=1
6182for _am_header in $config_headers :; do
6183  case $_am_header in
6184    $1 | $1:* )
6185      break ;;
6186    * )
6187      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6188  esac
6189done
6190echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6191m4trace:/usr/share/aclocal-1.9/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6192install_sh=${install_sh-"$am_aux_dir/install-sh"}
6193AC_SUBST(install_sh)])
6194m4trace:/usr/share/aclocal-1.9/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6195mkdir .tst 2>/dev/null
6196if test -d .tst; then
6197  am__leading_dot=.
6198else
6199  am__leading_dot=_
6200fi
6201rmdir .tst 2>/dev/null
6202AC_SUBST([am__leading_dot])])
6203m4trace:/usr/share/aclocal-1.9/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
6204  dnl maintainer-mode is disabled by default
6205  AC_ARG_ENABLE(maintainer-mode,
6206[  --enable-maintainer-mode  enable make rules and dependencies not useful
6207			  (and sometimes confusing) to the casual installer],
6208      USE_MAINTAINER_MODE=$enableval,
6209      USE_MAINTAINER_MODE=no)
6210  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
6211  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
6212  MAINT=$MAINTAINER_MODE_TRUE
6213  AC_SUBST(MAINT)dnl
6214
6215])
6216m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
6217m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
6218You should run autoupdate.])dnl
6219AM_MAINTAINER_MODE])
6220m4trace:/usr/share/aclocal-1.9/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6221cat > confinc << 'END'
6222am__doit:
6223	@echo done
6224.PHONY: am__doit
6225END
6226# If we don't find an include directive, just comment out the code.
6227AC_MSG_CHECKING([for style of include used by $am_make])
6228am__include="#"
6229am__quote=
6230_am_result=none
6231# First try GNU make style include.
6232echo "include confinc" > confmf
6233# We grep out `Entering directory' and `Leaving directory'
6234# messages which can occur if `w' ends up in MAKEFLAGS.
6235# In particular we don't look at `^make:' because GNU make might
6236# be invoked under some other name (usually "gmake"), in which
6237# case it prints its new name instead of `make'.
6238if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6239   am__include=include
6240   am__quote=
6241   _am_result=GNU
6242fi
6243# Now try BSD make style include.
6244if test "$am__include" = "#"; then
6245   echo '.include "confinc"' > confmf
6246   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6247      am__include=.include
6248      am__quote="\""
6249      _am_result=BSD
6250   fi
6251fi
6252AC_SUBST([am__include])
6253AC_SUBST([am__quote])
6254AC_MSG_RESULT([$_am_result])
6255rm -f confinc confmf
6256])
6257m4trace:/usr/share/aclocal-1.9/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6258$1=${$1-"${am_missing_run}$2"}
6259AC_SUBST($1)])
6260m4trace:/usr/share/aclocal-1.9/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6261test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6262# Use eval to expand $SHELL
6263if eval "$MISSING --run true"; then
6264  am_missing_run="$MISSING --run "
6265else
6266  am_missing_run=
6267  AC_MSG_WARN([`missing' script is too old or missing])
6268fi
6269])
6270m4trace:/usr/share/aclocal-1.9/mkdirp.m4:30: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
6271  # We used to keeping the `.' as first argument, in order to
6272  # allow $(mkdir_p) to be used without argument.  As in
6273  #   $(mkdir_p) $(somedir)
6274  # where $(somedir) is conditionally defined.  However this is wrong
6275  # for two reasons:
6276  #  1. if the package is installed by a user who cannot write `.'
6277  #     make install will fail,
6278  #  2. the above comment should most certainly read
6279  #     $(mkdir_p) $(DESTDIR)$(somedir)
6280  #     so it does not work when $(somedir) is undefined and
6281  #     $(DESTDIR) is not.
6282  #  To support the latter case, we have to write
6283  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
6284  #  so the `.' trick is pointless.
6285  mkdir_p='mkdir -p --'
6286else
6287  # On NextStep and OpenStep, the `mkdir' command does not
6288  # recognize any option.  It will interpret all options as
6289  # directories to create, and then abort because `.' already
6290  # exists.
6291  for d in ./-p ./--version;
6292  do
6293    test -d $d && rmdir $d
6294  done
6295  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
6296  if test -f "$ac_aux_dir/mkinstalldirs"; then
6297    mkdir_p='$(mkinstalldirs)'
6298  else
6299    mkdir_p='$(install_sh) -d'
6300  fi
6301fi
6302AC_SUBST([mkdir_p])])
6303m4trace:/usr/share/aclocal-1.9/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6304m4trace:/usr/share/aclocal-1.9/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6305m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6306m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6307m4trace:/usr/share/aclocal-1.9/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6308   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6309   ac_status=$?
6310   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6311   (exit $ac_status); }])
6312m4trace:/usr/share/aclocal-1.9/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6313# Just in case
6314sleep 1
6315echo timestamp > conftest.file
6316# Do `set' in a subshell so we don't clobber the current shell's
6317# arguments.  Must try -L first in case configure is actually a
6318# symlink; some systems play weird games with the mod time of symlinks
6319# (eg FreeBSD returns the mod time of the symlink's containing
6320# directory).
6321if (
6322   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6323   if test "$[*]" = "X"; then
6324      # -L didn't work.
6325      set X `ls -t $srcdir/configure conftest.file`
6326   fi
6327   rm -f conftest.file
6328   if test "$[*]" != "X $srcdir/configure conftest.file" \
6329      && test "$[*]" != "X conftest.file $srcdir/configure"; then
6330
6331      # If neither matched, then we have a broken ls.  This can happen
6332      # if, for instance, CONFIG_SHELL is bash and it inherits a
6333      # broken ls alias from the environment.  This has actually
6334      # happened.  Such a system could not be considered "sane".
6335      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6336alias in your environment])
6337   fi
6338
6339   test "$[2]" = conftest.file
6340   )
6341then
6342   # Ok.
6343   :
6344else
6345   AC_MSG_ERROR([newly created file is older than distributed files!
6346Check your system clock])
6347fi
6348AC_MSG_RESULT(yes)])
6349m4trace:/usr/share/aclocal-1.9/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6350# Installed binaries are usually stripped using `strip' when the user
6351# run `make install-strip'.  However `strip' might not be the right
6352# tool to use in cross-compilation environments, therefore Automake
6353# will honor the `STRIP' environment variable to overrule this program.
6354dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6355if test "$cross_compiling" != no; then
6356  AC_CHECK_TOOL([STRIP], [strip], :)
6357fi
6358INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
6359AC_SUBST([INSTALL_STRIP_PROGRAM])])
6360m4trace:/usr/share/aclocal-1.9/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6361AM_MISSING_PROG([AMTAR], [tar])
6362m4_if([$1], [v7],
6363     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6364     [m4_case([$1], [ustar],, [pax],,
6365              [m4_fatal([Unknown tar format])])
6366AC_MSG_CHECKING([how to create a $1 tar archive])
6367# Loop over all known methods to create a tar archive until one works.
6368_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6369_am_tools=${am_cv_prog_tar_$1-$_am_tools}
6370# Do not fold the above two line into one, because Tru64 sh and
6371# Solaris sh will not grok spaces in the rhs of `-'.
6372for _am_tool in $_am_tools
6373do
6374  case $_am_tool in
6375  gnutar)
6376    for _am_tar in tar gnutar gtar;
6377    do
6378      AM_RUN_LOG([$_am_tar --version]) && break
6379    done
6380    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6381    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6382    am__untar="$_am_tar -xf -"
6383    ;;
6384  plaintar)
6385    # Must skip GNU tar: if it does not support --format= it doesn't create
6386    # ustar tarball either.
6387    (tar --version) >/dev/null 2>&1 && continue
6388    am__tar='tar chf - "$$tardir"'
6389    am__tar_='tar chf - "$tardir"'
6390    am__untar='tar xf -'
6391    ;;
6392  pax)
6393    am__tar='pax -L -x $1 -w "$$tardir"'
6394    am__tar_='pax -L -x $1 -w "$tardir"'
6395    am__untar='pax -r'
6396    ;;
6397  cpio)
6398    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6399    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6400    am__untar='cpio -i -H $1 -d'
6401    ;;
6402  none)
6403    am__tar=false
6404    am__tar_=false
6405    am__untar=false
6406    ;;
6407  esac
6408
6409  # If the value was cached, stop now.  We just wanted to have am__tar
6410  # and am__untar set.
6411  test -n "${am_cv_prog_tar_$1}" && break
6412
6413  # tar/untar a dummy directory, and stop if the command works
6414  rm -rf conftest.dir
6415  mkdir conftest.dir
6416  echo GrepMe > conftest.dir/file
6417  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6418  rm -rf conftest.dir
6419  if test -s conftest.tar; then
6420    AM_RUN_LOG([$am__untar <conftest.tar])
6421    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6422  fi
6423done
6424rm -rf conftest.dir
6425
6426AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6427AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6428AC_SUBST([am__tar])
6429AC_SUBST([am__untar])
6430])
6431m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
6432m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
6433m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6434m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
6435m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
6436m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
6437m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
6438m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
6439m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6440m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
6441m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6442m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6443m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
6444m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6445m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
6446m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
6447m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
6448m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
6449m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
6450m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
6451m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
6452m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
6453m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
6454m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
6455m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
6456m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
6457m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
6458m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
6459m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
6460m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
6461m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
6462m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
6463m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
6464m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
6465m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
6466m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
6467m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
6468m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6469m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6470m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
6471m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6472m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
6473m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
6474m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
6475m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
6476m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
6477m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
6478m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
6479m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
6480m4trace:configure.ac:7: -1- AM_CONFIG_HEADER([config.h])
6481m4trace:configure.ac:7: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6482You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
6483configure.ac:7: the top level])
6484m4trace:configure.ac:8: -1- AM_MAINTAINER_MODE
6485m4trace:configure.ac:8: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
6486m4trace:configure.ac:8: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
6487m4trace:configure.ac:8: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
6488m4trace:configure.ac:8: -1- m4_pattern_allow([^MAINT$])
6489m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE([ 1.9.6 ])
6490m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6491m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6492m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.9.6])
6493m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6494m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6495m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_DATA$])
6496m4trace:configure.ac:9: -1- m4_pattern_allow([^CYGPATH_W$])
6497m4trace:configure.ac:9: -1- _AM_SET_OPTIONS([ 1.9.6 ])
6498m4trace:configure.ac:9: -1- _AM_SET_OPTION([1.9.6])
6499m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([1.9.6])
6500m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
6501You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
6502/usr/share/aclocal-1.9/options.m4:25: _AM_SET_OPTIONS is expanded from...
6503/usr/share/aclocal-1.9/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
6504configure.ac:9: the top level])
6505m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
6506m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
6507m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6508 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6509m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define])
6510m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
6511m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
6512m4trace:configure.ac:9: -1- AM_SANITY_CHECK
6513m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6514m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN
6515m4trace:configure.ac:9: -1- AM_AUX_DIR_EXPAND
6516m4trace:configure.ac:9: -1- m4_pattern_allow([^ACLOCAL$])
6517m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6518m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOCONF$])
6519m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6520m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOMAKE$])
6521m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6522m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOHEADER$])
6523m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6524m4trace:configure.ac:9: -1- m4_pattern_allow([^MAKEINFO$])
6525m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH
6526m4trace:configure.ac:9: -1- m4_pattern_allow([^install_sh$])
6527m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP
6528m4trace:configure.ac:9: -1- m4_pattern_allow([^STRIP$])
6529m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6530m4trace:configure.ac:9: -1- AM_PROG_MKDIR_P
6531m4trace:configure.ac:9: -1- m4_pattern_allow([^mkdir_p$])
6532m4trace:configure.ac:9: -1- m4_pattern_allow([^AWK$])
6533m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$])
6534m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT
6535m4trace:configure.ac:9: -1- m4_pattern_allow([^am__leading_dot$])
6536m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6537	      		     [_AM_PROG_TAR([v7])])])
6538m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
6539m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6540m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-pax])
6541m4trace:configure.ac:9: -1- _AM_PROG_TAR([v7])
6542m4trace:configure.ac:9: -1- AM_MISSING_PROG([AMTAR], [tar])
6543m4trace:configure.ac:9: -1- m4_pattern_allow([^AMTAR$])
6544m4trace:configure.ac:9: -1- m4_pattern_allow([^am__tar$])
6545m4trace:configure.ac:9: -1- m4_pattern_allow([^am__untar$])
6546m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6547                  [_AM_DEPENDENCIES(CC)],
6548                  [define([AC_PROG_CC],
6549                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6550AC_PROVIDE_IFELSE([AC_PROG_CXX],
6551                  [_AM_DEPENDENCIES(CXX)],
6552                  [define([AC_PROG_CXX],
6553                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6554])
6555m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies])
6556m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
6557m4trace:configure.ac:11: -1- m4_pattern_allow([^CFLAGS$])
6558m4trace:configure.ac:11: -1- m4_pattern_allow([^LDFLAGS$])
6559m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBS$])
6560m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
6561m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
6562m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
6563m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
6564m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
6565m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_CC$])
6566m4trace:configure.ac:11: -1- m4_pattern_allow([^EXEEXT$])
6567m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJEXT$])
6568m4trace:configure.ac:11: -1- _AM_DEPENDENCIES([CC])
6569m4trace:configure.ac:11: -1- AM_SET_DEPDIR
6570m4trace:configure.ac:11: -1- m4_pattern_allow([^DEPDIR$])
6571m4trace:configure.ac:11: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6572m4trace:configure.ac:11: -1- AM_MAKE_INCLUDE
6573m4trace:configure.ac:11: -1- m4_pattern_allow([^am__include$])
6574m4trace:configure.ac:11: -1- m4_pattern_allow([^am__quote$])
6575m4trace:configure.ac:11: -1- AM_DEP_TRACK
6576m4trace:configure.ac:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6577m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
6578m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
6579m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6580m4trace:configure.ac:11: -1- m4_pattern_allow([^CCDEPMODE$])
6581m4trace:configure.ac:11: -1- AM_CONDITIONAL([am__fastdepCC], [
6582  test "x$enable_dependency_tracking" != xno \
6583  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6584m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6585m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6586m4trace:configure.ac:12: -1- AC_PROG_LIBTOOL
6587m4trace:configure.ac:12: -1- _AC_PROG_LIBTOOL
6588m4trace:configure.ac:12: -1- AC_LIBTOOL_SETUP
6589m4trace:configure.ac:12: -1- AC_ENABLE_SHARED
6590m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6591You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6592../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6593/usr/share/aclocal/libtool.m4:1897: AC_ENABLE_SHARED is expanded from...
6594/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6595/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6596/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6597configure.ac:12: the top level])
6598m4trace:configure.ac:12: -1- AC_ENABLE_STATIC
6599m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6600You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6601../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6602/usr/share/aclocal/libtool.m4:1936: AC_ENABLE_STATIC is expanded from...
6603/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6604/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6605/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6606configure.ac:12: the top level])
6607m4trace:configure.ac:12: -1- AC_ENABLE_FAST_INSTALL
6608m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6609You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6610../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6611/usr/share/aclocal/libtool.m4:1975: AC_ENABLE_FAST_INSTALL is expanded from...
6612/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6613/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6614/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6615configure.ac:12: the top level])
6616m4trace:configure.ac:12: -1- m4_pattern_allow([^build$])
6617m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$])
6618m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$])
6619m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$])
6620m4trace:configure.ac:12: -1- m4_pattern_allow([^host$])
6621m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$])
6622m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$])
6623m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$])
6624m4trace:configure.ac:12: -1- AC_PROG_LD
6625m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6626You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6627../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6628/usr/share/aclocal/libtool.m4:2116: AC_PROG_LD is expanded from...
6629/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6630/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6631/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6632configure.ac:12: the top level])
6633m4trace:configure.ac:12: -1- LT_AC_PROG_SED
6634m4trace:configure.ac:12: -1- AC_PROG_LD_GNU
6635m4trace:configure.ac:12: -1- AC_PROG_EGREP
6636m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$])
6637m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$])
6638m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$])
6639m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$])
6640m4trace:configure.ac:12: -1- AC_PROG_LD_RELOAD_FLAG
6641m4trace:configure.ac:12: -1- AC_PROG_NM
6642m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$])
6643m4trace:configure.ac:12: -1- AC_DEPLIBS_CHECK_METHOD
6644m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6645m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6646m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6647m4trace:configure.ac:12: -1- AC_LIBTOOL_OBJDIR
6648m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
6649m4trace:configure.ac:12: -1- _LT_AC_PROG_ECHO_BACKSLASH
6650m4trace:configure.ac:12: -1- _LT_AC_SHELL_INIT([
6651# Check that we are running under the correct shell.
6652SHELL=${CONFIG_SHELL-/bin/sh}
6653
6654case X$ECHO in
6655X*--fallback-echo)
6656  # Remove one level of quotation (which was required for Make).
6657  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6658  ;;
6659esac
6660
6661echo=${ECHO-echo}
6662if test "X[$]1" = X--no-reexec; then
6663  # Discard the --no-reexec flag, and continue.
6664  shift
6665elif test "X[$]1" = X--fallback-echo; then
6666  # Avoid inline document here, it may be left over
6667  :
6668elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6669  # Yippee, $echo works!
6670  :
6671else
6672  # Restart under the correct shell.
6673  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6674fi
6675
6676if test "X[$]1" = X--fallback-echo; then
6677  # used as fallback echo
6678  shift
6679  cat <<EOF
6680[$]*
6681EOF
6682  exit 0
6683fi
6684
6685# The HP-UX ksh and POSIX shell print the target directory to stdout
6686# if CDPATH is set.
6687(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6688
6689if test -z "$ECHO"; then
6690if test "X${echo_test_string+set}" != Xset; then
6691# find a string as large as possible, as long as the shell can cope with it
6692  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6693    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6694    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6695       echo_test_string=`eval $cmd` &&
6696       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6697    then
6698      break
6699    fi
6700  done
6701fi
6702
6703if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6704   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6705   test "X$echo_testing_string" = "X$echo_test_string"; then
6706  :
6707else
6708  # The Solaris, AIX, and Digital Unix default echo programs unquote
6709  # backslashes.  This makes it impossible to quote backslashes using
6710  #   echo "$something" | sed 's/\\/\\\\/g'
6711  #
6712  # So, first we look for a working echo in the user's PATH.
6713
6714  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6715  for dir in $PATH /usr/ucb; do
6716    IFS="$lt_save_ifs"
6717    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6718       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6719       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6720       test "X$echo_testing_string" = "X$echo_test_string"; then
6721      echo="$dir/echo"
6722      break
6723    fi
6724  done
6725  IFS="$lt_save_ifs"
6726
6727  if test "X$echo" = Xecho; then
6728    # We didn't find a better echo, so look for alternatives.
6729    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6730       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6731       test "X$echo_testing_string" = "X$echo_test_string"; then
6732      # This shell has a builtin print -r that does the trick.
6733      echo='print -r'
6734    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6735	 test "X$CONFIG_SHELL" != X/bin/ksh; then
6736      # If we have ksh, try running configure again with it.
6737      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6738      export ORIGINAL_CONFIG_SHELL
6739      CONFIG_SHELL=/bin/ksh
6740      export CONFIG_SHELL
6741      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6742    else
6743      # Try using printf.
6744      echo='printf %s\n'
6745      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6746	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6747	 test "X$echo_testing_string" = "X$echo_test_string"; then
6748	# Cool, printf works
6749	:
6750      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6751	   test "X$echo_testing_string" = 'X\t' &&
6752	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6753	   test "X$echo_testing_string" = "X$echo_test_string"; then
6754	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6755	export CONFIG_SHELL
6756	SHELL="$CONFIG_SHELL"
6757	export SHELL
6758	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6759      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6760	   test "X$echo_testing_string" = 'X\t' &&
6761	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6762	   test "X$echo_testing_string" = "X$echo_test_string"; then
6763	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6764      else
6765	# maybe with a smaller string...
6766	prev=:
6767
6768	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6769	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6770	  then
6771	    break
6772	  fi
6773	  prev="$cmd"
6774	done
6775
6776	if test "$prev" != 'sed 50q "[$]0"'; then
6777	  echo_test_string=`eval $prev`
6778	  export echo_test_string
6779	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6780	else
6781	  # Oops.  We lost completely, so just stick with echo.
6782	  echo=echo
6783	fi
6784      fi
6785    fi
6786  fi
6787fi
6788fi
6789
6790# Copy echo and quote the copy suitably for passing to libtool from
6791# the Makefile, instead of quoting the original, which is used later.
6792ECHO=$echo
6793if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6794   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6795fi
6796
6797AC_SUBST(ECHO)
6798])
6799m4trace:configure.ac:12: -1- m4_pattern_allow([^ECHO$])
6800m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$])
6801m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$])
6802m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$])
6803m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
6804m4trace:configure.ac:12: -1- AC_PATH_MAGIC
6805m4trace:configure.ac:12: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6806m4trace:configure.ac:12: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6807m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6808You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6809../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6810/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6811/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6812/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6813configure.ac:12: the top level])
6814m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6815You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6816../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6817/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6818/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6819/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6820configure.ac:12: the top level])
6821m4trace:configure.ac:12: -1- AC_LIBTOOL_LANG_C_CONFIG
6822m4trace:configure.ac:12: -1- _LT_AC_LANG_C_CONFIG
6823m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([objext], [])
6824m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
6825m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE
6826m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE
6827m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6828m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6829m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6830m4trace:configure.ac:12: -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"])
6831m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6832m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6833m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6834m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6835m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6836m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6837m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6838m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6839m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6840m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6841m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6842m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6843m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6844m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6845m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6846m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6847m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6848m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6849m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6850m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6851m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6852m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6853m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6854m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6855m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6856m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6857m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6858m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6859m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6860m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6861m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6862m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6863m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6864m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6865m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6866m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6867m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6868m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6869m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6870m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6871m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6872m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6873m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6874m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6875m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6876m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6877m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6878m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6879m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6880m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6881m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6882m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6883m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6884m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6885m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6886m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6887m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6888m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6889m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6890m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6891m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6892m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6893m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6894m4trace:configure.ac:12: -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
6895     "" | " "*) ;;
6896     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6897     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
6898     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
6899m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6900m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6901m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6902m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6903m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6904m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6905m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6906m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6907m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6908m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6909m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6910m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6911m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6912m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
6913m4trace:configure.ac:12: -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, )=])
6914m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6915m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_CC_C_O([])
6916m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6917m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6918m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6919m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6920m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6921m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6922m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6923m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
6924m4trace:configure.ac:12: -1- _LT_AC_LOCK
6925m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
6926You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
6927../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
6928../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
6929../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
6930/usr/share/aclocal/libtool.m4:469: _LT_AC_LOCK is expanded from...
6931/usr/share/aclocal/libtool.m4:1073: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
6932/usr/share/aclocal/libtool.m4:2639: _LT_AC_LANG_C_CONFIG is expanded from...
6933/usr/share/aclocal/libtool.m4:2638: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
6934/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6935/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6936/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6937configure.ac:12: the top level])
6938m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6939m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
6940m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6941m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6942m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6943m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6944m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6945m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6946m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6947m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6948m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6949m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6950m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6951m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6952m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6953m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6954m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6955m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6956m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6957m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
6958m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6959m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6960m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6961m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [])
6962m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6963m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
6964m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6965m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6966m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6967m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6968m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6969m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6970m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6971m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6972m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6973m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6974m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6975m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6976m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6977m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6978m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6979m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6980m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6981m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6982m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6983m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6984m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6985m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6986m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6987m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6988m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6989m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6990m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6991m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6992m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6993m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6994m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6995m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6996m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6997m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6998m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
6999m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7000m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7001m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7002m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7003m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7004m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7005m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7006m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7007m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7008m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7009m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7010m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7011m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7012m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7013m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7014m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7015m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7016m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7017m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7018m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7019m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7020m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7021m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7022m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7023m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7024m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7025m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7026m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7027m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7028m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7029m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7030m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7031m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7032m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7033m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7034m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7035m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7036m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7037m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
7038m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7039m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7040m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7041m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7042m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7043m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
7044m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7045m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7046m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7047m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7048m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7049m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7050m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7051m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7052m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7053m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7054m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7055m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7056m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7057m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7058m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7059m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7060m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7061m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7062m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7063m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7064m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7065m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7066m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7067m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7068m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7069m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7070m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7071m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7072m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7073m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
7074m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7075m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7076m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7077m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
7078m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7079m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7080m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7081m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7082m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7083m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7084m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7085m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7086m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7087m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7088m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7089m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7090m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7091m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7092m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7093m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7094m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7095m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7096m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7097m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7098m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7099m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7100m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7101m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7102m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7103m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7104m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7105m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7106m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7107m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7108m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7109m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7110m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7111m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7112m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7113m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7114m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7115m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7116m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7117m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7118m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7119m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7120m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7121m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7122m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7123m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7124m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7125m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7126m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7127m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7128m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7129m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7130m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7131m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7132m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7133m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7134m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7135m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7136m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7137m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7138m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7139m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7140m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7141m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7142m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7143m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7144m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7145m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7146m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7147m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7148m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7149m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7150m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7151m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7152m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7153m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7154m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7155m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7156m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7157m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7158m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7159m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7160m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7161m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7162m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7163m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7164m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7165m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7166m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7167m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7168m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7169m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7170m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7171m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7172m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7173m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7174m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7175m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7176m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7177m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7178m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7179m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7180m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7181m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7182m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7183m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7184m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7185m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7186m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7187m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7188m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7189m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([reload_cmds], [])
7190m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7191m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7192m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7193m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7194m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7195m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7196m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7197m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7198m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7199m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7200m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7201m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7202m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7203m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7204m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7205m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7206m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7207m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7208m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7209m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7210m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7211m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7212m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7213m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7214m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7215m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7216m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7217m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7218m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7219m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7220m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7221m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7222m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7223m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7224m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7225m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7226m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7227m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7228m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7229m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7230m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7231m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7232m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7233m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([archive_cmds], [])
7234m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7235m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7236m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7237m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7238m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7239m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7240m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7241m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7242m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7243m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([runpath_var], [])
7244m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7245m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7246m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7247m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7248m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7249m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7250m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7251m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7252m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7253m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_LIB_STRIP
7254m4trace:configure.ac:12: -1- AC_LIBTOOL_DLOPEN_SELF
7255m4trace:configure.ac:12: -1- _LT_AC_CHECK_DLFCN
7256m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
7257m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
7258m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
7259m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$])
7260m4trace:configure.ac:12: -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])
7261m4trace:configure.ac:12: -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])
7262m4trace:configure.ac:12: -1- AC_LIBTOOL_CONFIG([])
7263m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [])
7264m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([CC], [])
7265m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [])
7266m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7267m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7268m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7269m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7270m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7271m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7272m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7273m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7274m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7275m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7276m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [])
7277m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [])
7278m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [])
7279m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [])
7280m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7281m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7282m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7283m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7284m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7285m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7286m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7287m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7288m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7289m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7290m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7291m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7292m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7293m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
7294m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7295m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7296m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7297m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [])
7298m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7299m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7300m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7301m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7302m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
7303m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7304m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7305m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7306m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7307m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7308m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [])
7309m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [])
7310m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [])
7311m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7312m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7313m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7314m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7315m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7316m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7317m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7318m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7319m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7320m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7321m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7322m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [])
7323m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7324m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [])
7325m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7326m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [])
7327m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [])
7328m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [])
7329m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [])
7330m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7331m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7332m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7333m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [])
7334m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7335m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7336m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7337m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7338m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7339m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7340m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7341m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7342m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7343m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7344m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7345m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7346m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [])
7347m4trace:configure.ac:12: -1- _LT_AC_TAGCONFIG
7348m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7349You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7350../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7351/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
7352/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7353/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7354/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7355configure.ac:12: the top level])
7356m4trace:configure.ac:12: -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:1775: _LT_AC_TAGCONFIG is expanded from...
7357/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7358/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7359/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7360configure.ac:12: the top level])
7361m4trace:configure.ac:12: -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:1775: _LT_AC_TAGCONFIG is expanded from...
7362/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7363/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7364/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7365configure.ac:12: the top level])
7366m4trace:configure.ac:12: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7367m4trace:configure.ac:12: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7368m4trace:configure.ac:12: -1- m4_pattern_allow([^CXX$])
7369m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXFLAGS$])
7370m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$])
7371m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$])
7372m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
7373m4trace:configure.ac:12: -1- m4_pattern_allow([^CXX$])
7374m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CXX$])
7375m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CXX])
7376m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXDEPMODE$])
7377m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCXX], [
7378  test "x$enable_dependency_tracking" != xno \
7379  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7380m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7381m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7382m4trace:configure.ac:12: -1- _LT_AC_PROG_CXXCPP
7383m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXCPP$])
7384m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
7385m4trace:configure.ac:12: -1- m4_pattern_allow([^CXXCPP$])
7386m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7387m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7388m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7389m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7390m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7391m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7392m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7393m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7394m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7395m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7396m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7397m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7398m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7399m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7400m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7401m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7402m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7403m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7404m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7405m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7406m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7407m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [CXX])
7408m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7409m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7410m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([objext], [CXX])
7411m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
7412m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE
7413m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE
7414m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [CXX])
7415m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
7416m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7417m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7418m4trace:configure.ac:12: -1- AC_PROG_LD
7419m4trace:configure.ac:12: -1- AC_PROG_LD_GNU
7420m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7421m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7422m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7423m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7424m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7425m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7426m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7427m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7428m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7429m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7430m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7431m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7432m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7433m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7434m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7435m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7436m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7437m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7438m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7439m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7440m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
7441m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7442m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7443m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7444m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7445m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7446m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
7447m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7448m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7449m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7450m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7451m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7452m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7453m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7454m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7455m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7456m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7457m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7458m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7459m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7460m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7461m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7462m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7463m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7464m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7465m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7466m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7467m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7468m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7469m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7470m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7471m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7472m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7473m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7474m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7475m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7476m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7477m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7478m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7479m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7480m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7481m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7482m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7483m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7484m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7485m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7486m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7487m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7488m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7489m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7490m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7491m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7492m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7493m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7494m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7495m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7496m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7497m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7498m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7499m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7500m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7501m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7502m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7503m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7504m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7505m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7506m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7507m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7508m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7509m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7510m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7511m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7512m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7513m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7514m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7515m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7516m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7517m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7518m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7519m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7520m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7521m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7522m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7523m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7524m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7525m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7526m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7527m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7528m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7529m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7530m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7531m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7532m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7533m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7534m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7535m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7536m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7537m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7538m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7539m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7540m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7541m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7542m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7543m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7544m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7545m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7546m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7547m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7548m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7549m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7550m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7551m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7552m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7553m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7554m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7555m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7556m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7557m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7558m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7559m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7560m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7561m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7562m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7563m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7564m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7565m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7566m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7567m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7568m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7569m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7570m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7571m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7572m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7573m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7574m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7575m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7576m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7577m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7578m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7579m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7580m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7581m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7582m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7583m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7584m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7585m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7586m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7587m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7588m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7589m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7590m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7591m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7592m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7593m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7594m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7595m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7596m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7597m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7598m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7599m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7600m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7601m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7602m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7603m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7604m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7605m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7606m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7607m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7608m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7609m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7610m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7611m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7612m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7613m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7614m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7615m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7616m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7617m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7618m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7619m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7620m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7621m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7622m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7623m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7624m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7625m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7626m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7627m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7628m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7629m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7630m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7631m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7632m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7633m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7634m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7635m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7636m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7637m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7638m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7639m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7640m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7641m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7642m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7643m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [CXX])
7644m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [CXX])
7645m4trace:configure.ac:12: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7646m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7647m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7648m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7649m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7650m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7651m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7652m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7653m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7654m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7655m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7656m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7657m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7658m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7659m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7660m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7661m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7662m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7663m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7664m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7665m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7666m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7667m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7668m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7669m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7670m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7671m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7672m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7673m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7674m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7675m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7676m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7677m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7678m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7679m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7680m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7681m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7682m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7683m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7684m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7685m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7686m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7687m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7688m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7689m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7690m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7691m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7692m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7693m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7694m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7695m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7696m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7697m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7698m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7699m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7700m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7701m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7702m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7703m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7704m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7705m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7706m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7707m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7708m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7709m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7710m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7711m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7712m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7713m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7714m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7715m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7716m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7717m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7718m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7719m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7720m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7721m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7722m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7723m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7724m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7725m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7726m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7727m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7728m4trace:configure.ac:12: -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
7729     "" | " "*) ;;
7730     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7731     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7732     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7733m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7734m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7735m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7736m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7737m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7738m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7739m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7740m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7741m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7742m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7743m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7744m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7745m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7746m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
7747m4trace:configure.ac:12: -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)=])
7748m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7749m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7750m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7751m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7752m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7753m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7754m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7755m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7756m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7757m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7758m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7759m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7760m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7761m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7762m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7763m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7764m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7765m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7766m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7767m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7768m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7769m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7770m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7771m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7772m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7773m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7774m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7775m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7776m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7777m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7778m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7779m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7780m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7781m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7782m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7783m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7784m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7785m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7786m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7787m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
7788m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7789m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7790m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7791m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7792m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7793m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7794m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7795m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7796m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7797m4trace:configure.ac:12: -1- AC_LIBTOOL_CONFIG([CXX])
7798m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [CXX])
7799m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([CC], [CXX])
7800m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [CXX])
7801m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7802m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7803m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7804m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7805m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7806m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7807m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7808m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7809m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7810m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7811m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7812m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7813m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [CXX])
7814m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7815m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7816m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7817m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7818m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7819m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7820m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7821m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7822m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7823m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7824m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7825m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7826m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7827m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7828m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7829m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7830m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7831m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7832m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7833m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7834m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7835m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7836m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7837m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7838m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7839m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7840m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7841m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7842m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7843m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [CXX])
7844m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [CXX])
7845m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [CXX])
7846m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7847m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7848m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7849m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7850m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7851m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7852m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7853m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7854m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7855m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7856m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7857m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7858m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7859m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7860m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7861m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7862m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7863m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [CXX])
7864m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7865m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7866m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7867m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7868m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7869m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7870m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7871m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7872m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7873m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7874m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7875m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7876m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7877m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7878m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7879m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7880m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7881m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7882m4trace:configure.ac:12: -1- AC_LIBTOOL_LANG_F77_CONFIG
7883m4trace:configure.ac:12: -1- _LT_AC_LANG_F77_CONFIG([F77])
7884m4trace:configure.ac:12: -1- m4_pattern_allow([^F77$])
7885m4trace:configure.ac:12: -1- m4_pattern_allow([^FFLAGS$])
7886m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$])
7887m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$])
7888m4trace:configure.ac:12: -1- m4_pattern_allow([^F77$])
7889m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_F77$])
7890m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7891m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7892m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7893m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7894m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7895m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7896m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7897m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7898m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7899m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7900m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7901m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7902m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7903m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7904m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7905m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7906m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7907m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7908m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([objext], [F77])
7909m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
7910m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE
7911m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE
7912m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [F77])
7913m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
7914m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [F77])
7915m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [F77])
7916m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
7917m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7918m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7919m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7920m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7921m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7922m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7923m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7924m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7925m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7926m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7927m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7928m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7929m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7930m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7931m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7932m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7933m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7934m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7935m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7936m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7937m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7938m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7939m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7940m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7941m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7942m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7943m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7944m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7945m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7946m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7947m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7948m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7949m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7950m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7951m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7952m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7953m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7954m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7955m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7956m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7957m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7958m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7959m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7960m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7961m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7962m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7963m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7964m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7965m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7966m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7967m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7968m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7969m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7970m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7971m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7972m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7973m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7974m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7975m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7976m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
7977m4trace:configure.ac:12: -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
7978     "" | " "*) ;;
7979     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
7980     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
7981     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
7982m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7983m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7984m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7985m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7986m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7987m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7988m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7989m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7990m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7991m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7992m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7993m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7994m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7995m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
7996m4trace:configure.ac:12: -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)=])
7997m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7998m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
7999m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8000m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8001m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8002m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8003m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8004m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8005m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8006m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8007m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8008m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8009m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8010m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8011m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8012m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8013m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8014m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8015m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8016m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8017m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8018m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8019m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8020m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8021m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8022m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8023m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8024m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8025m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8026m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8027m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8028m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8029m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8030m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8031m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8032m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
8033m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8034m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8035m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8036m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8037m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8038m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8039m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8040m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8041m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8042m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8043m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8044m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8045m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8046m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8047m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8048m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8049m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8050m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8051m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8052m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8053m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8054m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8055m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8056m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8057m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8058m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8059m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8060m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8061m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8062m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8063m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8064m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8065m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8066m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8067m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8068m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8069m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8070m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8071m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8072m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8073m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8074m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8075m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8076m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8077m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8078m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8079m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8080m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8081m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8082m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8083m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8084m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8085m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8086m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8087m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8088m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8089m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8090m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8091m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8092m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8093m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8094m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8095m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8096m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8097m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8098m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8099m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8100m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8101m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8102m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8103m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8104m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8105m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8106m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
8107m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8108m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8109m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8110m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8111m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8112m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
8113m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8114m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8115m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8116m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8117m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8118m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8119m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8120m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8121m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8122m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8123m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8124m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8125m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8126m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8127m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8128m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8129m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8130m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8131m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8132m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8133m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8134m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8135m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8136m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8137m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8138m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8139m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8140m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8141m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8142m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8143m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8144m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8145m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8146m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8147m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8148m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8149m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8150m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8151m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8152m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8153m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8154m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8155m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8156m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8157m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8158m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8159m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8160m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8161m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8162m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8163m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8164m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8165m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8166m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8167m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8168m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8169m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8170m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8171m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8172m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8173m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8174m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8175m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8176m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8177m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8178m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8179m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8180m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8181m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8182m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8183m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8184m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8185m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8186m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8187m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8188m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8189m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8190m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8191m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8192m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8193m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8194m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8195m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8196m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8197m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8198m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8199m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8200m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8201m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8202m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8203m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8204m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8205m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8206m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8207m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8208m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8209m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8210m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8211m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8212m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8213m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8214m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8215m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8216m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8217m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8218m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8219m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8220m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8221m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8222m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8223m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8224m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8225m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8226m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8227m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8228m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8229m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8230m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8231m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8232m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8233m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8234m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8235m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8236m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8237m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8238m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8239m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8240m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8241m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8242m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8243m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8244m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8245m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8246m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8247m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8248m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8249m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8250m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8251m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8252m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8253m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8254m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8255m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8256m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8257m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8258m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8259m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8260m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8261m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8262m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8263m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8264m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8265m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8266m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8267m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8268m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8269m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8270m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8271m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8272m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8273m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8274m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8275m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8276m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8277m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8278m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8279m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8280m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8281m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8282m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8283m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8284m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8285m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8286m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8287m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8288m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8289m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8290m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8291m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8292m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8293m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8294m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8295m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8296m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8297m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8298m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8299m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8300m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8301m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8302m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8303m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8304m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8305m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8306m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8307m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8308m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8309m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8310m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8311m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8312m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8313m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8314m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8315m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8316m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8317m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8318m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8319m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8320m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8321m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8322m4trace:configure.ac:12: -1- AC_LIBTOOL_CONFIG([F77])
8323m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [F77])
8324m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([CC], [F77])
8325m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [F77])
8326m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8327m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8328m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8329m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8330m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8331m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8332m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8333m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8334m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8335m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8336m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8337m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8338m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [F77])
8339m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [F77])
8340m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8341m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8342m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8343m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8344m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8345m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8346m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8347m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8348m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8349m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8350m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8351m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8352m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8353m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8354m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8355m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8356m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8357m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8358m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8359m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8360m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8361m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8362m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8363m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8364m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8365m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8366m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8367m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8368m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [F77])
8369m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [F77])
8370m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [F77])
8371m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8372m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8373m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8374m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8375m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8376m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8377m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8378m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8379m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8380m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8381m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8382m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8383m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8384m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8385m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8386m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8387m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8388m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [F77])
8389m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [F77])
8390m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8391m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8392m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8393m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8394m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8395m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8396m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8397m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8398m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8399m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8400m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8401m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8402m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8403m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8404m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8405m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8406m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8407m4trace:configure.ac:12: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8408m4trace:configure.ac:12: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8409m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8410You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8411/usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8412/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8413/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
8414/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8415/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8416/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8417configure.ac:12: the top level])
8418m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([objext], [GCJ])
8419m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
8420m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE
8421m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE
8422m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8423m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
8424m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8425m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8426m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8427m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8428m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8429m4trace:configure.ac:12: -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"])
8430m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8431m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8432m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8433m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8434m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8435m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8436m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8437m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8438m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8439m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8440m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8441m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8442m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8443m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8444m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8445m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8446m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8447m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8448m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8449m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8450m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8451m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8452m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8453m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8454m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8455m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8456m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8457m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8458m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8459m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8460m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8461m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8462m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8463m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8464m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8465m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8466m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8467m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8468m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8469m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8470m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8471m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8472m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8473m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8474m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8475m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8476m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8477m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8478m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8479m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8480m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8481m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8482m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8483m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8484m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8485m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8486m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8487m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8488m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8489m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8490m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8491m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8492m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8493m4trace:configure.ac:12: -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
8494     "" | " "*) ;;
8495     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8496     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8497     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8498m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8499m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8500m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8501m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8502m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8503m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8504m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8505m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8506m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8507m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8508m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8509m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8510m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8511m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8512m4trace:configure.ac:12: -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)=])
8513m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8514m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8515m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8516m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8517m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8518m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8519m4trace:configure.ac:12: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8520m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8521m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8522m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8523m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8524m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8525m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8526m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8527m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8528m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8529m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8530m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8531m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8532m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8533m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8534m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8535m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8536m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8537m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8538m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8539m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8540m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8541m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8542m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8543m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8544m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8545m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8546m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8547m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8548m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
8549m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8550m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8551m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8552m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8553m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8554m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8555m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8556m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8557m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8558m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8559m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8560m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8561m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8562m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8563m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8564m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8565m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8566m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8567m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8568m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8569m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8570m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8571m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8572m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8573m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8574m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8575m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8576m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8577m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8578m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8579m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8580m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8581m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8582m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8583m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8584m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8585m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8586m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8587m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8588m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8589m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8590m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8591m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8592m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8593m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8594m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8595m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8596m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8597m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8598m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8599m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8600m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8601m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8602m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8603m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8604m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8605m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8606m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8607m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8608m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8609m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8610m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8611m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8612m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8613m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8614m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8615m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8616m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8617m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8618m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8619m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8620m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8621m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8622m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
8623m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8624m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8625m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8626m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8627m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8628m4trace:configure.ac:12: -1- _LT_AC_SYS_LIBPATH_AIX
8629m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8630m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8631m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8632m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8633m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8634m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8635m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8636m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8637m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8638m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8639m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8640m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8641m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8642m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8643m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8644m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8645m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8646m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8647m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8648m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8649m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8650m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8651m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8652m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8653m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8654m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8655m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8656m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8657m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8658m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8659m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8660m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8661m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8662m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8663m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8664m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8665m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8666m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8667m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8668m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8669m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8670m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8671m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8672m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8673m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8674m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8675m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8676m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8677m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8678m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8679m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8680m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8681m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8682m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8683m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8684m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8685m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8686m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8687m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8688m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8689m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8690m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8691m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8692m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8693m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8694m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8695m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8696m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8697m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8698m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8699m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8700m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8701m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8702m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8703m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8704m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8705m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8706m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8707m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8708m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8709m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8710m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8711m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8712m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8713m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8714m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8715m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8716m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8717m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8718m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8719m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8720m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8721m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8722m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8723m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8724m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8725m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8726m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8727m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8728m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8729m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8730m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8731m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8732m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8733m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8734m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8735m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8736m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8737m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8738m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8739m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8740m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8741m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8742m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8743m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8744m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8745m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8746m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8747m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8748m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8749m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8750m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8751m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8752m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8753m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8754m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8755m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8756m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8757m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8758m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8759m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8760m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8761m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8762m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8763m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8764m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8765m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8766m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8767m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8768m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8769m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8770m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8771m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8772m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8773m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8774m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8775m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8776m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8777m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8778m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8779m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8780m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8781m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8782m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8783m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8784m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8785m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8786m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8787m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8788m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8789m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8790m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8791m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8792m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8793m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8794m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8795m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8796m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8797m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8798m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8799m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8800m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8801m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8802m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8803m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8804m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8805m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8806m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8807m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8808m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8809m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8810m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8811m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8812m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8813m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8814m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8815m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8816m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8817m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8818m4trace:configure.ac:12: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8819m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8820m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8821m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8822m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8823m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8824m4trace:configure.ac:12: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8825m4trace:configure.ac:12: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8826m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8827m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8828m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
8829m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8830m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8831m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8832m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8833m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8834m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8835m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8836m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8837m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8838m4trace:configure.ac:12: -1- AC_LIBTOOL_CONFIG([GCJ])
8839m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8840m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([CC], [GCJ])
8841m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [GCJ])
8842m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8843m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8844m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8845m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8846m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8847m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8848m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8849m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8850m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8851m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8852m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8853m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8854m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8855m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8856m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8857m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8858m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8859m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8860m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8861m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8862m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8863m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8864m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8865m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8866m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8867m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8868m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8869m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8870m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8871m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8872m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8873m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8874m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8875m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8876m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8877m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8878m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8879m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8880m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8881m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8882m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8883m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8884m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8885m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [GCJ])
8886m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [GCJ])
8887m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8888m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8889m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8890m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8891m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8892m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8893m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8894m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8895m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8896m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8897m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8898m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8899m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8900m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8901m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8902m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8903m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8904m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8905m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8906m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8907m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8908m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8909m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8910m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8911m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8912m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8913m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8914m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8915m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8916m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8917m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8918m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8919m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8920m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8921m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8922m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8923m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8924You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
8925/usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8926/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8927/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
8928/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8929/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8930/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8931configure.ac:12: the top level])
8932m4trace:configure.ac:12: -1- AC_LIBTOOL_LANG_RC_CONFIG
8933m4trace:configure.ac:12: -1- _LT_AC_LANG_RC_CONFIG([RC])
8934m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8935You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8936/usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
8937/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8938/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
8939/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8940/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8941/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8942configure.ac:12: the top level])
8943m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([objext], [RC])
8944m4trace:configure.ac:12: -1- _LT_AC_SYS_COMPILER
8945m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE
8946m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE
8947m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [RC])
8948m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler])
8949m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8950m4trace:configure.ac:12: -1- AC_LIBTOOL_CONFIG([RC])
8951m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [RC])
8952m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([CC], [RC])
8953m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [RC])
8954m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8955m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8956m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8957m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8958m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8959m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8960m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8961m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8962m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8963m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8964m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8965m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8966m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [RC])
8967m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [RC])
8968m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8969m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8970m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8971m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
8972m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
8973m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8974m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8975m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8976m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8977m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8978m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8979m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8980m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8981m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8982m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8983m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8984m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8985m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8986m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8987m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8988m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8989m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8990m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8991m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8992m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8993m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8994m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
8995m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8996m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler], [RC])
8997m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([GCC], [RC])
8998m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([LD], [RC])
8999m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9000m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9001m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9002m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9003m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9004m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9005m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9006m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9007m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9008m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9009m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9010m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9011m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9012m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9013m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9014m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9015m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9016m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([predeps], [RC])
9017m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([postdeps], [RC])
9018m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9019m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9020m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9021m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9022m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9023m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9024m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9025m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9026m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9027m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9028m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9029m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9030m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9031m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9032m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9033m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9034m4trace:configure.ac:12: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9035m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9036You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9037/usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
9038/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9039/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
9040/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9041/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9042/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9043configure.ac:12: the top level])
9044m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$])
9045m4trace:configure.ac:12: -1- AC_LIBTOOL_CXX
9046m4trace:configure.ac:12: -1- _LT_AC_LANG_CXX
9047m4trace:configure.ac:12: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9048m4trace:configure.ac:12: -1- AC_LIBTOOL_F77
9049m4trace:configure.ac:12: -1- _LT_AC_LANG_F77
9050m4trace:configure.ac:12: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9051m4trace:configure.ac:14: -1- m4_pattern_allow([^HAVE_LIBFUSE$])
9052m4trace:configure.ac:25: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
9053You should run autoupdate.], [])
9054m4trace:configure.ac:25: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9055m4trace:configure.ac:25: -1- m4_pattern_allow([^LTLIBOBJS$])
9056m4trace:configure.ac:25: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9057m4trace:configure.ac:25: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
9058