Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=update

File size: 479.4 KB
Line 
1m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4  AC_PROVIDE_IFELSE([AC_PROG_CXX],
5    [AC_LIBTOOL_CXX],
6    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7  ])])
8dnl And a similar setup for Fortran 77 support
9  AC_PROVIDE_IFELSE([AC_PROG_F77],
10    [AC_LIBTOOL_F77],
11    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12])])
13
14dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18    [AC_LIBTOOL_GCJ],
19    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20      [AC_LIBTOOL_GCJ],
21      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22        [AC_LIBTOOL_GCJ],
23      [ifdef([AC_PROG_GCJ],
24             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25       ifdef([A][M_PROG_GCJ],
26             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27       ifdef([LT_AC_PROG_GCJ],
28             [define([LT_AC_PROG_GCJ],
29                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30])])
31m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36# This can be used to rebuild libtool when needed
37LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39# Always use our own libtool.
40LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41AC_SUBST(LIBTOOL)dnl
42
43# Prevent multiple expansion
44define([AC_PROG_LIBTOOL], [])
45])
46m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: -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 "$DLLTOOL" && DLLTOOL=dlltool
126test -z "$LD" && LD=ld
127test -z "$LN_S" && LN_S="ln -s"
128test -z "$MAGIC_CMD" && MAGIC_CMD=file
129test -z "$NM" && NM=nm
130test -z "$SED" && SED=sed
131test -z "$OBJDUMP" && OBJDUMP=objdump
132test -z "$RANLIB" && RANLIB=:
133test -z "$STRIP" && STRIP=:
134test -z "$ac_objext" && ac_objext=o
135
136# Determine commands to create old-style static archives.
137old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
138old_postinstall_cmds='chmod 644 $oldlib'
139old_postuninstall_cmds=
140
141if test -n "$RANLIB"; then
142  case $host_os in
143  openbsd*)
144    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
145    ;;
146  *)
147    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
148    ;;
149  esac
150  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
151fi
152
153_LT_CC_BASENAME([$compiler])
154
155# Only perform the check for file, if the check method requires it
156case $deplibs_check_method in
157file_magic*)
158  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
159    AC_PATH_MAGIC
160  fi
161  ;;
162esac
163
164AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
165AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
166enable_win32_dll=yes, enable_win32_dll=no)
167
168AC_ARG_ENABLE([libtool-lock],
169    [AC_HELP_STRING([--disable-libtool-lock],
170        [avoid locking (might break parallel builds)])])
171test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
172
173AC_ARG_WITH([pic],
174    [AC_HELP_STRING([--with-pic],
175        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
176    [pic_mode="$withval"],
177    [pic_mode=default])
178test -z "$pic_mode" && pic_mode=default
179
180# Use C for the default configuration in the libtool script
181tagname=
182AC_LIBTOOL_LANG_C_CONFIG
183_LT_AC_TAGCONFIG
184])
185m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:232: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
186
187# If no C compiler was specified, use CC.
188LTCC=${LTCC-"$CC"}
189
190# Allow CC to be a program name with arguments.
191compiler=$CC
192])
193m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:248: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
194  case $cc_temp in
195    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
196    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
197    \-*) ;;
198    *) break;;
199  esac
200done
201cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
202])
203m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:261: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
204printf "$lt_simple_compile_test_code" >conftest.$ac_ext
205eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
206_lt_compiler_boilerplate=`cat conftest.err`
207$rm conftest*
208])
209m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:274: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
210printf "$lt_simple_link_test_code" >conftest.$ac_ext
211eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
212_lt_linker_boilerplate=`cat conftest.err`
213$rm conftest*
214])
215m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:293: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
216aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
217}'`
218# Check for a 64-bit object if we didn't find anything.
219if 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; }
220}'`; fi],[])
221if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
222])
223m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:304: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
224             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
225         [AC_DIVERT_PUSH(NOTICE)])
226$1
227AC_DIVERT_POP
228])
229m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:460: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
230# Check that we are running under the correct shell.
231SHELL=${CONFIG_SHELL-/bin/sh}
232
233case X$ECHO in
234X*--fallback-echo)
235  # Remove one level of quotation (which was required for Make).
236  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
237  ;;
238esac
239
240echo=${ECHO-echo}
241if test "X[$]1" = X--no-reexec; then
242  # Discard the --no-reexec flag, and continue.
243  shift
244elif test "X[$]1" = X--fallback-echo; then
245  # Avoid inline document here, it may be left over
246  :
247elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
248  # Yippee, $echo works!
249  :
250else
251  # Restart under the correct shell.
252  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
253fi
254
255if test "X[$]1" = X--fallback-echo; then
256  # used as fallback echo
257  shift
258  cat <<EOF
259[$]*
260EOF
261  exit 0
262fi
263
264# The HP-UX ksh and POSIX shell print the target directory to stdout
265# if CDPATH is set.
266(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
267
268if test -z "$ECHO"; then
269if test "X${echo_test_string+set}" != Xset; then
270# find a string as large as possible, as long as the shell can cope with it
271  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
272    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
273    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
274       echo_test_string=`eval $cmd` &&
275       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
276    then
277      break
278    fi
279  done
280fi
281
282if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
283   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
284   test "X$echo_testing_string" = "X$echo_test_string"; then
285  :
286else
287  # The Solaris, AIX, and Digital Unix default echo programs unquote
288  # backslashes.  This makes it impossible to quote backslashes using
289  #   echo "$something" | sed 's/\\/\\\\/g'
290  #
291  # So, first we look for a working echo in the user's PATH.
292
293  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
294  for dir in $PATH /usr/ucb; do
295    IFS="$lt_save_ifs"
296    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
297       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
298       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
299       test "X$echo_testing_string" = "X$echo_test_string"; then
300      echo="$dir/echo"
301      break
302    fi
303  done
304  IFS="$lt_save_ifs"
305
306  if test "X$echo" = Xecho; then
307    # We didn't find a better echo, so look for alternatives.
308    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
309       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
310       test "X$echo_testing_string" = "X$echo_test_string"; then
311      # This shell has a builtin print -r that does the trick.
312      echo='print -r'
313    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
314         test "X$CONFIG_SHELL" != X/bin/ksh; then
315      # If we have ksh, try running configure again with it.
316      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
317      export ORIGINAL_CONFIG_SHELL
318      CONFIG_SHELL=/bin/ksh
319      export CONFIG_SHELL
320      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
321    else
322      # Try using printf.
323      echo='printf %s\n'
324      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
325         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
326         test "X$echo_testing_string" = "X$echo_test_string"; then
327        # Cool, printf works
328        :
329      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
330           test "X$echo_testing_string" = 'X\t' &&
331           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
332           test "X$echo_testing_string" = "X$echo_test_string"; then
333        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
334        export CONFIG_SHELL
335        SHELL="$CONFIG_SHELL"
336        export SHELL
337        echo="$CONFIG_SHELL [$]0 --fallback-echo"
338      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
339           test "X$echo_testing_string" = 'X\t' &&
340           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
341           test "X$echo_testing_string" = "X$echo_test_string"; then
342        echo="$CONFIG_SHELL [$]0 --fallback-echo"
343      else
344        # maybe with a smaller string...
345        prev=:
346
347        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
348          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
349          then
350            break
351          fi
352          prev="$cmd"
353        done
354
355        if test "$prev" != 'sed 50q "[$]0"'; then
356          echo_test_string=`eval $prev`
357          export echo_test_string
358          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
359        else
360          # Oops.  We lost completely, so just stick with echo.
361          echo=echo
362        fi
363      fi
364    fi
365  fi
366fi
367fi
368
369# Copy echo and quote the copy suitably for passing to libtool from
370# the Makefile, instead of quoting the original, which is used later.
371ECHO=$echo
372if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
373   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
374fi
375
376AC_SUBST(ECHO)
377])])
378m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:588: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
379    [AC_HELP_STRING([--disable-libtool-lock],
380        [avoid locking (might break parallel builds)])])
381test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
382
383# Some flags need to be propagated to the compiler or linker for good
384# libtool support.
385case $host in
386ia64-*-hpux*)
387  # Find out which ABI we are using.
388  echo 'int i;' > conftest.$ac_ext
389  if AC_TRY_EVAL(ac_compile); then
390    case `/usr/bin/file conftest.$ac_objext` in
391    *ELF-32*)
392      HPUX_IA64_MODE="32"
393      ;;
394    *ELF-64*)
395      HPUX_IA64_MODE="64"
396      ;;
397    esac
398  fi
399  rm -rf conftest*
400  ;;
401*-*-irix6*)
402  # Find out which ABI we are using.
403  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
404  if AC_TRY_EVAL(ac_compile); then
405   if test "$lt_cv_prog_gnu_ld" = yes; then
406    case `/usr/bin/file conftest.$ac_objext` in
407    *32-bit*)
408      LD="${LD-ld} -melf32bsmip"
409      ;;
410    *N32*)
411      LD="${LD-ld} -melf32bmipn32"
412      ;;
413    *64-bit*)
414      LD="${LD-ld} -melf64bmip"
415      ;;
416    esac
417   else
418    case `/usr/bin/file conftest.$ac_objext` in
419    *32-bit*)
420      LD="${LD-ld} -32"
421      ;;
422    *N32*)
423      LD="${LD-ld} -n32"
424      ;;
425    *64-bit*)
426      LD="${LD-ld} -64"
427      ;;
428    esac
429   fi
430  fi
431  rm -rf conftest*
432  ;;
433
434x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
435  # Find out which ABI we are using.
436  echo 'int i;' > conftest.$ac_ext
437  if AC_TRY_EVAL(ac_compile); then
438    case `/usr/bin/file conftest.o` in
439    *32-bit*)
440      case $host in
441        x86_64-*linux*)
442          LD="${LD-ld} -m elf_i386"
443          ;;
444        ppc64-*linux*|powerpc64-*linux*)
445          LD="${LD-ld} -m elf32ppclinux"
446          ;;
447        s390x-*linux*)
448          LD="${LD-ld} -m elf_s390"
449          ;;
450        sparc64-*linux*)
451          LD="${LD-ld} -m elf32_sparc"
452          ;;
453      esac
454      ;;
455    *64-bit*)
456      case $host in
457        x86_64-*linux*)
458          LD="${LD-ld} -m elf_x86_64"
459          ;;
460        ppc*-*linux*|powerpc*-*linux*)
461          LD="${LD-ld} -m elf64ppc"
462          ;;
463        s390*-*linux*)
464          LD="${LD-ld} -m elf64_s390"
465          ;;
466        sparc*-*linux*)
467          LD="${LD-ld} -m elf64_sparc"
468          ;;
469      esac
470      ;;
471    esac
472  fi
473  rm -rf conftest*
474  ;;
475
476*-*-sco3.2v5*)
477  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
478  SAVE_CFLAGS="$CFLAGS"
479  CFLAGS="$CFLAGS -belf"
480  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
481    [AC_LANG_PUSH(C)
482     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
483     AC_LANG_POP])
484  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
485    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
486    CFLAGS="$SAVE_CFLAGS"
487  fi
488  ;;
489AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
490[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
491  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
492  AC_CHECK_TOOL(AS, as, false)
493  AC_CHECK_TOOL(OBJDUMP, objdump, false)
494  ;;
495  ])
496esac
497
498need_locks="$enable_libtool_lock"
499
500])
501m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:633: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
502AC_CACHE_CHECK([$1], [$2],
503  [$2=no
504  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
505   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
506   lt_compiler_flag="$3"
507   # Insert the option either (1) after the last *FLAGS variable, or
508   # (2) before a word containing "conftest.", or (3) at the end.
509   # Note that $ac_compile itself does not contain backslashes and begins
510   # with a dollar sign (not a hyphen), so the echo should work correctly.
511   # The option is referenced via a variable to avoid confusing sed.
512   lt_compile=`echo "$ac_compile" | $SED \
513   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
514   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
515   -e 's:$: $lt_compiler_flag:'`
516   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
517   (eval "$lt_compile" 2>conftest.err)
518   ac_status=$?
519   cat conftest.err >&AS_MESSAGE_LOG_FD
520   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
521   if (exit $ac_status) && test -s "$ac_outfile"; then
522     # The compiler can only warn and ignore the option if not recognized
523     # So say no if there are warnings other than the usual output.
524     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
525     $SED '/^$/d' conftest.err >conftest.er2
526     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
527       $2=yes
528     fi
529   fi
530   $rm conftest*
531])
532
533if test x"[$]$2" = xyes; then
534    ifelse([$5], , :, [$5])
535else
536    ifelse([$6], , :, [$6])
537fi
538])
539m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:670: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
540  [$2=no
541   save_LDFLAGS="$LDFLAGS"
542   LDFLAGS="$LDFLAGS $3"
543   printf "$lt_simple_link_test_code" > conftest.$ac_ext
544   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
545     # The linker can only warn and ignore the option if not recognized
546     # So say no if there are warnings
547     if test -s conftest.err; then
548       # Append any errors to the config.log.
549       cat conftest.err 1>&AS_MESSAGE_LOG_FD
550       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
551       $SED '/^$/d' conftest.err >conftest.er2
552       if diff conftest.exp conftest.er2 >/dev/null; then
553         $2=yes
554       fi
555     else
556       $2=yes
557     fi
558   fi
559   $rm conftest*
560   LDFLAGS="$save_LDFLAGS"
561])
562
563if test x"[$]$2" = xyes; then
564    ifelse([$4], , :, [$4])
565else
566    ifelse([$5], , :, [$5])
567fi
568])
569m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:768: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
570AC_MSG_CHECKING([the maximum length of command line arguments])
571AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
572  i=0
573  teststring="ABCD"
574
575  case $build_os in
576  msdosdjgpp*)
577    # On DJGPP, this test can blow up pretty badly due to problems in libc
578    # (any single argument exceeding 2000 bytes causes a buffer overrun
579    # during glob expansion).  Even if it were fixed, the result of this
580    # check would be larger than it should be.
581    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
582    ;;
583
584  gnu*)
585    # Under GNU Hurd, this test is not required because there is
586    # no limit to the length of command line arguments.
587    # Libtool will interpret -1 as no limit whatsoever
588    lt_cv_sys_max_cmd_len=-1;
589    ;;
590
591  cygwin* | mingw*)
592    # On Win9x/ME, this test blows up -- it succeeds, but takes
593    # about 5 minutes as the teststring grows exponentially.
594    # Worse, since 9x/ME are not pre-emptively multitasking,
595    # you end up with a "frozen" computer, even though with patience
596    # the test eventually succeeds (with a max line length of 256k).
597    # Instead, let's just punt: use the minimum linelength reported by
598    # all of the supported platforms: 8192 (on NT/2K/XP).
599    lt_cv_sys_max_cmd_len=8192;
600    ;;
601
602  amigaos*)
603    # On AmigaOS with pdksh, this test takes hours, literally.
604    # So we just punt and use a minimum line length of 8192.
605    lt_cv_sys_max_cmd_len=8192;
606    ;;
607
608  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
609    # This has been around since 386BSD, at least.  Likely further.
610    if test -x /sbin/sysctl; then
611      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
612    elif test -x /usr/sbin/sysctl; then
613      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
614    else
615      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
616    fi
617    # And add a safety zone
618    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
619    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
620    ;;
621  osf*)
622    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
623    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
624    # nice to cause kernel panics so lets avoid the loop below.
625    # First set a reasonable default.
626    lt_cv_sys_max_cmd_len=16384
627    #
628    if test -x /sbin/sysconfig; then
629      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
630        *1*) lt_cv_sys_max_cmd_len=-1 ;;
631      esac
632    fi
633    ;;
634  *)
635    # If test is not a shell built-in, we'll probably end up computing a
636    # maximum length that is only half of the actual maximum length, but
637    # we can't tell.
638    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
639    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
640               = "XX$teststring") >/dev/null 2>&1 &&
641            new_result=`expr "X$teststring" : ".*" 2>&1` &&
642            lt_cv_sys_max_cmd_len=$new_result &&
643            test $i != 17 # 1/2 MB should be enough
644    do
645      i=`expr $i + 1`
646      teststring=$teststring$teststring
647    done
648    teststring=
649    # Add a significant safety factor because C++ compilers can tack on massive
650    # amounts of additional arguments before passing them to the linker.
651    # It appears as though 1/2 is a usable value.
652    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
653    ;;
654  esac
655])
656if test -n $lt_cv_sys_max_cmd_len ; then
657  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
658else
659  AC_MSG_RESULT(none)
660fi
661])
662m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:775: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
663])
664m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:864: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
665if test "$cross_compiling" = yes; then :
666  [$4]
667else
668  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
669  lt_status=$lt_dlunknown
670  cat > conftest.$ac_ext <<EOF
671[#line __oline__ "configure"
672#include "confdefs.h"
673
674#if HAVE_DLFCN_H
675#include <dlfcn.h>
676#endif
677
678#include <stdio.h>
679
680#ifdef RTLD_GLOBAL
681#  define LT_DLGLOBAL           RTLD_GLOBAL
682#else
683#  ifdef DL_GLOBAL
684#    define LT_DLGLOBAL         DL_GLOBAL
685#  else
686#    define LT_DLGLOBAL         0
687#  endif
688#endif
689
690/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
691   find out it does not work in some platform. */
692#ifndef LT_DLLAZY_OR_NOW
693#  ifdef RTLD_LAZY
694#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
695#  else
696#    ifdef DL_LAZY
697#      define LT_DLLAZY_OR_NOW          DL_LAZY
698#    else
699#      ifdef RTLD_NOW
700#        define LT_DLLAZY_OR_NOW        RTLD_NOW
701#      else
702#        ifdef DL_NOW
703#          define LT_DLLAZY_OR_NOW      DL_NOW
704#        else
705#          define LT_DLLAZY_OR_NOW      0
706#        endif
707#      endif
708#    endif
709#  endif
710#endif
711
712#ifdef __cplusplus
713extern "C" void exit (int);
714#endif
715
716void fnord() { int i=42;}
717int main ()
718{
719  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
720  int status = $lt_dlunknown;
721
722  if (self)
723    {
724      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
725      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
726      /* dlclose (self); */
727    }
728
729    exit (status);
730}]
731EOF
732  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
733    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
734    lt_status=$?
735    case x$lt_status in
736      x$lt_dlno_uscore) $1 ;;
737      x$lt_dlneed_uscore) $2 ;;
738      x$lt_unknown|x*) $3 ;;
739    esac
740  else :
741    # compilation failed
742    $3
743  fi
744fi
745rm -fr conftest*
746])
747m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:977: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
748if test "x$enable_dlopen" != xyes; then
749  enable_dlopen=unknown
750  enable_dlopen_self=unknown
751  enable_dlopen_self_static=unknown
752else
753  lt_cv_dlopen=no
754  lt_cv_dlopen_libs=
755
756  case $host_os in
757  beos*)
758    lt_cv_dlopen="load_add_on"
759    lt_cv_dlopen_libs=
760    lt_cv_dlopen_self=yes
761    ;;
762
763  mingw* | pw32*)
764    lt_cv_dlopen="LoadLibrary"
765    lt_cv_dlopen_libs=
766   ;;
767
768  cygwin*)
769    lt_cv_dlopen="dlopen"
770    lt_cv_dlopen_libs=
771   ;;
772
773  darwin*)
774  # if libdl is installed we need to link against it
775    AC_CHECK_LIB([dl], [dlopen],
776                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
777    lt_cv_dlopen="dyld"
778    lt_cv_dlopen_libs=
779    lt_cv_dlopen_self=yes
780    ])
781   ;;
782
783  *)
784    AC_CHECK_FUNC([shl_load],
785          [lt_cv_dlopen="shl_load"],
786      [AC_CHECK_LIB([dld], [shl_load],
787            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
788        [AC_CHECK_FUNC([dlopen],
789              [lt_cv_dlopen="dlopen"],
790          [AC_CHECK_LIB([dl], [dlopen],
791                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
792            [AC_CHECK_LIB([svld], [dlopen],
793                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
794              [AC_CHECK_LIB([dld], [dld_link],
795                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
796              ])
797            ])
798          ])
799        ])
800      ])
801    ;;
802  esac
803
804  if test "x$lt_cv_dlopen" != xno; then
805    enable_dlopen=yes
806  else
807    enable_dlopen=no
808  fi
809
810  case $lt_cv_dlopen in
811  dlopen)
812    save_CPPFLAGS="$CPPFLAGS"
813    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
814
815    save_LDFLAGS="$LDFLAGS"
816    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
817
818    save_LIBS="$LIBS"
819    LIBS="$lt_cv_dlopen_libs $LIBS"
820
821    AC_CACHE_CHECK([whether a program can dlopen itself],
822          lt_cv_dlopen_self, [dnl
823          _LT_AC_TRY_DLOPEN_SELF(
824            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
825            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
826    ])
827
828    if test "x$lt_cv_dlopen_self" = xyes; then
829      LDFLAGS="$LDFLAGS $link_static_flag"
830      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
831          lt_cv_dlopen_self_static, [dnl
832          _LT_AC_TRY_DLOPEN_SELF(
833            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
834            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
835      ])
836    fi
837
838    CPPFLAGS="$save_CPPFLAGS"
839    LDFLAGS="$save_LDFLAGS"
840    LIBS="$save_LIBS"
841    ;;
842  esac
843
844  case $lt_cv_dlopen_self in
845  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
846  *) enable_dlopen_self=unknown ;;
847  esac
848
849  case $lt_cv_dlopen_self_static in
850  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
851  *) enable_dlopen_self_static=unknown ;;
852  esac
853fi
854])
855m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1028: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
856AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
857  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
858  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
859   $rm -r conftest 2>/dev/null
860   mkdir conftest
861   cd conftest
862   mkdir out
863   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
864
865   lt_compiler_flag="-o out/conftest2.$ac_objext"
866   # Insert the option either (1) after the last *FLAGS variable, or
867   # (2) before a word containing "conftest.", or (3) at the end.
868   # Note that $ac_compile itself does not contain backslashes and begins
869   # with a dollar sign (not a hyphen), so the echo should work correctly.
870   lt_compile=`echo "$ac_compile" | $SED \
871   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
872   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
873   -e 's:$: $lt_compiler_flag:'`
874   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
875   (eval "$lt_compile" 2>out/conftest.err)
876   ac_status=$?
877   cat out/conftest.err >&AS_MESSAGE_LOG_FD
878   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
879   if (exit $ac_status) && test -s out/conftest2.$ac_objext
880   then
881     # The compiler can only warn and ignore the option if not recognized
882     # So say no if there are warnings
883     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
884     $SED '/^$/d' out/conftest.err >out/conftest.er2
885     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
886       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
887     fi
888   fi
889   chmod u+w . 2>&AS_MESSAGE_LOG_FD
890   $rm conftest*
891   # SGI C++ compiler will create directory out/ii_files/ for
892   # template instantiation
893   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
894   $rm out/* && rmdir out
895   cd ..
896   rmdir conftest
897   $rm conftest*
898])
899])
900m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1055: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
901
902hard_links="nottested"
903if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
904  # do not overwrite the value of need_locks provided by the user
905  AC_MSG_CHECKING([if we can lock with hard links])
906  hard_links=yes
907  $rm conftest*
908  ln conftest.a conftest.b 2>/dev/null && hard_links=no
909  touch conftest.a
910  ln conftest.a conftest.b 2>&5 || hard_links=no
911  ln conftest.a conftest.b 2>/dev/null && hard_links=no
912  AC_MSG_RESULT([$hard_links])
913  if test "$hard_links" = no; then
914    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
915    need_locks=warn
916  fi
917else
918  need_locks=no
919fi
920])
921m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1072: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
922[rm -f .libs 2>/dev/null
923mkdir .libs 2>/dev/null
924if test -d .libs; then
925  lt_cv_objdir=.libs
926else
927  # MS-DOS does not allow filenames that begin with a dot.
928  lt_cv_objdir=_libs
929fi
930rmdir .libs 2>/dev/null])
931objdir=$lt_cv_objdir
932])
933m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1113: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
934_LT_AC_TAGVAR(hardcode_action, $1)=
935if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
936   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
937   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
938
939  # We can hardcode non-existant directories.
940  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
941     # If the only mechanism to avoid hardcoding is shlibpath_var, we
942     # have to relink, otherwise we might link with an installed library
943     # when we should be linking with a yet-to-be-installed one
944     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
945     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
946    # Linking always hardcodes the temporary library directory.
947    _LT_AC_TAGVAR(hardcode_action, $1)=relink
948  else
949    # We can link without hardcoding, and we can hardcode nonexisting dirs.
950    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
951  fi
952else
953  # We cannot hardcode anything, or else we can only hardcode existing
954  # directories.
955  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
956fi
957AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
958
959if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
960  # Fast installation is not supported
961  enable_fast_install=no
962elif test "$shlibpath_overrides_runpath" = yes ||
963     test "$enable_shared" = no; then
964  # Fast installation is not necessary
965  enable_fast_install=needless
966fi
967])
968m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1142: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
969old_striplib=
970AC_MSG_CHECKING([whether stripping libraries is possible])
971if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
972  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
973  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
974  AC_MSG_RESULT([yes])
975else
976# FIXME - insert some real tests, host_os isn't really good enough
977  case $host_os in
978   darwin*)
979       if test -n "$STRIP" ; then
980         striplib="$STRIP -x"
981         AC_MSG_RESULT([yes])
982       else
983  AC_MSG_RESULT([no])
984fi
985       ;;
986   *)
987  AC_MSG_RESULT([no])
988    ;;
989  esac
990fi
991])
992m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1704: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
993library_names_spec=
994libname_spec='lib$name'
995soname_spec=
996shrext_cmds=".so"
997postinstall_cmds=
998postuninstall_cmds=
999finish_cmds=
1000finish_eval=
1001shlibpath_var=
1002shlibpath_overrides_runpath=unknown
1003version_type=none
1004dynamic_linker="$host_os ld.so"
1005sys_lib_dlsearch_path_spec="/lib /usr/lib"
1006if test "$GCC" = yes; then
1007  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1008  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1009    # if the path contains ";" then we assume it to be the separator
1010    # otherwise default to the standard path separator (i.e. ":") - it is
1011    # assumed that no part of a normal pathname contains ";" but that should
1012    # okay in the real world where ";" in dirpaths is itself problematic.
1013    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1014  else
1015    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1016  fi
1017else
1018  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1019fi
1020need_lib_prefix=unknown
1021hardcode_into_libs=no
1022
1023# when you set need_version to no, make sure it does not cause -set_version
1024# flags to be left without arguments
1025need_version=unknown
1026
1027case $host_os in
1028aix3*)
1029  version_type=linux
1030  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1031  shlibpath_var=LIBPATH
1032
1033  # AIX 3 has no versioning support, so we append a major version to the name.
1034  soname_spec='${libname}${release}${shared_ext}$major'
1035  ;;
1036
1037aix4* | aix5*)
1038  version_type=linux
1039  need_lib_prefix=no
1040  need_version=no
1041  hardcode_into_libs=yes
1042  if test "$host_cpu" = ia64; then
1043    # AIX 5 supports IA64
1044    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1045    shlibpath_var=LD_LIBRARY_PATH
1046  else
1047    # With GCC up to 2.95.x, collect2 would create an import file
1048    # for dependence libraries.  The import file would start with
1049    # the line `#! .'.  This would cause the generated library to
1050    # depend on `.', always an invalid library.  This was fixed in
1051    # development snapshots of GCC prior to 3.0.
1052    case $host_os in
1053      aix4 | aix4.[[01]] | aix4.[[01]].*)
1054      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1055           echo ' yes '
1056           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1057        :
1058      else
1059        can_build_shared=no
1060      fi
1061      ;;
1062    esac
1063    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1064    # soname into executable. Probably we can add versioning support to
1065    # collect2, so additional links can be useful in future.
1066    if test "$aix_use_runtimelinking" = yes; then
1067      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1068      # instead of lib<name>.a to let people know that these are not
1069      # typical AIX shared libraries.
1070      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1071    else
1072      # We preserve .a as extension for shared libraries through AIX4.2
1073      # and later when we are not doing run time linking.
1074      library_names_spec='${libname}${release}.a $libname.a'
1075      soname_spec='${libname}${release}${shared_ext}$major'
1076    fi
1077    shlibpath_var=LIBPATH
1078  fi
1079  ;;
1080
1081amigaos*)
1082  library_names_spec='$libname.ixlibrary $libname.a'
1083  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1084  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'
1085  ;;
1086
1087beos*)
1088  library_names_spec='${libname}${shared_ext}'
1089  dynamic_linker="$host_os ld.so"
1090  shlibpath_var=LIBRARY_PATH
1091  ;;
1092
1093bsdi[[45]]*)
1094  version_type=linux
1095  need_version=no
1096  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1097  soname_spec='${libname}${release}${shared_ext}$major'
1098  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1099  shlibpath_var=LD_LIBRARY_PATH
1100  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1101  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1102  # the default ld.so.conf also contains /usr/contrib/lib and
1103  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1104  # libtool to hard-code these into programs
1105  ;;
1106
1107cygwin* | mingw* | pw32*)
1108  version_type=windows
1109  shrext_cmds=".dll"
1110  need_version=no
1111  need_lib_prefix=no
1112
1113  case $GCC,$host_os in
1114  yes,cygwin* | yes,mingw* | yes,pw32*)
1115    library_names_spec='$libname.dll.a'
1116    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1117    postinstall_cmds='base_file=`basename \${file}`~
1118      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1119      dldir=$destdir/`dirname \$dlpath`~
1120      test -d \$dldir || mkdir -p \$dldir~
1121      $install_prog $dir/$dlname \$dldir/$dlname~
1122      chmod a+x \$dldir/$dlname'
1123    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1124      dlpath=$dir/\$dldll~
1125       $rm \$dlpath'
1126    shlibpath_overrides_runpath=yes
1127
1128    case $host_os in
1129    cygwin*)
1130      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1131      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1132      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1133      ;;
1134    mingw*)
1135      # MinGW DLLs use traditional 'lib' prefix
1136      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1137      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1138      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1139        # It is most probably a Windows format PATH printed by
1140        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1141        # path with ; separators, and with drive letters. We can handle the
1142        # drive letters (cygwin fileutils understands them), so leave them,
1143        # especially as we might pass files found there to a mingw objdump,
1144        # which wouldn't understand a cygwinified path. Ahh.
1145        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1146      else
1147        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1148      fi
1149      ;;
1150    pw32*)
1151      # pw32 DLLs use 'pw' prefix rather than 'lib'
1152      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1153      ;;
1154    esac
1155    ;;
1156
1157  *)
1158    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1159    ;;
1160  esac
1161  dynamic_linker='Win32 ld.exe'
1162  # FIXME: first we should search . and the directory the executable is in
1163  shlibpath_var=PATH
1164  ;;
1165
1166darwin* | rhapsody*)
1167  dynamic_linker="$host_os dyld"
1168  version_type=darwin
1169  need_lib_prefix=no
1170  need_version=no
1171  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1172  soname_spec='${libname}${release}${major}$shared_ext'
1173  shlibpath_overrides_runpath=yes
1174  shlibpath_var=DYLD_LIBRARY_PATH
1175  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1176  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1177  if test "$GCC" = yes; then
1178    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"`
1179  else
1180    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1181  fi
1182  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1183  ;;
1184
1185dgux*)
1186  version_type=linux
1187  need_lib_prefix=no
1188  need_version=no
1189  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1190  soname_spec='${libname}${release}${shared_ext}$major'
1191  shlibpath_var=LD_LIBRARY_PATH
1192  ;;
1193
1194freebsd1*)
1195  dynamic_linker=no
1196  ;;
1197
1198kfreebsd*-gnu)
1199  version_type=linux
1200  need_lib_prefix=no
1201  need_version=no
1202  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1203  soname_spec='${libname}${release}${shared_ext}$major'
1204  shlibpath_var=LD_LIBRARY_PATH
1205  shlibpath_overrides_runpath=no
1206  hardcode_into_libs=yes
1207  dynamic_linker='GNU ld.so'
1208  ;;
1209
1210freebsd* | dragonfly*)
1211  # DragonFly does not have aout.  When/if they implement a new
1212  # versioning mechanism, adjust this.
1213  if test -x /usr/bin/objformat; then
1214    objformat=`/usr/bin/objformat`
1215  else
1216    case $host_os in
1217    freebsd[[123]]*) objformat=aout ;;
1218    *) objformat=elf ;;
1219    esac
1220  fi
1221  version_type=freebsd-$objformat
1222  case $version_type in
1223    freebsd-elf*)
1224      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1225      need_version=no
1226      need_lib_prefix=no
1227      ;;
1228    freebsd-*)
1229      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1230      need_version=yes
1231      ;;
1232  esac
1233  shlibpath_var=LD_LIBRARY_PATH
1234  case $host_os in
1235  freebsd2*)
1236    shlibpath_overrides_runpath=yes
1237    ;;
1238  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1239    shlibpath_overrides_runpath=yes
1240    hardcode_into_libs=yes
1241    ;;
1242  *) # from 3.2 on
1243    shlibpath_overrides_runpath=no
1244    hardcode_into_libs=yes
1245    ;;
1246  esac
1247  ;;
1248
1249gnu*)
1250  version_type=linux
1251  need_lib_prefix=no
1252  need_version=no
1253  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1254  soname_spec='${libname}${release}${shared_ext}$major'
1255  shlibpath_var=LD_LIBRARY_PATH
1256  hardcode_into_libs=yes
1257  ;;
1258
1259hpux9* | hpux10* | hpux11*)
1260  # Give a soname corresponding to the major version so that dld.sl refuses to
1261  # link against other versions.
1262  version_type=sunos
1263  need_lib_prefix=no
1264  need_version=no
1265  case $host_cpu in
1266  ia64*)
1267    shrext_cmds='.so'
1268    hardcode_into_libs=yes
1269    dynamic_linker="$host_os dld.so"
1270    shlibpath_var=LD_LIBRARY_PATH
1271    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1272    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1273    soname_spec='${libname}${release}${shared_ext}$major'
1274    if test "X$HPUX_IA64_MODE" = X32; then
1275      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1276    else
1277      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1278    fi
1279    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1280    ;;
1281   hppa*64*)
1282     shrext_cmds='.sl'
1283     hardcode_into_libs=yes
1284     dynamic_linker="$host_os dld.sl"
1285     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1286     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1287     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1288     soname_spec='${libname}${release}${shared_ext}$major'
1289     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1290     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1291     ;;
1292   *)
1293    shrext_cmds='.sl'
1294    dynamic_linker="$host_os dld.sl"
1295    shlibpath_var=SHLIB_PATH
1296    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1297    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1298    soname_spec='${libname}${release}${shared_ext}$major'
1299    ;;
1300  esac
1301  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1302  postinstall_cmds='chmod 555 $lib'
1303  ;;
1304
1305irix5* | irix6* | nonstopux*)
1306  case $host_os in
1307    nonstopux*) version_type=nonstopux ;;
1308    *)
1309        if test "$lt_cv_prog_gnu_ld" = yes; then
1310                version_type=linux
1311        else
1312                version_type=irix
1313        fi ;;
1314  esac
1315  need_lib_prefix=no
1316  need_version=no
1317  soname_spec='${libname}${release}${shared_ext}$major'
1318  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1319  case $host_os in
1320  irix5* | nonstopux*)
1321    libsuff= shlibsuff=
1322    ;;
1323  *)
1324    case $LD in # libtool.m4 will add one of these switches to LD
1325    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1326      libsuff= shlibsuff= libmagic=32-bit;;
1327    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1328      libsuff=32 shlibsuff=N32 libmagic=N32;;
1329    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1330      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1331    *) libsuff= shlibsuff= libmagic=never-match;;
1332    esac
1333    ;;
1334  esac
1335  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1336  shlibpath_overrides_runpath=no
1337  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1338  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1339  hardcode_into_libs=yes
1340  ;;
1341
1342# No shared lib support for Linux oldld, aout, or coff.
1343linux*oldld* | linux*aout* | linux*coff*)
1344  dynamic_linker=no
1345  ;;
1346
1347# This must be Linux ELF.
1348linux*)
1349  version_type=linux
1350  need_lib_prefix=no
1351  need_version=no
1352  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1353  soname_spec='${libname}${release}${shared_ext}$major'
1354  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1355  shlibpath_var=LD_LIBRARY_PATH
1356  shlibpath_overrides_runpath=no
1357  # This implies no fast_install, which is unacceptable.
1358  # Some rework will be needed to allow for fast_install
1359  # before this can be enabled.
1360  hardcode_into_libs=yes
1361
1362  # Append ld.so.conf contents to the search path
1363  if test -f /etc/ld.so.conf; then
1364    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' ' '`
1365    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1366  fi
1367
1368  # We used to test for /lib/ld.so.1 and disable shared libraries on
1369  # powerpc, because MkLinux only supported shared libraries with the
1370  # GNU dynamic linker.  Since this was broken with cross compilers,
1371  # most powerpc-linux boxes support dynamic linking these days and
1372  # people can always --disable-shared, the test was removed, and we
1373  # assume the GNU/Linux dynamic linker is in use.
1374  dynamic_linker='GNU/Linux ld.so'
1375  ;;
1376
1377knetbsd*-gnu)
1378  version_type=linux
1379  need_lib_prefix=no
1380  need_version=no
1381  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1382  soname_spec='${libname}${release}${shared_ext}$major'
1383  shlibpath_var=LD_LIBRARY_PATH
1384  shlibpath_overrides_runpath=no
1385  hardcode_into_libs=yes
1386  dynamic_linker='GNU ld.so'
1387  ;;
1388
1389netbsd*)
1390  version_type=sunos
1391  need_lib_prefix=no
1392  need_version=no
1393  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1394    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1395    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1396    dynamic_linker='NetBSD (a.out) ld.so'
1397  else
1398    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1399    soname_spec='${libname}${release}${shared_ext}$major'
1400    dynamic_linker='NetBSD ld.elf_so'
1401  fi
1402  shlibpath_var=LD_LIBRARY_PATH
1403  shlibpath_overrides_runpath=yes
1404  hardcode_into_libs=yes
1405  ;;
1406
1407newsos6)
1408  version_type=linux
1409  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1410  shlibpath_var=LD_LIBRARY_PATH
1411  shlibpath_overrides_runpath=yes
1412  ;;
1413
1414nto-qnx*)
1415  version_type=linux
1416  need_lib_prefix=no
1417  need_version=no
1418  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1419  soname_spec='${libname}${release}${shared_ext}$major'
1420  shlibpath_var=LD_LIBRARY_PATH
1421  shlibpath_overrides_runpath=yes
1422  ;;
1423
1424openbsd*)
1425  version_type=sunos
1426  need_lib_prefix=no
1427  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1428  case $host_os in
1429    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1430    *)                         need_version=no  ;;
1431  esac
1432  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1433  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1434  shlibpath_var=LD_LIBRARY_PATH
1435  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1436    case $host_os in
1437      openbsd2.[[89]] | openbsd2.[[89]].*)
1438        shlibpath_overrides_runpath=no
1439        ;;
1440      *)
1441        shlibpath_overrides_runpath=yes
1442        ;;
1443      esac
1444  else
1445    shlibpath_overrides_runpath=yes
1446  fi
1447  ;;
1448
1449os2*)
1450  libname_spec='$name'
1451  shrext_cmds=".dll"
1452  need_lib_prefix=no
1453  library_names_spec='$libname${shared_ext} $libname.a'
1454  dynamic_linker='OS/2 ld.exe'
1455  shlibpath_var=LIBPATH
1456  ;;
1457
1458osf3* | osf4* | osf5*)
1459  version_type=osf
1460  need_lib_prefix=no
1461  need_version=no
1462  soname_spec='${libname}${release}${shared_ext}$major'
1463  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1464  shlibpath_var=LD_LIBRARY_PATH
1465  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1466  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1467  ;;
1468
1469sco3.2v5*)
1470  version_type=osf
1471  soname_spec='${libname}${release}${shared_ext}$major'
1472  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1473  shlibpath_var=LD_LIBRARY_PATH
1474  ;;
1475
1476solaris*)
1477  version_type=linux
1478  need_lib_prefix=no
1479  need_version=no
1480  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1481  soname_spec='${libname}${release}${shared_ext}$major'
1482  shlibpath_var=LD_LIBRARY_PATH
1483  shlibpath_overrides_runpath=yes
1484  hardcode_into_libs=yes
1485  # ldd complains unless libraries are executable
1486  postinstall_cmds='chmod +x $lib'
1487  ;;
1488
1489sunos4*)
1490  version_type=sunos
1491  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1492  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1493  shlibpath_var=LD_LIBRARY_PATH
1494  shlibpath_overrides_runpath=yes
1495  if test "$with_gnu_ld" = yes; then
1496    need_lib_prefix=no
1497  fi
1498  need_version=yes
1499  ;;
1500
1501sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1502  version_type=linux
1503  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1504  soname_spec='${libname}${release}${shared_ext}$major'
1505  shlibpath_var=LD_LIBRARY_PATH
1506  case $host_vendor in
1507    sni)
1508      shlibpath_overrides_runpath=no
1509      need_lib_prefix=no
1510      export_dynamic_flag_spec='${wl}-Blargedynsym'
1511      runpath_var=LD_RUN_PATH
1512      ;;
1513    siemens)
1514      need_lib_prefix=no
1515      ;;
1516    motorola)
1517      need_lib_prefix=no
1518      need_version=no
1519      shlibpath_overrides_runpath=no
1520      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1521      ;;
1522  esac
1523  ;;
1524
1525sysv4*MP*)
1526  if test -d /usr/nec ;then
1527    version_type=linux
1528    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1529    soname_spec='$libname${shared_ext}.$major'
1530    shlibpath_var=LD_LIBRARY_PATH
1531  fi
1532  ;;
1533
1534uts4*)
1535  version_type=linux
1536  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1537  soname_spec='${libname}${release}${shared_ext}$major'
1538  shlibpath_var=LD_LIBRARY_PATH
1539  ;;
1540
1541*)
1542  dynamic_linker=no
1543  ;;
1544esac
1545AC_MSG_RESULT([$dynamic_linker])
1546test "$dynamic_linker" = no && can_build_shared=no
1547])
1548m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1549    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1550        [include additional configurations @<:@automatic@:>@])],
1551    [tagnames="$withval"])
1552
1553if test -f "$ltmain" && test -n "$tagnames"; then
1554  if test ! -f "${ofile}"; then
1555    AC_MSG_WARN([output file `$ofile' does not exist])
1556  fi
1557
1558  if test -z "$LTCC"; then
1559    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1560    if test -z "$LTCC"; then
1561      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1562    else
1563      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1564    fi
1565  fi
1566
1567  # Extract list of available tagged configurations in $ofile.
1568  # Note that this assumes the entire list is on one line.
1569  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1570
1571  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1572  for tagname in $tagnames; do
1573    IFS="$lt_save_ifs"
1574    # Check whether tagname contains only valid characters
1575    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1576    "") ;;
1577    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1578        ;;
1579    esac
1580
1581    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1582    then
1583      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1584    fi
1585
1586    # Update the list of available tags.
1587    if test -n "$tagname"; then
1588      echo appending configuration tag \"$tagname\" to $ofile
1589
1590      case $tagname in
1591      CXX)
1592        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1593            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1594            (test "X$CXX" != "Xg++"))) ; then
1595          AC_LIBTOOL_LANG_CXX_CONFIG
1596        else
1597          tagname=""
1598        fi
1599        ;;
1600
1601      F77)
1602        if test -n "$F77" && test "X$F77" != "Xno"; then
1603          AC_LIBTOOL_LANG_F77_CONFIG
1604        else
1605          tagname=""
1606        fi
1607        ;;
1608
1609      GCJ)
1610        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1611          AC_LIBTOOL_LANG_GCJ_CONFIG
1612        else
1613          tagname=""
1614        fi
1615        ;;
1616
1617      RC)
1618        AC_LIBTOOL_LANG_RC_CONFIG
1619        ;;
1620
1621      *)
1622        AC_MSG_ERROR([Unsupported tag name: $tagname])
1623        ;;
1624      esac
1625
1626      # Append the new tag name to the list of available tags.
1627      if test -n "$tagname" ; then
1628      available_tags="$available_tags $tagname"
1629    fi
1630    fi
1631  done
1632  IFS="$lt_save_ifs"
1633
1634  # Now substitute the updated list of available tags.
1635  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1636    mv "${ofile}T" "$ofile"
1637    chmod +x "$ofile"
1638  else
1639    rm -f "${ofile}T"
1640    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1641  fi
1642fi
1643])
1644m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1813: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1645])
1646m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1821: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1647])
1648m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1851: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1649AC_ARG_ENABLE([shared],
1650    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1651        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1652    [p=${PACKAGE-default}
1653    case $enableval in
1654    yes) enable_shared=yes ;;
1655    no) enable_shared=no ;;
1656    *)
1657      enable_shared=no
1658      # Look at the argument we got.  We use all the common list separators.
1659      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1660      for pkg in $enableval; do
1661        IFS="$lt_save_ifs"
1662        if test "X$pkg" = "X$p"; then
1663          enable_shared=yes
1664        fi
1665      done
1666      IFS="$lt_save_ifs"
1667      ;;
1668    esac],
1669    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1670])
1671m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1860: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1672AC_ENABLE_SHARED(no)
1673])
1674m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1890: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1675AC_ARG_ENABLE([static],
1676    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1677        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1678    [p=${PACKAGE-default}
1679    case $enableval in
1680    yes) enable_static=yes ;;
1681    no) enable_static=no ;;
1682    *)
1683     enable_static=no
1684      # Look at the argument we got.  We use all the common list separators.
1685      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1686      for pkg in $enableval; do
1687        IFS="$lt_save_ifs"
1688        if test "X$pkg" = "X$p"; then
1689          enable_static=yes
1690        fi
1691      done
1692      IFS="$lt_save_ifs"
1693      ;;
1694    esac],
1695    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1696])
1697m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1899: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1698AC_ENABLE_STATIC(no)
1699])
1700m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1929: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1701AC_ARG_ENABLE([fast-install],
1702    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1703    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1704    [p=${PACKAGE-default}
1705    case $enableval in
1706    yes) enable_fast_install=yes ;;
1707    no) enable_fast_install=no ;;
1708    *)
1709      enable_fast_install=no
1710      # Look at the argument we got.  We use all the common list separators.
1711      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1712      for pkg in $enableval; do
1713        IFS="$lt_save_ifs"
1714        if test "X$pkg" = "X$p"; then
1715          enable_fast_install=yes
1716        fi
1717      done
1718      IFS="$lt_save_ifs"
1719      ;;
1720    esac],
1721    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1722])
1723m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1938: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1724AC_ENABLE_FAST_INSTALL(no)
1725])
1726m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1948: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1727pic_mode=ifelse($#,1,$1,default)
1728])
1729m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2026: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1730AC_MSG_CHECKING([for $1])
1731AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1732[case $MAGIC_CMD in
1733[[\\/*] |  ?:[\\/]*])
1734  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1735  ;;
1736*)
1737  lt_save_MAGIC_CMD="$MAGIC_CMD"
1738  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1739dnl $ac_dummy forces splitting on constant user-supplied paths.
1740dnl POSIX.2 word splitting is done only on the output of word expansions,
1741dnl not every word.  This closes a longstanding sh security hole.
1742  ac_dummy="ifelse([$2], , $PATH, [$2])"
1743  for ac_dir in $ac_dummy; do
1744    IFS="$lt_save_ifs"
1745    test -z "$ac_dir" && ac_dir=.
1746    if test -f $ac_dir/$1; then
1747      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1748      if test -n "$file_magic_test_file"; then
1749        case $deplibs_check_method in
1750        "file_magic "*)
1751          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1752          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1753          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1754            $EGREP "$file_magic_regex" > /dev/null; then
1755            :
1756          else
1757            cat <<EOF 1>&2
1758
1759*** Warning: the command libtool uses to detect shared libraries,
1760*** $file_magic_cmd, produces output that libtool cannot recognize.
1761*** The result is that libtool may fail to recognize shared libraries
1762*** as such.  This will affect the creation of libtool libraries that
1763*** depend on shared libraries, but programs linked with such libtool
1764*** libraries will work regardless of this problem.  Nevertheless, you
1765*** may want to report the problem to your system manager and/or to
1766*** bug-libtool@gnu.org
1767
1768EOF
1769          fi ;;
1770        esac
1771      fi
1772      break
1773    fi
1774  done
1775  IFS="$lt_save_ifs"
1776  MAGIC_CMD="$lt_save_MAGIC_CMD"
1777  ;;
1778esac])
1779MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1780if test -n "$MAGIC_CMD"; then
1781  AC_MSG_RESULT($MAGIC_CMD)
1782else
1783  AC_MSG_RESULT(no)
1784fi
1785])
1786m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2041: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1787if test -z "$lt_cv_path_MAGIC_CMD"; then
1788  if test -n "$ac_tool_prefix"; then
1789    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1790  else
1791    MAGIC_CMD=:
1792  fi
1793fi
1794])
1795m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2126: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1796    [AC_HELP_STRING([--with-gnu-ld],
1797        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1798    [test "$withval" = no || with_gnu_ld=yes],
1799    [with_gnu_ld=no])
1800AC_REQUIRE([LT_AC_PROG_SED])dnl
1801AC_REQUIRE([AC_PROG_CC])dnl
1802AC_REQUIRE([AC_CANONICAL_HOST])dnl
1803AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1804ac_prog=ld
1805if test "$GCC" = yes; then
1806  # Check if gcc -print-prog-name=ld gives a path.
1807  AC_MSG_CHECKING([for ld used by $CC])
1808  case $host in
1809  *-*-mingw*)
1810    # gcc leaves a trailing carriage return which upsets mingw
1811    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1812  *)
1813    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1814  esac
1815  case $ac_prog in
1816    # Accept absolute paths.
1817    [[\\/]]* | ?:[[\\/]]*)
1818      re_direlt='/[[^/]][[^/]]*/\.\./'
1819      # Canonicalize the pathname of ld
1820      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1821      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1822        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1823      done
1824      test -z "$LD" && LD="$ac_prog"
1825      ;;
1826  "")
1827    # If it fails, then pretend we aren't using GCC.
1828    ac_prog=ld
1829    ;;
1830  *)
1831    # If it is relative, then search for the first ld in PATH.
1832    with_gnu_ld=unknown
1833    ;;
1834  esac
1835elif test "$with_gnu_ld" = yes; then
1836  AC_MSG_CHECKING([for GNU ld])
1837else
1838  AC_MSG_CHECKING([for non-GNU ld])
1839fi
1840AC_CACHE_VAL(lt_cv_path_LD,
1841[if test -z "$LD"; then
1842  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1843  for ac_dir in $PATH; do
1844    IFS="$lt_save_ifs"
1845    test -z "$ac_dir" && ac_dir=.
1846    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1847      lt_cv_path_LD="$ac_dir/$ac_prog"
1848      # Check to see if the program is GNU ld.  I'd rather use --version,
1849      # but apparently some variants of GNU ld only accept -v.
1850      # Break only if it was the GNU/non-GNU ld that we prefer.
1851      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1852      *GNU* | *'with BFD'*)
1853        test "$with_gnu_ld" != no && break
1854        ;;
1855      *)
1856        test "$with_gnu_ld" != yes && break
1857        ;;
1858      esac
1859    fi
1860  done
1861  IFS="$lt_save_ifs"
1862else
1863  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1864fi])
1865LD="$lt_cv_path_LD"
1866if test -n "$LD"; then
1867  AC_MSG_RESULT($LD)
1868else
1869  AC_MSG_RESULT(no)
1870fi
1871test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1872AC_PROG_LD_GNU
1873])
1874m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2144: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1875AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1876[# I'd rather use --version here, but apparently some GNU lds only accept -v.
1877case `$LD -v 2>&1 </dev/null` in
1878*GNU* | *'with BFD'*)
1879  lt_cv_prog_gnu_ld=yes
1880  ;;
1881*)
1882  lt_cv_prog_gnu_ld=no
1883  ;;
1884esac])
1885with_gnu_ld=$lt_cv_prog_gnu_ld
1886])
1887m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2170: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1888  lt_cv_ld_reload_flag,
1889  [lt_cv_ld_reload_flag='-r'])
1890reload_flag=$lt_cv_ld_reload_flag
1891case $reload_flag in
1892"" | " "*) ;;
1893*) reload_flag=" $reload_flag" ;;
1894esac
1895reload_cmds='$LD$reload_flag -o $output$reload_objs'
1896case $host_os in
1897  darwin*)
1898    if test "$GCC" = yes; then
1899      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
1900    else
1901      reload_cmds='$LD$reload_flag -o $output$reload_objs'
1902    fi
1903    ;;
1904esac
1905])
1906m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2349: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1907lt_cv_deplibs_check_method,
1908[lt_cv_file_magic_cmd='$MAGIC_CMD'
1909lt_cv_file_magic_test_file=
1910lt_cv_deplibs_check_method='unknown'
1911# Need to set the preceding variable on all platforms that support
1912# interlibrary dependencies.
1913# 'none' -- dependencies not supported.
1914# `unknown' -- same as none, but documents that we really don't know.
1915# 'pass_all' -- all dependencies passed with no checks.
1916# 'test_compile' -- check by making test program.
1917# 'file_magic [[regex]]' -- check by looking for files in library path
1918# which responds to the $file_magic_cmd with a given extended regex.
1919# If you have `file' or equivalent on your system and you're not sure
1920# whether `pass_all' will *always* work, you probably want this one.
1921
1922case $host_os in
1923aix4* | aix5*)
1924  lt_cv_deplibs_check_method=pass_all
1925  ;;
1926
1927beos*)
1928  lt_cv_deplibs_check_method=pass_all
1929  ;;
1930
1931bsdi[[45]]*)
1932  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1933  lt_cv_file_magic_cmd='/usr/bin/file -L'
1934  lt_cv_file_magic_test_file=/shlib/libc.so
1935  ;;
1936
1937cygwin*)
1938  # func_win32_libid is a shell function defined in ltmain.sh
1939  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1940  lt_cv_file_magic_cmd='func_win32_libid'
1941  ;;
1942
1943mingw* | pw32*)
1944  # Base MSYS/MinGW do not provide the 'file' command needed by
1945  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1946  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1947  lt_cv_file_magic_cmd='$OBJDUMP -f'
1948  ;;
1949
1950darwin* | rhapsody*)
1951  lt_cv_deplibs_check_method=pass_all
1952  ;;
1953
1954freebsd* | kfreebsd*-gnu | dragonfly*)
1955  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1956    case $host_cpu in
1957    i*86 )
1958      # Not sure whether the presence of OpenBSD here was a mistake.
1959      # Let's accept both of them until this is cleared up.
1960      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
1961      lt_cv_file_magic_cmd=/usr/bin/file
1962      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1963      ;;
1964    esac
1965  else
1966    lt_cv_deplibs_check_method=pass_all
1967  fi
1968  ;;
1969
1970gnu*)
1971  lt_cv_deplibs_check_method=pass_all
1972  ;;
1973
1974hpux10.20* | hpux11*)
1975  lt_cv_file_magic_cmd=/usr/bin/file
1976  case $host_cpu in
1977  ia64*)
1978    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1979    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1980    ;;
1981  hppa*64*)
1982    [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]']
1983    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1984    ;;
1985  *)
1986    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1987    lt_cv_file_magic_test_file=/usr/lib/libc.sl
1988    ;;
1989  esac
1990  ;;
1991
1992irix5* | irix6* | nonstopux*)
1993  case $LD in
1994  *-32|*"-32 ") libmagic=32-bit;;
1995  *-n32|*"-n32 ") libmagic=N32;;
1996  *-64|*"-64 ") libmagic=64-bit;;
1997  *) libmagic=never-match;;
1998  esac
1999  lt_cv_deplibs_check_method=pass_all
2000  ;;
2001
2002# This must be Linux ELF.
2003linux*)
2004  lt_cv_deplibs_check_method=pass_all
2005  ;;
2006
2007netbsd*)
2008  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2009    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2010  else
2011    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2012  fi
2013  ;;
2014
2015newos6*)
2016  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2017  lt_cv_file_magic_cmd=/usr/bin/file
2018  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2019  ;;
2020
2021nto-qnx*)
2022  lt_cv_deplibs_check_method=unknown
2023  ;;
2024
2025openbsd*)
2026  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2027    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2028  else
2029    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2030  fi
2031  ;;
2032
2033osf3* | osf4* | osf5*)
2034  lt_cv_deplibs_check_method=pass_all
2035  ;;
2036
2037sco3.2v5*)
2038  lt_cv_deplibs_check_method=pass_all
2039  ;;
2040
2041solaris*)
2042  lt_cv_deplibs_check_method=pass_all
2043  ;;
2044
2045sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2046  case $host_vendor in
2047  motorola)
2048    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]]'
2049    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2050    ;;
2051  ncr)
2052    lt_cv_deplibs_check_method=pass_all
2053    ;;
2054  sequent)
2055    lt_cv_file_magic_cmd='/bin/file'
2056    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2057    ;;
2058  sni)
2059    lt_cv_file_magic_cmd='/bin/file'
2060    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2061    lt_cv_file_magic_test_file=/lib/libc.so
2062    ;;
2063  siemens)
2064    lt_cv_deplibs_check_method=pass_all
2065    ;;
2066  esac
2067  ;;
2068
2069sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
2070  lt_cv_deplibs_check_method=pass_all
2071  ;;
2072esac
2073])
2074file_magic_cmd=$lt_cv_file_magic_cmd
2075deplibs_check_method=$lt_cv_deplibs_check_method
2076test -z "$deplibs_check_method" && deplibs_check_method=unknown
2077])
2078m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2394: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2079[if test -n "$NM"; then
2080  # Let the user override the test.
2081  lt_cv_path_NM="$NM"
2082else
2083  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2084  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2085    IFS="$lt_save_ifs"
2086    test -z "$ac_dir" && ac_dir=.
2087    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2088    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2089      # Check to see if the nm accepts a BSD-compat flag.
2090      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2091      #   nm: unknown option "B" ignored
2092      # Tru64's nm complains that /dev/null is an invalid object file
2093      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2094      */dev/null* | *'Invalid file or object type'*)
2095        lt_cv_path_NM="$tmp_nm -B"
2096        break
2097        ;;
2098      *)
2099        case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2100        */dev/null*)
2101          lt_cv_path_NM="$tmp_nm -p"
2102          break
2103          ;;
2104        *)
2105          lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2106          continue # so that we can try to find one that supports BSD flags
2107          ;;
2108        esac
2109      esac
2110    fi
2111  done
2112  IFS="$lt_save_ifs"
2113  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2114fi])
2115NM="$lt_cv_path_NM"
2116])
2117m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2415: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2118LIBM=
2119case $host in
2120*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2121  # These system don't have libm, or don't need it
2122  ;;
2123*-ncr-sysv4.3*)
2124  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2125  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2126  ;;
2127*)
2128  AC_CHECK_LIB(m, cos, LIBM="-lm")
2129  ;;
2130esac
2131])
2132m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2440: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2133  case $enable_ltdl_convenience in
2134  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2135  "") enable_ltdl_convenience=yes
2136      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2137  esac
2138  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2139  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2140  # For backwards non-gettext consistent compatibility...
2141  INCLTDL="$LTDLINCL"
2142])
2143m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2476: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2144  AC_CHECK_LIB(ltdl, lt_dlinit,
2145  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2146  [if test x"$enable_ltdl_install" = xno; then
2147     AC_MSG_WARN([libltdl not installed, but installation disabled])
2148   else
2149     enable_ltdl_install=yes
2150   fi
2151  ])
2152  if test x"$enable_ltdl_install" = x"yes"; then
2153    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2154    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2155    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2156  else
2157    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2158    LIBLTDL="-lltdl"
2159    LTDLINCL=
2160  fi
2161  # For backwards non-gettext consistent compatibility...
2162  INCLTDL="$LTDLINCL"
2163])
2164m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2484: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2165])
2166m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2493: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2167AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2168_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2169])
2170m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2505: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2171AC_REQUIRE([AC_PROG_CXX])
2172if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2173    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2174    (test "X$CXX" != "Xg++"))) ; then
2175  AC_PROG_CXXCPP
2176fi
2177])
2178m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2512: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2179])
2180m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2520: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2181_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2182])
2183m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2528: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2184])
2185m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2541: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2186  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2187    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2188      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2189         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2190           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2191_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2192])
2193m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2550: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2194_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2195])
2196m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2558: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2197m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2662: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2198AC_LANG_PUSH(C)
2199
2200# Source file extension for C test sources.
2201ac_ext=c
2202
2203# Object file extension for compiled C test sources.
2204objext=o
2205_LT_AC_TAGVAR(objext, $1)=$objext
2206
2207# Code to be used in simple compile tests
2208lt_simple_compile_test_code="int some_variable = 0;\n"
2209
2210# Code to be used in simple link tests
2211lt_simple_link_test_code='int main(){return(0);}\n'
2212
2213_LT_AC_SYS_COMPILER
2214
2215# save warnings/boilerplate of simple test code
2216_LT_COMPILER_BOILERPLATE
2217_LT_LINKER_BOILERPLATE
2218
2219#
2220# Check for any special shared library compilation flags.
2221#
2222_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2223if test "$GCC" = no; then
2224  case $host_os in
2225  sco3.2v5*)
2226    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2227    ;;
2228  esac
2229fi
2230if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2231  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2232  if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2233  else
2234    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2235    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2236  fi
2237fi
2238
2239
2240#
2241# Check to make sure the static flag actually works.
2242#
2243AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2244  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2245  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2246  [],
2247  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2248
2249
2250## CAVEAT EMPTOR:
2251## There is no encapsulation within the following macros, do not change
2252## the running order or otherwise move them around unless you know exactly
2253## what you are doing...
2254AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2255AC_LIBTOOL_PROG_COMPILER_PIC($1)
2256AC_LIBTOOL_PROG_CC_C_O($1)
2257AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2258AC_LIBTOOL_PROG_LD_SHLIBS($1)
2259AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2260AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2261AC_LIBTOOL_SYS_LIB_STRIP
2262AC_LIBTOOL_DLOPEN_SELF($1)
2263
2264# Report which librarie types wil actually be built
2265AC_MSG_CHECKING([if libtool supports shared libraries])
2266AC_MSG_RESULT([$can_build_shared])
2267
2268AC_MSG_CHECKING([whether to build shared libraries])
2269test "$can_build_shared" = "no" && enable_shared=no
2270
2271# On AIX, shared libraries and static libraries use the same namespace, and
2272# are all built from PIC.
2273case $host_os in
2274aix3*)
2275  test "$enable_shared" = yes && enable_static=no
2276  if test -n "$RANLIB"; then
2277    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2278    postinstall_cmds='$RANLIB $lib'
2279  fi
2280  ;;
2281
2282aix4* | aix5*)
2283  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2284    test "$enable_shared" = yes && enable_static=no
2285  fi
2286    ;;
2287esac
2288AC_MSG_RESULT([$enable_shared])
2289
2290AC_MSG_CHECKING([whether to build static libraries])
2291# Make sure either enable_shared or enable_static is yes.
2292test "$enable_shared" = yes || enable_static=yes
2293AC_MSG_RESULT([$enable_static])
2294
2295AC_LIBTOOL_CONFIG($1)
2296
2297AC_LANG_POP
2298CC="$lt_save_CC"
2299])
2300m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2670: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2301m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3613: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2302AC_REQUIRE([AC_PROG_CXX])
2303AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2304
2305_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2306_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2307_LT_AC_TAGVAR(always_export_symbols, $1)=no
2308_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2309_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2310_LT_AC_TAGVAR(hardcode_direct, $1)=no
2311_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2312_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2313_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2314_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2315_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2316_LT_AC_TAGVAR(module_cmds, $1)=
2317_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2318_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2319_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2320_LT_AC_TAGVAR(no_undefined_flag, $1)=
2321_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2322_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2323
2324# Dependencies to place before and after the object being linked:
2325_LT_AC_TAGVAR(predep_objects, $1)=
2326_LT_AC_TAGVAR(postdep_objects, $1)=
2327_LT_AC_TAGVAR(predeps, $1)=
2328_LT_AC_TAGVAR(postdeps, $1)=
2329_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2330
2331# Source file extension for C++ test sources.
2332ac_ext=cpp
2333
2334# Object file extension for compiled C++ test sources.
2335objext=o
2336_LT_AC_TAGVAR(objext, $1)=$objext
2337
2338# Code to be used in simple compile tests
2339lt_simple_compile_test_code="int some_variable = 0;\n"
2340
2341# Code to be used in simple link tests
2342lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2343
2344# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2345_LT_AC_SYS_COMPILER
2346
2347# save warnings/boilerplate of simple test code
2348_LT_COMPILER_BOILERPLATE
2349_LT_LINKER_BOILERPLATE
2350
2351# Allow CC to be a program name with arguments.
2352lt_save_CC=$CC
2353lt_save_LD=$LD
2354lt_save_GCC=$GCC
2355GCC=$GXX
2356lt_save_with_gnu_ld=$with_gnu_ld
2357lt_save_path_LD=$lt_cv_path_LD
2358if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2359  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2360else
2361  unset lt_cv_prog_gnu_ld
2362fi
2363if test -n "${lt_cv_path_LDCXX+set}"; then
2364  lt_cv_path_LD=$lt_cv_path_LDCXX
2365else
2366  unset lt_cv_path_LD
2367fi
2368test -z "${LDCXX+set}" || LD=$LDCXX
2369CC=${CXX-"c++"}
2370compiler=$CC
2371_LT_AC_TAGVAR(compiler, $1)=$CC
2372_LT_CC_BASENAME([$compiler])
2373
2374# We don't want -fno-exception wen compiling C++ code, so set the
2375# no_builtin_flag separately
2376if test "$GXX" = yes; then
2377  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2378else
2379  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2380fi
2381
2382if test "$GXX" = yes; then
2383  # Set up default GNU C++ configuration
2384
2385  AC_PROG_LD
2386
2387  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2388  # archiving commands below assume that GNU ld is being used.
2389  if test "$with_gnu_ld" = yes; then
2390    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2391    _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'
2392
2393    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2394    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2395
2396    # If archive_cmds runs LD, not CC, wlarc should be empty
2397    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2398    #     investigate it a little bit more. (MM)
2399    wlarc='${wl}'
2400
2401    # ancient GNU ld didn't support --whole-archive et. al.
2402    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2403        grep 'no-whole-archive' > /dev/null; then
2404      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2405    else
2406      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2407    fi
2408  else
2409    with_gnu_ld=no
2410    wlarc=
2411
2412    # A generic and very simple default shared library creation
2413    # command for GNU C++ for the case where it uses the native
2414    # linker, instead of GNU ld.  If possible, this setting should
2415    # overridden to take advantage of the native linker features on
2416    # the platform it is being used on.
2417    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2418  fi
2419
2420  # Commands to make compiler produce verbose output that lists
2421  # what "hidden" libraries, object files and flags are used when
2422  # linking a shared library.
2423  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2424
2425else
2426  GXX=no
2427  with_gnu_ld=no
2428  wlarc=
2429fi
2430
2431# PORTME: fill in a description of your system's C++ link characteristics
2432AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2433_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2434case $host_os in
2435  aix3*)
2436    # FIXME: insert proper C++ library support
2437    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2438    ;;
2439  aix4* | aix5*)
2440    if test "$host_cpu" = ia64; then
2441      # On IA64, the linker does run time linking by default, so we don't
2442      # have to do anything special.
2443      aix_use_runtimelinking=no
2444      exp_sym_flag='-Bexport'
2445      no_entry_flag=""
2446    else
2447      aix_use_runtimelinking=no
2448
2449      # Test if we are trying to use run time linking or normal
2450      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2451      # need to do runtime linking.
2452      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2453        for ld_flag in $LDFLAGS; do
2454          case $ld_flag in
2455          *-brtl*)
2456            aix_use_runtimelinking=yes
2457            break
2458            ;;
2459          esac
2460        done
2461      esac
2462
2463      exp_sym_flag='-bexport'
2464      no_entry_flag='-bnoentry'
2465    fi
2466
2467    # When large executables or shared objects are built, AIX ld can
2468    # have problems creating the table of contents.  If linking a library
2469    # or program results in "error TOC overflow" add -mminimal-toc to
2470    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2471    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2472
2473    _LT_AC_TAGVAR(archive_cmds, $1)=''
2474    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2475    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2476    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2477
2478    if test "$GXX" = yes; then
2479      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2480      # We only want to do this on AIX 4.2 and lower, the check
2481      # below for broken collect2 doesn't work under 4.3+
2482        collect2name=`${CC} -print-prog-name=collect2`
2483        if test -f "$collect2name" && \
2484           strings "$collect2name" | grep resolve_lib_name >/dev/null
2485        then
2486          # We have reworked collect2
2487          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2488        else
2489          # We have old collect2
2490          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2491          # It fails to find uninstalled libraries when the uninstalled
2492          # path is not listed in the libpath.  Setting hardcode_minus_L
2493          # to unsupported forces relinking
2494          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2495          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2496          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2497        fi
2498      esac
2499      shared_flag='-shared'
2500      if test "$aix_use_runtimelinking" = yes; then
2501        shared_flag="$shared_flag "'${wl}-G'
2502      fi
2503    else
2504      # not using gcc
2505      if test "$host_cpu" = ia64; then
2506        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2507        # chokes on -Wl,-G. The following line is correct:
2508        shared_flag='-G'
2509      else
2510        if test "$aix_use_runtimelinking" = yes; then
2511          shared_flag='${wl}-G'
2512        else
2513          shared_flag='${wl}-bM:SRE'
2514        fi
2515      fi
2516    fi
2517
2518    # It seems that -bexpall does not export symbols beginning with
2519    # underscore (_), so it is better to generate a list of symbols to export.
2520    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2521    if test "$aix_use_runtimelinking" = yes; then
2522      # Warning - without using the other runtime loading flags (-brtl),
2523      # -berok will link without error, but may produce a broken library.
2524      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2525      # Determine the default libpath from the value encoded in an empty executable.
2526      _LT_AC_SYS_LIBPATH_AIX
2527      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2528
2529      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2530     else
2531      if test "$host_cpu" = ia64; then
2532        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2533        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2534        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2535      else
2536        # Determine the default libpath from the value encoded in an empty executable.
2537        _LT_AC_SYS_LIBPATH_AIX
2538        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2539        # Warning - without using the other run time loading flags,
2540        # -berok will link without error, but may produce a broken library.
2541        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2542        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2543        # -bexpall does not export symbols beginning with underscore (_)
2544        _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2545        # Exported symbols can be pulled into shared objects from archives
2546        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2547        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2548        # This is similar to how AIX traditionally builds its shared libraries.
2549        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2550      fi
2551    fi
2552    ;;
2553  chorus*)
2554    case $cc_basename in
2555      *)
2556        # FIXME: insert proper C++ library support
2557        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2558        ;;
2559    esac
2560    ;;
2561
2562
2563  cygwin* | mingw* | pw32*)
2564    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2565    # as there is no search path for DLLs.
2566    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2567    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2568    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2569    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2570
2571    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2572      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2573      # If the export-symbols file already is a .def file (1st line
2574      # is EXPORTS), use it as is; otherwise, prepend...
2575      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2576        cp $export_symbols $output_objdir/$soname.def;
2577      else
2578        echo EXPORTS > $output_objdir/$soname.def;
2579        cat $export_symbols >> $output_objdir/$soname.def;
2580      fi~
2581      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2582    else
2583      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2584    fi
2585  ;;
2586      darwin* | rhapsody*)
2587        case $host_os in
2588        rhapsody* | darwin1.[[012]])
2589         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2590         ;;
2591       *) # Darwin 1.3 on
2592         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2593           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2594         else
2595           case ${MACOSX_DEPLOYMENT_TARGET} in
2596             10.[[012]])
2597               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2598               ;;
2599             10.*)
2600               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2601               ;;
2602           esac
2603         fi
2604         ;;
2605        esac
2606      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2607      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2608      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2609      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2610      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2611      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2612
2613    if test "$GXX" = yes ; then
2614      lt_int_apple_cc_single_mod=no
2615      output_verbose_link_cmd='echo'
2616      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2617       lt_int_apple_cc_single_mod=yes
2618      fi
2619      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2620       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2621      else
2622          _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'
2623        fi
2624        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2625        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2626          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2627            _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}'
2628          else
2629            _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}'
2630          fi
2631            _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}'
2632      else
2633      case $cc_basename in
2634        xlc*)
2635         output_verbose_link_cmd='echo'
2636          _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'
2637          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2638          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2639          _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}'
2640          _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}'
2641          ;;
2642       *)
2643         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2644          ;;
2645      esac
2646      fi
2647        ;;
2648
2649  dgux*)
2650    case $cc_basename in
2651      ec++*)
2652        # FIXME: insert proper C++ library support
2653        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2654        ;;
2655      ghcx*)
2656        # Green Hills C++ Compiler
2657        # FIXME: insert proper C++ library support
2658        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2659        ;;
2660      *)
2661        # FIXME: insert proper C++ library support
2662        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2663        ;;
2664    esac
2665    ;;
2666  freebsd[[12]]*)
2667    # C++ shared libraries reported to be fairly broken before switch to ELF
2668    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2669    ;;
2670  freebsd-elf*)
2671    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2672    ;;
2673  freebsd* | kfreebsd*-gnu | dragonfly*)
2674    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2675    # conventions
2676    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2677    ;;
2678  gnu*)
2679    ;;
2680  hpux9*)
2681    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2682    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2683    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2684    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2685    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2686                                # but as the default
2687                                # location of the library.
2688
2689    case $cc_basename in
2690    CC*)
2691      # FIXME: insert proper C++ library support
2692      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2693      ;;
2694    aCC*)
2695      _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'
2696      # Commands to make compiler produce verbose output that lists
2697      # what "hidden" libraries, object files and flags are used when
2698      # linking a shared library.
2699      #
2700      # There doesn't appear to be a way to prevent this compiler from
2701      # explicitly linking system object files so we need to strip them
2702      # from the output so that they don't get included in the library
2703      # dependencies.
2704      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'
2705      ;;
2706    *)
2707      if test "$GXX" = yes; then
2708        _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'
2709      else
2710        # FIXME: insert proper C++ library support
2711        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2712      fi
2713      ;;
2714    esac
2715    ;;
2716  hpux10*|hpux11*)
2717    if test $with_gnu_ld = no; then
2718      case $host_cpu in
2719      hppa*64*)
2720        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2721        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2722        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2723        ;;
2724      ia64*)
2725        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2726        ;;
2727      *)
2728        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2729        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2730        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2731        ;;
2732      esac
2733    fi
2734    case $host_cpu in
2735    hppa*64*)
2736      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2737      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2738      ;;
2739    ia64*)
2740      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2741      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2742      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2743                                              # but as the default
2744                                              # location of the library.
2745      ;;
2746    *)
2747      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2748      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2749                                              # but as the default
2750                                              # location of the library.
2751      ;;
2752    esac
2753
2754    case $cc_basename in
2755      CC*)
2756        # FIXME: insert proper C++ library support
2757        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2758        ;;
2759      aCC*)
2760        case $host_cpu in
2761        hppa*64*|ia64*)
2762          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2763          ;;
2764        *)
2765          _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'
2766          ;;
2767        esac
2768        # Commands to make compiler produce verbose output that lists
2769        # what "hidden" libraries, object files and flags are used when
2770        # linking a shared library.
2771        #
2772        # There doesn't appear to be a way to prevent this compiler from
2773        # explicitly linking system object files so we need to strip them
2774        # from the output so that they don't get included in the library
2775        # dependencies.
2776        output_verbose_link_cmd='templist=`($CC -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'
2777        ;;
2778      *)
2779        if test "$GXX" = yes; then
2780          if test $with_gnu_ld = no; then
2781            case $host_cpu in
2782            ia64*|hppa*64*)
2783              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2784              ;;
2785            *)
2786              _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'
2787              ;;
2788            esac
2789          fi
2790        else
2791          # FIXME: insert proper C++ library support
2792          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2793        fi
2794        ;;
2795    esac
2796    ;;
2797  irix5* | irix6*)
2798    case $cc_basename in
2799      CC*)
2800        # SGI C++
2801        _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'
2802
2803        # Archives containing C++ object files must be created using
2804        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2805        # necessary to make sure instantiated templates are included
2806        # in the archive.
2807        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2808        ;;
2809      *)
2810        if test "$GXX" = yes; then
2811          if test "$with_gnu_ld" = no; then
2812            _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'
2813          else
2814            _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'
2815          fi
2816        fi
2817        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2818        ;;
2819    esac
2820    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2821    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2822    ;;
2823  linux*)
2824    case $cc_basename in
2825      KCC*)
2826        # Kuck and Associates, Inc. (KAI) C++ Compiler
2827
2828        # KCC will only create a shared library if the output file
2829        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2830        # to its proper name (with version) after linking.
2831        _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'
2832        _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'
2833        # Commands to make compiler produce verbose output that lists
2834        # what "hidden" libraries, object files and flags are used when
2835        # linking a shared library.
2836        #
2837        # There doesn't appear to be a way to prevent this compiler from
2838        # explicitly linking system object files so we need to strip them
2839        # from the output so that they don't get included in the library
2840        # dependencies.
2841        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'
2842
2843        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2844        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2845
2846        # Archives containing C++ object files must be created using
2847        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2848        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2849        ;;
2850      icpc*)
2851        # Intel C++
2852        with_gnu_ld=yes
2853        # version 8.0 and above of icpc choke on multiply defined symbols
2854        # if we add $predep_objects and $postdep_objects, however 7.1 and
2855        # earlier do not add the objects themselves.
2856        case `$CC -V 2>&1` in
2857        *"Version 7."*)
2858          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2859          _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'
2860          ;;
2861        *)  # Version 8.0 or newer
2862          tmp_idyn=
2863          case $host_cpu in
2864            ia64*) tmp_idyn=' -i_dynamic';;
2865          esac
2866          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2867          _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'
2868          ;;
2869        esac
2870        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2871        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2872        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2873        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2874        ;;
2875      pgCC*)
2876        # Portland Group C++ compiler
2877        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2878        _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'
2879
2880        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2881        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2882        _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'
2883        ;;
2884      cxx*)
2885        # Compaq C++
2886        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2887        _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'
2888
2889        runpath_var=LD_RUN_PATH
2890        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2891        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2892
2893        # Commands to make compiler produce verbose output that lists
2894        # what "hidden" libraries, object files and flags are used when
2895        # linking a shared library.
2896        #
2897        # There doesn't appear to be a way to prevent this compiler from
2898        # explicitly linking system object files so we need to strip them
2899        # from the output so that they don't get included in the library
2900        # dependencies.
2901        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'
2902        ;;
2903    esac
2904    ;;
2905  lynxos*)
2906    # FIXME: insert proper C++ library support
2907    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2908    ;;
2909  m88k*)
2910    # FIXME: insert proper C++ library support
2911    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2912    ;;
2913  mvs*)
2914    case $cc_basename in
2915      cxx*)
2916        # FIXME: insert proper C++ library support
2917        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2918        ;;
2919      *)
2920        # FIXME: insert proper C++ library support
2921        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2922        ;;
2923    esac
2924    ;;
2925  netbsd*)
2926    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2927      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2928      wlarc=
2929      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2930      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2931      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2932    fi
2933    # Workaround some broken pre-1.5 toolchains
2934    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2935    ;;
2936  openbsd2*)
2937    # C++ shared libraries are fairly broken
2938    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2939    ;;
2940  openbsd*)
2941    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2942    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2943    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2944    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2945    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2946      _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'
2947      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2948      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2949    fi
2950    output_verbose_link_cmd='echo'
2951    ;;
2952  osf3*)
2953    case $cc_basename in
2954      KCC*)
2955        # Kuck and Associates, Inc. (KAI) C++ Compiler
2956
2957        # KCC will only create a shared library if the output file
2958        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2959        # to its proper name (with version) after linking.
2960        _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'
2961
2962        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2963        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2964
2965        # Archives containing C++ object files must be created using
2966        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2967        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2968
2969        ;;
2970      RCC*)
2971        # Rational C++ 2.4.1
2972        # FIXME: insert proper C++ library support
2973        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2974        ;;
2975      cxx*)
2976        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2977        _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'
2978
2979        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2980        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2981
2982        # Commands to make compiler produce verbose output that lists
2983        # what "hidden" libraries, object files and flags are used when
2984        # linking a shared library.
2985        #
2986        # There doesn't appear to be a way to prevent this compiler from
2987        # explicitly linking system object files so we need to strip them
2988        # from the output so that they don't get included in the library
2989        # dependencies.
2990        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'
2991        ;;
2992      *)
2993        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2994          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2995          _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'
2996
2997          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2998          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2999
3000          # Commands to make compiler produce verbose output that lists
3001          # what "hidden" libraries, object files and flags are used when
3002          # linking a shared library.
3003          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3004
3005        else
3006          # FIXME: insert proper C++ library support
3007          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3008        fi
3009        ;;
3010    esac
3011    ;;
3012  osf4* | osf5*)
3013    case $cc_basename in
3014      KCC*)
3015        # Kuck and Associates, Inc. (KAI) C++ Compiler
3016
3017        # KCC will only create a shared library if the output file
3018        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3019        # to its proper name (with version) after linking.
3020        _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'
3021
3022        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3023        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3024
3025        # Archives containing C++ object files must be created using
3026        # the KAI C++ compiler.
3027        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3028        ;;
3029      RCC*)
3030        # Rational C++ 2.4.1
3031        # FIXME: insert proper C++ library support
3032        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3033        ;;
3034      cxx*)
3035        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3036        _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'
3037        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3038          echo "-hidden">> $lib.exp~
3039          $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~
3040          $rm $lib.exp'
3041
3042        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3043        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3044
3045        # Commands to make compiler produce verbose output that lists
3046        # what "hidden" libraries, object files and flags are used when
3047        # linking a shared library.
3048        #
3049        # There doesn't appear to be a way to prevent this compiler from
3050        # explicitly linking system object files so we need to strip them
3051        # from the output so that they don't get included in the library
3052        # dependencies.
3053        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'
3054        ;;
3055      *)
3056        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3057          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3058         _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'
3059
3060          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3061          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3062
3063          # Commands to make compiler produce verbose output that lists
3064          # what "hidden" libraries, object files and flags are used when
3065          # linking a shared library.
3066          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3067
3068        else
3069          # FIXME: insert proper C++ library support
3070          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3071        fi
3072        ;;
3073    esac
3074    ;;
3075  psos*)
3076    # FIXME: insert proper C++ library support
3077    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3078    ;;
3079  sco*)
3080    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3081    case $cc_basename in
3082      CC*)
3083        # FIXME: insert proper C++ library support
3084        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3085        ;;
3086      *)
3087        # FIXME: insert proper C++ library support
3088        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3089        ;;
3090    esac
3091    ;;
3092  sunos4*)
3093    case $cc_basename in
3094      CC*)
3095        # Sun C++ 4.x
3096        # FIXME: insert proper C++ library support
3097        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3098        ;;
3099      lcc*)
3100        # Lucid
3101        # FIXME: insert proper C++ library support
3102        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3103        ;;
3104      *)
3105        # FIXME: insert proper C++ library support
3106        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3107        ;;
3108    esac
3109    ;;
3110  solaris*)
3111    case $cc_basename in
3112      CC*)
3113        # Sun C++ 4.2, 5.x and Centerline C++
3114        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3115        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3116        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3117        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3118        $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'
3119
3120        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3121        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3122        case $host_os in
3123          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3124          *)
3125            # The C++ compiler is used as linker so we must use $wl
3126            # flag to pass the commands to the underlying system
3127            # linker. We must also pass each convience library through
3128            # to the system linker between allextract/defaultextract.
3129            # The C++ compiler will combine linker options so we
3130            # cannot just pass the convience library names through
3131            # without $wl.
3132            # Supported since Solaris 2.6 (maybe 2.5.1?)
3133            _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'
3134            ;;
3135        esac
3136        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3137
3138        output_verbose_link_cmd='echo'
3139
3140        # Archives containing C++ object files must be created using
3141        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3142        # necessary to make sure instantiated templates are included
3143        # in the archive.
3144        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3145        ;;
3146      gcx*)
3147        # Green Hills C++ Compiler
3148        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3149
3150        # The C++ compiler must be used to create the archive.
3151        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3152        ;;
3153      *)
3154        # GNU C++ compiler with Solaris linker
3155        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3156          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3157          if $CC --version | grep -v '^2\.7' > /dev/null; then
3158            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3159            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3160                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3161
3162            # Commands to make compiler produce verbose output that lists
3163            # what "hidden" libraries, object files and flags are used when
3164            # linking a shared library.
3165            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3166          else
3167            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3168            # platform.
3169            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3170            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3171                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3172
3173            # Commands to make compiler produce verbose output that lists
3174            # what "hidden" libraries, object files and flags are used when
3175            # linking a shared library.
3176            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3177          fi
3178
3179          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3180        fi
3181        ;;
3182    esac
3183    ;;
3184  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3185    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3186    ;;
3187  tandem*)
3188    case $cc_basename in
3189      NCC*)
3190        # NonStop-UX NCC 3.20
3191        # FIXME: insert proper C++ library support
3192        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3193        ;;
3194      *)
3195        # FIXME: insert proper C++ library support
3196        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3197        ;;
3198    esac
3199    ;;
3200  vxworks*)
3201    # FIXME: insert proper C++ library support
3202    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3203    ;;
3204  *)
3205    # FIXME: insert proper C++ library support
3206    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3207    ;;
3208esac
3209AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3210test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3211
3212_LT_AC_TAGVAR(GCC, $1)="$GXX"
3213_LT_AC_TAGVAR(LD, $1)="$LD"
3214
3215## CAVEAT EMPTOR:
3216## There is no encapsulation within the following macros, do not change
3217## the running order or otherwise move them around unless you know exactly
3218## what you are doing...
3219AC_LIBTOOL_POSTDEP_PREDEP($1)
3220AC_LIBTOOL_PROG_COMPILER_PIC($1)
3221AC_LIBTOOL_PROG_CC_C_O($1)
3222AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3223AC_LIBTOOL_PROG_LD_SHLIBS($1)
3224AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3225AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3226AC_LIBTOOL_SYS_LIB_STRIP
3227AC_LIBTOOL_DLOPEN_SELF($1)
3228
3229AC_LIBTOOL_CONFIG($1)
3230
3231AC_LANG_POP
3232CC=$lt_save_CC
3233LDCXX=$LD
3234LD=$lt_save_LD
3235GCC=$lt_save_GCC
3236with_gnu_ldcxx=$with_gnu_ld
3237with_gnu_ld=$lt_save_with_gnu_ld
3238lt_cv_path_LDCXX=$lt_cv_path_LD
3239lt_cv_path_LD=$lt_save_path_LD
3240lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3241lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3242])
3243m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3764: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3244dnl we can't use the lt_simple_compile_test_code here,
3245dnl because it contains code intended for an executable,
3246dnl not a library.  It's possible we should let each
3247dnl tag define a new lt_????_link_test_code variable,
3248dnl but it's only used here...
3249ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3250int a;
3251void foo (void) { a = 0; }
3252EOF
3253],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3254class Foo
3255{
3256public:
3257  Foo (void) { a = 0; }
3258private:
3259  int a;
3260};
3261EOF
3262],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3263      subroutine foo
3264      implicit none
3265      integer*4 a
3266      a=0
3267      return
3268      end
3269EOF
3270],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3271public class foo {
3272  private int a;
3273  public void bar (void) {
3274    a = 0;
3275  }
3276};
3277EOF
3278])
3279dnl Parse the compiler output and extract the necessary
3280dnl objects, libraries and library flags.
3281if AC_TRY_EVAL(ac_compile); then
3282  # Parse the compiler output and extract the necessary
3283  # objects, libraries and library flags.
3284
3285  # Sentinel used to keep track of whether or not we are before
3286  # the conftest object file.
3287  pre_test_object_deps_done=no
3288
3289  # The `*' in the case matches for architectures that use `case' in
3290  # $output_verbose_cmd can trigger glob expansion during the loop
3291  # eval without this substitution.
3292  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3293
3294  for p in `eval $output_verbose_link_cmd`; do
3295    case $p in
3296
3297    -L* | -R* | -l*)
3298       # Some compilers place space between "-{L,R}" and the path.
3299       # Remove the space.
3300       if test $p = "-L" \
3301          || test $p = "-R"; then
3302         prev=$p
3303         continue
3304       else
3305         prev=
3306       fi
3307
3308       if test "$pre_test_object_deps_done" = no; then
3309         case $p in
3310         -L* | -R*)
3311           # Internal compiler library paths should come after those
3312           # provided the user.  The postdeps already come after the
3313           # user supplied libs so there is no need to process them.
3314           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3315             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3316           else
3317             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3318           fi
3319           ;;
3320         # The "-l" case would never come before the object being
3321         # linked, so don't bother handling this case.
3322         esac
3323       else
3324         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3325           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3326         else
3327           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3328         fi
3329       fi
3330       ;;
3331
3332    *.$objext)
3333       # This assumes that the test object file only shows up
3334       # once in the compiler output.
3335       if test "$p" = "conftest.$objext"; then
3336         pre_test_object_deps_done=yes
3337         continue
3338       fi
3339
3340       if test "$pre_test_object_deps_done" = no; then
3341         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3342           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3343         else
3344           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3345         fi
3346       else
3347         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3348           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3349         else
3350           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3351         fi
3352       fi
3353       ;;
3354
3355    *) ;; # Ignore the rest.
3356
3357    esac
3358  done
3359
3360  # Clean up.
3361  rm -f a.out a.exe
3362else
3363  echo "libtool.m4: error: problem compiling $1 test program"
3364fi
3365
3366$rm -f confest.$objext
3367
3368# PORTME: override above test on systems where it is broken
3369ifelse([$1],[CXX],
3370[case $host_os in
3371solaris*)
3372  case $cc_basename in
3373  CC*)
3374    # Adding this requires a known-good setup of shared libraries for
3375    # Sun compiler versions before 5.6, else PIC objects from an old
3376    # archive will be linked into the output, leading to subtle bugs.
3377    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3378    ;;
3379  esac
3380esac
3381])
3382
3383case " $_LT_AC_TAGVAR(postdeps, $1) " in
3384*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3385esac
3386])
3387m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3771: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3388m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3869: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3389AC_LANG_PUSH(Fortran 77)
3390
3391_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3392_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3393_LT_AC_TAGVAR(always_export_symbols, $1)=no
3394_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3395_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3396_LT_AC_TAGVAR(hardcode_direct, $1)=no
3397_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3398_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3399_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3400_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3401_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3402_LT_AC_TAGVAR(module_cmds, $1)=
3403_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3404_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3405_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3406_LT_AC_TAGVAR(no_undefined_flag, $1)=
3407_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3408_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3409
3410# Source file extension for f77 test sources.
3411ac_ext=f
3412
3413# Object file extension for compiled f77 test sources.
3414objext=o
3415_LT_AC_TAGVAR(objext, $1)=$objext
3416
3417# Code to be used in simple compile tests
3418lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3419
3420# Code to be used in simple link tests
3421lt_simple_link_test_code="      program t\n      end\n"
3422
3423# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3424_LT_AC_SYS_COMPILER
3425
3426# save warnings/boilerplate of simple test code
3427_LT_COMPILER_BOILERPLATE
3428_LT_LINKER_BOILERPLATE
3429
3430# Allow CC to be a program name with arguments.
3431lt_save_CC="$CC"
3432CC=${F77-"f77"}
3433compiler=$CC
3434_LT_AC_TAGVAR(compiler, $1)=$CC
3435_LT_CC_BASENAME([$compiler])
3436
3437AC_MSG_CHECKING([if libtool supports shared libraries])
3438AC_MSG_RESULT([$can_build_shared])
3439
3440AC_MSG_CHECKING([whether to build shared libraries])
3441test "$can_build_shared" = "no" && enable_shared=no
3442
3443# On AIX, shared libraries and static libraries use the same namespace, and
3444# are all built from PIC.
3445case $host_os in
3446aix3*)
3447  test "$enable_shared" = yes && enable_static=no
3448  if test -n "$RANLIB"; then
3449    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3450    postinstall_cmds='$RANLIB $lib'
3451  fi
3452  ;;
3453aix4* | aix5*)
3454  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3455    test "$enable_shared" = yes && enable_static=no
3456  fi
3457  ;;
3458esac
3459AC_MSG_RESULT([$enable_shared])
3460
3461AC_MSG_CHECKING([whether to build static libraries])
3462# Make sure either enable_shared or enable_static is yes.
3463test "$enable_shared" = yes || enable_static=yes
3464AC_MSG_RESULT([$enable_static])
3465
3466test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3467
3468_LT_AC_TAGVAR(GCC, $1)="$G77"
3469_LT_AC_TAGVAR(LD, $1)="$LD"
3470
3471AC_LIBTOOL_PROG_COMPILER_PIC($1)
3472AC_LIBTOOL_PROG_CC_C_O($1)
3473AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3474AC_LIBTOOL_PROG_LD_SHLIBS($1)
3475AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3476AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3477AC_LIBTOOL_SYS_LIB_STRIP
3478
3479
3480AC_LIBTOOL_CONFIG($1)
3481
3482AC_LANG_POP
3483CC="$lt_save_CC"
3484])
3485m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3877: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3486m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3931: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3487
3488# Source file extension for Java test sources.
3489ac_ext=java
3490
3491# Object file extension for compiled Java test sources.
3492objext=o
3493_LT_AC_TAGVAR(objext, $1)=$objext
3494
3495# Code to be used in simple compile tests
3496lt_simple_compile_test_code="class foo {}\n"
3497
3498# Code to be used in simple link tests
3499lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3500
3501# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3502_LT_AC_SYS_COMPILER
3503
3504# save warnings/boilerplate of simple test code
3505_LT_COMPILER_BOILERPLATE
3506_LT_LINKER_BOILERPLATE
3507
3508# Allow CC to be a program name with arguments.
3509lt_save_CC="$CC"
3510CC=${GCJ-"gcj"}
3511compiler=$CC
3512_LT_AC_TAGVAR(compiler, $1)=$CC
3513_LT_CC_BASENAME([$compiler])
3514
3515# GCJ did not exist at the time GCC didn't implicitly link libc in.
3516_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3517
3518_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3519
3520## CAVEAT EMPTOR:
3521## There is no encapsulation within the following macros, do not change
3522## the running order or otherwise move them around unless you know exactly
3523## what you are doing...
3524AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3525AC_LIBTOOL_PROG_COMPILER_PIC($1)
3526AC_LIBTOOL_PROG_CC_C_O($1)
3527AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3528AC_LIBTOOL_PROG_LD_SHLIBS($1)
3529AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3530AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3531AC_LIBTOOL_SYS_LIB_STRIP
3532AC_LIBTOOL_DLOPEN_SELF($1)
3533
3534AC_LIBTOOL_CONFIG($1)
3535
3536AC_LANG_RESTORE
3537CC="$lt_save_CC"
3538])
3539m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3939: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3540m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3975: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3541
3542# Source file extension for RC test sources.
3543ac_ext=rc
3544
3545# Object file extension for compiled RC test sources.
3546objext=o
3547_LT_AC_TAGVAR(objext, $1)=$objext
3548
3549# Code to be used in simple compile tests
3550lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3551
3552# Code to be used in simple link tests
3553lt_simple_link_test_code="$lt_simple_compile_test_code"
3554
3555# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3556_LT_AC_SYS_COMPILER
3557
3558# save warnings/boilerplate of simple test code
3559_LT_COMPILER_BOILERPLATE
3560_LT_LINKER_BOILERPLATE
3561
3562# Allow CC to be a program name with arguments.
3563lt_save_CC="$CC"
3564CC=${RC-"windres"}
3565compiler=$CC
3566_LT_AC_TAGVAR(compiler, $1)=$CC
3567_LT_CC_BASENAME([$compiler])
3568_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3569
3570AC_LIBTOOL_CONFIG($1)
3571
3572AC_LANG_RESTORE
3573CC="$lt_save_CC"
3574])
3575m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:4466: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3576# libtool distribution, otherwise you forgot to ship ltmain.sh
3577# with your package, and you will get complaints that there are
3578# no rules to generate ltmain.sh.
3579if test -f "$ltmain"; then
3580  # See if we are running on zsh, and set the options which allow our commands through
3581  # without removal of \ escapes.
3582  if test -n "${ZSH_VERSION+set}" ; then
3583    setopt NO_GLOB_SUBST
3584  fi
3585  # Now quote all the things that may contain metacharacters while being
3586  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3587  # variables and quote the copies for generation of the libtool script.
3588  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3589    SED SHELL STRIP \
3590    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3591    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3592    deplibs_check_method reload_flag reload_cmds need_locks \
3593    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3594    lt_cv_sys_global_symbol_to_c_name_address \
3595    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3596    old_postinstall_cmds old_postuninstall_cmds \
3597    _LT_AC_TAGVAR(compiler, $1) \
3598    _LT_AC_TAGVAR(CC, $1) \
3599    _LT_AC_TAGVAR(LD, $1) \
3600    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3601    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3602    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3603    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3604    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3605    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3606    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3607    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3608    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3609    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3610    _LT_AC_TAGVAR(predep_objects, $1) \
3611    _LT_AC_TAGVAR(postdep_objects, $1) \
3612    _LT_AC_TAGVAR(predeps, $1) \
3613    _LT_AC_TAGVAR(postdeps, $1) \
3614    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3615    _LT_AC_TAGVAR(archive_cmds, $1) \
3616    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3617    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3618    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3619    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3620    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3621    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3622    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3623    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3624    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3625    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3626    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3627    _LT_AC_TAGVAR(module_cmds, $1) \
3628    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3629    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3630    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3631    _LT_AC_TAGVAR(include_expsyms, $1); do
3632
3633    case $var in
3634    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3635    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3636    _LT_AC_TAGVAR(archive_cmds, $1) | \
3637    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3638    _LT_AC_TAGVAR(module_cmds, $1) | \
3639    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3640    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3641    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3642    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3643    postinstall_cmds | postuninstall_cmds | \
3644    old_postinstall_cmds | old_postuninstall_cmds | \
3645    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3646      # Double-quote double-evaled strings.
3647      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3648      ;;
3649    *)
3650      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3651      ;;
3652    esac
3653  done
3654
3655  case $lt_echo in
3656  *'\[$]0 --fallback-echo"')
3657    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3658    ;;
3659  esac
3660
3661ifelse([$1], [],
3662  [cfgfile="${ofile}T"
3663  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3664  $rm -f "$cfgfile"
3665  AC_MSG_NOTICE([creating $ofile])],
3666  [cfgfile="$ofile"])
3667
3668  cat <<__EOF__ >> "$cfgfile"
3669ifelse([$1], [],
3670[#! $SHELL
3671
3672# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3673# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3674# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3675#
3676# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3677# Free Software Foundation, Inc.
3678#
3679# This file is part of GNU Libtool:
3680# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3681#
3682# This program is free software; you can redistribute it and/or modify
3683# it under the terms of the GNU General Public License as published by
3684# the Free Software Foundation; either version 2 of the License, or
3685# (at your option) any later version.
3686#
3687# This program is distributed in the hope that it will be useful, but
3688# WITHOUT ANY WARRANTY; without even the implied warranty of
3689# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3690# General Public License for more details.
3691#
3692# You should have received a copy of the GNU General Public License
3693# along with this program; if not, write to the Free Software
3694# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3695#
3696# As a special exception to the GNU General Public License, if you
3697# distribute this file as part of a program that contains a
3698# configuration script generated by Autoconf, you may include it under
3699# the same distribution terms that you use for the rest of that program.
3700
3701# A sed program that does not truncate output.
3702SED=$lt_SED
3703
3704# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3705Xsed="$SED -e 1s/^X//"
3706
3707# The HP-UX ksh and POSIX shell print the target directory to stdout
3708# if CDPATH is set.
3709(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3710
3711# The names of the tagged configurations supported by this script.
3712available_tags=
3713
3714# ### BEGIN LIBTOOL CONFIG],
3715[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3716
3717# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3718
3719# Shell to use when invoking shell scripts.
3720SHELL=$lt_SHELL
3721
3722# Whether or not to build shared libraries.
3723build_libtool_libs=$enable_shared
3724
3725# Whether or not to build static libraries.
3726build_old_libs=$enable_static
3727
3728# Whether or not to add -lc for building shared libraries.
3729build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3730
3731# Whether or not to disallow shared libs when runtime libs are static
3732allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3733
3734# Whether or not to optimize for fast installation.
3735fast_install=$enable_fast_install
3736
3737# The host system.
3738host_alias=$host_alias
3739host=$host
3740host_os=$host_os
3741
3742# The build system.
3743build_alias=$build_alias
3744build=$build
3745build_os=$build_os
3746
3747# An echo program that does not interpret backslashes.
3748echo=$lt_echo
3749
3750# The archiver.
3751AR=$lt_AR
3752AR_FLAGS=$lt_AR_FLAGS
3753
3754# A C compiler.
3755LTCC=$lt_LTCC
3756
3757# A language-specific compiler.
3758CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3759
3760# Is the compiler the GNU C compiler?
3761with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3762
3763# An ERE matcher.
3764EGREP=$lt_EGREP
3765
3766# The linker used to build libraries.
3767LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3768
3769# Whether we need hard or soft links.
3770LN_S=$lt_LN_S
3771
3772# A BSD-compatible nm program.
3773NM=$lt_NM
3774
3775# A symbol stripping program
3776STRIP=$lt_STRIP
3777
3778# Used to examine libraries when file_magic_cmd begins "file"
3779MAGIC_CMD=$MAGIC_CMD
3780
3781# Used on cygwin: DLL creation program.
3782DLLTOOL="$DLLTOOL"
3783
3784# Used on cygwin: object dumper.
3785OBJDUMP="$OBJDUMP"
3786
3787# Used on cygwin: assembler.
3788AS="$AS"
3789
3790# The name of the directory that contains temporary libtool files.
3791objdir=$objdir
3792
3793# How to create reloadable object files.
3794reload_flag=$lt_reload_flag
3795reload_cmds=$lt_reload_cmds
3796
3797# How to pass a linker flag through the compiler.
3798wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3799
3800# Object file suffix (normally "o").
3801objext="$ac_objext"
3802
3803# Old archive suffix (normally "a").
3804libext="$libext"
3805
3806# Shared library suffix (normally ".so").
3807shrext_cmds='$shrext_cmds'
3808
3809# Executable file suffix (normally "").
3810exeext="$exeext"
3811
3812# Additional compiler flags for building library objects.
3813pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3814pic_mode=$pic_mode
3815
3816# What is the maximum length of a command?
3817max_cmd_len=$lt_cv_sys_max_cmd_len
3818
3819# Does compiler simultaneously support -c and -o options?
3820compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3821
3822# Must we lock files when doing compilation?
3823need_locks=$lt_need_locks
3824
3825# Do we need the lib prefix for modules?
3826need_lib_prefix=$need_lib_prefix
3827
3828# Do we need a version for libraries?
3829need_version=$need_version
3830
3831# Whether dlopen is supported.
3832dlopen_support=$enable_dlopen
3833
3834# Whether dlopen of programs is supported.
3835dlopen_self=$enable_dlopen_self
3836
3837# Whether dlopen of statically linked programs is supported.
3838dlopen_self_static=$enable_dlopen_self_static
3839
3840# Compiler flag to prevent dynamic linking.
3841link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3842
3843# Compiler flag to turn off builtin functions.
3844no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3845
3846# Compiler flag to allow reflexive dlopens.
3847export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3848
3849# Compiler flag to generate shared objects directly from archives.
3850whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3851
3852# Compiler flag to generate thread-safe objects.
3853thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3854
3855# Library versioning type.
3856version_type=$version_type
3857
3858# Format of library name prefix.
3859libname_spec=$lt_libname_spec
3860
3861# List of archive names.  First name is the real one, the rest are links.
3862# The last name is the one that the linker finds with -lNAME.
3863library_names_spec=$lt_library_names_spec
3864
3865# The coded name of the library, if different from the real name.
3866soname_spec=$lt_soname_spec
3867
3868# Commands used to build and install an old-style archive.
3869RANLIB=$lt_RANLIB
3870old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3871old_postinstall_cmds=$lt_old_postinstall_cmds
3872old_postuninstall_cmds=$lt_old_postuninstall_cmds
3873
3874# Create an old-style archive from a shared archive.
3875old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3876
3877# Create a temporary old-style archive to link instead of a shared archive.
3878old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3879
3880# Commands used to build and install a shared archive.
3881archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3882archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3883postinstall_cmds=$lt_postinstall_cmds
3884postuninstall_cmds=$lt_postuninstall_cmds
3885
3886# Commands used to build a loadable module (assumed same as above if empty)
3887module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3888module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3889
3890# Commands to strip libraries.
3891old_striplib=$lt_old_striplib
3892striplib=$lt_striplib
3893
3894# Dependencies to place before the objects being linked to create a
3895# shared library.
3896predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3897
3898# Dependencies to place after the objects being linked to create a
3899# shared library.
3900postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3901
3902# Dependencies to place before the objects being linked to create a
3903# shared library.
3904predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3905
3906# Dependencies to place after the objects being linked to create a
3907# shared library.
3908postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3909
3910# The library search path used internally by the compiler when linking
3911# a shared library.
3912compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3913
3914# Method to check whether dependent libraries are shared objects.
3915deplibs_check_method=$lt_deplibs_check_method
3916
3917# Command to use when deplibs_check_method == file_magic.
3918file_magic_cmd=$lt_file_magic_cmd
3919
3920# Flag that allows shared libraries with undefined symbols to be built.
3921allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3922
3923# Flag that forces no undefined symbols.
3924no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3925
3926# Commands used to finish a libtool library installation in a directory.
3927finish_cmds=$lt_finish_cmds
3928
3929# Same as above, but a single script fragment to be evaled but not shown.
3930finish_eval=$lt_finish_eval
3931
3932# Take the output of nm and produce a listing of raw symbols and C names.
3933global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3934
3935# Transform the output of nm in a proper C declaration
3936global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3937
3938# Transform the output of nm in a C name address pair
3939global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3940
3941# This is the shared library runtime path variable.
3942runpath_var=$runpath_var
3943
3944# This is the shared library path variable.
3945shlibpath_var=$shlibpath_var
3946
3947# Is shlibpath searched before the hard-coded library search path?
3948shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3949
3950# How to hardcode a shared library path into an executable.
3951hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3952
3953# Whether we should hardcode library paths into libraries.
3954hardcode_into_libs=$hardcode_into_libs
3955
3956# Flag to hardcode \$libdir into a binary during linking.
3957# This must work even if \$libdir does not exist.
3958hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3959
3960# If ld is used when linking, flag to hardcode \$libdir into
3961# a binary during linking. This must work even if \$libdir does
3962# not exist.
3963hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3964
3965# Whether we need a single -rpath flag with a separated argument.
3966hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3967
3968# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3969# resulting binary.
3970hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3971
3972# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3973# resulting binary.
3974hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3975
3976# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3977# the resulting binary.
3978hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3979
3980# Set to yes if building a shared library automatically hardcodes DIR into the library
3981# and all subsequent libraries and executables linked against it.
3982hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3983
3984# Variables whose values should be saved in libtool wrapper scripts and
3985# restored at relink time.
3986variables_saved_for_relink="$variables_saved_for_relink"
3987
3988# Whether libtool must link a program against all its dependency libraries.
3989link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
3990
3991# Compile-time system search path for libraries
3992sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3993
3994# Run-time system search path for libraries
3995sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3996
3997# Fix the shell variable \$srcfile for the compiler.
3998fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
3999
4000# Set to yes if exported symbols are required.
4001always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4002
4003# The commands to list exported symbols.
4004export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4005
4006# The commands to extract the exported symbol list from a shared archive.
4007extract_expsyms_cmds=$lt_extract_expsyms_cmds
4008
4009# Symbols that should not be listed in the preloaded symbols.
4010exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4011
4012# Symbols that must always be exported.
4013include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4014
4015ifelse([$1],[],
4016[# ### END LIBTOOL CONFIG],
4017[# ### END LIBTOOL TAG CONFIG: $tagname])
4018
4019__EOF__
4020
4021ifelse([$1],[], [
4022  case $host_os in
4023  aix3*)
4024    cat <<\EOF >> "$cfgfile"
4025
4026# AIX sometimes has problems with the GCC collect2 program.  For some
4027# reason, if we set the COLLECT_NAMES environment variable, the problems
4028# vanish in a puff of smoke.
4029if test "X${COLLECT_NAMES+set}" != Xset; then
4030  COLLECT_NAMES=
4031  export COLLECT_NAMES
4032fi
4033EOF
4034    ;;
4035  esac
4036
4037  # We use sed instead of cat because bash on DJGPP gets confused if
4038  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4039  # text mode, it properly converts lines to CR/LF.  This bash problem
4040  # is reportedly fixed, but why not run on old versions too?
4041  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4042
4043  mv -f "$cfgfile" "$ofile" || \
4044    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4045  chmod +x "$ofile"
4046])
4047else
4048  # If there is no Makefile yet, we rely on a make rule to execute
4049  # `config.status --recheck' to rerun these tests and create the
4050  # libtool script then.
4051  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4052  if test -f "$ltmain_in"; then
4053    test -f Makefile && make "$ltmain"
4054  fi
4055fi
4056])
4057m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:4484: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4058
4059_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4060
4061if test "$GCC" = yes; then
4062  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4063
4064  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4065    lt_cv_prog_compiler_rtti_exceptions,
4066    [-fno-rtti -fno-exceptions], [],
4067    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4068fi
4069])
4070m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:4677: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4071AC_REQUIRE([AC_PROG_NM])
4072AC_REQUIRE([AC_OBJEXT])
4073# Check for command to grab the raw symbol name followed by C symbol from nm.
4074AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4075AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4076[
4077# These are sane defaults that work on at least a few old systems.
4078# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4079
4080# Character class describing NM global symbol codes.
4081symcode='[[BCDEGRST]]'
4082
4083# Regexp to match symbols that can be accessed directly from C.
4084sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4085
4086# Transform an extracted symbol line into a proper C declaration
4087lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4088
4089# Transform an extracted symbol line into symbol name and symbol address
4090lt_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'"
4091
4092# Define system-specific variables.
4093case $host_os in
4094aix*)
4095  symcode='[[BCDT]]'
4096  ;;
4097cygwin* | mingw* | pw32*)
4098  symcode='[[ABCDGISTW]]'
4099  ;;
4100hpux*) # Its linker distinguishes data from code symbols
4101  if test "$host_cpu" = ia64; then
4102    symcode='[[ABCDEGRST]]'
4103  fi
4104  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4105  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'"
4106  ;;
4107linux*)
4108  if test "$host_cpu" = ia64; then
4109    symcode='[[ABCDGIRSTW]]'
4110    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4111    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'"
4112  fi
4113  ;;
4114irix* | nonstopux*)
4115  symcode='[[BCDEGRST]]'
4116  ;;
4117osf*)
4118  symcode='[[BCDEGQRST]]'
4119  ;;
4120solaris* | sysv5*)
4121  symcode='[[BDRT]]'
4122  ;;
4123sysv4)
4124  symcode='[[DFNSTU]]'
4125  ;;
4126esac
4127
4128# Handle CRLF in mingw tool chain
4129opt_cr=
4130case $build_os in
4131mingw*)
4132  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4133  ;;
4134esac
4135
4136# If we're using GNU nm, then use its standard symbol codes.
4137case `$NM -V 2>&1` in
4138*GNU* | *'with BFD'*)
4139  symcode='[[ABCDGIRSTW]]' ;;
4140esac
4141
4142# Try without a prefix undercore, then with it.
4143for ac_symprfx in "" "_"; do
4144
4145  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4146  symxfrm="\\1 $ac_symprfx\\2 \\2"
4147
4148  # Write the raw and C identifiers.
4149  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4150
4151  # Check to see that the pipe works correctly.
4152  pipe_works=no
4153
4154  rm -f conftest*
4155  cat > conftest.$ac_ext <<EOF
4156#ifdef __cplusplus
4157extern "C" {
4158#endif
4159char nm_test_var;
4160void nm_test_func(){}
4161#ifdef __cplusplus
4162}
4163#endif
4164int main(){nm_test_var='a';nm_test_func();return(0);}
4165EOF
4166
4167  if AC_TRY_EVAL(ac_compile); then
4168    # Now try to grab the symbols.
4169    nlist=conftest.nm
4170    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4171      # Try sorting and uniquifying the output.
4172      if sort "$nlist" | uniq > "$nlist"T; then
4173        mv -f "$nlist"T "$nlist"
4174      else
4175        rm -f "$nlist"T
4176      fi
4177
4178      # Make sure that we snagged all the symbols we need.
4179      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4180        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4181          cat <<EOF > conftest.$ac_ext
4182#ifdef __cplusplus
4183extern "C" {
4184#endif
4185
4186EOF
4187          # Now generate the symbol file.
4188          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4189
4190          cat <<EOF >> conftest.$ac_ext
4191#if defined (__STDC__) && __STDC__
4192# define lt_ptr_t void *
4193#else
4194# define lt_ptr_t char *
4195# define const
4196#endif
4197
4198/* The mapping between symbol names and symbols. */
4199const struct {
4200  const char *name;
4201  lt_ptr_t address;
4202}
4203lt_preloaded_symbols[[]] =
4204{
4205EOF
4206          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4207          cat <<\EOF >> conftest.$ac_ext
4208  {0, (lt_ptr_t) 0}
4209};
4210
4211#ifdef __cplusplus
4212}
4213#endif
4214EOF
4215          # Now try linking the two files.
4216          mv conftest.$ac_objext conftstm.$ac_objext
4217          lt_save_LIBS="$LIBS"
4218          lt_save_CFLAGS="$CFLAGS"
4219          LIBS="conftstm.$ac_objext"
4220          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4221          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4222            pipe_works=yes
4223          fi
4224          LIBS="$lt_save_LIBS"
4225          CFLAGS="$lt_save_CFLAGS"
4226        else
4227          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4228        fi
4229      else
4230        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4231      fi
4232    else
4233      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4234    fi
4235  else
4236    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4237    cat conftest.$ac_ext >&5
4238  fi
4239  rm -f conftest* conftst*
4240
4241  # Do not use the global_symbol_pipe unless it works.
4242  if test "$pipe_works" = yes; then
4243    break
4244  else
4245    lt_cv_sys_global_symbol_pipe=
4246  fi
4247done
4248])
4249if test -z "$lt_cv_sys_global_symbol_pipe"; then
4250  lt_cv_sys_global_symbol_to_cdecl=
4251fi
4252if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4253  AC_MSG_RESULT(failed)
4254else
4255  AC_MSG_RESULT(ok)
4256fi
4257])
4258m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:5181: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4259_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4260_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4261
4262AC_MSG_CHECKING([for $compiler option to produce PIC])
4263 ifelse([$1],[CXX],[
4264  # C++ specific cases for pic, static, wl, etc.
4265  if test "$GXX" = yes; then
4266    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4267    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4268
4269    case $host_os in
4270    aix*)
4271      # All AIX code is PIC.
4272      if test "$host_cpu" = ia64; then
4273        # AIX 5 now supports IA64 processor
4274        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4275      fi
4276      ;;
4277    amigaos*)
4278      # FIXME: we need at least 68020 code to build shared libraries, but
4279      # adding the `-m68020' flag to GCC prevents building anything better,
4280      # like `-m68040'.
4281      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4282      ;;
4283    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4284      # PIC is the default for these OSes.
4285      ;;
4286    mingw* | os2* | pw32*)
4287      # This hack is so that the source file can tell whether it is being
4288      # built for inclusion in a dll (and should export symbols for example).
4289      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4290      ;;
4291    darwin* | rhapsody*)
4292      # PIC is the default on this platform
4293      # Common symbols not allowed in MH_DYLIB files
4294      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4295      ;;
4296    *djgpp*)
4297      # DJGPP does not support shared libraries at all
4298      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4299      ;;
4300    sysv4*MP*)
4301      if test -d /usr/nec; then
4302        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4303      fi
4304      ;;
4305    hpux*)
4306      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4307      # not for PA HP-UX.
4308      case $host_cpu in
4309      hppa*64*|ia64*)
4310        ;;
4311      *)
4312        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4313        ;;
4314      esac
4315      ;;
4316    *)
4317      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4318      ;;
4319    esac
4320  else
4321    case $host_os in
4322      aix4* | aix5*)
4323        # All AIX code is PIC.
4324        if test "$host_cpu" = ia64; then
4325          # AIX 5 now supports IA64 processor
4326          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4327        else
4328          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4329        fi
4330        ;;
4331      chorus*)
4332        case $cc_basename in
4333        cxch68*)
4334          # Green Hills C++ Compiler
4335          # _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"
4336          ;;
4337        esac
4338        ;;
4339       darwin*)
4340         # PIC is the default on this platform
4341         # Common symbols not allowed in MH_DYLIB files
4342         case $cc_basename in
4343           xlc*)
4344           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4345           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4346           ;;
4347         esac
4348       ;;
4349      dgux*)
4350        case $cc_basename in
4351          ec++*)
4352            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4353            ;;
4354          ghcx*)
4355            # Green Hills C++ Compiler
4356            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4357            ;;
4358          *)
4359            ;;
4360        esac
4361        ;;
4362      freebsd* | kfreebsd*-gnu | dragonfly*)
4363        # FreeBSD uses GNU C++
4364        ;;
4365      hpux9* | hpux10* | hpux11*)
4366        case $cc_basename in
4367          CC*)
4368            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4369            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4370            if test "$host_cpu" != ia64; then
4371              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4372            fi
4373            ;;
4374          aCC*)
4375            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4376            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4377            case $host_cpu in
4378            hppa*64*|ia64*)
4379              # +Z the default
4380              ;;
4381            *)
4382              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4383              ;;
4384            esac
4385            ;;
4386          *)
4387            ;;
4388        esac
4389        ;;
4390      irix5* | irix6* | nonstopux*)
4391        case $cc_basename in
4392          CC*)
4393            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4394            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4395            # CC pic flag -KPIC is the default.
4396            ;;
4397          *)
4398            ;;
4399        esac
4400        ;;
4401      linux*)
4402        case $cc_basename in
4403          KCC*)
4404            # KAI C++ Compiler
4405            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4406            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4407            ;;
4408          icpc* | ecpc*)
4409            # Intel C++
4410            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4411            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4412            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4413            ;;
4414          pgCC*)
4415            # Portland Group C++ compiler.
4416            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4417            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4418            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4419            ;;
4420          cxx*)
4421            # Compaq C++
4422            # Make sure the PIC flag is empty.  It appears that all Alpha
4423            # Linux and Compaq Tru64 Unix objects are PIC.
4424            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4425            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4426            ;;
4427          *)
4428            ;;
4429        esac
4430        ;;
4431      lynxos*)
4432        ;;
4433      m88k*)
4434        ;;
4435      mvs*)
4436        case $cc_basename in
4437          cxx*)
4438            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4439            ;;
4440          *)
4441            ;;
4442        esac
4443        ;;
4444      netbsd*)
4445        ;;
4446      osf3* | osf4* | osf5*)
4447        case $cc_basename in
4448          KCC*)
4449            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4450            ;;
4451          RCC*)
4452            # Rational C++ 2.4.1
4453            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4454            ;;
4455          cxx*)
4456            # Digital/Compaq C++
4457            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4458            # Make sure the PIC flag is empty.  It appears that all Alpha
4459            # Linux and Compaq Tru64 Unix objects are PIC.
4460            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4461            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4462            ;;
4463          *)
4464            ;;
4465        esac
4466        ;;
4467      psos*)
4468        ;;
4469      sco*)
4470        case $cc_basename in
4471          CC*)
4472            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4473            ;;
4474          *)
4475            ;;
4476        esac
4477        ;;
4478      solaris*)
4479        case $cc_basename in
4480          CC*)
4481            # Sun C++ 4.2, 5.x and Centerline C++
4482            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4483            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4484            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4485            ;;
4486          gcx*)
4487            # Green Hills C++ Compiler
4488            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4489            ;;
4490          *)
4491            ;;
4492        esac
4493        ;;
4494      sunos4*)
4495        case $cc_basename in
4496          CC*)
4497            # Sun C++ 4.x
4498            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4499            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4500            ;;
4501          lcc*)
4502            # Lucid
4503            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4504            ;;
4505          *)
4506            ;;
4507        esac
4508        ;;
4509      tandem*)
4510        case $cc_basename in
4511          NCC*)
4512            # NonStop-UX NCC 3.20
4513            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4514            ;;
4515          *)
4516            ;;
4517        esac
4518        ;;
4519      unixware*)
4520        ;;
4521      vxworks*)
4522        ;;
4523      *)
4524        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4525        ;;
4526    esac
4527  fi
4528],
4529[
4530  if test "$GCC" = yes; then
4531    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4532    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4533
4534    case $host_os in
4535      aix*)
4536      # All AIX code is PIC.
4537      if test "$host_cpu" = ia64; then
4538        # AIX 5 now supports IA64 processor
4539        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4540      fi
4541      ;;
4542
4543    amigaos*)
4544      # FIXME: we need at least 68020 code to build shared libraries, but
4545      # adding the `-m68020' flag to GCC prevents building anything better,
4546      # like `-m68040'.
4547      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4548      ;;
4549
4550    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4551      # PIC is the default for these OSes.
4552      ;;
4553
4554    mingw* | pw32* | os2*)
4555      # This hack is so that the source file can tell whether it is being
4556      # built for inclusion in a dll (and should export symbols for example).
4557      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4558      ;;
4559
4560    darwin* | rhapsody*)
4561      # PIC is the default on this platform
4562      # Common symbols not allowed in MH_DYLIB files
4563      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4564      ;;
4565
4566    msdosdjgpp*)
4567      # Just because we use GCC doesn't mean we suddenly get shared libraries
4568      # on systems that don't support them.
4569      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4570      enable_shared=no
4571      ;;
4572
4573    sysv4*MP*)
4574      if test -d /usr/nec; then
4575        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4576      fi
4577      ;;
4578
4579    hpux*)
4580      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4581      # not for PA HP-UX.
4582      case $host_cpu in
4583      hppa*64*|ia64*)
4584        # +Z the default
4585        ;;
4586      *)
4587        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4588        ;;
4589      esac
4590      ;;
4591
4592    *)
4593      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4594      ;;
4595    esac
4596  else
4597    # PORTME Check for flag to pass linker flags through the system compiler.
4598    case $host_os in
4599    aix*)
4600      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4601      if test "$host_cpu" = ia64; then
4602        # AIX 5 now supports IA64 processor
4603        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4604      else
4605        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4606      fi
4607      ;;
4608      darwin*)
4609        # PIC is the default on this platform
4610        # Common symbols not allowed in MH_DYLIB files
4611       case $cc_basename in
4612         xlc*)
4613         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4614         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4615         ;;
4616       esac
4617       ;;
4618
4619    mingw* | pw32* | os2*)
4620      # This hack is so that the source file can tell whether it is being
4621      # built for inclusion in a dll (and should export symbols for example).
4622      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4623      ;;
4624
4625    hpux9* | hpux10* | hpux11*)
4626      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4627      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4628      # not for PA HP-UX.
4629      case $host_cpu in
4630      hppa*64*|ia64*)
4631        # +Z the default
4632        ;;
4633      *)
4634        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4635        ;;
4636      esac
4637      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4638      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4639      ;;
4640
4641    irix5* | irix6* | nonstopux*)
4642      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4643      # PIC (with -KPIC) is the default.
4644      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4645      ;;
4646
4647    newsos6)
4648      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4649      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4650      ;;
4651
4652    linux*)
4653      case $cc_basename in
4654      icc* | ecc*)
4655        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4656        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4657        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4658        ;;
4659      pgcc* | pgf77* | pgf90* | pgf95*)
4660        # Portland Group compilers (*not* the Pentium gcc compiler,
4661        # which looks to be a dead project)
4662        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4663        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4664        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4665        ;;
4666      ccc*)
4667        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4668        # All Alpha code is PIC.
4669        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4670        ;;
4671      esac
4672      ;;
4673
4674    osf3* | osf4* | osf5*)
4675      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4676      # All OSF/1 code is PIC.
4677      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4678      ;;
4679
4680    sco3.2v5*)
4681      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4682      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4683      ;;
4684
4685    solaris*)
4686      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4687      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4688      case $cc_basename in
4689      f77* | f90* | f95*)
4690        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4691      *)
4692        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4693      esac
4694      ;;
4695
4696    sunos4*)
4697      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4698      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4699      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4700      ;;
4701
4702    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4703      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4704      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4705      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4706      ;;
4707
4708    sysv4*MP*)
4709      if test -d /usr/nec ;then
4710        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4711        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4712      fi
4713      ;;
4714
4715    unicos*)
4716      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4717      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4718      ;;
4719
4720    uts4*)
4721      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4722      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4723      ;;
4724
4725    *)
4726      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4727      ;;
4728    esac
4729  fi
4730])
4731AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4732
4733#
4734# Check to make sure the PIC flag actually works.
4735#
4736if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4737  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4738    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4739    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4740    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4741     "" | " "*) ;;
4742     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4743     esac],
4744    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4745     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4746fi
4747case $host_os in
4748  # For platforms which do not support PIC, -DPIC is meaningless:
4749  *djgpp*)
4750    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4751    ;;
4752  *)
4753    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4754    ;;
4755esac
4756])
4757m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6053: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4758ifelse([$1],[CXX],[
4759  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4760  case $host_os in
4761  aix4* | aix5*)
4762    # If we're using GNU nm, then we don't want the "-C" option.
4763    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4764    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4765      _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'
4766    else
4767      _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'
4768    fi
4769    ;;
4770  pw32*)
4771    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4772  ;;
4773  cygwin* | mingw*)
4774    _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'
4775  ;;
4776  *)
4777    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4778  ;;
4779  esac
4780],[
4781  runpath_var=
4782  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4783  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4784  _LT_AC_TAGVAR(archive_cmds, $1)=
4785  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4786  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4787  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4788  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4789  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4790  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4791  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4792  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4793  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4794  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4795  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4796  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4797  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4798  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4799  _LT_AC_TAGVAR(module_cmds, $1)=
4800  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4801  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4802  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4803  # include_expsyms should be a list of space-separated symbols to be *always*
4804  # included in the symbol list
4805  _LT_AC_TAGVAR(include_expsyms, $1)=
4806  # exclude_expsyms can be an extended regexp of symbols to exclude
4807  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4808  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4809  # as well as any symbol that contains `d'.
4810  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4811  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4812  # platforms (ab)use it in PIC code, but their linkers get confused if
4813  # the symbol is explicitly referenced.  Since portable code cannot
4814  # rely on this symbol name, it's probably fine to never include it in
4815  # preloaded symbol tables.
4816  extract_expsyms_cmds=
4817  # Just being paranoid about ensuring that cc_basename is set.
4818  _LT_CC_BASENAME([$compiler])
4819  case $host_os in
4820  cygwin* | mingw* | pw32*)
4821    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4822    # When not using gcc, we currently assume that we are using
4823    # Microsoft Visual C++.
4824    if test "$GCC" != yes; then
4825      with_gnu_ld=no
4826    fi
4827    ;;
4828  openbsd*)
4829    with_gnu_ld=no
4830    ;;
4831  esac
4832
4833  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4834  if test "$with_gnu_ld" = yes; then
4835    # If archive_cmds runs LD, not CC, wlarc should be empty
4836    wlarc='${wl}'
4837
4838    # Set some defaults for GNU ld with shared library support. These
4839    # are reset later if shared libraries are not supported. Putting them
4840    # here allows them to be overridden if necessary.
4841    runpath_var=LD_RUN_PATH
4842    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4843    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4844    # ancient GNU ld didn't support --whole-archive et. al.
4845    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4846        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4847      else
4848        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4849    fi
4850    supports_anon_versioning=no
4851    case `$LD -v 2>/dev/null` in
4852      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4853      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4854      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4855      *\ 2.11.*) ;; # other 2.11 versions
4856      *) supports_anon_versioning=yes ;;
4857    esac
4858
4859    # See if GNU ld supports shared libraries.
4860    case $host_os in
4861    aix3* | aix4* | aix5*)
4862      # On AIX/PPC, the GNU linker is very broken
4863      if test "$host_cpu" != ia64; then
4864        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4865        cat <<EOF 1>&2
4866
4867*** Warning: the GNU linker, at least up to release 2.9.1, is reported
4868*** to be unable to reliably create shared libraries on AIX.
4869*** Therefore, libtool is disabling shared libraries support.  If you
4870*** really care for shared libraries, you may want to modify your PATH
4871*** so that a non-GNU linker is found, and then restart.
4872
4873EOF
4874      fi
4875      ;;
4876
4877    amigaos*)
4878      _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)'
4879      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4880      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4881
4882      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4883      # that the semantics of dynamic libraries on AmigaOS, at least up
4884      # to version 4, is to share data among multiple programs linked
4885      # with the same dynamic library.  Since this doesn't match the
4886      # behavior of shared libraries on other platforms, we can't use
4887      # them.
4888      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4889      ;;
4890
4891    beos*)
4892      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4893        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4894        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4895        # support --undefined.  This deserves some investigation.  FIXME
4896        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4897      else
4898        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4899      fi
4900      ;;
4901
4902    cygwin* | mingw* | pw32*)
4903      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4904      # as there is no search path for DLLs.
4905      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4906      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4907      _LT_AC_TAGVAR(always_export_symbols, $1)=no
4908      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4909      _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'
4910
4911      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4912        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4913        # If the export-symbols file already is a .def file (1st line
4914        # is EXPORTS), use it as is; otherwise, prepend...
4915        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4916          cp $export_symbols $output_objdir/$soname.def;
4917        else
4918          echo EXPORTS > $output_objdir/$soname.def;
4919          cat $export_symbols >> $output_objdir/$soname.def;
4920        fi~
4921        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4922      else
4923        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4924      fi
4925      ;;
4926
4927    linux*)
4928      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4929        tmp_addflag=
4930        case $cc_basename,$host_cpu in
4931        pgcc*)                          # Portland Group C compiler
4932          _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'
4933          tmp_addflag=' $pic_flag'
4934          ;;
4935        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
4936          _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'
4937          tmp_addflag=' $pic_flag -Mnomain' ;;
4938        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
4939          tmp_addflag=' -i_dynamic' ;;
4940        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
4941          tmp_addflag=' -i_dynamic -nofor_main' ;;
4942        ifc* | ifort*)                  # Intel Fortran compiler
4943          tmp_addflag=' -nofor_main' ;;
4944        esac
4945        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4946
4947        if test $supports_anon_versioning = yes; then
4948          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4949  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4950  $echo "local: *; };" >> $output_objdir/$libname.ver~
4951          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4952        fi
4953      else
4954        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4955      fi
4956      ;;
4957
4958    netbsd*)
4959      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4960        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4961        wlarc=
4962      else
4963        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4964        _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'
4965      fi
4966      ;;
4967
4968    solaris* | sysv5*)
4969      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4970        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4971        cat <<EOF 1>&2
4972
4973*** Warning: The releases 2.8.* of the GNU linker cannot reliably
4974*** create shared libraries on Solaris systems.  Therefore, libtool
4975*** is disabling shared libraries support.  We urge you to upgrade GNU
4976*** binutils to release 2.9.1 or newer.  Another option is to modify
4977*** your PATH or compiler configuration so that the native linker is
4978*** used, and then restart.
4979
4980EOF
4981      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4982        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4983        _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'
4984      else
4985        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4986      fi
4987      ;;
4988
4989    sunos4*)
4990      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4991      wlarc=
4992      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4993      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4994      ;;
4995
4996    *)
4997      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4998        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4999        _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'
5000      else
5001        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5002      fi
5003      ;;
5004    esac
5005
5006    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5007      runpath_var=
5008      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5009      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5010      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5011    fi
5012  else
5013    # PORTME fill in a description of your system's linker (not GNU ld)
5014    case $host_os in
5015    aix3*)
5016      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5017      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5018      _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'
5019      # Note: this linker hardcodes the directories in LIBPATH if there
5020      # are no directories specified by -L.
5021      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5022      if test "$GCC" = yes && test -z "$link_static_flag"; then
5023        # Neither direct hardcoding nor static linking is supported with a
5024        # broken collect2.
5025        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5026      fi
5027      ;;
5028
5029    aix4* | aix5*)
5030      if test "$host_cpu" = ia64; then
5031        # On IA64, the linker does run time linking by default, so we don't
5032        # have to do anything special.
5033        aix_use_runtimelinking=no
5034        exp_sym_flag='-Bexport'
5035        no_entry_flag=""
5036      else
5037        # If we're using GNU nm, then we don't want the "-C" option.
5038        # -C means demangle to AIX nm, but means don't demangle with GNU nm
5039        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5040          _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'
5041        else
5042          _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'
5043        fi
5044        aix_use_runtimelinking=no
5045
5046        # Test if we are trying to use run time linking or normal
5047        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5048        # need to do runtime linking.
5049        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5050          for ld_flag in $LDFLAGS; do
5051          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5052            aix_use_runtimelinking=yes
5053            break
5054          fi
5055          done
5056        esac
5057
5058        exp_sym_flag='-bexport'
5059        no_entry_flag='-bnoentry'
5060      fi
5061
5062      # When large executables or shared objects are built, AIX ld can
5063      # have problems creating the table of contents.  If linking a library
5064      # or program results in "error TOC overflow" add -mminimal-toc to
5065      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5066      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5067
5068      _LT_AC_TAGVAR(archive_cmds, $1)=''
5069      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5070      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5071      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5072
5073      if test "$GCC" = yes; then
5074        case $host_os in aix4.[[012]]|aix4.[[012]].*)
5075        # We only want to do this on AIX 4.2 and lower, the check
5076        # below for broken collect2 doesn't work under 4.3+
5077          collect2name=`${CC} -print-prog-name=collect2`
5078          if test -f "$collect2name" && \
5079           strings "$collect2name" | grep resolve_lib_name >/dev/null
5080          then
5081          # We have reworked collect2
5082          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5083          else
5084          # We have old collect2
5085          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5086          # It fails to find uninstalled libraries when the uninstalled
5087          # path is not listed in the libpath.  Setting hardcode_minus_L
5088          # to unsupported forces relinking
5089          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5090          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5091          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5092          fi
5093        esac
5094        shared_flag='-shared'
5095        if test "$aix_use_runtimelinking" = yes; then
5096          shared_flag="$shared_flag "'${wl}-G'
5097        fi
5098      else
5099        # not using gcc
5100        if test "$host_cpu" = ia64; then
5101        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5102        # chokes on -Wl,-G. The following line is correct:
5103          shared_flag='-G'
5104        else
5105        if test "$aix_use_runtimelinking" = yes; then
5106            shared_flag='${wl}-G'
5107          else
5108            shared_flag='${wl}-bM:SRE'
5109        fi
5110        fi
5111      fi
5112
5113      # It seems that -bexpall does not export symbols beginning with
5114      # underscore (_), so it is better to generate a list of symbols to export.
5115      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5116      if test "$aix_use_runtimelinking" = yes; then
5117        # Warning - without using the other runtime loading flags (-brtl),
5118        # -berok will link without error, but may produce a broken library.
5119        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5120       # Determine the default libpath from the value encoded in an empty executable.
5121       _LT_AC_SYS_LIBPATH_AIX
5122       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5123        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5124       else
5125        if test "$host_cpu" = ia64; then
5126          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5127          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5128          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
5129        else
5130         # Determine the default libpath from the value encoded in an empty executable.
5131         _LT_AC_SYS_LIBPATH_AIX
5132         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5133          # Warning - without using the other run time loading flags,
5134          # -berok will link without error, but may produce a broken library.
5135          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5136          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5137          # -bexpall does not export symbols beginning with underscore (_)
5138          _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5139          # Exported symbols can be pulled into shared objects from archives
5140          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
5141          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5142          # This is similar to how AIX traditionally builds its shared libraries.
5143          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5144        fi
5145      fi
5146      ;;
5147
5148    amigaos*)
5149      _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)'
5150      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5151      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5152      # see comment about different semantics on the GNU ld section
5153      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5154      ;;
5155
5156    bsdi[[45]]*)
5157      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5158      ;;
5159
5160    cygwin* | mingw* | pw32*)
5161      # When not using gcc, we currently assume that we are using
5162      # Microsoft Visual C++.
5163      # hardcode_libdir_flag_spec is actually meaningless, as there is
5164      # no search path for DLLs.
5165      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5166      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5167      # Tell ltmain to make .lib files, not .a files.
5168      libext=lib
5169      # Tell ltmain to make .dll files, not .so files.
5170      shrext_cmds=".dll"
5171      # FIXME: Setting linknames here is a bad hack.
5172      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5173      # The linker will automatically build a .lib file if we build a DLL.
5174      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5175      # FIXME: Should let the user specify the lib program.
5176      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5177      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5178      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5179      ;;
5180
5181    darwin* | rhapsody*)
5182      case $host_os in
5183        rhapsody* | darwin1.[[012]])
5184         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5185         ;;
5186       *) # Darwin 1.3 on
5187         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5188           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5189         else
5190           case ${MACOSX_DEPLOYMENT_TARGET} in
5191             10.[[012]])
5192               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5193               ;;
5194             10.*)
5195               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5196               ;;
5197           esac
5198         fi
5199         ;;
5200      esac
5201      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5202      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5203      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5204      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5205      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5206      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5207    if test "$GCC" = yes ; then
5208        output_verbose_link_cmd='echo'
5209        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5210      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5211      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5212      _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}'
5213      _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}'
5214    else
5215      case $cc_basename in
5216        xlc*)
5217         output_verbose_link_cmd='echo'
5218         _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'
5219         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5220          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5221         _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}'
5222          _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}'
5223          ;;
5224       *)
5225         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5226          ;;
5227      esac
5228    fi
5229      ;;
5230
5231    dgux*)
5232      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5233      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5234      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5235      ;;
5236
5237    freebsd1*)
5238      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5239      ;;
5240
5241    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5242    # support.  Future versions do this automatically, but an explicit c++rt0.o
5243    # does not break anything, and helps significantly (at the cost of a little
5244    # extra space).
5245    freebsd2.2*)
5246      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5247      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5248      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5249      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5250      ;;
5251
5252    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5253    freebsd2*)
5254      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5255      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5256      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5257      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5258      ;;
5259
5260    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5261    freebsd* | kfreebsd*-gnu | dragonfly*)
5262      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5263      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5264      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5265      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5266      ;;
5267
5268    hpux9*)
5269      if test "$GCC" = yes; then
5270        _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'
5271      else
5272        _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'
5273      fi
5274      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5275      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5276      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5277
5278      # hardcode_minus_L: Not really in the search PATH,
5279      # but as the default location of the library.
5280      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5281      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5282      ;;
5283
5284    hpux10* | hpux11*)
5285      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5286        case $host_cpu in
5287        hppa*64*|ia64*)
5288          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5289          ;;
5290        *)
5291          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5292          ;;
5293        esac
5294      else
5295        case $host_cpu in
5296        hppa*64*|ia64*)
5297          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5298          ;;
5299        *)
5300          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5301          ;;
5302        esac
5303      fi
5304      if test "$with_gnu_ld" = no; then
5305        case $host_cpu in
5306        hppa*64*)
5307          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5308          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5309          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5310          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5311          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5312          ;;
5313        ia64*)
5314          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5315          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5316          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5317
5318          # hardcode_minus_L: Not really in the search PATH,
5319          # but as the default location of the library.
5320          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5321          ;;
5322        *)
5323          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5324          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5325          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5326          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5327
5328          # hardcode_minus_L: Not really in the search PATH,
5329          # but as the default location of the library.
5330          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5331          ;;
5332        esac
5333      fi
5334      ;;
5335
5336    irix5* | irix6* | nonstopux*)
5337      if test "$GCC" = yes; then
5338        _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'
5339      else
5340        _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'
5341        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5342      fi
5343      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5344      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5345      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5346      ;;
5347
5348    netbsd*)
5349      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5350        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5351      else
5352        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5353      fi
5354      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5355      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5356      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5357      ;;
5358
5359    newsos6)
5360      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5361      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5362      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5363      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5364      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5365      ;;
5366
5367    openbsd*)
5368      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5369      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5370      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5371        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5372        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5373        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5374        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5375      else
5376       case $host_os in
5377         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5378           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5379           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5380           ;;
5381         *)
5382           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5383           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5384           ;;
5385       esac
5386      fi
5387      ;;
5388
5389    os2*)
5390      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5391      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5392      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5393      _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'
5394      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5395      ;;
5396
5397    osf3*)
5398      if test "$GCC" = yes; then
5399        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5400        _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'
5401      else
5402        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5403        _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'
5404      fi
5405      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5406      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5407      ;;
5408
5409    osf4* | osf5*)      # as osf3* with the addition of -msym flag
5410      if test "$GCC" = yes; then
5411        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5412        _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'
5413        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5414      else
5415        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5416        _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'
5417        _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~
5418        $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'
5419
5420        # Both c and cxx compiler support -rpath directly
5421        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5422      fi
5423      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5424      ;;
5425
5426    sco3.2v5*)
5427      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5428      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5429      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5430      runpath_var=LD_RUN_PATH
5431      hardcode_runpath_var=yes
5432      ;;
5433
5434    solaris*)
5435      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5436      if test "$GCC" = yes; then
5437        wlarc='${wl}'
5438        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5439        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5440          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5441      else
5442        wlarc=''
5443        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5444        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5445        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5446      fi
5447      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5448      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5449      case $host_os in
5450      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5451      *)
5452        # The compiler driver will combine linker options so we
5453        # cannot just pass the convience library names through
5454        # without $wl, iff we do not link with $LD.
5455        # Luckily, gcc supports the same syntax we need for Sun Studio.
5456        # Supported since Solaris 2.6 (maybe 2.5.1?)
5457        case $wlarc in
5458        '')
5459          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5460        *)
5461          _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' ;;
5462        esac ;;
5463      esac
5464      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5465      ;;
5466
5467    sunos4*)
5468      if test "x$host_vendor" = xsequent; then
5469        # Use $CC to link under sequent, because it throws in some extra .o
5470        # files that make .init and .fini sections work.
5471        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5472      else
5473        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5474      fi
5475      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5476      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5477      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5478      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5479      ;;
5480
5481    sysv4)
5482      case $host_vendor in
5483        sni)
5484          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5485          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5486        ;;
5487        siemens)
5488          ## LD is ld it makes a PLAMLIB
5489          ## CC just makes a GrossModule.
5490          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5491          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5492          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5493        ;;
5494        motorola)
5495          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5496          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5497        ;;
5498      esac
5499      runpath_var='LD_RUN_PATH'
5500      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5501      ;;
5502
5503    sysv4.3*)
5504      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5505      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5506      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5507      ;;
5508
5509    sysv4*MP*)
5510      if test -d /usr/nec; then
5511        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5512        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5513        runpath_var=LD_RUN_PATH
5514        hardcode_runpath_var=yes
5515        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5516      fi
5517      ;;
5518
5519    sysv4.2uw2*)
5520      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5521      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5522      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5523      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5524      hardcode_runpath_var=yes
5525      runpath_var=LD_RUN_PATH
5526      ;;
5527
5528   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5529      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5530      if test "$GCC" = yes; then
5531        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5532      else
5533        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5534      fi
5535      runpath_var='LD_RUN_PATH'
5536      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5537      ;;
5538
5539    sysv5*)
5540      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5541      # $CC -shared without GNU ld will not create a library from C++
5542      # object files and a static libstdc++, better avoid it by now
5543      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5544      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5545                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5546      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5547      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5548      runpath_var='LD_RUN_PATH'
5549      ;;
5550
5551    uts4*)
5552      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5553      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5554      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5555      ;;
5556
5557    *)
5558      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5559      ;;
5560    esac
5561  fi
5562])
5563AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5564test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5565
5566variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5567if test "$GCC" = yes; then
5568  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5569fi
5570
5571#
5572# Do we need to explicitly link libc?
5573#
5574case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5575x|xyes)
5576  # Assume -lc should be added
5577  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5578
5579  if test "$enable_shared" = yes && test "$GCC" = yes; then
5580    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5581    *'~'*)
5582      # FIXME: we may have to deal with multi-command sequences.
5583      ;;
5584    '$CC '*)
5585      # Test whether the compiler implicitly links with -lc since on some
5586      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5587      # to ld, don't add -lc before -lgcc.
5588      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5589      $rm conftest*
5590      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5591
5592      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5593        soname=conftest
5594        lib=conftest
5595        libobjs=conftest.$ac_objext
5596        deplibs=
5597        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5598        compiler_flags=-v
5599        linker_flags=-v
5600        verstring=
5601        output_objdir=.
5602        libname=conftest
5603        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5604        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5605        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5606        then
5607          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5608        else
5609          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5610        fi
5611        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5612      else
5613        cat conftest.err 1>&5
5614      fi
5615      $rm conftest*
5616      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5617      ;;
5618    esac
5619  fi
5620  ;;
5621esac
5622])
5623m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6093: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5624# /* ltdll.c starts here */
5625# #define WIN32_LEAN_AND_MEAN
5626# #include <windows.h>
5627# #undef WIN32_LEAN_AND_MEAN
5628# #include <stdio.h>
5629#
5630# #ifndef __CYGWIN__
5631# #  ifdef __CYGWIN32__
5632# #    define __CYGWIN__ __CYGWIN32__
5633# #  endif
5634# #endif
5635#
5636# #ifdef __cplusplus
5637# extern "C" {
5638# #endif
5639# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5640# #ifdef __cplusplus
5641# }
5642# #endif
5643#
5644# #ifdef __CYGWIN__
5645# #include <cygwin/cygwin_dll.h>
5646# DECLARE_CYGWIN_DLL( DllMain );
5647# #endif
5648# HINSTANCE __hDllInstance_base;
5649#
5650# BOOL APIENTRY
5651# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5652# {
5653#   __hDllInstance_base = hInst;
5654#   return TRUE;
5655# }
5656# /* ltdll.c ends here */
5657])
5658m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6098: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5659m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6102: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5660m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6103: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5661m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6104: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5662m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6105: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5663m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6106: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5664m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6107: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5665m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6108: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5666m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6117: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5667  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5668  AC_SUBST(GCJFLAGS)
5669])
5670m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6121: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5671])
5672m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:6184: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5673AC_CACHE_VAL(lt_cv_path_SED,
5674[# Loop through the user's path and test for sed and gsed.
5675# Then use that list of sed's as ones to test for truncation.
5676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677for as_dir in $PATH
5678do
5679  IFS=$as_save_IFS
5680  test -z "$as_dir" && as_dir=.
5681  for lt_ac_prog in sed gsed; do
5682    for ac_exec_ext in '' $ac_executable_extensions; do
5683      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5684        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5685      fi
5686    done
5687  done
5688done
5689lt_ac_max=0
5690lt_ac_count=0
5691# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5692# along with /bin/sed that truncates output.
5693for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5694  test ! -f $lt_ac_sed && continue
5695  cat /dev/null > conftest.in
5696  lt_ac_count=0
5697  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5698  # Check for GNU sed and select it if it is found.
5699  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5700    lt_cv_path_SED=$lt_ac_sed
5701    break
5702  fi
5703  while true; do
5704    cat conftest.in conftest.in >conftest.tmp
5705    mv conftest.tmp conftest.in
5706    cp conftest.in conftest.nl
5707    echo >>conftest.nl
5708    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5709    cmp -s conftest.out conftest.nl || break
5710    # 10000 chars as input seems more than enough
5711    test $lt_ac_count -gt 10 && break
5712    lt_ac_count=`expr $lt_ac_count + 1`
5713    if test $lt_ac_count -gt $lt_ac_max; then
5714      lt_ac_max=$lt_ac_count
5715      lt_cv_path_SED=$lt_ac_sed
5716    fi
5717  done
5718done
5719])
5720SED=$lt_cv_path_SED
5721AC_MSG_RESULT([$SED])
5722])
5723m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/pkg.m4:44: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5724m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5725AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
5726if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5727        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
5728fi
5729if test -n "$PKG_CONFIG"; then
5730        _pkg_min_version=m4_default([$1], [0.9.0])
5731        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
5732        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5733                AC_MSG_RESULT([yes])
5734        else
5735                AC_MSG_RESULT([no])
5736                PKG_CONFIG=""
5737        fi
5738               
5739fi[]dnl
5740])
5741m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/pkg.m4:63: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5742if test -n "$PKG_CONFIG" && \
5743    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
5744  m4_ifval([$2], [$2], [:])
5745m4_ifvaln([$3], [else
5746  $3])dnl
5747fi])
5748m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/pkg.m4:91: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
5749if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5750        _pkg_short_errors_supported=yes
5751else
5752        _pkg_short_errors_supported=no
5753fi[]dnl
5754])
5755m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/pkg.m4:156: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5756AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
5757AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
5758
5759pkg_failed=no
5760AC_MSG_CHECKING([for $1])
5761
5762_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
5763_PKG_CONFIG([$1][_LIBS], [libs], [$2])
5764
5765m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
5766and $1[]_LIBS to avoid the need to call pkg-config.
5767See the pkg-config man page for more details.])
5768
5769if test $pkg_failed = yes; then
5770        _PKG_SHORT_ERRORS_SUPPORTED
5771        if test $_pkg_short_errors_supported = yes; then
5772                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
5773        else
5774                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5775        fi
5776        # Put the nasty error message in config.log where it belongs
5777        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
5778
5779        ifelse([$4], , [AC_MSG_ERROR(dnl
5780[Package requirements ($2) were not met:
5781
5782$$1_PKG_ERRORS
5783
5784Consider adjusting the PKG_CONFIG_PATH environment variable if you
5785installed software in a non-standard prefix.
5786
5787_PKG_TEXT
5788])],
5789                [$4])
5790elif test $pkg_failed = untried; then
5791        ifelse([$4], , [AC_MSG_FAILURE(dnl
5792[The pkg-config script could not be found or is too old.  Make sure it
5793is in your PATH or set the PKG_CONFIG environment variable to the full
5794path to pkg-config.
5795
5796_PKG_TEXT
5797
5798To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
5799                [$4])
5800else
5801        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
5802        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
5803        AC_MSG_RESULT([yes])
5804        ifelse([$3], , :, [$3])
5805fi[]dnl
5806])
5807m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5808m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
5809m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5810AC_PREREQ([2.50])dnl
5811# expand $ac_aux_dir to an absolute path
5812am_aux_dir=`cd $ac_aux_dir && pwd`
5813])
5814m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5815 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5816        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5817AC_SUBST([$1_TRUE])
5818AC_SUBST([$1_FALSE])
5819if $2; then
5820  $1_TRUE=
5821  $1_FALSE='#'
5822else
5823  $1_TRUE='#'
5824  $1_FALSE=
5825fi
5826AC_CONFIG_COMMANDS_PRE(
5827[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5828  AC_MSG_ERROR([[conditional "$1" was never defined.
5829Usually this means the macro was only invoked conditionally.]])
5830fi])])
5831m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5832AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5833AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5834AC_REQUIRE([AM_DEP_TRACK])dnl
5835
5836ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5837       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5838       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5839       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5840                   [depcc="$$1"   am_compiler_list=])
5841
5842AC_CACHE_CHECK([dependency style of $depcc],
5843               [am_cv_$1_dependencies_compiler_type],
5844[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5845  # We make a subdir and do the tests there.  Otherwise we can end up
5846  # making bogus files that we don't know about and never remove.  For
5847  # instance it was reported that on HP-UX the gcc test will end up
5848  # making a dummy file named `D' -- because `-MD' means `put the output
5849  # in D'.
5850  mkdir conftest.dir
5851  # Copy depcomp to subdir because otherwise we won't find it if we're
5852  # using a relative directory.
5853  cp "$am_depcomp" conftest.dir
5854  cd conftest.dir
5855  # We will build objects and dependencies in a subdirectory because
5856  # it helps to detect inapplicable dependency modes.  For instance
5857  # both Tru64's cc and ICC support -MD to output dependencies as a
5858  # side effect of compilation, but ICC will put the dependencies in
5859  # the current directory while Tru64 will put them in the object
5860  # directory.
5861  mkdir sub
5862
5863  am_cv_$1_dependencies_compiler_type=none
5864  if test "$am_compiler_list" = ""; then
5865     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5866  fi
5867  for depmode in $am_compiler_list; do
5868    # Setup a source with many dependencies, because some compilers
5869    # like to wrap large dependency lists on column 80 (with \), and
5870    # we should not choose a depcomp mode which is confused by this.
5871    #
5872    # We need to recreate these files for each test, as the compiler may
5873    # overwrite some of them when testing with obscure command lines.
5874    # This happens at least with the AIX C compiler.
5875    : > sub/conftest.c
5876    for i in 1 2 3 4 5 6; do
5877      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5878      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5879      # Solaris 8's {/usr,}/bin/sh.
5880      touch sub/conftst$i.h
5881    done
5882    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5883
5884    case $depmode in
5885    nosideeffect)
5886      # after this tag, mechanisms are not by side-effect, so they'll
5887      # only be used when explicitly requested
5888      if test "x$enable_dependency_tracking" = xyes; then
5889        continue
5890      else
5891        break
5892      fi
5893      ;;
5894    none) break ;;
5895    esac
5896    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5897    # mode.  It turns out that the SunPro C++ compiler does not properly
5898    # handle `-M -o', and we need to detect this.
5899    if depmode=$depmode \
5900       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5901       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5902       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5903         >/dev/null 2>conftest.err &&
5904       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5905       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5906       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5907      # icc doesn't choke on unknown options, it will just issue warnings
5908      # or remarks (even with -Werror).  So we grep stderr for any message
5909      # that says an option was ignored or not supported.
5910      # When given -MP, icc 7.0 and 7.1 complain thusly:
5911      #   icc: Command line warning: ignoring option '-M'; no argument required
5912      # The diagnosis changed in icc 8.0:
5913      #   icc: Command line remark: option '-MP' not supported
5914      if (grep 'ignoring option' conftest.err ||
5915          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5916        am_cv_$1_dependencies_compiler_type=$depmode
5917        break
5918      fi
5919    fi
5920  done
5921
5922  cd ..
5923  rm -rf conftest.dir
5924else
5925  am_cv_$1_dependencies_compiler_type=none
5926fi
5927])
5928AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5929AM_CONDITIONAL([am__fastdep$1], [
5930  test "x$enable_dependency_tracking" != xno \
5931  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5932])
5933m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5934AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5935])
5936m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5937[  --disable-dependency-tracking  speeds up one-time build
5938  --enable-dependency-tracking   do not reject slow dependency extractors])
5939if test "x$enable_dependency_tracking" != xno; then
5940  am_depcomp="$ac_aux_dir/depcomp"
5941  AMDEPBACKSLASH='\'
5942fi
5943AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5944AC_SUBST([AMDEPBACKSLASH])
5945])
5946m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5947  # Strip MF so we end up with the name of the file.
5948  mf=`echo "$mf" | sed -e 's/:.*$//'`
5949  # Check whether this is an Automake generated Makefile or not.
5950  # We used to match only the files named `Makefile.in', but
5951  # some people rename them; so instead we look at the file content.
5952  # Grep'ing the first line is not enough: some people post-process
5953  # each Makefile.in and add a new line on top of each file to say so.
5954  # So let's grep whole file.
5955  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5956    dirpart=`AS_DIRNAME("$mf")`
5957  else
5958    continue
5959  fi
5960  # Extract the definition of DEPDIR, am__include, and am__quote
5961  # from the Makefile without running `make'.
5962  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5963  test -z "$DEPDIR" && continue
5964  am__include=`sed -n 's/^am__include = //p' < "$mf"`
5965  test -z "am__include" && continue
5966  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5967  # When using ansi2knr, U may be empty or an underscore; expand it
5968  U=`sed -n 's/^U = //p' < "$mf"`
5969  # Find all dependency output files, they are included files with
5970  # $(DEPDIR) in their names.  We invoke sed twice because it is the
5971  # simplest approach to changing $(DEPDIR) to its actual value in the
5972  # expansion.
5973  for file in `sed -n "
5974    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5975       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5976    # Make sure the directory exists.
5977    test -f "$dirpart/$file" && continue
5978    fdir=`AS_DIRNAME(["$file"])`
5979    AS_MKDIR_P([$dirpart/$fdir])
5980    # echo "creating $dirpart/$file"
5981    echo '# dummy' > "$dirpart/$file"
5982  done
5983done
5984])
5985m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5986     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5987     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5988])
5989m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
5990dnl Autoconf wants to disallow AM_ names.  We explicitly allow
5991dnl the ones we care about.
5992m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5993AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
5994AC_REQUIRE([AC_PROG_INSTALL])dnl
5995# test to see if srcdir already configured
5996if test "`cd $srcdir && pwd`" != "`pwd`" &&
5997   test -f $srcdir/config.status; then
5998  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
5999fi
6000
6001# test whether we have cygpath
6002if test -z "$CYGPATH_W"; then
6003  if (cygpath --version) >/dev/null 2>/dev/null; then
6004    CYGPATH_W='cygpath -w'
6005  else
6006    CYGPATH_W=echo
6007  fi
6008fi
6009AC_SUBST([CYGPATH_W])
6010
6011# Define the identity of the package.
6012dnl Distinguish between old-style and new-style calls.
6013m4_ifval([$2],
6014[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6015 AC_SUBST([PACKAGE], [$1])dnl
6016 AC_SUBST([VERSION], [$2])],
6017[_AM_SET_OPTIONS([$1])dnl
6018 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6019 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6020
6021_AM_IF_OPTION([no-define],,
6022[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6023 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6024
6025# Some tools Automake needs.
6026AC_REQUIRE([AM_SANITY_CHECK])dnl
6027AC_REQUIRE([AC_ARG_PROGRAM])dnl
6028AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6029AM_MISSING_PROG(AUTOCONF, autoconf)
6030AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6031AM_MISSING_PROG(AUTOHEADER, autoheader)
6032AM_MISSING_PROG(MAKEINFO, makeinfo)
6033AM_PROG_INSTALL_SH
6034AM_PROG_INSTALL_STRIP
6035AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6036# We need awk for the "check" target.  The system "awk" is bad on
6037# some platforms.
6038AC_REQUIRE([AC_PROG_AWK])dnl
6039AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6040AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6041_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6042              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6043                             [_AM_PROG_TAR([v7])])])
6044_AM_IF_OPTION([no-dependencies],,
6045[AC_PROVIDE_IFELSE([AC_PROG_CC],
6046                  [_AM_DEPENDENCIES(CC)],
6047                  [define([AC_PROG_CC],
6048                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6049AC_PROVIDE_IFELSE([AC_PROG_CXX],
6050                  [_AM_DEPENDENCIES(CXX)],
6051                  [define([AC_PROG_CXX],
6052                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6053])
6054])
6055m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6056_am_stamp_count=1
6057for _am_header in $config_headers :; do
6058  case $_am_header in
6059    $1 | $1:* )
6060      break ;;
6061    * )
6062      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6063  esac
6064done
6065echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6066m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6067install_sh=${install_sh-"$am_aux_dir/install-sh"}
6068AC_SUBST(install_sh)])
6069m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6070mkdir .tst 2>/dev/null
6071if test -d .tst; then
6072  am__leading_dot=.
6073else
6074  am__leading_dot=_
6075fi
6076rmdir .tst 2>/dev/null
6077AC_SUBST([am__leading_dot])])
6078m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/lex.m4:22: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
6079AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
6080AC_REQUIRE([AC_PROG_LEX])dnl
6081if test "$LEX" = :; then
6082  LEX=${am_missing_run}flex
6083fi])
6084m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6085cat > confinc << 'END'
6086am__doit:
6087        @echo done
6088.PHONY: am__doit
6089END
6090# If we don't find an include directive, just comment out the code.
6091AC_MSG_CHECKING([for style of include used by $am_make])
6092am__include="#"
6093am__quote=
6094_am_result=none
6095# First try GNU make style include.
6096echo "include confinc" > confmf
6097# We grep out `Entering directory' and `Leaving directory'
6098# messages which can occur if `w' ends up in MAKEFLAGS.
6099# In particular we don't look at `^make:' because GNU make might
6100# be invoked under some other name (usually "gmake"), in which
6101# case it prints its new name instead of `make'.
6102if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6103   am__include=include
6104   am__quote=
6105   _am_result=GNU
6106fi
6107# Now try BSD make style include.
6108if test "$am__include" = "#"; then
6109   echo '.include "confinc"' > confmf
6110   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6111      am__include=.include
6112      am__quote="\""
6113      _am_result=BSD
6114   fi
6115fi
6116AC_SUBST([am__include])
6117AC_SUBST([am__quote])
6118AC_MSG_RESULT([$_am_result])
6119rm -f confinc confmf
6120])
6121m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/minuso.m4:28: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
6122AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6123# FIXME: we rely on the cache variable name because
6124# there is no other way.
6125set dummy $CC
6126ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
6127if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6128   # Losing compiler, so override with the script.
6129   # FIXME: It is wrong to rewrite CC.
6130   # But if we don't then we get into trouble of one sort or another.
6131   # A longer-term fix would be to have automake use am__CC in this case,
6132   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6133   CC="$am_aux_dir/compile $CC"
6134fi
6135])
6136m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6137$1=${$1-"${am_missing_run}$2"}
6138AC_SUBST($1)])
6139m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6140test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6141# Use eval to expand $SHELL
6142if eval "$MISSING --run true"; then
6143  am_missing_run="$MISSING --run "
6144else
6145  am_missing_run=
6146  AC_MSG_WARN([`missing' script is too old or missing])
6147fi
6148])
6149m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
6150  # We used to keeping the `.' as first argument, in order to
6151  # allow $(mkdir_p) to be used without argument.  As in
6152  #   $(mkdir_p) $(somedir)
6153  # where $(somedir) is conditionally defined.  However this is wrong
6154  # for two reasons:
6155  #  1. if the package is installed by a user who cannot write `.'
6156  #     make install will fail,
6157  #  2. the above comment should most certainly read
6158  #     $(mkdir_p) $(DESTDIR)$(somedir)
6159  #     so it does not work when $(somedir) is undefined and
6160  #     $(DESTDIR) is not.
6161  #  To support the latter case, we have to write
6162  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
6163  #  so the `.' trick is pointless.
6164  mkdir_p='mkdir -p --'
6165else
6166  # On NextStep and OpenStep, the `mkdir' command does not
6167  # recognize any option.  It will interpret all options as
6168  # directories to create, and then abort because `.' already
6169  # exists.
6170  for d in ./-p ./--version;
6171  do
6172    test -d $d && rmdir $d
6173  done
6174  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
6175  if test -f "$ac_aux_dir/mkinstalldirs"; then
6176    mkdir_p='$(mkinstalldirs)'
6177  else
6178    mkdir_p='$(install_sh) -d'
6179  fi
6180fi
6181AC_SUBST([mkdir_p])])
6182m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6183m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6184m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6185m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6186m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6187   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6188   ac_status=$?
6189   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6190   (exit $ac_status); }])
6191m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6192# Just in case
6193sleep 1
6194echo timestamp > conftest.file
6195# Do `set' in a subshell so we don't clobber the current shell's
6196# arguments.  Must try -L first in case configure is actually a
6197# symlink; some systems play weird games with the mod time of symlinks
6198# (eg FreeBSD returns the mod time of the symlink's containing
6199# directory).
6200if (
6201   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6202   if test "$[*]" = "X"; then
6203      # -L didn't work.
6204      set X `ls -t $srcdir/configure conftest.file`
6205   fi
6206   rm -f conftest.file
6207   if test "$[*]" != "X $srcdir/configure conftest.file" \
6208      && test "$[*]" != "X conftest.file $srcdir/configure"; then
6209
6210      # If neither matched, then we have a broken ls.  This can happen
6211      # if, for instance, CONFIG_SHELL is bash and it inherits a
6212      # broken ls alias from the environment.  This has actually
6213      # happened.  Such a system could not be considered "sane".
6214      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6215alias in your environment])
6216   fi
6217
6218   test "$[2]" = conftest.file
6219   )
6220then
6221   # Ok.
6222   :
6223else
6224   AC_MSG_ERROR([newly created file is older than distributed files!
6225Check your system clock])
6226fi
6227AC_MSG_RESULT(yes)])
6228m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6229# Installed binaries are usually stripped using `strip' when the user
6230# run `make install-strip'.  However `strip' might not be the right
6231# tool to use in cross-compilation environments, therefore Automake
6232# will honor the `STRIP' environment variable to overrule this program.
6233dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6234if test "$cross_compiling" != no; then
6235  AC_CHECK_TOOL([STRIP], [strip], :)
6236fi
6237INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
6238AC_SUBST([INSTALL_STRIP_PROGRAM])])
6239m4trace:/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6240AM_MISSING_PROG([AMTAR], [tar])
6241m4_if([$1], [v7],
6242     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6243     [m4_case([$1], [ustar],, [pax],,
6244              [m4_fatal([Unknown tar format])])
6245AC_MSG_CHECKING([how to create a $1 tar archive])
6246# Loop over all known methods to create a tar archive until one works.
6247_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6248_am_tools=${am_cv_prog_tar_$1-$_am_tools}
6249# Do not fold the above two line into one, because Tru64 sh and
6250# Solaris sh will not grok spaces in the rhs of `-'.
6251for _am_tool in $_am_tools
6252do
6253  case $_am_tool in
6254  gnutar)
6255    for _am_tar in tar gnutar gtar;
6256    do
6257      AM_RUN_LOG([$_am_tar --version]) && break
6258    done
6259    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6260    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6261    am__untar="$_am_tar -xf -"
6262    ;;
6263  plaintar)
6264    # Must skip GNU tar: if it does not support --format= it doesn't create
6265    # ustar tarball either.
6266    (tar --version) >/dev/null 2>&1 && continue
6267    am__tar='tar chf - "$$tardir"'
6268    am__tar_='tar chf - "$tardir"'
6269    am__untar='tar xf -'
6270    ;;
6271  pax)
6272    am__tar='pax -L -x $1 -w "$$tardir"'
6273    am__tar_='pax -L -x $1 -w "$tardir"'
6274    am__untar='pax -r'
6275    ;;
6276  cpio)
6277    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6278    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6279    am__untar='cpio -i -H $1 -d'
6280    ;;
6281  none)
6282    am__tar=false
6283    am__tar_=false
6284    am__untar=false
6285    ;;
6286  esac
6287
6288  # If the value was cached, stop now.  We just wanted to have am__tar
6289  # and am__untar set.
6290  test -n "${am_cv_prog_tar_$1}" && break
6291
6292  # tar/untar a dummy directory, and stop if the command works
6293  rm -rf conftest.dir
6294  mkdir conftest.dir
6295  echo GrepMe > conftest.dir/file
6296  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6297  rm -rf conftest.dir
6298  if test -s conftest.tar; then
6299    AM_RUN_LOG([$am__untar <conftest.tar])
6300    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6301  fi
6302done
6303rm -rf conftest.dir
6304
6305AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6306AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6307AC_SUBST([am__tar])
6308AC_SUBST([am__untar])
6309])
6310m4trace:Scripts/m4/cppunit.m4:77: -1- AC_DEFUN([AM_PATH_CPPUNIT], [
6311
6312AC_ARG_WITH(cppunit-prefix,[  --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)],
6313            cppunit_config_prefix="$withval", cppunit_config_prefix="")
6314AC_ARG_WITH(cppunit-exec-prefix,[  --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)],
6315            cppunit_config_exec_prefix="$withval", cppunit_config_exec_prefix="")
6316
6317  if test x$cppunit_config_exec_prefix != x ; then
6318     cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
6319     if test x${CPPUNIT_CONFIG+set} != xset ; then
6320        CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
6321     fi
6322  fi
6323  if test x$cppunit_config_prefix != x ; then
6324     cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
6325     if test x${CPPUNIT_CONFIG+set} != xset ; then
6326        CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
6327     fi
6328  fi
6329
6330  AC_PATH_PROG(CPPUNIT_CONFIG, cppunit-config, no)
6331  cppunit_version_min=$1
6332
6333  AC_MSG_CHECKING(for Cppunit - version >= $cppunit_version_min)
6334  no_cppunit=""
6335  if test "$CPPUNIT_CONFIG" = "no" ; then
6336    no_cppunit=yes
6337  else
6338    CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
6339    CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
6340    cppunit_version=`$CPPUNIT_CONFIG --version`
6341
6342    cppunit_major_version=`echo $cppunit_version | \
6343           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6344    cppunit_minor_version=`echo $cppunit_version | \
6345           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6346    cppunit_micro_version=`echo $cppunit_version | \
6347           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6348
6349    cppunit_major_min=`echo $cppunit_version_min | \
6350           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6351    cppunit_minor_min=`echo $cppunit_version_min | \
6352           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6353    cppunit_micro_min=`echo $cppunit_version_min | \
6354           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6355
6356    cppunit_version_proper=`expr \
6357        $cppunit_major_version \> $cppunit_major_min \| \
6358        $cppunit_major_version \= $cppunit_major_min \& \
6359        $cppunit_minor_version \> $cppunit_minor_min \| \
6360        $cppunit_major_version \= $cppunit_major_min \& \
6361        $cppunit_minor_version \= $cppunit_minor_min \& \
6362        $cppunit_micro_version \>= $cppunit_micro_min `
6363
6364    if test "$cppunit_version_proper" = "1" ; then
6365      AC_MSG_RESULT([$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version])
6366    else
6367      AC_MSG_RESULT(no)
6368      no_cppunit=yes
6369    fi
6370  fi
6371
6372  if test "x$no_cppunit" = x ; then
6373     ifelse([$2], , :, [$2])     
6374  else
6375     CPPUNIT_CFLAGS=""
6376     CPPUNIT_LIBS=""
6377     ifelse([$3], , :, [$3])
6378  fi
6379
6380  AC_SUBST(CPPUNIT_CFLAGS)
6381  AC_SUBST(CPPUNIT_LIBS)
6382])
6383m4trace:acinclude.m4:143: -1- AC_DEFUN([AC_CHECK_FT2], [dnl
6384dnl Get the cflags and libraries from the freetype-config script
6385dnl
6386AC_ARG_WITH(ft-prefix,
6387[  --with-ft-prefix=PREFIX
6388                          Prefix where FreeType is installed (optional)],
6389            ft_config_prefix="$withval", ft_config_prefix="")
6390AC_ARG_WITH(ft-exec-prefix,
6391[  --with-ft-exec-prefix=PREFIX
6392                          Exec prefix where FreeType is installed (optional)],
6393            ft_config_exec_prefix="$withval", ft_config_exec_prefix="")
6394AC_ARG_ENABLE(freetypetest,
6395[  --disable-freetypetest  Do not try to compile and run
6396                          a test FreeType program],
6397              [], enable_fttest=yes)
6398
6399if test x$ft_config_exec_prefix != x ; then
6400  ft_config_args="$ft_config_args --exec-prefix=$ft_config_exec_prefix"
6401  if test x${FT2_CONFIG+set} != xset ; then
6402    FT2_CONFIG=$ft_config_exec_prefix/bin/freetype-config
6403  fi
6404fi
6405if test x$ft_config_prefix != x ; then
6406  ft_config_args="$ft_config_args --prefix=$ft_config_prefix"
6407  if test x${FT2_CONFIG+set} != xset ; then
6408    FT2_CONFIG=$ft_config_prefix/bin/freetype-config
6409  fi
6410fi
6411AC_PATH_PROG(FT2_CONFIG, freetype-config, no)
6412
6413min_ft_version=ifelse([$1], ,9.1.0,$1)
6414AC_MSG_CHECKING(for FreeType - version >= $min_ft_version)
6415no_ft=""
6416if test "$FT2_CONFIG" = "no" ; then
6417  no_ft=yes
6418else
6419  FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
6420  FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
6421  ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
6422         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6423  ft_config_minor_version=`$FT2_CONFIG $ft_config_args --version | \
6424         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6425  ft_config_micro_version=`$FT2_CONFIG $ft_config_args --version | \
6426         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6427  ft_min_major_version=`echo $min_ft_version | \
6428         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6429  ft_min_minor_version=`echo $min_ft_version | \
6430         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6431  ft_min_micro_version=`echo $min_ft_version | \
6432         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6433  if test x$enable_fttest = xyes ; then
6434    ft_config_is_lt=""
6435    if test $ft_config_major_version -lt $ft_min_major_version ; then
6436      ft_config_is_lt=yes
6437    else
6438      if test $ft_config_major_version -eq $ft_min_major_version ; then
6439        if test $ft_config_minor_version -lt $ft_min_minor_version ; then
6440          ft_config_is_lt=yes
6441        else
6442          if test $ft_config_minor_version -eq $ft_min_minor_version ; then
6443            if test $ft_config_micro_version -lt $ft_min_micro_version ; then
6444              ft_config_is_lt=yes
6445            fi
6446          fi
6447        fi
6448      fi
6449    fi
6450    if test x$ft_config_is_lt = xyes ; then
6451      no_ft=yes
6452    else
6453      ac_save_CFLAGS="$CFLAGS"
6454      ac_save_LIBS="$LIBS"
6455      CFLAGS="$CFLAGS $FT2_CFLAGS"
6456      LIBS="$FT2_LIBS $LIBS"
6457dnl
6458dnl Sanity checks for the results of freetype-config to some extent
6459dnl
6460      AC_TRY_RUN([
6461#include <ft2build.h>
6462#include FT_FREETYPE_H
6463#include <stdio.h>
6464#include <stdlib.h>
6465
6466int
6467main()
6468{
6469  FT_Library library;
6470  FT_Error error;
6471
6472  error = FT_Init_FreeType(&library);
6473
6474  if (error)
6475    return 1;
6476  else
6477  {
6478    FT_Done_FreeType(library);
6479    return 0;
6480  }
6481}
6482],, no_ft=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
6483      CFLAGS="$ac_save_CFLAGS"
6484      LIBS="$ac_save_LIBS"
6485    fi             # test $ft_config_version -lt $ft_min_version
6486  fi               # test x$enable_fttest = xyes
6487fi                 # test "$FT2_CONFIG" = "no"
6488if test x$no_ft = x ; then
6489   AC_MSG_RESULT(yes)
6490   ifelse([$2], , :, [$2])
6491else
6492   AC_MSG_RESULT(no)
6493   if test "$FT2_CONFIG" = "no" ; then
6494     echo "*** The freetype-config script installed by FreeType 2 could not be found."
6495     echo "*** If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in"
6496     echo "*** your path, or set the FT2_CONFIG environment variable to the"
6497     echo "*** full path to freetype-config."
6498   else
6499     if test x$ft_config_is_lt = xyes ; then
6500       echo "*** Your installed version of the FreeType 2 library is too old."
6501       echo "*** If you have different versions of FreeType 2, make sure that"
6502       echo "*** correct values for --with-ft-prefix or --with-ft-exec-prefix"
6503       echo "*** are used, or set the FT2_CONFIG environment variable to the"
6504       echo "*** full path to freetype-config."
6505     else
6506       echo "*** The FreeType test program failed to run.  If your system uses"
6507       echo "*** shared libraries and they are installed outside the normal"
6508       echo "*** system library path, make sure the variable LD_LIBRARY_PATH"
6509       echo "*** (or whatever is appropiate for your system) is correctly set."
6510     fi
6511   fi
6512   FT2_CFLAGS=""
6513   FT2_LIBS=""
6514   ifelse([$3], , :, [$3])
6515fi
6516AC_SUBST(FT2_CFLAGS)
6517AC_SUBST(FT2_LIBS)
6518])
6519m4trace:acinclude.m4:159: -1- AC_DEFUN([OGRE_USE_STLPORT], [AC_ARG_WITH(stlport,
6520             AC_HELP_STRING([--with-stlport=PATH],
6521                           [the path to STLPort.]),
6522             ac_cv_use_stlport=$withval,
6523             ac_cv_use_stlport=no)
6524 AC_CACHE_CHECK([whether to use STLPort], ac_cv_use_stlport,
6525                ac_cv_use_stlport=no)
6526 if test x$ac_cv_use_stlport != xno; then
6527     STLPORT_CFLAGS="-I$ac_cv_use_stlport/stlport"
6528     STLPORT_LIBS="-L$ac_cv_use_stlport/lib -lstlport"
6529 fi
6530 AC_SUBST(STLPORT_CFLAGS)
6531 AC_SUBST(STLPORT_LIBS)
6532])
6533m4trace:acinclude.m4:203: -1- AC_DEFUN([OGRE_GET_PLATFORM], [OGRE_PLATFORM=GLX
6534 AC_ARG_WITH(platform,
6535             AC_HELP_STRING([--with-platform=PLATFORM],
6536                            [the platform to build, currently GLX or Win32]),
6537             OGRE_PLATFORM=$withval,
6538             OGRE_PLATFORM=GLX)
6539
6540  PLATFORM_CFLAGS=""
6541  PLATFORM_LIBS=""
6542
6543  dnl Do the extra checks per type here
6544  case $OGRE_PLATFORM in
6545    GLX)
6546      AC_CHECK_HEADERS([X11/Intrinsic.h],, [AC_MSG_ERROR("libxt headers not found")])
6547      AC_CHECK_HEADERS([X11/Xaw/Command.h],, [AC_MSG_ERROR("libxaw headers not found")])
6548      AC_CHECK_HEADERS([X11/extensions/xf86vmode.h],, [AC_MSG_ERROR("libxf86vm headers not found")],[#include <X11/Xlib.h>])
6549      AC_CHECK_HEADERS([X11/extensions/Xrandr.h],, [AC_MSG_ERROR("libxrandr headers not found")],[#include <X11/Xlib.h>])
6550      AC_PATH_X
6551      if test x"$x_includes" != x; then
6552        if test x"$x_includes" != xNONE; then
6553          PLATFORM_CFLAGS="-I$x_includes"
6554        fi
6555      fi
6556      if test x"$x_libraries" != x; then
6557        if test x"$x_libraries" != xNONE; then
6558          PLATFORM_LIBS="-L$x_libraries -lX11 -lXaw"
6559        fi
6560      dnl In case of xorg 7.x, $x_libraries is empty
6561      else
6562        PLATFORM_LIBS="-lX11 -lXaw"
6563      fi
6564    ;;
6565    Win32)
6566      PLATFORM_CFLAGS=""
6567      PLATFORM_LIBS="-lgdi32 -lwinmm -ldinput8 -ldxguid"
6568    ;;
6569  esac
6570
6571  AC_SUBST(PLATFORM_CFLAGS)
6572  AC_SUBST(PLATFORM_LIBS)
6573  AC_SUBST(OGRE_PLATFORM)
6574])
6575m4trace:acinclude.m4:254: -1- AC_DEFUN([OGRE_GET_GLSUPPORT], [OGRE_GLSUPPORT=none
6576 AC_ARG_WITH(gl-support,
6577             AC_HELP_STRING([--with-gl-support=PLATFORM],
6578                            [ The GLsupport to build (GLX or Win32). Defaults to the platform. Only set this if you know what you are doing. Use --with-platform otherwise.]),
6579             OGRE_GLSUPPORT=$withval,
6580             OGRE_GLSUPPORT=none)
6581
6582  if test "$OGRE_GLSUPPORT" = "none" ; then
6583    OGRE_GLSUPPORT="$OGRE_PLATFORM"
6584    AC_MSG_NOTICE([setting gl-support to platform: $OGRE_GLSUPPORT])
6585  fi
6586  if test "$OGRE_GLSUPPORT" = "Win32" ; then
6587    # Uppercase/lowercase
6588    OGRE_GLSUPPORT=win32
6589  fi
6590
6591  GLSUPPORT_CFLAGS=""
6592  GLSUPPORT_LIBS=""
6593
6594  dnl Do the extra checks per type here
6595  case $OGRE_GLSUPPORT in
6596    GLX)
6597        AC_PATH_X
6598        if test x"$x_includes" != x; then
6599          if test x"$x_includes" != xNONE; then
6600            GLSUPPORT_CFLAGS="-I$x_includes"
6601          fi
6602        fi
6603        if test x"$x_libraries" != x; then
6604          if test x"$x_libraries" != xNONE; then
6605            GLSUPPORT_LIBS="-L$x_libraries -lX11 -lXext -lGL -lXrandr -lXxf86vm"
6606          fi
6607        dnl In case of xorg 7.x $x_libraries might be empty
6608        else
6609          GLSUPPORT_LIBS="-lX11 -lXext -lGL -lXrandr -lXxf86vm"
6610        fi
6611    ;;
6612    win32)
6613        GLSUPPORT_CFLAGS=""
6614        GLSUPPORT_LIBS="-lgdi32 -lwinmm"
6615    ;;
6616  esac
6617
6618  AC_SUBST(GLSUPPORT_CFLAGS)
6619  AC_SUBST(GLSUPPORT_LIBS)
6620  AC_SUBST(OGRE_GLSUPPORT)
6621  AC_CONFIG_FILES([RenderSystems/GL/src/GLX/Makefile
6622                   RenderSystems/GL/src/win32/Makefile])
6623])
6624m4trace:acinclude.m4:282: -1- AC_DEFUN([OGRE_SETUP_FOR_TARGET], [case $host in
6625*-*-cygwin* | *-*-mingw* | *-*-pw32*)
6626        AC_SUBST(SHARED_FLAGS, "-shared -no-undefined -Xlinker --export-all-symbols")
6627        AC_SUBST(PLUGIN_FLAGS, "-shared -no-undefined -avoid-version")
6628        AC_SUBST(GL_LIBS, "-lopengl32 -lglu32")
6629        AC_CHECK_TOOL(RC, windres)
6630        nt=true
6631;;
6632*-*-darwin*)
6633        AC_SUBST(SHARED_FLAGS, "-shared")
6634        AC_SUBST(PLUGIN_FLAGS, "-shared -avoid-version")
6635        AC_SUBST(GL_LIBS, "-lGL -lGLU")
6636        osx=true
6637;;
6638 *) dnl default to standard linux
6639        AC_SUBST(SHARED_FLAGS, "-shared")
6640        AC_SUBST(PLUGIN_FLAGS, "-shared -avoid-version")
6641        AC_SUBST(GL_LIBS, "-lGL -lGLU")
6642        linux=true
6643;;
6644esac
6645dnl you must arrange for every AM_conditional to run every time configure runs
6646AM_CONDITIONAL(OGRE_NT, test x$nt = xtrue)
6647AM_CONDITIONAL(OGRE_LINUX, test x$linux = xtrue)
6648AM_CONDITIONAL(OGRE_OSX,test x$osx = xtrue )
6649])
6650m4trace:acinclude.m4:299: -1- AC_DEFUN([OGRE_DETECT_ENDIAN], [AC_TRY_RUN([
6651                int main()
6652                {
6653                        short s = 1;
6654                        short* ptr = &s;
6655                        unsigned char c = *((char*)ptr);
6656                        return c;
6657                }
6658        ]
6659        ,[AC_DEFINE(OGRE_CONFIG_BIG_ENDIAN,,[Big endian machine])
6660          OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_CONFIG_BIG_ENDIAN"]
6661        ,[AC_DEFINE(OGRE_CONFIG_LITTLE_ENDIAN,,[Little endian machine])
6662          OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_CONFIG_LITTLE_ENDIAN"])
6663])
6664m4trace:acinclude.m4:324: -1- AC_DEFUN([OGRE_CHECK_OPENEXR], [AC_ARG_ENABLE(openexr,
6665              AC_HELP_STRING([--enable-openexr],
6666                             [Build the OpenEXR plugin]),
6667              [build_exr=$enableval],
6668              [build_exr=no])
6669
6670if test "x$build_exr" = "xyes" ; then
6671        PKG_CHECK_MODULES(OPENEXR, OpenEXR, [build_exr=yes], [build_exr=no])
6672
6673        if test "x$build_exr" = "xyes" ; then
6674                AC_CONFIG_FILES([ PlugIns/EXRCodec/Makefile \
6675                                         PlugIns/EXRCodec/src/Makefile \
6676                                         PlugIns/EXRCodec/include/Makefile])
6677                AC_SUBST(OPENEXR_CFLAGS)
6678                AC_SUBST(OPENEXR_LIBS)
6679
6680        fi
6681
6682fi
6683
6684AM_CONDITIONAL(BUILD_EXRPLUGIN, test x$build_exr = xyes)
6685
6686])
6687m4trace:acinclude.m4:348: -1- AC_DEFUN([OGRE_CHECK_CG], [AC_ARG_ENABLE(cg,
6688              AC_HELP_STRING([--disable-cg],
6689                             [Do not build the Cg plugin (recommended you do so!)]),
6690              [build_cg=$enableval],
6691              [build_cg=yes])
6692
6693if test "x$build_cg" = "xyes" ; then
6694        AC_CHECK_LIB(Cg, cgCreateProgram,,AC_MSG_ERROR([
6695        ****************************************************************
6696        * You do not have the nVidia Cg libraries installed.           *
6697        * Go to http://developer.nvidia.com/object/cg_toolkit.html     *
6698        * (Click on Cg_Linux.tar.gz).                                  *
6699        * You can disable the building of Cg support by providing      *       
6700        * --disable-cg to this configure script but this is highly     *
6701        * discouraged as this breaks many of the examples.             *
6702        ****************************************************************])
6703        )
6704fi
6705
6706AM_CONDITIONAL(BUILD_CGPLUGIN, test x$build_cg = xyes)
6707
6708])
6709m4trace:acinclude.m4:354: -1- AC_DEFUN([OGRE_CHECK_CPPUNIT], [
6710AM_PATH_CPPUNIT([1.10.0], [build_unit_tests=true])
6711AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$build_unit_tests = xtrue])
6712])
6713m4trace:acinclude.m4:366: -1- AC_DEFUN([OGRE_CHECK_DX9], [AC_ARG_ENABLE(direct3d,
6714              AC_HELP_STRING([--enable-direct3d],
6715                             [Build the DirectX 9 Render System]),
6716              [build_dx9=$enableval],
6717              [build_dx9=no])
6718
6719AM_CONDITIONAL(BUILD_DX9RENDERSYSTEM, test x$build_dx9 = xyes)
6720
6721])
6722m4trace:acinclude.m4:395: -1- AC_DEFUN([OGRE_CHECK_FREEIMAGE], [AC_ARG_ENABLE(freeimage,
6723              AC_HELP_STRING([--disable-freeimage],
6724                             [Don't use FreeImage for image loading. This is not recommended unless you provide your own image loading codecs.]),
6725              [build_freeimage=$enableval],
6726              [build_freeimage=yes])
6727
6728
6729AM_CONDITIONAL(USE_FREEIMAGE, test x$build_freeimage = xyes)
6730
6731if test "x$build_freeimage" = "xyes" ; then
6732        AC_CHECK_LIB(freeimage, FreeImage_Load,,AC_MSG_ERROR([
6733****************************************************************
6734* You do not have FreeImage installed.  This is required.      *
6735* You may find it at http://freeimage.sourceforge.net/.        *
6736* Note: You can also provide --disable-freeimage to the build  *
6737* process to build without it. This is an advanced option      *
6738* useful only if you provide your own image loading codecs.    *
6739****************************************************************]), -lstdc++)
6740        AC_DEFINE([OGRE_NO_FREEIMAGE], [0], [Do not use freeimage to load images])
6741else
6742        AC_DEFINE([OGRE_NO_FREEIMAGE], [1], [Load images using the freeimage library])
6743        OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_NO_FREEIMAGE"
6744fi
6745
6746
6747])
6748m4trace:acinclude.m4:428: -1- AC_DEFUN([OGRE_CHECK_DEVIL], [AC_ARG_ENABLE(devil,
6749              AC_HELP_STRING([--disable-devil],
6750                             [Don't use DevIL for image loading. This is not recommended unless you provide your own image loading codecs.]),
6751              [build_il=$enableval],
6752              [build_il=yes])
6753
6754AM_CONDITIONAL(USE_DEVIL, test x$build_il = xyes && test x$build_freeimage = xno)
6755
6756if test "x$build_freeimage" = "xyes"; then
6757    AC_MSG_NOTICE([Freeimage is being built, disabling check for DevIL.])
6758    [build_il=no]
6759        AC_DEFINE([OGRE_NO_DEVIL], [1], [Build devil])
6760else
6761if test "x$build_il" = "xyes"; then
6762        AC_CHECK_LIB(IL, ilInit,,AC_MSG_ERROR([
6763****************************************************************
6764* You do not have DevIL installed.  This is required to build. *
6765* You may find it at http://openil.sourceforge.net/.           *
6766* Note: You can also provide --disable-devil to the build      *
6767* process to build without DevIL. This is an advanced option   *
6768* useful only if you provide your own image loading codecs.    *
6769****************************************************************]))
6770        AC_CHECK_LIB(ILU, iluFlipImage)
6771        AC_DEFINE([OGRE_NO_DEVIL], [0], [Build devil])
6772else
6773        AC_DEFINE([OGRE_NO_DEVIL], [1], [Build devil])
6774fi
6775fi
6776
6777])
6778m4trace:acinclude.m4:444: -1- AC_DEFUN([OGRE_CHECK_PIC], [
6779AC_MSG_CHECKING([whether -fPIC is needed])
6780    case $host in
6781        x86_64-*)
6782            CXXFLAGS="$CXXFLAGS -fPIC"
6783            AC_MSG_RESULT(yes)
6784        ;;
6785        *)
6786            AC_MSG_RESULT(no)
6787        ;;
6788    esac
6789])
6790m4trace:acinclude.m4:463: -1- AC_DEFUN([OGRE_CHECK_CEGUI], [
6791    PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0,
6792            [build_cegui_sample=true], [build_cegui_sample=false])
6793    if test x$build_cegui_sample = xtrue; then
6794        AC_CONFIG_FILES([Samples/Common/CEGUIRenderer/Makefile \
6795                         Samples/Common/CEGUIRenderer/CEGUI-OGRE.pc
6796                         Samples/Common/CEGUIRenderer/src/Makefile \
6797                         Samples/Common/CEGUIRenderer/include/Makefile \
6798                         Samples/Gui/Makefile \
6799                         Samples/Gui/src/Makefile])
6800        AC_SUBST(CEGUI_CFLAGS)
6801        AC_SUBST(CEGUI_LIBS)
6802        AC_MSG_RESULT([CEGUI available, Gui and FacialAnimation samples will be built])
6803    else
6804        AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built])
6805    fi
6806    AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
6807])
6808m4trace:acinclude.m4:484: -1- AC_DEFUN([OGRE_CHECK_DOUBLE], [
6809AC_ARG_ENABLE(double,
6810              AC_HELP_STRING([--enable-double],
6811                             [Build OGRE in double floating point precision mode. This is not recommended for normal use as it is slower.]),
6812              [build_double=$enableval],
6813              [build_double=no])
6814AC_MSG_CHECKING([whether to use double floating point precision])
6815        case $build_double in
6816        yes)
6817                        AC_DEFINE([OGRE_DOUBLE_PRECISION], [1], [Build with double precision])
6818                        OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_DOUBLE_PRECISION"
6819                        AC_MSG_RESULT(yes)
6820        ;;
6821        *)
6822                        AC_DEFINE([OGRE_DOUBLE_PRECISION], [0], [Build with single precision])
6823                        AC_MSG_RESULT(no)
6824        ;;
6825    esac
6826])
6827m4trace:acinclude.m4:509: -1- AC_DEFUN([OGRE_CHECK_THREADING], [
6828AC_ARG_ENABLE(threading,
6829              AC_HELP_STRING([--enable-threading],
6830                             [Indicate general support for multithreading. This will enable threading support in certain parts of the engine, mainly resource loading and SharedPtr handling. WARNING: highly experimental, use with caution.]),
6831              [build_threads=$enableval],
6832              [build_threads=no])
6833    case $build_threads in
6834        yes)
6835            AC_DEFINE([OGRE_THREAD_SUPPORT], [1], [Build with thread support])
6836            OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_THREAD_SUPPORT"
6837            # Check for the C++ Boost library
6838            AC_CHECK_LIB(boost_thread, main, OGRE_THREAD_LIBS="-lboost_thread", [
6839                AC_CHECK_LIB(boost_thread-mt, main, OGRE_THREAD_LIBS="-lboost_thread-mt", [
6840                    AC_MSG_ERROR([You need the C++ boost libraries.])])])
6841        ;;
6842        *)
6843            AC_DEFINE([OGRE_THREAD_SUPPORT], [0], [Build with thread support])
6844            OGRE_THREAD_LIBS=""
6845            AC_MSG_RESULT(no)
6846        ;;
6847    esac
6848    AC_SUBST(OGRE_THREAD_LIBS)
6849])
6850m4trace:acinclude.m4:541: -1- AC_DEFUN([OGRE_BUILD_DEMOS], [
6851    AC_ARG_ENABLE(ogre_demos,
6852        AC_HELP_STRING([--disable-ogre-demos],
6853            [Do not build Ogre demos (CEGUI Renderer - if enabled/disabled, is not affected by this]),
6854            [build_ogre_demos=$enableval], [build_ogre_demos=yes])
6855
6856    if test "x$build_ogre_demos" = "xyes" ; then
6857        PKG_CHECK_MODULES(OIS, OIS >= 1.0.0, [ois_found=yes],[ois_found=no])
6858        AC_SUBST(OIS_CFLAGS)
6859        AC_SUBST(OIS_LIBS)
6860
6861        if test "x$ois_found" = "xyes" ; then
6862           AC_MSG_NOTICE([*** Ogre Demos will be built ***])
6863        else
6864          build_ogre_demos=no
6865          AC_MSG_NOTICE([
6866****************************************************************
6867* You do not have OIS installed.  This is required to build    *
6868* Ogre demos. You may find it at:                              *
6869* http://www.sourceforge.net/projects/wgois.                   *
6870* If you do not want to build the demos, you can safely ignore *
6871* this.                                                        *
6872****************************************************************])
6873        fi
6874    else
6875        build_ogre_demos=no
6876        AC_MSG_NOTICE([*** Building of Ogre demos disabled ***])
6877    fi
6878
6879    AM_CONDITIONAL([OGRE_BUILDING_DEMOS], [test x$build_ogre_demos = xyes])
6880])
6881m4trace:acinclude.m4:589: -1- AC_DEFUN([OGRE_CHECK_GUI], [
6882    AC_ARG_WITH([gui],
6883        AC_HELP_STRING([--with-gui=type], [Select the GUI type to use for dialogs (win32, gtk, Xt) (default: auto)]),
6884        [with_gui=${withval}], [with_gui=auto])
6885
6886    #remove any old files
6887    rm -f OgreMain/src/OgreConfigDialog.lo OgreMain/src/OgreErrorDialog.lo
6888
6889    # Prefer win32, then gtk, then Xt
6890    if test "x$with_gui" == "xauto" && test "x$OGRE_PLATFORM" == "xWIN32"; then
6891        with_gui=win32
6892    fi
6893
6894    if test "x$with_gui" == "xauto" || test "x$with_gui" == "xgtk"; then
6895        PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0, [with_gui=gtk], [
6896            if test "x$with_gui" == "xgtk"; then
6897                AC_MSG_ERROR([You chose gtk for the GUI but gtk is not available.])
6898            fi
6899        ])
6900    fi
6901
6902    if test "x$with_gui" == "xauto"; then
6903        with_gui=Xt
6904    fi
6905
6906    if test "x$with_gui" == "xwin32"; then
6907        OGRE_GUI=WIN32
6908    elif test "x$with_gui" == "xgtk"; then
6909        OGRE_GUI=gtk
6910    elif test "x$with_gui" == "xXt"; then
6911        OGRE_GUI=GLX
6912        PLATFORM_LIBS="$PLATFORM_LIBS -lXt -lSM -lICE"
6913    else
6914        AC_MSG_ERROR([The GUI dialogs for $with_gui are not available.])
6915    fi
6916
6917    # Add the OGRE_GUI_xxx flag to compiler command line
6918    PLATFORM_CFLAGS="$PLATFORM_CFLAGS -DOGRE_GUI_$OGRE_GUI"
6919    # And export it to client applications as well
6920    OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_GUI_$OGRE_GUI"
6921
6922    AC_SUBST(OGRE_GUI)
6923    AC_SUBST(GTK_CFLAGS)
6924    AC_SUBST(GTK_LIBS)
6925])
6926m4trace:acinclude.m4:595: -1- AC_DEFUN([OGRE_PLATFORM_AND_GUI], [AM_CONDITIONAL(SAME_PLATFORM_AND_GUI, test "x$OGRE_PLATFORM" = "x$OGRE_GUI")
6927])
6928m4trace:acinclude.m4:611: -1- AC_DEFUN([OGRE_CHECK_SSE], [
6929AC_MSG_CHECKING(whether to use SSE)
6930case $target_cpu in
6931        i386 | i486 | i586 | i686 | x86_64 | amd64)
6932                build_sse=yes
6933        ;;
6934        *)
6935                build_sse=no
6936        ;;
6937esac
6938AC_MSG_RESULT($build_sse)
6939AM_CONDITIONAL(OGRE_BUILD_SSE, test x$build_sse = xyes)
6940])
6941m4trace:configure.in:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
6942m4trace:configure.in:3: -1- m4_pattern_forbid([_AC_])
6943m4trace:configure.in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6944m4trace:configure.in:3: -1- m4_pattern_allow([^AS_FLAGS$])
6945m4trace:configure.in:3: -1- m4_pattern_forbid([^_?m4_])
6946m4trace:configure.in:3: -1- m4_pattern_forbid([^dnl$])
6947m4trace:configure.in:3: -1- m4_pattern_forbid([^_?AS_])
6948m4trace:configure.in:3: -1- m4_pattern_allow([^SHELL$])
6949m4trace:configure.in:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6950m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
6951m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6952m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6953m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
6954m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6955m4trace:configure.in:3: -1- m4_pattern_allow([^exec_prefix$])
6956m4trace:configure.in:3: -1- m4_pattern_allow([^prefix$])
6957m4trace:configure.in:3: -1- m4_pattern_allow([^program_transform_name$])
6958m4trace:configure.in:3: -1- m4_pattern_allow([^bindir$])
6959m4trace:configure.in:3: -1- m4_pattern_allow([^sbindir$])
6960m4trace:configure.in:3: -1- m4_pattern_allow([^libexecdir$])
6961m4trace:configure.in:3: -1- m4_pattern_allow([^datarootdir$])
6962m4trace:configure.in:3: -1- m4_pattern_allow([^datadir$])
6963m4trace:configure.in:3: -1- m4_pattern_allow([^sysconfdir$])
6964m4trace:configure.in:3: -1- m4_pattern_allow([^sharedstatedir$])
6965m4trace:configure.in:3: -1- m4_pattern_allow([^localstatedir$])
6966m4trace:configure.in:3: -1- m4_pattern_allow([^includedir$])
6967m4trace:configure.in:3: -1- m4_pattern_allow([^oldincludedir$])
6968m4trace:configure.in:3: -1- m4_pattern_allow([^docdir$])
6969m4trace:configure.in:3: -1- m4_pattern_allow([^infodir$])
6970m4trace:configure.in:3: -1- m4_pattern_allow([^htmldir$])
6971m4trace:configure.in:3: -1- m4_pattern_allow([^dvidir$])
6972m4trace:configure.in:3: -1- m4_pattern_allow([^pdfdir$])
6973m4trace:configure.in:3: -1- m4_pattern_allow([^psdir$])
6974m4trace:configure.in:3: -1- m4_pattern_allow([^libdir$])
6975m4trace:configure.in:3: -1- m4_pattern_allow([^localedir$])
6976m4trace:configure.in:3: -1- m4_pattern_allow([^mandir$])
6977m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
6978m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6979m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6980m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
6981m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6982m4trace:configure.in:3: -1- m4_pattern_allow([^DEFS$])
6983m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_C$])
6984m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_N$])
6985m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_T$])
6986m4trace:configure.in:3: -1- m4_pattern_allow([^LIBS$])
6987m4trace:configure.in:3: -1- m4_pattern_allow([^build_alias$])
6988m4trace:configure.in:3: -1- m4_pattern_allow([^host_alias$])
6989m4trace:configure.in:3: -1- m4_pattern_allow([^target_alias$])
6990m4trace:configure.in:5: -1- m4_pattern_allow([^build$])
6991m4trace:configure.in:5: -1- m4_pattern_allow([^build_cpu$])
6992m4trace:configure.in:5: -1- m4_pattern_allow([^build_vendor$])
6993m4trace:configure.in:5: -1- m4_pattern_allow([^build_os$])
6994m4trace:configure.in:5: -1- m4_pattern_allow([^host$])
6995m4trace:configure.in:5: -1- m4_pattern_allow([^host_cpu$])
6996m4trace:configure.in:5: -1- m4_pattern_allow([^host_vendor$])
6997m4trace:configure.in:5: -1- m4_pattern_allow([^host_os$])
6998m4trace:configure.in:5: -1- m4_pattern_allow([^target$])
6999m4trace:configure.in:5: -1- m4_pattern_allow([^target_cpu$])
7000m4trace:configure.in:5: -1- m4_pattern_allow([^target_vendor$])
7001m4trace:configure.in:5: -1- m4_pattern_allow([^target_os$])
7002m4trace:configure.in:9: -1- AM_INIT_AUTOMAKE([OGRE], [1.4.5])
7003m4trace:configure.in:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
7004m4trace:configure.in:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
7005m4trace:configure.in:9: -1- AM_AUTOMAKE_VERSION([1.9.6])
7006m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
7007m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
7008m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_DATA$])
7009m4trace:configure.in:9: -1- m4_pattern_allow([^CYGPATH_W$])
7010m4trace:configure.in:9: -1- m4_pattern_allow([^PACKAGE$])
7011m4trace:configure.in:9: -1- m4_pattern_allow([^VERSION$])
7012m4trace:configure.in:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
7013 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
7014m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([no-define])
7015m4trace:configure.in:9: -1- m4_pattern_allow([^PACKAGE$])
7016m4trace:configure.in:9: -1- m4_pattern_allow([^VERSION$])
7017m4trace:configure.in:9: -1- AM_SANITY_CHECK
7018m4trace:configure.in:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
7019m4trace:configure.in:9: -1- AM_MISSING_HAS_RUN
7020m4trace:configure.in:9: -1- AM_AUX_DIR_EXPAND
7021m4trace:configure.in:9: -1- m4_pattern_allow([^ACLOCAL$])
7022m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
7023m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOCONF$])
7024m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
7025m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOMAKE$])
7026m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
7027m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOHEADER$])
7028m4trace:configure.in:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
7029m4trace:configure.in:9: -1- m4_pattern_allow([^MAKEINFO$])
7030m4trace:configure.in:9: -1- AM_PROG_INSTALL_SH
7031m4trace:configure.in:9: -1- m4_pattern_allow([^install_sh$])
7032m4trace:configure.in:9: -1- AM_PROG_INSTALL_STRIP
7033m4trace:configure.in:9: -1- m4_pattern_allow([^STRIP$])
7034m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
7035m4trace:configure.in:9: -1- AM_PROG_MKDIR_P
7036m4trace:configure.in:9: -1- m4_pattern_allow([^mkdir_p$])
7037m4trace:configure.in:9: -1- m4_pattern_allow([^AWK$])
7038m4trace:configure.in:9: -1- m4_pattern_allow([^SET_MAKE$])
7039m4trace:configure.in:9: -1- AM_SET_LEADING_DOT
7040m4trace:configure.in:9: -1- m4_pattern_allow([^am__leading_dot$])
7041m4trace:configure.in:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
7042                             [_AM_PROG_TAR([v7])])])
7043m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([tar-ustar])
7044m4trace:configure.in:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
7045m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([tar-pax])
7046m4trace:configure.in:9: -1- _AM_PROG_TAR([v7])
7047m4trace:configure.in:9: -1- AM_MISSING_PROG([AMTAR], [tar])
7048m4trace:configure.in:9: -1- m4_pattern_allow([^AMTAR$])
7049m4trace:configure.in:9: -1- m4_pattern_allow([^am__tar$])
7050m4trace:configure.in:9: -1- m4_pattern_allow([^am__untar$])
7051m4trace:configure.in:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
7052                  [_AM_DEPENDENCIES(CC)],
7053                  [define([AC_PROG_CC],
7054                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
7055AC_PROVIDE_IFELSE([AC_PROG_CXX],
7056                  [_AM_DEPENDENCIES(CXX)],
7057                  [define([AC_PROG_CXX],
7058                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
7059])
7060m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([no-dependencies])
7061m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
7062m4trace:configure.in:13: -1- m4_pattern_allow([^CFLAGS$])
7063m4trace:configure.in:13: -1- m4_pattern_allow([^LDFLAGS$])
7064m4trace:configure.in:13: -1- m4_pattern_allow([^LIBS$])
7065m4trace:configure.in:13: -1- m4_pattern_allow([^CPPFLAGS$])
7066m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
7067m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
7068m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
7069m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
7070m4trace:configure.in:13: -1- m4_pattern_allow([^ac_ct_CC$])
7071m4trace:configure.in:13: -1- m4_pattern_allow([^EXEEXT$])
7072m4trace:configure.in:13: -1- m4_pattern_allow([^OBJEXT$])
7073m4trace:configure.in:13: -1- _AM_DEPENDENCIES([CC])
7074m4trace:configure.in:13: -1- AM_SET_DEPDIR
7075m4trace:configure.in:13: -1- m4_pattern_allow([^DEPDIR$])
7076m4trace:configure.in:13: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
7077m4trace:configure.in:13: -1- AM_MAKE_INCLUDE
7078m4trace:configure.in:13: -1- m4_pattern_allow([^am__include$])
7079m4trace:configure.in:13: -1- m4_pattern_allow([^am__quote$])
7080m4trace:configure.in:13: -1- AM_DEP_TRACK
7081m4trace:configure.in:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
7082m4trace:configure.in:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
7083m4trace:configure.in:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
7084m4trace:configure.in:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
7085m4trace:configure.in:13: -1- m4_pattern_allow([^CCDEPMODE$])
7086m4trace:configure.in:13: -1- AM_CONDITIONAL([am__fastdepCC], [
7087  test "x$enable_dependency_tracking" != xno \
7088  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
7089m4trace:configure.in:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
7090m4trace:configure.in:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
7091m4trace:configure.in:14: -1- m4_pattern_allow([^CXX$])
7092m4trace:configure.in:14: -1- m4_pattern_allow([^CXXFLAGS$])
7093m4trace:configure.in:14: -1- m4_pattern_allow([^LDFLAGS$])
7094m4trace:configure.in:14: -1- m4_pattern_allow([^LIBS$])
7095m4trace:configure.in:14: -1- m4_pattern_allow([^CPPFLAGS$])
7096m4trace:configure.in:14: -1- m4_pattern_allow([^CXX$])
7097m4trace:configure.in:14: -1- m4_pattern_allow([^ac_ct_CXX$])
7098m4trace:configure.in:14: -1- _AM_DEPENDENCIES([CXX])
7099m4trace:configure.in:14: -1- m4_pattern_allow([^CXXDEPMODE$])
7100m4trace:configure.in:14: -1- AM_CONDITIONAL([am__fastdepCXX], [
7101  test "x$enable_dependency_tracking" != xno \
7102  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7103m4trace:configure.in:14: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7104m4trace:configure.in:14: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7105m4trace:configure.in:15: -1- AM_PROG_CC_C_O
7106m4trace:configure.in:15: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
7107m4trace:configure.in:16: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
7108m4trace:configure.in:16: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
7109m4trace:configure.in:16: -1- m4_pattern_allow([^INSTALL_DATA$])
7110m4trace:configure.in:17: -1- m4_pattern_allow([^YACC$])
7111m4trace:configure.in:17: -1- m4_pattern_allow([^YACC$])
7112m4trace:configure.in:17: -1- m4_pattern_allow([^YFLAGS$])
7113m4trace:configure.in:18: -1- AM_PROG_LEX
7114m4trace:configure.in:18: -1- m4_pattern_allow([^LEX$])
7115m4trace:configure.in:18: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
7116m4trace:configure.in:18: -1- m4_pattern_allow([^LEXLIB$])
7117m4trace:configure.in:18: -1- m4_pattern_allow([^YYTEXT_POINTER$])
7118m4trace:configure.in:21: -1- OGRE_SETUP_FOR_TARGET
7119m4trace:configure.in:21: -1- m4_pattern_allow([^SHARED_FLAGS$])
7120m4trace:configure.in:21: -1- m4_pattern_allow([^PLUGIN_FLAGS$])
7121m4trace:configure.in:21: -1- m4_pattern_allow([^GL_LIBS$])
7122m4trace:configure.in:21: -1- m4_pattern_allow([^RC$])
7123m4trace:configure.in:21: -1- m4_pattern_allow([^SHARED_FLAGS$])
7124m4trace:configure.in:21: -1- m4_pattern_allow([^PLUGIN_FLAGS$])
7125m4trace:configure.in:21: -1- m4_pattern_allow([^GL_LIBS$])
7126m4trace:configure.in:21: -1- m4_pattern_allow([^SHARED_FLAGS$])
7127m4trace:configure.in:21: -1- m4_pattern_allow([^PLUGIN_FLAGS$])
7128m4trace:configure.in:21: -1- m4_pattern_allow([^GL_LIBS$])
7129m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_NT], [test x$nt = xtrue])
7130m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_NT_TRUE$])
7131m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_NT_FALSE$])
7132m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_LINUX], [test x$linux = xtrue])
7133m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_LINUX_TRUE$])
7134m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_LINUX_FALSE$])
7135m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_OSX], [test x$osx = xtrue ])
7136m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_OSX_TRUE$])
7137m4trace:configure.in:21: -1- m4_pattern_allow([^OGRE_OSX_FALSE$])
7138m4trace:configure.in:23: -1- AC_DISABLE_STATIC
7139m4trace:configure.in:23: -1- AC_ENABLE_STATIC([no])
7140m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7141You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7142autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
7143/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1890: AC_ENABLE_STATIC is expanded from...
7144/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1899: AC_DISABLE_STATIC is expanded from...
7145configure.in:23: the top level])
7146m4trace:configure.in:24: -1- AC_PROG_LIBTOOL
7147m4trace:configure.in:24: -1- _AC_PROG_LIBTOOL
7148m4trace:configure.in:24: -1- AC_LIBTOOL_SETUP
7149m4trace:configure.in:24: -1- AC_ENABLE_SHARED
7150m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7151You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7152autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
7153/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1851: AC_ENABLE_SHARED is expanded from...
7154/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7155/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7156/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7157configure.in:24: the top level])
7158m4trace:configure.in:24: -1- AC_ENABLE_FAST_INSTALL
7159m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7160You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7161autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
7162/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1929: AC_ENABLE_FAST_INSTALL is expanded from...
7163/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7164/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7165/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7166configure.in:24: the top level])
7167m4trace:configure.in:24: -1- AC_PROG_LD
7168m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7169You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7170autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7171/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2126: AC_PROG_LD is expanded from...
7172/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7173/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7174/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7175configure.in:24: the top level])
7176m4trace:configure.in:24: -1- LT_AC_PROG_SED
7177m4trace:configure.in:24: -1- AC_PROG_LD_GNU
7178m4trace:configure.in:24: -1- AC_PROG_EGREP
7179m4trace:configure.in:24: -1- m4_pattern_allow([^GREP$])
7180m4trace:configure.in:24: -1- m4_pattern_allow([^GREP$])
7181m4trace:configure.in:24: -1- m4_pattern_allow([^EGREP$])
7182m4trace:configure.in:24: -1- m4_pattern_allow([^EGREP$])
7183m4trace:configure.in:24: -1- AC_PROG_LD_RELOAD_FLAG
7184m4trace:configure.in:24: -1- AC_PROG_NM
7185m4trace:configure.in:24: -1- m4_pattern_allow([^LN_S$])
7186m4trace:configure.in:24: -1- AC_DEPLIBS_CHECK_METHOD
7187m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
7188m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
7189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7190m4trace:configure.in:24: -1- AC_LIBTOOL_OBJDIR
7191m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
7192m4trace:configure.in:24: -1- _LT_AC_PROG_ECHO_BACKSLASH
7193m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([
7194# Check that we are running under the correct shell.
7195SHELL=${CONFIG_SHELL-/bin/sh}
7196
7197case X$ECHO in
7198X*--fallback-echo)
7199  # Remove one level of quotation (which was required for Make).
7200  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
7201  ;;
7202esac
7203
7204echo=${ECHO-echo}
7205if test "X[$]1" = X--no-reexec; then
7206  # Discard the --no-reexec flag, and continue.
7207  shift
7208elif test "X[$]1" = X--fallback-echo; then
7209  # Avoid inline document here, it may be left over
7210  :
7211elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
7212  # Yippee, $echo works!
7213  :
7214else
7215  # Restart under the correct shell.
7216  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
7217fi
7218
7219if test "X[$]1" = X--fallback-echo; then
7220  # used as fallback echo
7221  shift
7222  cat <<EOF
7223[$]*
7224EOF
7225  exit 0
7226fi
7227
7228# The HP-UX ksh and POSIX shell print the target directory to stdout
7229# if CDPATH is set.
7230(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7231
7232if test -z "$ECHO"; then
7233if test "X${echo_test_string+set}" != Xset; then
7234# find a string as large as possible, as long as the shell can cope with it
7235  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7236    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7237    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7238       echo_test_string=`eval $cmd` &&
7239       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7240    then
7241      break
7242    fi
7243  done
7244fi
7245
7246if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7247   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7248   test "X$echo_testing_string" = "X$echo_test_string"; then
7249  :
7250else
7251  # The Solaris, AIX, and Digital Unix default echo programs unquote
7252  # backslashes.  This makes it impossible to quote backslashes using
7253  #   echo "$something" | sed 's/\\/\\\\/g'
7254  #
7255  # So, first we look for a working echo in the user's PATH.
7256
7257  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7258  for dir in $PATH /usr/ucb; do
7259    IFS="$lt_save_ifs"
7260    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7261       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7262       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7263       test "X$echo_testing_string" = "X$echo_test_string"; then
7264      echo="$dir/echo"
7265      break
7266    fi
7267  done
7268  IFS="$lt_save_ifs"
7269
7270  if test "X$echo" = Xecho; then
7271    # We didn't find a better echo, so look for alternatives.
7272    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7273       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7274       test "X$echo_testing_string" = "X$echo_test_string"; then
7275      # This shell has a builtin print -r that does the trick.
7276      echo='print -r'
7277    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7278         test "X$CONFIG_SHELL" != X/bin/ksh; then
7279      # If we have ksh, try running configure again with it.
7280      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7281      export ORIGINAL_CONFIG_SHELL
7282      CONFIG_SHELL=/bin/ksh
7283      export CONFIG_SHELL
7284      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7285    else
7286      # Try using printf.
7287      echo='printf %s\n'
7288      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7289         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7290         test "X$echo_testing_string" = "X$echo_test_string"; then
7291        # Cool, printf works
7292        :
7293      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7294           test "X$echo_testing_string" = 'X\t' &&
7295           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7296           test "X$echo_testing_string" = "X$echo_test_string"; then
7297        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7298        export CONFIG_SHELL
7299        SHELL="$CONFIG_SHELL"
7300        export SHELL
7301        echo="$CONFIG_SHELL [$]0 --fallback-echo"
7302      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7303           test "X$echo_testing_string" = 'X\t' &&
7304           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7305           test "X$echo_testing_string" = "X$echo_test_string"; then
7306        echo="$CONFIG_SHELL [$]0 --fallback-echo"
7307      else
7308        # maybe with a smaller string...
7309        prev=:
7310
7311        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7312          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7313          then
7314            break
7315          fi
7316          prev="$cmd"
7317        done
7318
7319        if test "$prev" != 'sed 50q "[$]0"'; then
7320          echo_test_string=`eval $prev`
7321          export echo_test_string
7322          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7323        else
7324          # Oops.  We lost completely, so just stick with echo.
7325          echo=echo
7326        fi
7327      fi
7328    fi
7329  fi
7330fi
7331fi
7332
7333# Copy echo and quote the copy suitably for passing to libtool from
7334# the Makefile, instead of quoting the original, which is used later.
7335ECHO=$echo
7336if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7337   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7338fi
7339
7340AC_SUBST(ECHO)
7341])
7342m4trace:configure.in:24: -1- m4_pattern_allow([^ECHO$])
7343m4trace:configure.in:24: -1- m4_pattern_allow([^AR$])
7344m4trace:configure.in:24: -1- m4_pattern_allow([^RANLIB$])
7345m4trace:configure.in:24: -1- m4_pattern_allow([^STRIP$])
7346m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
7347m4trace:configure.in:24: -1- AC_PATH_MAGIC
7348m4trace:configure.in:24: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7349m4trace:configure.in:24: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7350m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7351You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7352autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
7353/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7354/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7355/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7356configure.in:24: the top level])
7357m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7358You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7359autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7360/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7361/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7362/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7363configure.in:24: the top level])
7364m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_C_CONFIG
7365m4trace:configure.in:24: -1- _LT_AC_LANG_C_CONFIG
7366m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [])
7367m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
7368m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
7369m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
7370m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7371m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7372m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7373m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7374m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7375m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7376m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7377m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7378m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
7379m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7380m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7381m4trace:configure.in:24: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7382m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7383m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7384m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7385m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7386m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7387m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7388m4trace:configure.in:24: -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"])
7389m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7390m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7391m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7392m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7393m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7394m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7395m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7396m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7397m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7398m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7399m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7400m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7401m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7402m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7403m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7404m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7405m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7406m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7407m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7408m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7409m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7410m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7411m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7412m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7413m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7414m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7415m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7416m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7417m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7418m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7419m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7420m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7421m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7422m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7423m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7424m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7425m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7426m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7427m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7428m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7429m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7430m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7431m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7432m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7433m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7434m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7435m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7436m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7437m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7438m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7439m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7440m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7441m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7442m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7443m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7444m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7445m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7446m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7447m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7448m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7449m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7450m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7451m4trace:configure.in:24: -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
7452     "" | " "*) ;;
7453     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7454     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7455     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7456m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7457m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7458m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7459m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7460m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7461m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7462m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7463m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7464m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7465m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7466m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7467m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([])
7468m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7469m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7470m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7471m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7472m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7473m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7474m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7475m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7476m4trace:configure.in:24: -1- _LT_AC_LOCK
7477m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7478You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from...
7479../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
7480autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...
7481autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from...
7482/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:588: _LT_AC_LOCK is expanded from...
7483/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1055: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7484/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2662: _LT_AC_LANG_C_CONFIG is expanded from...
7485/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:2558: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7486/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7487/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7488/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7489configure.in:24: the top level])
7490m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7491m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7492m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7493m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7494m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7495m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7496m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7497m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7498m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7499m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7500m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7501m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7502m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7503m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7504m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7505m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7506m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7507m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7508m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7509m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7510m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7511m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7512m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7513m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7514m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7515m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
7516m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7517m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7518m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7519m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7520m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7521m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7522m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7523m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7524m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7525m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7526m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7527m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7528m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7529m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7530m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7531m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7532m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7533m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7534m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7535m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7536m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7537m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7538m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7539m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7540m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7541m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7542m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7543m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7544m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7545m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7546m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7547m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7548m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7549m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7550m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7551m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7552m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7553m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7554m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7555m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7556m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7557m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7558m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7559m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7560m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7561m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7562m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7563m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7564m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7565m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7566m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7567m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7568m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7569m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7570m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7571m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7572m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7573m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7574m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7575m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7576m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7577m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7578m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7579m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7580m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7581m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7582m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7583m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7584m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7585m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7586m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7587m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7588m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7589m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7590m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7591m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7592m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7593m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7594m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7595m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7596m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7597m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7598m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7599m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7600m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7601m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7602m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7603m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7604m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7605m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7606m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7607m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7608m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7609m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7610m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7611m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7612m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7613m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7614m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7615m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7616m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7617m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7618m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7619m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7620m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7621m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7622m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7623m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7624m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7625m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7626m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7627m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7628m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7629m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7630m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7631m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7632m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7633m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7634m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7635m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7636m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7637m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7638m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7639m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7640m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7641m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7642m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7643m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7644m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7645m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7646m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7647m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7648m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7649m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7650m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7651m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7652m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7653m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7654m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7655m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7656m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7657m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7658m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7659m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7660m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7661m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7662m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7663m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7664m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7665m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7666m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7667m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7668m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7669m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7670m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7671m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7672m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7673m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7674m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7675m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7676m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7677m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7678m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7679m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7680m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7681m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7682m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7683m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7684m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7685m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7686m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7687m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7688m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7689m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7690m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7691m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7692m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7693m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7694m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7695m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7696m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7697m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7698m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7699m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7700m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7701m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7702m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7703m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7704m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7705m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7706m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7707m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7708m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7709m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7710m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7711m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7712m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7713m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7714m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7715m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7716m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7717m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7718m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7719m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7720m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7721m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7722m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7723m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7724m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7725m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7726m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7727m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7728m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7729m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7730m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [])
7731m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7732m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7733m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7734m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7735m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7736m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7737m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7738m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7739m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7740m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7741m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7742m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7743m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7744m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7745m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7746m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7747m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7748m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7749m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7750m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7751m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7752m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7753m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7754m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7755m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7756m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7757m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7758m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7759m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7760m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7761m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7762m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7763m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7764m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7765m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7766m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7767m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [])
7768m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7769m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7770m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7771m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7772m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7773m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7774m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7775m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7776m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7777m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var], [])
7778m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7779m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7780m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7781m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7782m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7783m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7784m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7785m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7786m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7787m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
7788m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([])
7789m4trace:configure.in:24: -1- _LT_AC_CHECK_DLFCN
7790m4trace:configure.in:24: -1- m4_pattern_allow([^CPP$])
7791m4trace:configure.in:24: -1- m4_pattern_allow([^CPPFLAGS$])
7792m4trace:configure.in:24: -1- m4_pattern_allow([^CPP$])
7793m4trace:configure.in:24: -1- m4_pattern_allow([^STDC_HEADERS$])
7794m4trace:configure.in:24: -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])
7795m4trace:configure.in:24: -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])
7796m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([])
7797m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [])
7798m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [])
7799m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [])
7800m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7801m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7802m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7803m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7804m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7805m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7806m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7807m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7808m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7809m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7810m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [])
7811m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [])
7812m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [])
7813m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [])
7814m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7815m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7816m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7817m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7818m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7819m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7820m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7821m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7822m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7823m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7824m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7825m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7826m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7827m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7828m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7829m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7830m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7831m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7832m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7833m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7834m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7835m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7836m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7837m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7838m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7839m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7840m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7841m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7842m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [])
7843m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [])
7844m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [])
7845m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7846m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7847m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7848m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7849m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7850m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7851m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7852m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7853m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7854m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7855m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7856m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7857m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7858m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7859m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7860m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [])
7861m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [])
7862m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [])
7863m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [])
7864m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7865m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7866m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7867m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7868m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7869m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7870m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7871m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7872m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7873m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7874m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7875m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7876m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7877m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7878m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7879m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7880m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7881m4trace:configure.in:24: -1- _LT_AC_TAGCONFIG
7882m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7883You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7884autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7885/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
7886/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7887/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7888/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7889configure.in:24: the top level])
7890m4trace:configure.in:24: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
7891/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7892/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7893/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7894configure.in:24: the top level])
7895m4trace:configure.in:24: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
7896/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
7897/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
7898/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
7899configure.in:24: the top level])
7900m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7901m4trace:configure.in:24: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7902m4trace:configure.in:24: -1- _LT_AC_PROG_CXXCPP
7903m4trace:configure.in:24: -1- m4_pattern_allow([^CXXCPP$])
7904m4trace:configure.in:24: -1- m4_pattern_allow([^CPPFLAGS$])
7905m4trace:configure.in:24: -1- m4_pattern_allow([^CXXCPP$])
7906m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7907m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7908m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7909m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7910m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7911m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7912m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7913m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7914m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7915m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7916m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7917m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7918m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7919m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7920m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7921m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7922m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7923m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7924m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7925m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7926m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
7927m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7928m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7929m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [CXX])
7930m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
7931m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
7932m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
7933m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
7934m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
7935m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7936m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7937m4trace:configure.in:24: -1- AC_PROG_LD
7938m4trace:configure.in:24: -1- AC_PROG_LD_GNU
7939m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7940m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7941m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7942m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7943m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7944m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7945m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7946m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7947m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7948m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7949m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7950m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7951m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7952m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7953m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7954m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7955m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7956m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7957m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7958m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7959m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7960m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7961m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7962m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7963m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7964m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7965m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7966m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7967m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7968m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7969m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7970m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7971m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7972m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7973m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7974m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7975m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7976m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7977m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7978m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7979m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7980m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7981m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7982m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7983m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7984m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7985m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7986m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7987m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7988m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7989m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7990m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7991m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7992m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7993m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7994m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7995m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7996m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7997m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7998m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7999m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8000m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8001m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8002m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8003m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8004m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8005m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8006m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8007m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8008m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8009m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8010m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8011m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8012m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8013m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8014m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8015m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8016m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8017m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8018m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8019m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8020m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8021m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8022m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8023m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8024m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8025m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8026m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8027m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8028m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8029m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8030m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8031m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8032m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8033m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8034m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8035m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8036m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8037m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8038m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8039m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8040m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8041m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8042m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8043m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8044m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8045m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8046m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8047m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8048m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8049m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8050m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8051m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8052m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8053m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8054m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8055m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8056m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8057m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8058m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8059m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8060m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8061m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8062m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8063m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8064m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8065m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8066m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8067m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8068m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8069m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8070m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8071m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8072m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8073m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8074m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8075m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8076m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8077m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8078m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8079m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8080m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8081m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8082m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8083m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8084m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8085m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8086m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8087m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8088m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8089m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8090m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8091m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8092m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8093m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8094m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8095m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8096m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8097m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8098m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8099m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8100m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8101m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8102m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8103m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8104m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8105m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8106m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8107m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8108m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8109m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8110m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8111m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8112m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8113m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8114m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8115m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8116m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8117m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8118m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8119m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8120m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8121m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8122m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8123m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8124m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8125m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8126m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8127m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8128m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8129m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8130m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8131m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8132m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8133m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8134m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8135m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8136m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8137m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8138m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8139m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8140m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8141m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8142m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8143m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [CXX])
8144m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
8145m4trace:configure.in:24: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
8146m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8147m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8148m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8149m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8150m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8151m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8152m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8153m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8154m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8155m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8156m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8157m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8158m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8159m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8160m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8161m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8162m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8163m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8164m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8165m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
8166m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8167m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8168m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8169m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8170m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8171m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8172m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8173m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8174m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8175m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8176m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8177m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8178m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8179m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8180m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8181m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8182m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8183m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8184m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8185m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8186m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8187m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8188m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8190m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8191m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8192m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8193m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8194m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8195m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8196m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8197m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8198m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8199m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8200m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8201m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8202m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8203m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8204m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8205m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8206m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8207m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8208m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8209m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8210m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8211m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8212m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8213m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8214m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8215m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8216m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8217m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8218m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8219m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8220m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8221m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8222m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
8223m4trace:configure.in:24: -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
8224     "" | " "*) ;;
8225     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8226     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8227     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8228m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8229m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8230m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8231m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8232m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8233m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8234m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8235m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8236m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8237m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8238m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8239m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8240m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8241m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8242m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8243m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8244m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8245m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8246m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8247m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8248m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8249m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8250m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8251m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8252m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8253m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8254m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8255m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8256m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8257m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8258m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8259m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8260m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8261m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8262m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8263m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8264m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8265m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8266m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8267m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8268m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8269m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8270m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8271m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8272m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8273m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8274m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8275m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8276m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8277m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8278m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8279m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8280m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8281m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8282m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8283m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8284m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8285m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
8286m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
8287m4trace:configure.in:24: -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])
8288m4trace:configure.in:24: -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])
8289m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([CXX])
8290m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
8291m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [CXX])
8292m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
8293m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8294m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8295m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8296m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8297m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8298m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8299m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8300m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8301m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8302m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8303m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8304m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8305m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
8306m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8307m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8308m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8309m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8310m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8311m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8312m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8313m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8314m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8315m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8316m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8317m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8318m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8319m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8320m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8321m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8322m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8323m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8324m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8325m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8326m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8327m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8328m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8329m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8330m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8331m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8332m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8333m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8334m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8335m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
8336m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [CXX])
8337m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
8338m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8339m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8340m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8341m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8342m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8343m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8344m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8345m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8346m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8347m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8348m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8349m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8350m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8351m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8352m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8353m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8354m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8355m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
8356m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8357m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8358m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8359m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8360m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8361m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8362m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8363m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8364m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8365m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8366m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8367m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8368m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8369m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8370m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8371m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8372m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8373m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8374m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_F77_CONFIG
8375m4trace:configure.in:24: -1- _LT_AC_LANG_F77_CONFIG([F77])
8376m4trace:configure.in:24: -1- m4_pattern_allow([^F77$])
8377m4trace:configure.in:24: -1- m4_pattern_allow([^FFLAGS$])
8378m4trace:configure.in:24: -1- m4_pattern_allow([^LDFLAGS$])
8379m4trace:configure.in:24: -1- m4_pattern_allow([^LIBS$])
8380m4trace:configure.in:24: -1- m4_pattern_allow([^F77$])
8381m4trace:configure.in:24: -1- m4_pattern_allow([^ac_ct_F77$])
8382m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8383m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8384m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8385m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8386m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8387m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8388m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8389m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8390m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8391m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8392m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8393m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8394m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8395m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8396m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8397m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8398m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8399m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8400m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [F77])
8401m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
8402m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
8403m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
8404m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8405m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
8406m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8407m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [F77])
8408m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8409m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8410m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8411m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8412m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8413m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8414m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8415m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8416m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8417m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8418m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8419m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8420m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8421m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8422m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8423m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8424m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8425m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8426m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8427m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8428m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8429m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8430m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8431m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8432m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8433m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8434m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8435m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8436m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8437m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8438m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8439m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8440m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8441m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8442m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8443m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8444m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8445m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8446m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8447m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8448m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8449m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8450m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8451m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8452m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8453m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8454m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8455m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8456m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8457m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8458m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8459m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8460m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8461m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8462m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8463m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8464m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8465m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8466m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8467m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8468m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8469m4trace:configure.in:24: -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
8470     "" | " "*) ;;
8471     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8472     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8473     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8474m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8475m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8476m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8477m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8478m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8479m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8480m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8481m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8482m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8483m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8484m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8485m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8486m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8487m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8488m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8489m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8490m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8491m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8492m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8493m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8494m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8495m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8496m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8497m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8498m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8499m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8500m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8501m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8502m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8503m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8504m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8505m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8506m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8507m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8508m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8509m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8510m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8511m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8512m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8513m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8514m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8515m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8516m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8517m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8518m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8519m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
8520m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8521m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8522m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8523m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8524m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8525m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8526m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8527m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8528m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8529m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8530m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8531m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8532m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8533m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8534m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8535m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8536m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8537m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8538m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8539m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8540m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8541m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8542m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8543m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8544m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8545m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8546m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8547m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8548m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8549m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8550m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8551m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8552m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8553m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8554m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8555m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8556m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8557m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8558m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8559m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8560m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8561m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8562m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8563m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8564m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8565m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8566m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8567m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8568m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8569m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8570m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8571m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8572m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8573m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8574m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8575m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8576m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8577m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8578m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8579m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8580m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8581m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8582m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8583m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8584m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8585m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8586m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8587m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8588m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8589m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8590m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8591m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8592m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8593m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8594m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8595m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8596m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8597m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8598m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8599m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8600m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8601m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8602m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8603m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8604m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8605m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8606m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8607m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8608m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8609m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8610m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8611m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8612m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8613m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8614m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8615m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8616m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8617m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8618m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8619m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8620m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8621m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8622m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8623m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8624m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8625m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8626m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8627m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8628m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8629m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8630m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8631m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8632m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8633m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8634m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8635m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8636m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8637m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8638m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8639m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8640m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8641m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8642m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8643m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8644m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8645m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8646m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8647m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8648m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8649m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8650m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8651m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8652m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8653m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8654m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8655m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8656m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8657m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8658m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8659m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8660m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8661m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8662m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8663m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8664m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8665m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8666m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8667m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8668m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8669m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8670m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8671m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8672m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8673m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8674m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8675m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8676m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8677m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8678m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8679m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8680m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8681m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8682m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8683m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8684m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8685m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8686m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8687m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8688m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8689m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8690m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8691m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8692m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8693m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8694m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8695m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8696m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8697m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8698m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8699m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8700m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8701m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8702m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8703m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8704m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8705m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8706m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8707m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8708m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8709m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8710m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8711m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8712m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8713m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8714m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8715m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8716m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8717m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8718m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8719m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8720m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8721m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8722m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8723m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8724m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8725m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8726m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8727m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8728m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8729m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8730m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8731m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8732m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8733m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8734m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8735m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8736m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8737m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8738m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8739m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8740m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8741m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8742m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8743m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8744m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8745m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8746m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8747m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8748m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8749m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8750m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8751m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8752m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8753m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8754m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8755m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8756m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8757m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8758m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8759m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8760m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8761m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8762m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8763m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8764m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8765m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8766m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8767m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8768m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8769m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8770m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8771m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8772m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8773m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8774m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8775m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8776m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8777m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8778m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8779m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8780m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8781m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8782m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8783m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8784m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8785m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8786m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8787m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8788m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8789m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8790m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8791m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
8792m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([F77])
8793m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8794m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [F77])
8795m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8796m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8797m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8798m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8799m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8800m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8801m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8802m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8803m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8804m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8805m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8806m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8807m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8808m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [F77])
8809m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [F77])
8810m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8811m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8812m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8813m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8814m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8815m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8816m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8817m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8818m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8819m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8820m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8821m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8822m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8823m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8824m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8825m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8826m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8827m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8828m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8829m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8830m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8831m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8832m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8833m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8834m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8835m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8836m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8837m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8838m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8839m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [F77])
8840m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8841m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8842m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8843m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8844m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8845m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8846m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8847m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8848m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8849m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8850m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8851m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8852m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8853m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8854m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8855m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8856m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8857m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8858m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [F77])
8859m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [F77])
8860m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8861m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8862m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8863m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8864m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8865m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8866m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8867m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8868m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8869m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8870m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8871m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8872m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8873m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8874m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8875m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8876m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8877m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8878m4trace:configure.in:24: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8879m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8880You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
8881/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3931: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8882/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3877: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8883/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
8884/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
8885/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
8886/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
8887configure.in:24: the top level])
8888m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [GCJ])
8889m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
8890m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
8891m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
8892m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8893m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
8894m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8895m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8896m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8897m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8898m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8899m4trace:configure.in:24: -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"])
8900m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8901m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8902m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8903m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8904m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8905m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8906m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8907m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8908m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8909m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8910m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8911m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8912m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8913m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8914m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8915m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8916m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8917m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8918m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8919m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8920m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8921m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8922m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8923m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8924m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8925m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8926m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8927m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8928m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8929m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8930m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8931m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8932m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8933m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8934m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8935m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8936m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8937m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8938m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8939m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8940m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8941m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8942m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8943m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8944m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8945m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8946m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8947m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8948m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8949m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8950m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8951m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8952m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8953m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8954m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8955m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8956m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8957m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8958m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8959m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8960m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8961m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8962m4trace:configure.in:24: -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
8963     "" | " "*) ;;
8964     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8965     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8966     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8967m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8968m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8969m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8970m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8971m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8972m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8973m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8974m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8975m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8976m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8977m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8978m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8979m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8980m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8981m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8982m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8983m4trace:configure.in:24: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8984m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8985m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8986m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8987m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8988m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8989m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8990m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8991m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8992m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8993m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8994m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8995m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8996m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8997m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8998m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8999m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9000m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9001m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9002m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9003m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9004m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9005m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9006m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9007m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9008m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9009m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9010m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9011m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9012m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
9013m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9014m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9015m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9016m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9017m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9018m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9019m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9020m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9021m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9022m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9023m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9024m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9025m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9026m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9027m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9028m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9029m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9030m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9031m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9032m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9033m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9034m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9035m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9036m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9037m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9038m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9039m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9040m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9041m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9042m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9043m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9044m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9045m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9046m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9047m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9048m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9049m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9050m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9051m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9052m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9053m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9054m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9055m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9056m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9057m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9058m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9059m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9060m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9061m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9062m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9063m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9064m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9065m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9066m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9067m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9068m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9069m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9070m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9071m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9072m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9073m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9074m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
9075m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9076m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9077m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9078m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9079m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9080m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
9081m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9082m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9083m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9084m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9085m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9086m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9087m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9088m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9089m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9090m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9091m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9092m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9093m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9094m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9095m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9096m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9097m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9098m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9099m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9100m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9101m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9102m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9103m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9104m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9105m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9106m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9107m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9108m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9109m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9110m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9111m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9112m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9113m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9114m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9115m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9116m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9117m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9118m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9119m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9120m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9121m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9122m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9123m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9124m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9125m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9126m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9127m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9128m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9129m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9130m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9131m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9132m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9133m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9134m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9135m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9136m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9137m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9138m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9139m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9140m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9141m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9142m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9143m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9144m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9145m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9146m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9147m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9148m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9149m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9150m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9151m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9152m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9153m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9154m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9155m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9156m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9157m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9158m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9159m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9160m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9161m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9162m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9163m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9164m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9165m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9166m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9167m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9168m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9169m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9170m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9171m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9172m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9173m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9174m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9175m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9176m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9177m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9178m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9179m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9180m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9181m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9182m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9183m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9184m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9185m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9186m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9187m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9188m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9190m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9191m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9192m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9193m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9194m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9195m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9196m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9197m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9198m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9199m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9200m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9201m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9202m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9203m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9204m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9205m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9206m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9207m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9208m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9209m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9210m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9211m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9212m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9213m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9214m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9215m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9216m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9217m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9218m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9219m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9220m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9221m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9222m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9223m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9224m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9225m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9226m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9227m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9228m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9229m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9230m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9231m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9232m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9233m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9234m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9235m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9236m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9237m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9238m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9239m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9240m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9241m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9242m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9243m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9244m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9245m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9246m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9247m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9248m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9249m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9250m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9251m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9252m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9253m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9254m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9255m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9256m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9257m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9258m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9259m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9260m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9261m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9262m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9263m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9264m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9265m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9266m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9267m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9268m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9269m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9270m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9271m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9272m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9273m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9274m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9275m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9276m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9277m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9278m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9279m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9280m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9281m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9282m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9283m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9284m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
9285m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
9286m4trace:configure.in:24: -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])
9287m4trace:configure.in:24: -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])
9288m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([GCJ])
9289m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9290m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [GCJ])
9291m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [GCJ])
9292m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9293m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9294m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9295m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9296m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9297m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9298m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9299m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9300m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9301m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9302m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9303m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9304m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9305m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9306m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9307m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9308m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9309m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9310m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9311m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9312m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9313m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9314m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9315m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9316m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9317m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9318m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9319m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9320m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9321m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9322m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9323m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9324m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9325m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9326m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9327m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9328m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9329m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9330m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9331m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9332m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9333m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9334m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9335m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9336m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [GCJ])
9337m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9338m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9339m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9340m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9341m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9342m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9343m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9344m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9345m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9346m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9347m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9348m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9349m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9350m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9351m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9352m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9353m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9354m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9355m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9356m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9357m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9358m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9359m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9360m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9361m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9362m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9363m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9364m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9365m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9366m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9367m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9368m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9369m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9370m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9371m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9372m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9373m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9374You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9375/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3931: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9376/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3877: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9377/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
9378/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
9379/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9380/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9381configure.in:24: the top level])
9382m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_RC_CONFIG
9383m4trace:configure.in:24: -1- _LT_AC_LANG_RC_CONFIG([RC])
9384m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9385You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
9386/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3975: _LT_AC_LANG_RC_CONFIG is expanded from...
9387/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3939: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9388/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
9389/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
9390/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9391/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9392configure.in:24: the top level])
9393m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [RC])
9394m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
9395m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
9396m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
9397m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9398m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
9399m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9400m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([RC])
9401m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9402m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [RC])
9403m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [RC])
9404m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9405m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9406m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9407m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9408m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9409m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9410m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9411m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9412m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9413m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9414m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9415m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9416m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [RC])
9417m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [RC])
9418m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9419m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9420m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9421m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9422m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9423m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9424m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9425m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9426m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9427m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9428m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9429m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9430m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9431m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9432m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9433m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9434m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9435m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9436m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9437m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9438m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9439m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9440m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9441m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9442m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9443m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9444m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9445m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9446m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9447m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [RC])
9448m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [RC])
9449m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9450m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9451m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9452m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9453m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9454m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9455m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9456m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9457m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9458m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9459m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9460m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9461m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9462m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9463m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9464m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9465m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9466m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [RC])
9467m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [RC])
9468m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9469m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9470m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9471m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9472m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9473m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9474m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9475m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9476m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9477m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9478m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9479m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9480m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9481m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9482m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9483m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9484m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9485m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9486You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9487/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3975: _LT_AC_LANG_RC_CONFIG is expanded from...
9488/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:3939: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9489/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:1805: _LT_AC_TAGCONFIG is expanded from...
9490/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
9491/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
9492/usr/pack/kde-3.5.1-to/i686-debian-linux3.1/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
9493configure.in:24: the top level])
9494m4trace:configure.in:24: -1- m4_pattern_allow([^LIBTOOL$])
9495m4trace:configure.in:24: -1- AC_LIBTOOL_CXX
9496m4trace:configure.in:24: -1- _LT_AC_LANG_CXX
9497m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9498m4trace:configure.in:24: -1- AC_LIBTOOL_F77
9499m4trace:configure.in:24: -1- _LT_AC_LANG_F77
9500m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9501m4trace:configure.in:25: -1- AC_LIBTOOL_LANG_CXX_CONFIG
9502m4trace:configure.in:25: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
9503m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9504m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9505m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9506m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9507m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9508m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9509m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9510m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9511m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9512m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9513m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9514m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9515m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9516m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9517m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9518m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9519m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9520m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9521m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9522m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9523m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9524m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9525m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9526m4trace:configure.in:25: -1- _LT_AC_TAGVAR([objext], [CXX])
9527m4trace:configure.in:25: -1- _LT_AC_SYS_COMPILER
9528m4trace:configure.in:25: -1- _LT_COMPILER_BOILERPLATE
9529m4trace:configure.in:25: -1- _LT_LINKER_BOILERPLATE
9530m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9531m4trace:configure.in:25: -1- _LT_CC_BASENAME([$compiler])
9532m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9533m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9534m4trace:configure.in:25: -1- AC_PROG_LD
9535m4trace:configure.in:25: -1- AC_PROG_LD_GNU
9536m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9537m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9538m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9539m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9540m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9541m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9542m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9543m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9544m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9545m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9546m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9547m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9548m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9549m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9550m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9551m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9552m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9553m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9554m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9555m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9556m4trace:configure.in:25: -1- _LT_AC_SYS_LIBPATH_AIX
9557m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9558m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9559m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9560m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9561m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9562m4trace:configure.in:25: -1- _LT_AC_SYS_LIBPATH_AIX
9563m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9564m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9565m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9566m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9567m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9568m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9569m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9570m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9571m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9572m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9573m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9574m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9575m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9576m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9577m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9578m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9579m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9580m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9581m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9582m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9583m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9584m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9585m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9586m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9587m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9588m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9589m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9590m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9591m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9592m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9593m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9594m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9595m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9596m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9597m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9598m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9599m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9600m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9601m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9602m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9603m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9604m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9605m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9606m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9607m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9608m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9609m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9610m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9611m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9612m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9613m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9614m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9615m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9616m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9617m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9618m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9619m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9620m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9621m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9622m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9623m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9624m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9625m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9626m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9627m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9628m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9629m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9630m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9631m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9632m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9633m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9634m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9635m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9636m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9637m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9638m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9639m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9640m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9641m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9642m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9643m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9644m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9645m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9646m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9647m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9648m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9649m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9650m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9651m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9652m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9653m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9654m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9655m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9656m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9657m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9658m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9659m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9660m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9661m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9662m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9663m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9664m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9665m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9666m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9667m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9668m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9669m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9670m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9671m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9672m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9673m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9674m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9675m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9676m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9677m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9678m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9679m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9680m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9681m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9682m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9683m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9684m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9685m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9686m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9687m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9688m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9689m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9690m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9691m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9692m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9693m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9694m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9695m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9696m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9697m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9698m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9699m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9700m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9701m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9702m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9703m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9704m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9705m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9706m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9707m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9708m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9709m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9710m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9711m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9712m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9713m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9714m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9715m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9716m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9717m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9718m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9719m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9720m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9721m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9722m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9723m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9724m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9725m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9726m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9727m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9728m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9729m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9730m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9731m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9732m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9733m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9734m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9735m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9736m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9737m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9738m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9739m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9740m4trace:configure.in:25: -1- _LT_AC_TAGVAR([GCC], [CXX])
9741m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9742m4trace:configure.in:25: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
9743m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9744m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9745m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9746m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9747m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9748m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9749m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9750m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9751m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9752m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9753m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9754m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9755m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9756m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9757m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9758m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9759m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9760m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9761m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9762m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
9763m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9764m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9765m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9766m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9767m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9768m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9769m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9770m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9771m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9772m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9773m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9774m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9775m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9776m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9777m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9778m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9779m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9780m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9781m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9782m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9783m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9784m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9785m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9786m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9787m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9788m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9789m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9790m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9791m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9792m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9793m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9794m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9795m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9796m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9797m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9798m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9799m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9800m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9801m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9802m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9803m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9804m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9805m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9806m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9807m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9808m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9809m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9810m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9811m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9812m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9813m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9814m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9815m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
9816m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9817m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9818m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9819m4trace:configure.in:25: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
9820m4trace:configure.in:25: -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
9821     "" | " "*) ;;
9822     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
9823     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
9824     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
9825m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9826m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9827m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9828m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9829m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9830m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9831m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9832m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
9833m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9834m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9835m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9836m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
9837m4trace:configure.in:25: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9838m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9839m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9840m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9841m4trace:configure.in:25: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9842m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9843m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9844m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
9845m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9846m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
9847m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9848m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9849m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9850m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9851m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9852m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9853m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9854m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9855m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9856m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9857m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9858m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9859m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9860m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9861m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9862m4trace:configure.in:25: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
9863m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9864m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9865m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9866m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9867m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9868m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
9869m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
9870m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9871m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9872m4trace:configure.in:25: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
9873m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9874m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9875m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9876m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9877m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9878m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9879m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9880m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9881m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9882m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_LIB_STRIP
9883m4trace:configure.in:25: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
9884m4trace:configure.in:25: -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])
9885m4trace:configure.in:25: -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])
9886m4trace:configure.in:25: -1- AC_LIBTOOL_CONFIG([CXX])
9887m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9888m4trace:configure.in:25: -1- _LT_AC_TAGVAR([CC], [CXX])
9889m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9890m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9891m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9892m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9893m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9894m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9895m4trace:configure.in:25: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
9896m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9897m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9898m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9899m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9900m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9901m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9902m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9903m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9904m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9905m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9906m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9907m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
9908m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
9909m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9910m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9911m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9912m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9913m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9914m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9915m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9916m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9917m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9918m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9919m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9920m4trace:configure.in:25: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
9921m4trace:configure.in:25: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
9922m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9923m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9924m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9925m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9926m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9927m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9928m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9929m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9930m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9931m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9932m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9933m4trace:configure.in:25: -1- _LT_AC_TAGVAR([GCC], [CXX])
9934m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9935m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9936m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9937m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9938m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9939m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9940m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9941m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9942m4trace:configure.in:25: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
9943m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9944m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9945m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9946m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9947m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9948m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9949m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9950m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9951m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9952m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9953m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9954m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9955m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9956m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9957m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9958m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9959m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9960m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9961m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9962m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9963m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9964m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9965m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9966m4trace:configure.in:25: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
9967m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9968m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9969m4trace:configure.in:25: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
9970m4trace:configure.in:25: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
9971m4trace:configure.in:30: -1- m4_pattern_allow([^OGRE_CFLAGS$])
9972m4trace:configure.in:60: -1- AC_LIBTOOL_COMPILER_OPTION([if $CXX supports -fvisibility], [ogre_prog_compiler_supports_visibility], [-fvisibility=hidden -fvisibility-inlines-hidden], [], [CFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden -DOGRE_GCC_VISIBILITY";
9973    case $target_cpu in
9974        x86_64* )
9975            if ! echo "$CFLAGS $CXXFLAGS" | grep -q "\-O"; then
9976                echo "***********************************************************************"
9977                echo "WARNING: It looks like you're doing a debug build for an x86_64 target."
9978                echo "The -fvisibility-inlines-hidden flag is known to give problems in such"
9979                echo "situations with libstdc++ < 4.2. Disabling the compiler flag."
9980                echo "***********************************************************************"
9981                CFLAGS_VISIBILITY="-fvisibility=hidden -DOGRE_GCC_VISIBILITY"
9982            fi
9983        ;;
9984    esac
9985    case $CXX in
9986        icpc )
9987            echo "***********************************************************************"
9988            echo "WARNING: The intel compiler currently has bugs in its -fvisibility"
9989            echo "implementation. Disabling the compiler flag."
9990            echo "***********************************************************************"
9991            CFLAGS_VISIBILITY=""
9992        ;;
9993    esac
9994    ])
9995m4trace:configure.in:61: -1- m4_pattern_allow([^CFLAGS_VISIBILITY$])
9996m4trace:configure.in:65: -1- OGRE_USE_STLPORT
9997m4trace:configure.in:65: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9998You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
9999acinclude.m4:159: OGRE_USE_STLPORT is expanded from...
10000configure.in:65: the top level])
10001m4trace:configure.in:65: -1- m4_pattern_allow([^STLPORT_CFLAGS$])
10002m4trace:configure.in:65: -1- m4_pattern_allow([^STLPORT_LIBS$])
10003m4trace:configure.in:66: -1- AC_CHECK_FT2([9.0.0])
10004m4trace:configure.in:66: -1- m4_pattern_allow([^FT2_CONFIG$])
10005m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
10006You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from...
10007acinclude.m4:143: AC_CHECK_FT2 is expanded from...
10008configure.in:66: the top level])
10009m4trace:configure.in:66: -1- m4_pattern_allow([^FT2_CFLAGS$])
10010m4trace:configure.in:66: -1- m4_pattern_allow([^FT2_LIBS$])
10011m4trace:configure.in:68: -1- m4_pattern_allow([^HAVE_LIBDL$])
10012m4trace:configure.in:69: -1- m4_pattern_allow([^HAVE_LIBM$])
10013m4trace:configure.in:70: -1- m4_pattern_allow([^HAVE_LIBZ$])
10014m4trace:configure.in:71: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
10015m4trace:configure.in:72: -2- m4_pattern_allow([^HAVE_SNPRINTF$])
10016m4trace:configure.in:73: -2- m4_pattern_allow([^HAVE_VSNPRINTF$])
10017m4trace:configure.in:75: -1- OGRE_CHECK_CPPUNIT
10018m4trace:configure.in:75: -1- AM_PATH_CPPUNIT([1.10.0], [build_unit_tests=true])
10019m4trace:configure.in:75: -1- m4_pattern_allow([^CPPUNIT_CONFIG$])
10020m4trace:configure.in:75: -1- m4_pattern_allow([^CPPUNIT_CFLAGS$])
10021m4trace:configure.in:75: -1- m4_pattern_allow([^CPPUNIT_LIBS$])
10022m4trace:configure.in:75: -1- AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$build_unit_tests = xtrue])
10023m4trace:configure.in:75: -1- m4_pattern_allow([^BUILD_UNIT_TESTS_TRUE$])
10024m4trace:configure.in:75: -1- m4_pattern_allow([^BUILD_UNIT_TESTS_FALSE$])
10025m4trace:configure.in:77: -1- PKG_CHECK_MODULES([ZZIPLIB], [zziplib])
10026m4trace:configure.in:77: -1- PKG_PROG_PKG_CONFIG
10027m4trace:configure.in:77: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
10028m4trace:configure.in:77: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
10029m4trace:configure.in:77: -1- m4_pattern_allow([^PKG_CONFIG$])
10030m4trace:configure.in:77: -1- m4_pattern_allow([^PKG_CONFIG$])
10031m4trace:configure.in:77: -1- m4_pattern_allow([^ZZIPLIB_CFLAGS$])
10032m4trace:configure.in:77: -1- m4_pattern_allow([^ZZIPLIB_LIBS$])
10033m4trace:configure.in:77: -1- PKG_CHECK_EXISTS([zziplib], [pkg_cv_[]ZZIPLIB_CFLAGS=`$PKG_CONFIG --[]cflags "zziplib" 2>/dev/null`], [pkg_failed=yes])
10034m4trace:configure.in:77: -1- PKG_CHECK_EXISTS([zziplib], [pkg_cv_[]ZZIPLIB_LIBS=`$PKG_CONFIG --[]libs "zziplib" 2>/dev/null`], [pkg_failed=yes])
10035m4trace:configure.in:77: -1- _PKG_SHORT_ERRORS_SUPPORTED
10036m4trace:configure.in:78: -1- m4_pattern_allow([^ZZIPLIB_CFLAGS$])
10037m4trace:configure.in:79: -1- m4_pattern_allow([^ZZIPLIB_LIBS$])
10038m4trace:configure.in:82: -1- OGRE_GET_PLATFORM
10039m4trace:configure.in:82: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10040You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10041acinclude.m4:203: OGRE_GET_PLATFORM is expanded from...
10042configure.in:82: the top level])
10043m4trace:configure.in:82: -1- m4_pattern_allow([^XMKMF$])
10044m4trace:configure.in:82: -1- m4_pattern_allow([^PLATFORM_CFLAGS$])
10045m4trace:configure.in:82: -1- m4_pattern_allow([^PLATFORM_LIBS$])
10046m4trace:configure.in:82: -1- m4_pattern_allow([^OGRE_PLATFORM$])
10047m4trace:configure.in:83: -1- OGRE_GET_GLSUPPORT
10048m4trace:configure.in:83: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10049You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10050acinclude.m4:254: OGRE_GET_GLSUPPORT is expanded from...
10051configure.in:83: the top level])
10052m4trace:configure.in:83: -1- m4_pattern_allow([^XMKMF$])
10053m4trace:configure.in:83: -1- m4_pattern_allow([^GLSUPPORT_CFLAGS$])
10054m4trace:configure.in:83: -1- m4_pattern_allow([^GLSUPPORT_LIBS$])
10055m4trace:configure.in:83: -1- m4_pattern_allow([^OGRE_GLSUPPORT$])
10056m4trace:configure.in:86: -1- OGRE_CHECK_GUI
10057m4trace:configure.in:86: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10058You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10059acinclude.m4:589: OGRE_CHECK_GUI is expanded from...
10060configure.in:86: the top level])
10061m4trace:configure.in:86: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.0.0], [with_gui=gtk], [
10062            if test "x$with_gui" == "xgtk"; then
10063                AC_MSG_ERROR([You chose gtk for the GUI but gtk is not available.])
10064            fi
10065        ])
10066m4trace:configure.in:86: -1- m4_pattern_allow([^GTK_CFLAGS$])
10067m4trace:configure.in:86: -1- m4_pattern_allow([^GTK_LIBS$])
10068m4trace:configure.in:86: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.0.0], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null`], [pkg_failed=yes])
10069m4trace:configure.in:86: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.0.0], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= 2.0.0" 2>/dev/null`], [pkg_failed=yes])
10070m4trace:configure.in:86: -1- _PKG_SHORT_ERRORS_SUPPORTED
10071m4trace:configure.in:86: -1- m4_pattern_allow([^OGRE_GUI$])
10072m4trace:configure.in:86: -1- m4_pattern_allow([^GTK_CFLAGS$])
10073m4trace:configure.in:86: -1- m4_pattern_allow([^GTK_LIBS$])
10074m4trace:configure.in:87: -1- OGRE_CHECK_DOUBLE
10075m4trace:configure.in:87: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10076You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10077acinclude.m4:484: OGRE_CHECK_DOUBLE is expanded from...
10078configure.in:87: the top level])
10079m4trace:configure.in:87: -1- m4_pattern_allow([^OGRE_DOUBLE_PRECISION$])
10080m4trace:configure.in:87: -1- m4_pattern_allow([^OGRE_DOUBLE_PRECISION$])
10081m4trace:configure.in:88: -1- OGRE_CHECK_THREADING
10082m4trace:configure.in:88: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10083You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10084acinclude.m4:509: OGRE_CHECK_THREADING is expanded from...
10085configure.in:88: the top level])
10086m4trace:configure.in:88: -1- m4_pattern_allow([^OGRE_THREAD_SUPPORT$])
10087m4trace:configure.in:88: -1- m4_pattern_allow([^OGRE_THREAD_SUPPORT$])
10088m4trace:configure.in:88: -1- m4_pattern_allow([^OGRE_THREAD_LIBS$])
10089m4trace:configure.in:89: -1- OGRE_CHECK_FREEIMAGE
10090m4trace:configure.in:89: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10091You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10092acinclude.m4:395: OGRE_CHECK_FREEIMAGE is expanded from...
10093configure.in:89: the top level])
10094m4trace:configure.in:89: -1- AM_CONDITIONAL([USE_FREEIMAGE], [test x$build_freeimage = xyes])
10095m4trace:configure.in:89: -1- m4_pattern_allow([^USE_FREEIMAGE_TRUE$])
10096m4trace:configure.in:89: -1- m4_pattern_allow([^USE_FREEIMAGE_FALSE$])
10097m4trace:configure.in:89: -1- m4_pattern_allow([^HAVE_LIBFREEIMAGE$])
10098m4trace:configure.in:89: -1- m4_pattern_allow([^OGRE_NO_FREEIMAGE$])
10099m4trace:configure.in:89: -1- m4_pattern_allow([^OGRE_NO_FREEIMAGE$])
10100m4trace:configure.in:90: -1- OGRE_CHECK_DEVIL
10101m4trace:configure.in:90: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10102You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10103acinclude.m4:428: OGRE_CHECK_DEVIL is expanded from...
10104configure.in:90: the top level])
10105m4trace:configure.in:90: -1- AM_CONDITIONAL([USE_DEVIL], [test x$build_il = xyes && test x$build_freeimage = xno])
10106m4trace:configure.in:90: -1- m4_pattern_allow([^USE_DEVIL_TRUE$])
10107m4trace:configure.in:90: -1- m4_pattern_allow([^USE_DEVIL_FALSE$])
10108m4trace:configure.in:90: -1- m4_pattern_allow([^OGRE_NO_DEVIL$])
10109m4trace:configure.in:90: -1- m4_pattern_allow([^HAVE_LIBIL$])
10110m4trace:configure.in:90: -1- m4_pattern_allow([^HAVE_LIBILU$])
10111m4trace:configure.in:90: -1- m4_pattern_allow([^OGRE_NO_DEVIL$])
10112m4trace:configure.in:90: -1- m4_pattern_allow([^OGRE_NO_DEVIL$])
10113m4trace:configure.in:91: -1- OGRE_CHECK_CG
10114m4trace:configure.in:91: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10115You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10116acinclude.m4:348: OGRE_CHECK_CG is expanded from...
10117configure.in:91: the top level])
10118m4trace:configure.in:91: -1- m4_pattern_allow([^HAVE_LIBCG$])
10119m4trace:configure.in:91: -1- AM_CONDITIONAL([BUILD_CGPLUGIN], [test x$build_cg = xyes])
10120m4trace:configure.in:91: -1- m4_pattern_allow([^BUILD_CGPLUGIN_TRUE$])
10121m4trace:configure.in:91: -1- m4_pattern_allow([^BUILD_CGPLUGIN_FALSE$])
10122m4trace:configure.in:92: -1- OGRE_CHECK_OPENEXR
10123m4trace:configure.in:92: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10124You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10125acinclude.m4:324: OGRE_CHECK_OPENEXR is expanded from...
10126configure.in:92: the top level])
10127m4trace:configure.in:92: -1- PKG_CHECK_MODULES([OPENEXR], [OpenEXR], [build_exr=yes], [build_exr=no])
10128m4trace:configure.in:92: -1- m4_pattern_allow([^OPENEXR_CFLAGS$])
10129m4trace:configure.in:92: -1- m4_pattern_allow([^OPENEXR_LIBS$])
10130m4trace:configure.in:92: -1- PKG_CHECK_EXISTS([OpenEXR], [pkg_cv_[]OPENEXR_CFLAGS=`$PKG_CONFIG --[]cflags "OpenEXR" 2>/dev/null`], [pkg_failed=yes])
10131m4trace:configure.in:92: -1- PKG_CHECK_EXISTS([OpenEXR], [pkg_cv_[]OPENEXR_LIBS=`$PKG_CONFIG --[]libs "OpenEXR" 2>/dev/null`], [pkg_failed=yes])
10132m4trace:configure.in:92: -1- _PKG_SHORT_ERRORS_SUPPORTED
10133m4trace:configure.in:92: -1- m4_pattern_allow([^OPENEXR_CFLAGS$])
10134m4trace:configure.in:92: -1- m4_pattern_allow([^OPENEXR_LIBS$])
10135m4trace:configure.in:92: -1- AM_CONDITIONAL([BUILD_EXRPLUGIN], [test x$build_exr = xyes])
10136m4trace:configure.in:92: -1- m4_pattern_allow([^BUILD_EXRPLUGIN_TRUE$])
10137m4trace:configure.in:92: -1- m4_pattern_allow([^BUILD_EXRPLUGIN_FALSE$])
10138m4trace:configure.in:93: -1- OGRE_CHECK_DX9
10139m4trace:configure.in:93: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10140You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10141acinclude.m4:366: OGRE_CHECK_DX9 is expanded from...
10142configure.in:93: the top level])
10143m4trace:configure.in:93: -1- AM_CONDITIONAL([BUILD_DX9RENDERSYSTEM], [test x$build_dx9 = xyes])
10144m4trace:configure.in:93: -1- m4_pattern_allow([^BUILD_DX9RENDERSYSTEM_TRUE$])
10145m4trace:configure.in:93: -1- m4_pattern_allow([^BUILD_DX9RENDERSYSTEM_FALSE$])
10146m4trace:configure.in:94: -1- OGRE_CHECK_SSE
10147m4trace:configure.in:94: -1- AM_CONDITIONAL([OGRE_BUILD_SSE], [test x$build_sse = xyes])
10148m4trace:configure.in:94: -1- m4_pattern_allow([^OGRE_BUILD_SSE_TRUE$])
10149m4trace:configure.in:94: -1- m4_pattern_allow([^OGRE_BUILD_SSE_FALSE$])
10150m4trace:configure.in:98: -1- OGRE_PLATFORM_AND_GUI
10151m4trace:configure.in:98: -1- AM_CONDITIONAL([SAME_PLATFORM_AND_GUI], [test "x$OGRE_PLATFORM" = "x$OGRE_GUI"])
10152m4trace:configure.in:98: -1- m4_pattern_allow([^SAME_PLATFORM_AND_GUI_TRUE$])
10153m4trace:configure.in:98: -1- m4_pattern_allow([^SAME_PLATFORM_AND_GUI_FALSE$])
10154m4trace:configure.in:101: -1- OGRE_BUILD_DEMOS
10155m4trace:configure.in:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10156You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
10157acinclude.m4:541: OGRE_BUILD_DEMOS is expanded from...
10158configure.in:101: the top level])
10159m4trace:configure.in:101: -1- PKG_CHECK_MODULES([OIS], [OIS >= 1.0.0], [ois_found=yes], [ois_found=no])
10160m4trace:configure.in:101: -1- m4_pattern_allow([^OIS_CFLAGS$])
10161m4trace:configure.in:101: -1- m4_pattern_allow([^OIS_LIBS$])
10162m4trace:configure.in:101: -1- PKG_CHECK_EXISTS([OIS >= 1.0.0], [pkg_cv_[]OIS_CFLAGS=`$PKG_CONFIG --[]cflags "OIS >= 1.0.0" 2>/dev/null`], [pkg_failed=yes])
10163m4trace:configure.in:101: -1- PKG_CHECK_EXISTS([OIS >= 1.0.0], [pkg_cv_[]OIS_LIBS=`$PKG_CONFIG --[]libs "OIS >= 1.0.0" 2>/dev/null`], [pkg_failed=yes])
10164m4trace:configure.in:101: -1- _PKG_SHORT_ERRORS_SUPPORTED
10165m4trace:configure.in:101: -1- m4_pattern_allow([^OIS_CFLAGS$])
10166m4trace:configure.in:101: -1- m4_pattern_allow([^OIS_LIBS$])
10167m4trace:configure.in:101: -1- AM_CONDITIONAL([OGRE_BUILDING_DEMOS], [test x$build_ogre_demos = xyes])
10168m4trace:configure.in:101: -1- m4_pattern_allow([^OGRE_BUILDING_DEMOS_TRUE$])
10169m4trace:configure.in:101: -1- m4_pattern_allow([^OGRE_BUILDING_DEMOS_FALSE$])
10170m4trace:configure.in:104: -1- OGRE_DETECT_ENDIAN
10171m4trace:configure.in:104: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
10172You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from...
10173acinclude.m4:299: OGRE_DETECT_ENDIAN is expanded from...
10174configure.in:104: the top level])
10175m4trace:configure.in:104: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [autoconf/general.m4:2471: AC_RUN_IFELSE is expanded from...
10176autoconf/general.m4:2479: AC_TRY_RUN is expanded from...
10177acinclude.m4:299: OGRE_DETECT_ENDIAN is expanded from...
10178configure.in:104: the top level])
10179m4trace:configure.in:104: -1- m4_pattern_allow([^OGRE_CONFIG_BIG_ENDIAN$])
10180m4trace:configure.in:104: -1- m4_pattern_allow([^OGRE_CONFIG_LITTLE_ENDIAN$])
10181m4trace:configure.in:107: -1- OGRE_CHECK_PIC
10182m4trace:configure.in:110: -1- OGRE_CHECK_CEGUI
10183m4trace:configure.in:110: -1- PKG_CHECK_MODULES([CEGUI], [CEGUI >= 0.5.0], [build_cegui_sample=true], [build_cegui_sample=false])
10184m4trace:configure.in:110: -1- m4_pattern_allow([^CEGUI_CFLAGS$])
10185m4trace:configure.in:110: -1- m4_pattern_allow([^CEGUI_LIBS$])
10186m4trace:configure.in:110: -1- PKG_CHECK_EXISTS([CEGUI >= 0.5.0], [pkg_cv_[]CEGUI_CFLAGS=`$PKG_CONFIG --[]cflags "CEGUI >= 0.5.0" 2>/dev/null`], [pkg_failed=yes])
10187m4trace:configure.in:110: -1- PKG_CHECK_EXISTS([CEGUI >= 0.5.0], [pkg_cv_[]CEGUI_LIBS=`$PKG_CONFIG --[]libs "CEGUI >= 0.5.0" 2>/dev/null`], [pkg_failed=yes])
10188m4trace:configure.in:110: -1- _PKG_SHORT_ERRORS_SUPPORTED
10189m4trace:configure.in:110: -1- m4_pattern_allow([^CEGUI_CFLAGS$])
10190m4trace:configure.in:110: -1- m4_pattern_allow([^CEGUI_LIBS$])
10191m4trace:configure.in:110: -1- AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
10192m4trace:configure.in:110: -1- m4_pattern_allow([^HAVE_CEGUI_TRUE$])
10193m4trace:configure.in:110: -1- m4_pattern_allow([^HAVE_CEGUI_FALSE$])
10194m4trace:configure.in:118: -1- m4_pattern_allow([^abs_top_builddir$])
10195m4trace:configure.in:119: -1- m4_pattern_allow([^ogreexecdir$])
10196m4trace:configure.in:254: -1- m4_pattern_allow([^LIB@&t@OBJS$])
10197m4trace:configure.in:254: -1- m4_pattern_allow([^LTLIBOBJS$])
10198m4trace:configure.in:254: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
10199m4trace:configure.in:254: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Note: See TracBrowser for help on using the repository browser.