Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1 was 1, checked in by landauf, 17 years ago
File size: 487.0 KB
Line 
1m4trace:/usr/share/aclocal/libtool.m4:71: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4  AC_PROVIDE_IFELSE([AC_PROG_CXX],
5    [AC_LIBTOOL_CXX],
6    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7  ])])
8dnl And a similar setup for Fortran 77 support
9  AC_PROVIDE_IFELSE([AC_PROG_F77],
10    [AC_LIBTOOL_F77],
11    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12])])
13
14dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18    [AC_LIBTOOL_GCJ],
19    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20      [AC_LIBTOOL_GCJ],
21      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22        [AC_LIBTOOL_GCJ],
23      [ifdef([AC_PROG_GCJ],
24             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25       ifdef([A][M_PROG_GCJ],
26             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27       ifdef([LT_AC_PROG_GCJ],
28             [define([LT_AC_PROG_GCJ],
29                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30])])
31m4trace:/usr/share/aclocal/libtool.m4:91: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36# This can be used to rebuild libtool when needed
37LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39# Always use our own libtool.
40LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41AC_SUBST(LIBTOOL)dnl
42
43# Prevent multiple expansion
44define([AC_PROG_LIBTOOL], [])
45])
46m4trace:/usr/share/aclocal/libtool.m4:233: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47AC_REQUIRE([AC_ENABLE_SHARED])dnl
48AC_REQUIRE([AC_ENABLE_STATIC])dnl
49AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50AC_REQUIRE([AC_CANONICAL_HOST])dnl
51AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52AC_REQUIRE([AC_PROG_CC])dnl
53AC_REQUIRE([AC_PROG_LD])dnl
54AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55AC_REQUIRE([AC_PROG_NM])dnl
56
57AC_REQUIRE([AC_PROG_LN_S])dnl
58AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60AC_REQUIRE([AC_OBJEXT])dnl
61AC_REQUIRE([AC_EXEEXT])dnl
62dnl
63
64AC_LIBTOOL_SYS_MAX_CMD_LEN
65AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66AC_LIBTOOL_OBJDIR
67
68AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69_LT_AC_PROG_ECHO_BACKSLASH
70
71case $host_os in
72aix3*)
73  # AIX sometimes has problems with the GCC collect2 program.  For some
74  # reason, if we set the COLLECT_NAMES environment variable, the problems
75  # vanish in a puff of smoke.
76  if test "X${COLLECT_NAMES+set}" != Xset; then
77    COLLECT_NAMES=
78    export COLLECT_NAMES
79  fi
80  ;;
81esac
82
83# Sed substitution that helps us do robust quoting.  It backslashifies
84# metacharacters that are still active within double-quoted strings.
85Xsed='sed -e s/^X//'
86[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
88# Same as above, but do not quote variable references.
89[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
91# Sed substitution to delay expansion of an escaped shell variable in a
92# double_quote_subst'ed string.
93delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
95# Sed substitution to avoid accidental globbing in evaled expressions
96no_glob_subst='s/\*/\\\*/g'
97
98# Constants:
99rm="rm -f"
100
101# Global variables:
102default_ofile=libtool
103can_build_shared=yes
104
105# All known linkers require a `.a' archive for static linking (except M$VC,
106# which needs '.lib').
107libext=a
108ltmain="$ac_aux_dir/ltmain.sh"
109ofile="$default_ofile"
110with_gnu_ld="$lt_cv_prog_gnu_ld"
111
112AC_CHECK_TOOL(AR, ar, false)
113AC_CHECK_TOOL(RANLIB, ranlib, :)
114AC_CHECK_TOOL(STRIP, strip, :)
115
116old_CC="$CC"
117old_CFLAGS="$CFLAGS"
118
119# Set sane defaults for various variables
120test -z "$AR" && AR=ar
121test -z "$AR_FLAGS" && AR_FLAGS=cru
122test -z "$AS" && AS=as
123test -z "$CC" && CC=cc
124test -z "$LTCC" && LTCC=$CC
125test -z "$DLLTOOL" && DLLTOOL=dlltool
126test -z "$LD" && LD=ld
127test -z "$LN_S" && LN_S="ln -s"
128test -z "$MAGIC_CMD" && MAGIC_CMD=file
129test -z "$NM" && NM=nm
130test -z "$SED" && SED=sed
131test -z "$OBJDUMP" && OBJDUMP=objdump
132test -z "$RANLIB" && RANLIB=:
133test -z "$STRIP" && STRIP=:
134test -z "$ac_objext" && ac_objext=o
135
136# Determine commands to create old-style static archives.
137old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
138old_postinstall_cmds='chmod 644 $oldlib'
139old_postuninstall_cmds=
140
141if test -n "$RANLIB"; then
142  case $host_os in
143  openbsd*)
144    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
145    ;;
146  *)
147    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
148    ;;
149  esac
150  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
151fi
152
153# Only perform the check for file, if the check method requires it
154case $deplibs_check_method in
155file_magic*)
156  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
157    AC_PATH_MAGIC
158  fi
159  ;;
160esac
161
162AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
163AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
164enable_win32_dll=yes, enable_win32_dll=no)
165
166AC_ARG_ENABLE([libtool-lock],
167    [AC_HELP_STRING([--disable-libtool-lock],
168        [avoid locking (might break parallel builds)])])
169test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
170
171AC_ARG_WITH([pic],
172    [AC_HELP_STRING([--with-pic],
173        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
174    [pic_mode="$withval"],
175    [pic_mode=default])
176test -z "$pic_mode" && pic_mode=default
177
178# Use C for the default configuration in the libtool script
179tagname=
180AC_LIBTOOL_LANG_C_CONFIG
181_LT_AC_TAGCONFIG
182])
183m4trace:/usr/share/aclocal/libtool.m4:246: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
184
185# If no C compiler was specified, use CC.
186LTCC=${LTCC-"$CC"}
187
188# Allow CC to be a program name with arguments.
189compiler=$CC
190])
191m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
192aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
193}'`
194# Check for a 64-bit object if we didn't find anything.
195if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
196}'`; fi],[])
197if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
198])
199m4trace:/usr/share/aclocal/libtool.m4:276: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
200             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
201         [AC_DIVERT_PUSH(NOTICE)])
202$1
203AC_DIVERT_POP
204])
205m4trace:/usr/share/aclocal/libtool.m4:432: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
206# Check that we are running under the correct shell.
207SHELL=${CONFIG_SHELL-/bin/sh}
208
209case X$ECHO in
210X*--fallback-echo)
211  # Remove one level of quotation (which was required for Make).
212  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
213  ;;
214esac
215
216echo=${ECHO-echo}
217if test "X[$]1" = X--no-reexec; then
218  # Discard the --no-reexec flag, and continue.
219  shift
220elif test "X[$]1" = X--fallback-echo; then
221  # Avoid inline document here, it may be left over
222  :
223elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
224  # Yippee, $echo works!
225  :
226else
227  # Restart under the correct shell.
228  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
229fi
230
231if test "X[$]1" = X--fallback-echo; then
232  # used as fallback echo
233  shift
234  cat <<EOF
235[$]*
236EOF
237  exit 0
238fi
239
240# The HP-UX ksh and POSIX shell print the target directory to stdout
241# if CDPATH is set.
242if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
243
244if test -z "$ECHO"; then
245if test "X${echo_test_string+set}" != Xset; then
246# find a string as large as possible, as long as the shell can cope with it
247  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
248    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
249    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
250       echo_test_string="`eval $cmd`" &&
251       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
252    then
253      break
254    fi
255  done
256fi
257
258if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
259   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
260   test "X$echo_testing_string" = "X$echo_test_string"; then
261  :
262else
263  # The Solaris, AIX, and Digital Unix default echo programs unquote
264  # backslashes.  This makes it impossible to quote backslashes using
265  #   echo "$something" | sed 's/\\/\\\\/g'
266  #
267  # So, first we look for a working echo in the user's PATH.
268
269  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
270  for dir in $PATH /usr/ucb; do
271    IFS="$lt_save_ifs"
272    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
273       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
274       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
275       test "X$echo_testing_string" = "X$echo_test_string"; then
276      echo="$dir/echo"
277      break
278    fi
279  done
280  IFS="$lt_save_ifs"
281
282  if test "X$echo" = Xecho; then
283    # We didn't find a better echo, so look for alternatives.
284    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
285       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
286       test "X$echo_testing_string" = "X$echo_test_string"; then
287      # This shell has a builtin print -r that does the trick.
288      echo='print -r'
289    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
290         test "X$CONFIG_SHELL" != X/bin/ksh; then
291      # If we have ksh, try running configure again with it.
292      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
293      export ORIGINAL_CONFIG_SHELL
294      CONFIG_SHELL=/bin/ksh
295      export CONFIG_SHELL
296      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
297    else
298      # Try using printf.
299      echo='printf %s\n'
300      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
301         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
302         test "X$echo_testing_string" = "X$echo_test_string"; then
303        # Cool, printf works
304        :
305      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
306           test "X$echo_testing_string" = 'X\t' &&
307           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
308           test "X$echo_testing_string" = "X$echo_test_string"; then
309        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
310        export CONFIG_SHELL
311        SHELL="$CONFIG_SHELL"
312        export SHELL
313        echo="$CONFIG_SHELL [$]0 --fallback-echo"
314      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
315           test "X$echo_testing_string" = 'X\t' &&
316           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
317           test "X$echo_testing_string" = "X$echo_test_string"; then
318        echo="$CONFIG_SHELL [$]0 --fallback-echo"
319      else
320        # maybe with a smaller string...
321        prev=:
322
323        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
324          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
325          then
326            break
327          fi
328          prev="$cmd"
329        done
330
331        if test "$prev" != 'sed 50q "[$]0"'; then
332          echo_test_string=`eval $prev`
333          export echo_test_string
334          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
335        else
336          # Oops.  We lost completely, so just stick with echo.
337          echo=echo
338        fi
339      fi
340    fi
341  fi
342fi
343fi
344
345# Copy echo and quote the copy suitably for passing to libtool from
346# the Makefile, instead of quoting the original, which is used later.
347ECHO=$echo
348if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
349   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
350fi
351
352AC_SUBST(ECHO)
353])])
354m4trace:/usr/share/aclocal/libtool.m4:560: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
355    [AC_HELP_STRING([--disable-libtool-lock],
356        [avoid locking (might break parallel builds)])])
357test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
358
359# Some flags need to be propagated to the compiler or linker for good
360# libtool support.
361case $host in
362ia64-*-hpux*)
363  # Find out which ABI we are using.
364  echo 'int i;' > conftest.$ac_ext
365  if AC_TRY_EVAL(ac_compile); then
366    case `/usr/bin/file conftest.$ac_objext` in
367    *ELF-32*)
368      HPUX_IA64_MODE="32"
369      ;;
370    *ELF-64*)
371      HPUX_IA64_MODE="64"
372      ;;
373    esac
374  fi
375  rm -rf conftest*
376  ;;
377*-*-irix6*)
378  # Find out which ABI we are using.
379  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
380  if AC_TRY_EVAL(ac_compile); then
381   if test "$lt_cv_prog_gnu_ld" = yes; then
382    case `/usr/bin/file conftest.$ac_objext` in
383    *32-bit*)
384      LD="${LD-ld} -melf32bsmip"
385      ;;
386    *N32*)
387      LD="${LD-ld} -melf32bmipn32"
388      ;;
389    *64-bit*)
390      LD="${LD-ld} -melf64bmip"
391      ;;
392    esac
393   else
394    case `/usr/bin/file conftest.$ac_objext` in
395    *32-bit*)
396      LD="${LD-ld} -32"
397      ;;
398    *N32*)
399      LD="${LD-ld} -n32"
400      ;;
401    *64-bit*)
402      LD="${LD-ld} -64"
403      ;;
404    esac
405   fi
406  fi
407  rm -rf conftest*
408  ;;
409
410x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
411  # Find out which ABI we are using.
412  echo 'int i;' > conftest.$ac_ext
413  if AC_TRY_EVAL(ac_compile); then
414    case "`/usr/bin/file conftest.o`" in
415    *32-bit*)
416      case $host in
417        x86_64-*linux*)
418          LD="${LD-ld} -m elf_i386"
419          ;;
420        ppc64-*linux*|powerpc64-*linux*)
421          LD="${LD-ld} -m elf32ppclinux"
422          ;;
423        s390x-*linux*)
424          LD="${LD-ld} -m elf_s390"
425          ;;
426        sparc64-*linux*)
427          LD="${LD-ld} -m elf32_sparc"
428          ;;
429      esac
430      ;;
431    *64-bit*)
432      case $host in
433        x86_64-*linux*)
434          LD="${LD-ld} -m elf_x86_64"
435          ;;
436        ppc*-*linux*|powerpc*-*linux*)
437          LD="${LD-ld} -m elf64ppc"
438          ;;
439        s390*-*linux*)
440          LD="${LD-ld} -m elf64_s390"
441          ;;
442        sparc*-*linux*)
443          LD="${LD-ld} -m elf64_sparc"
444          ;;
445      esac
446      ;;
447    esac
448  fi
449  rm -rf conftest*
450  ;;
451
452*-*-sco3.2v5*)
453  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
454  SAVE_CFLAGS="$CFLAGS"
455  CFLAGS="$CFLAGS -belf"
456  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
457    [AC_LANG_PUSH(C)
458     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
459     AC_LANG_POP])
460  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
461    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
462    CFLAGS="$SAVE_CFLAGS"
463  fi
464  ;;
465AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
466[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
467  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
468  AC_CHECK_TOOL(AS, as, false)
469  AC_CHECK_TOOL(OBJDUMP, objdump, false)
470  ;;
471  ])
472esac
473
474need_locks="$enable_libtool_lock"
475
476])
477m4trace:/usr/share/aclocal/libtool.m4:603: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
478AC_CACHE_CHECK([$1], [$2],
479  [$2=no
480  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
481   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
482   lt_compiler_flag="$3"
483   # Insert the option either (1) after the last *FLAGS variable, or
484   # (2) before a word containing "conftest.", or (3) at the end.
485   # Note that $ac_compile itself does not contain backslashes and begins
486   # with a dollar sign (not a hyphen), so the echo should work correctly.
487   # The option is referenced via a variable to avoid confusing sed.
488   lt_compile=`echo "$ac_compile" | $SED \
489   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
490   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
491   -e 's:$: $lt_compiler_flag:'`
492   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
493   (eval "$lt_compile" 2>conftest.err)
494   ac_status=$?
495   cat conftest.err >&AS_MESSAGE_LOG_FD
496   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
497   if (exit $ac_status) && test -s "$ac_outfile"; then
498     # The compiler can only warn and ignore the option if not recognized
499     # So say no if there are warnings
500     if test ! -s conftest.err; then
501       $2=yes
502     fi
503   fi
504   $rm conftest*
505])
506
507if test x"[$]$2" = xyes; then
508    ifelse([$5], , :, [$5])
509else
510    ifelse([$6], , :, [$6])
511fi
512])
513m4trace:/usr/share/aclocal/libtool.m4:635: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
514  [$2=no
515   save_LDFLAGS="$LDFLAGS"
516   LDFLAGS="$LDFLAGS $3"
517   printf "$lt_simple_link_test_code" > conftest.$ac_ext
518   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
519     # The compiler can only warn and ignore the option if not recognized
520     # So say no if there are warnings
521     if test -s conftest.err; then
522       # Append any errors to the config.log.
523       cat conftest.err 1>&AS_MESSAGE_LOG_FD
524     else
525       $2=yes
526     fi
527   fi
528   $rm conftest*
529   LDFLAGS="$save_LDFLAGS"
530])
531
532if test x"[$]$2" = xyes; then
533    ifelse([$4], , :, [$4])
534else
535    ifelse([$5], , :, [$5])
536fi
537])
538m4trace:/usr/share/aclocal/libtool.m4:706: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
539AC_MSG_CHECKING([the maximum length of command line arguments])
540AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
541  i=0
542  teststring="ABCD"
543
544  case $build_os in
545  msdosdjgpp*)
546    # On DJGPP, this test can blow up pretty badly due to problems in libc
547    # (any single argument exceeding 2000 bytes causes a buffer overrun
548    # during glob expansion).  Even if it were fixed, the result of this
549    # check would be larger than it should be.
550    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
551    ;;
552
553  gnu*)
554    # Under GNU Hurd, this test is not required because there is
555    # no limit to the length of command line arguments.
556    # Libtool will interpret -1 as no limit whatsoever
557    lt_cv_sys_max_cmd_len=-1;
558    ;;
559
560  cygwin* | mingw*)
561    # On Win9x/ME, this test blows up -- it succeeds, but takes
562    # about 5 minutes as the teststring grows exponentially.
563    # Worse, since 9x/ME are not pre-emptively multitasking,
564    # you end up with a "frozen" computer, even though with patience
565    # the test eventually succeeds (with a max line length of 256k).
566    # Instead, let's just punt: use the minimum linelength reported by
567    # all of the supported platforms: 8192 (on NT/2K/XP).
568    lt_cv_sys_max_cmd_len=8192;
569    ;;
570
571  amigaos*)
572    # On AmigaOS with pdksh, this test takes hours, literally.
573    # So we just punt and use a minimum line length of 8192.
574    lt_cv_sys_max_cmd_len=8192;
575    ;;
576
577 *)
578    # If test is not a shell built-in, we'll probably end up computing a
579    # maximum length that is only half of the actual maximum length, but
580    # we can't tell.
581    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
582               = "XX$teststring") >/dev/null 2>&1 &&
583            new_result=`expr "X$teststring" : ".*" 2>&1` &&
584            lt_cv_sys_max_cmd_len=$new_result &&
585            test $i != 17 # 1/2 MB should be enough
586    do
587      i=`expr $i + 1`
588      teststring=$teststring$teststring
589    done
590    teststring=
591    # Add a significant safety factor because C++ compilers can tack on massive
592    # amounts of additional arguments before passing them to the linker.
593    # It appears as though 1/2 is a usable value.
594    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
595    ;;
596  esac
597])
598if test -n $lt_cv_sys_max_cmd_len ; then
599  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
600else
601  AC_MSG_RESULT(none)
602fi
603])
604m4trace:/usr/share/aclocal/libtool.m4:713: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
605])
606m4trace:/usr/share/aclocal/libtool.m4:802: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
607if test "$cross_compiling" = yes; then :
608  [$4]
609else
610  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
611  lt_status=$lt_dlunknown
612  cat > conftest.$ac_ext <<EOF
613[#line __oline__ "configure"
614#include "confdefs.h"
615
616#if HAVE_DLFCN_H
617#include <dlfcn.h>
618#endif
619
620#include <stdio.h>
621
622#ifdef RTLD_GLOBAL
623#  define LT_DLGLOBAL           RTLD_GLOBAL
624#else
625#  ifdef DL_GLOBAL
626#    define LT_DLGLOBAL         DL_GLOBAL
627#  else
628#    define LT_DLGLOBAL         0
629#  endif
630#endif
631
632/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
633   find out it does not work in some platform. */
634#ifndef LT_DLLAZY_OR_NOW
635#  ifdef RTLD_LAZY
636#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
637#  else
638#    ifdef DL_LAZY
639#      define LT_DLLAZY_OR_NOW          DL_LAZY
640#    else
641#      ifdef RTLD_NOW
642#        define LT_DLLAZY_OR_NOW        RTLD_NOW
643#      else
644#        ifdef DL_NOW
645#          define LT_DLLAZY_OR_NOW      DL_NOW
646#        else
647#          define LT_DLLAZY_OR_NOW      0
648#        endif
649#      endif
650#    endif
651#  endif
652#endif
653
654#ifdef __cplusplus
655extern "C" void exit (int);
656#endif
657
658void fnord() { int i=42;}
659int main ()
660{
661  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
662  int status = $lt_dlunknown;
663
664  if (self)
665    {
666      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
667      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
668      /* dlclose (self); */
669    }
670
671    exit (status);
672}]
673EOF
674  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
675    (./conftest; exit; ) 2>/dev/null
676    lt_status=$?
677    case x$lt_status in
678      x$lt_dlno_uscore) $1 ;;
679      x$lt_dlneed_uscore) $2 ;;
680      x$lt_unknown|x*) $3 ;;
681    esac
682  else :
683    # compilation failed
684    $3
685  fi
686fi
687rm -fr conftest*
688])
689m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
690if test "x$enable_dlopen" != xyes; then
691  enable_dlopen=unknown
692  enable_dlopen_self=unknown
693  enable_dlopen_self_static=unknown
694else
695  lt_cv_dlopen=no
696  lt_cv_dlopen_libs=
697
698  case $host_os in
699  beos*)
700    lt_cv_dlopen="load_add_on"
701    lt_cv_dlopen_libs=
702    lt_cv_dlopen_self=yes
703    ;;
704
705  mingw* | pw32*)
706    lt_cv_dlopen="LoadLibrary"
707    lt_cv_dlopen_libs=
708   ;;
709
710  cygwin*)
711    lt_cv_dlopen="dlopen"
712    lt_cv_dlopen_libs=
713   ;;
714
715  darwin*)
716  # if libdl is installed we need to link against it
717    AC_CHECK_LIB([dl], [dlopen],
718                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
719    lt_cv_dlopen="dyld"
720    lt_cv_dlopen_libs=
721    lt_cv_dlopen_self=yes
722    ])
723   ;;
724
725  *)
726    AC_CHECK_FUNC([shl_load],
727          [lt_cv_dlopen="shl_load"],
728      [AC_CHECK_LIB([dld], [shl_load],
729            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
730        [AC_CHECK_FUNC([dlopen],
731              [lt_cv_dlopen="dlopen"],
732          [AC_CHECK_LIB([dl], [dlopen],
733                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
734            [AC_CHECK_LIB([svld], [dlopen],
735                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
736              [AC_CHECK_LIB([dld], [dld_link],
737                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
738              ])
739            ])
740          ])
741        ])
742      ])
743    ;;
744  esac
745
746  if test "x$lt_cv_dlopen" != xno; then
747    enable_dlopen=yes
748  else
749    enable_dlopen=no
750  fi
751
752  case $lt_cv_dlopen in
753  dlopen)
754    save_CPPFLAGS="$CPPFLAGS"
755    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
756
757    save_LDFLAGS="$LDFLAGS"
758    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
759
760    save_LIBS="$LIBS"
761    LIBS="$lt_cv_dlopen_libs $LIBS"
762
763    AC_CACHE_CHECK([whether a program can dlopen itself],
764          lt_cv_dlopen_self, [dnl
765          _LT_AC_TRY_DLOPEN_SELF(
766            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
767            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
768    ])
769
770    if test "x$lt_cv_dlopen_self" = xyes; then
771      LDFLAGS="$LDFLAGS $link_static_flag"
772      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
773          lt_cv_dlopen_self_static, [dnl
774          _LT_AC_TRY_DLOPEN_SELF(
775            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
776            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
777      ])
778    fi
779
780    CPPFLAGS="$save_CPPFLAGS"
781    LDFLAGS="$save_LDFLAGS"
782    LIBS="$save_LIBS"
783    ;;
784  esac
785
786  case $lt_cv_dlopen_self in
787  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
788  *) enable_dlopen_self=unknown ;;
789  esac
790
791  case $lt_cv_dlopen_self_static in
792  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
793  *) enable_dlopen_self_static=unknown ;;
794  esac
795fi
796])
797m4trace:/usr/share/aclocal/libtool.m4:964: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
798AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
799  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
800  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
801   $rm -r conftest 2>/dev/null
802   mkdir conftest
803   cd conftest
804   mkdir out
805   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
806
807   lt_compiler_flag="-o out/conftest2.$ac_objext"
808   # Insert the option either (1) after the last *FLAGS variable, or
809   # (2) before a word containing "conftest.", or (3) at the end.
810   # Note that $ac_compile itself does not contain backslashes and begins
811   # with a dollar sign (not a hyphen), so the echo should work correctly.
812   lt_compile=`echo "$ac_compile" | $SED \
813   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
814   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
815   -e 's:$: $lt_compiler_flag:'`
816   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
817   (eval "$lt_compile" 2>out/conftest.err)
818   ac_status=$?
819   cat out/conftest.err >&AS_MESSAGE_LOG_FD
820   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
821   if (exit $ac_status) && test -s out/conftest2.$ac_objext
822   then
823     # The compiler can only warn and ignore the option if not recognized
824     # So say no if there are warnings
825     if test ! -s out/conftest.err; then
826       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
827     fi
828   fi
829   chmod u+w .
830   $rm conftest*
831   # SGI C++ compiler will create directory out/ii_files/ for
832   # template instantiation
833   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
834   $rm out/* && rmdir out
835   cd ..
836   rmdir conftest
837   $rm conftest*
838])
839])
840m4trace:/usr/share/aclocal/libtool.m4:991: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
841
842hard_links="nottested"
843if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
844  # do not overwrite the value of need_locks provided by the user
845  AC_MSG_CHECKING([if we can lock with hard links])
846  hard_links=yes
847  $rm conftest*
848  ln conftest.a conftest.b 2>/dev/null && hard_links=no
849  touch conftest.a
850  ln conftest.a conftest.b 2>&5 || hard_links=no
851  ln conftest.a conftest.b 2>/dev/null && hard_links=no
852  AC_MSG_RESULT([$hard_links])
853  if test "$hard_links" = no; then
854    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
855    need_locks=warn
856  fi
857else
858  need_locks=no
859fi
860])
861m4trace:/usr/share/aclocal/libtool.m4:1008: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
862[rm -f .libs 2>/dev/null
863mkdir .libs 2>/dev/null
864if test -d .libs; then
865  lt_cv_objdir=.libs
866else
867  # MS-DOS does not allow filenames that begin with a dot.
868  lt_cv_objdir=_libs
869fi
870rmdir .libs 2>/dev/null])
871objdir=$lt_cv_objdir
872])
873m4trace:/usr/share/aclocal/libtool.m4:1049: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
874_LT_AC_TAGVAR(hardcode_action, $1)=
875if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
876   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
877   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
878
879  # We can hardcode non-existant directories.
880  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
881     # If the only mechanism to avoid hardcoding is shlibpath_var, we
882     # have to relink, otherwise we might link with an installed library
883     # when we should be linking with a yet-to-be-installed one
884     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
885     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
886    # Linking always hardcodes the temporary library directory.
887    _LT_AC_TAGVAR(hardcode_action, $1)=relink
888  else
889    # We can link without hardcoding, and we can hardcode nonexisting dirs.
890    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
891  fi
892else
893  # We cannot hardcode anything, or else we can only hardcode existing
894  # directories.
895  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
896fi
897AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
898
899if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
900  # Fast installation is not supported
901  enable_fast_install=no
902elif test "$shlibpath_overrides_runpath" = yes ||
903     test "$enable_shared" = no; then
904  # Fast installation is not necessary
905  enable_fast_install=needless
906fi
907])
908m4trace:/usr/share/aclocal/libtool.m4:1078: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
909old_striplib=
910AC_MSG_CHECKING([whether stripping libraries is possible])
911if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
912  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
913  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
914  AC_MSG_RESULT([yes])
915else
916# FIXME - insert some real tests, host_os isn't really good enough
917  case $host_os in
918   darwin*)
919       if test -n "$STRIP" ; then
920         striplib="$STRIP -x"
921         AC_MSG_RESULT([yes])
922       else
923  AC_MSG_RESULT([no])
924fi
925       ;;
926   *)
927  AC_MSG_RESULT([no])
928    ;;
929  esac
930fi
931])
932m4trace:/usr/share/aclocal/libtool.m4:1638: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
933library_names_spec=
934libname_spec='lib$name'
935soname_spec=
936shrext_cmds=".so"
937postinstall_cmds=
938postuninstall_cmds=
939finish_cmds=
940finish_eval=
941shlibpath_var=
942shlibpath_overrides_runpath=unknown
943version_type=none
944dynamic_linker="$host_os ld.so"
945sys_lib_dlsearch_path_spec="/lib /usr/lib"
946if test "$GCC" = yes; then
947  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
948  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
949    # if the path contains ";" then we assume it to be the separator
950    # otherwise default to the standard path separator (i.e. ":") - it is
951    # assumed that no part of a normal pathname contains ";" but that should
952    # okay in the real world where ";" in dirpaths is itself problematic.
953    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
954  else
955    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
956  fi
957else
958  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
959fi
960need_lib_prefix=unknown
961hardcode_into_libs=no
962
963# when you set need_version to no, make sure it does not cause -set_version
964# flags to be left without arguments
965need_version=unknown
966
967case $host_os in
968aix3*)
969  version_type=linux
970  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
971  shlibpath_var=LIBPATH
972
973  # AIX 3 has no versioning support, so we append a major version to the name.
974  soname_spec='${libname}${release}${shared_ext}$major'
975  ;;
976
977aix4* | aix5*)
978  version_type=linux
979  need_lib_prefix=no
980  need_version=no
981  hardcode_into_libs=yes
982  if test "$host_cpu" = ia64; then
983    # AIX 5 supports IA64
984    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
985    shlibpath_var=LD_LIBRARY_PATH
986  else
987    # With GCC up to 2.95.x, collect2 would create an import file
988    # for dependence libraries.  The import file would start with
989    # the line `#! .'.  This would cause the generated library to
990    # depend on `.', always an invalid library.  This was fixed in
991    # development snapshots of GCC prior to 3.0.
992    case $host_os in
993      aix4 | aix4.[[01]] | aix4.[[01]].*)
994      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
995           echo ' yes '
996           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
997        :
998      else
999        can_build_shared=no
1000      fi
1001      ;;
1002    esac
1003    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1004    # soname into executable. Probably we can add versioning support to
1005    # collect2, so additional links can be useful in future.
1006    if test "$aix_use_runtimelinking" = yes; then
1007      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1008      # instead of lib<name>.a to let people know that these are not
1009      # typical AIX shared libraries.
1010      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1011    else
1012      # We preserve .a as extension for shared libraries through AIX4.2
1013      # and later when we are not doing run time linking.
1014      library_names_spec='${libname}${release}.a $libname.a'
1015      soname_spec='${libname}${release}${shared_ext}$major'
1016    fi
1017    shlibpath_var=LIBPATH
1018  fi
1019  ;;
1020
1021amigaos*)
1022  library_names_spec='$libname.ixlibrary $libname.a'
1023  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1024  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1025  ;;
1026
1027beos*)
1028  library_names_spec='${libname}${shared_ext}'
1029  dynamic_linker="$host_os ld.so"
1030  shlibpath_var=LIBRARY_PATH
1031  ;;
1032
1033bsdi4*)
1034  version_type=linux
1035  need_version=no
1036  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1037  soname_spec='${libname}${release}${shared_ext}$major'
1038  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1039  shlibpath_var=LD_LIBRARY_PATH
1040  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1041  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1042  # the default ld.so.conf also contains /usr/contrib/lib and
1043  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1044  # libtool to hard-code these into programs
1045  ;;
1046
1047cygwin* | mingw* | pw32*)
1048  version_type=windows
1049  shrext_cmds=".dll"
1050  need_version=no
1051  need_lib_prefix=no
1052
1053  case $GCC,$host_os in
1054  yes,cygwin* | yes,mingw* | yes,pw32*)
1055    library_names_spec='$libname.dll.a'
1056    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1057    postinstall_cmds='base_file=`basename \${file}`~
1058      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1059      dldir=$destdir/`dirname \$dlpath`~
1060      test -d \$dldir || mkdir -p \$dldir~
1061      $install_prog $dir/$dlname \$dldir/$dlname'
1062    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1063      dlpath=$dir/\$dldll~
1064       $rm \$dlpath'
1065    shlibpath_overrides_runpath=yes
1066
1067    case $host_os in
1068    cygwin*)
1069      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1070      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1071      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1072      ;;
1073    mingw*)
1074      # MinGW DLLs use traditional 'lib' prefix
1075      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1076      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1077      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1078        # It is most probably a Windows format PATH printed by
1079        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1080        # path with ; separators, and with drive letters. We can handle the
1081        # drive letters (cygwin fileutils understands them), so leave them,
1082        # especially as we might pass files found there to a mingw objdump,
1083        # which wouldn't understand a cygwinified path. Ahh.
1084        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1085      else
1086        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1087      fi
1088      ;;
1089    pw32*)
1090      # pw32 DLLs use 'pw' prefix rather than 'lib'
1091      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1092      ;;
1093    esac
1094    ;;
1095
1096  *)
1097    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1098    ;;
1099  esac
1100  dynamic_linker='Win32 ld.exe'
1101  # FIXME: first we should search . and the directory the executable is in
1102  shlibpath_var=PATH
1103  ;;
1104
1105darwin* | rhapsody*)
1106  dynamic_linker="$host_os dyld"
1107  version_type=darwin
1108  need_lib_prefix=no
1109  need_version=no
1110  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1111  soname_spec='${libname}${release}${major}$shared_ext'
1112  shlibpath_overrides_runpath=yes
1113  shlibpath_var=DYLD_LIBRARY_PATH
1114  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
1115  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1116  if test "$GCC" = yes; then
1117    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1118  else
1119    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1120  fi
1121  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1122  ;;
1123
1124dgux*)
1125  version_type=linux
1126  need_lib_prefix=no
1127  need_version=no
1128  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1129  soname_spec='${libname}${release}${shared_ext}$major'
1130  shlibpath_var=LD_LIBRARY_PATH
1131  ;;
1132
1133freebsd1*)
1134  dynamic_linker=no
1135  ;;
1136
1137kfreebsd*-gnu)
1138  version_type=linux
1139  need_lib_prefix=no
1140  need_version=no
1141  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1142  soname_spec='${libname}${release}${shared_ext}$major'
1143  shlibpath_var=LD_LIBRARY_PATH
1144  shlibpath_overrides_runpath=no
1145  hardcode_into_libs=yes
1146  dynamic_linker='GNU ld.so'
1147  ;;
1148
1149freebsd*)
1150  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1151  version_type=freebsd-$objformat
1152  case $version_type in
1153    freebsd-elf*)
1154      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1155      need_version=no
1156      need_lib_prefix=no
1157      ;;
1158    freebsd-*)
1159      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1160      need_version=yes
1161      ;;
1162  esac
1163  shlibpath_var=LD_LIBRARY_PATH
1164  case $host_os in
1165  freebsd2*)
1166    shlibpath_overrides_runpath=yes
1167    ;;
1168  freebsd3.[01]* | freebsdelf3.[01]*)
1169    shlibpath_overrides_runpath=yes
1170    hardcode_into_libs=yes
1171    ;;
1172  *) # from 3.2 on
1173    shlibpath_overrides_runpath=no
1174    hardcode_into_libs=yes
1175    ;;
1176  esac
1177  ;;
1178
1179gnu*)
1180  version_type=linux
1181  need_lib_prefix=no
1182  need_version=no
1183  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1184  soname_spec='${libname}${release}${shared_ext}$major'
1185  shlibpath_var=LD_LIBRARY_PATH
1186  hardcode_into_libs=yes
1187  ;;
1188
1189hpux9* | hpux10* | hpux11*)
1190  # Give a soname corresponding to the major version so that dld.sl refuses to
1191  # link against other versions.
1192  version_type=sunos
1193  need_lib_prefix=no
1194  need_version=no
1195  case "$host_cpu" in
1196  ia64*)
1197    shrext_cmds='.so'
1198    hardcode_into_libs=yes
1199    dynamic_linker="$host_os dld.so"
1200    shlibpath_var=LD_LIBRARY_PATH
1201    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1202    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1203    soname_spec='${libname}${release}${shared_ext}$major'
1204    if test "X$HPUX_IA64_MODE" = X32; then
1205      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1206    else
1207      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1208    fi
1209    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1210    ;;
1211   hppa*64*)
1212     shrext_cmds='.sl'
1213     hardcode_into_libs=yes
1214     dynamic_linker="$host_os dld.sl"
1215     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1216     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1217     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1218     soname_spec='${libname}${release}${shared_ext}$major'
1219     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1220     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1221     ;;
1222   *)
1223    shrext_cmds='.sl'
1224    dynamic_linker="$host_os dld.sl"
1225    shlibpath_var=SHLIB_PATH
1226    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1227    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1228    soname_spec='${libname}${release}${shared_ext}$major'
1229    ;;
1230  esac
1231  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1232  postinstall_cmds='chmod 555 $lib'
1233  ;;
1234
1235irix5* | irix6* | nonstopux*)
1236  case $host_os in
1237    nonstopux*) version_type=nonstopux ;;
1238    *)
1239        if test "$lt_cv_prog_gnu_ld" = yes; then
1240                version_type=linux
1241        else
1242                version_type=irix
1243        fi ;;
1244  esac
1245  need_lib_prefix=no
1246  need_version=no
1247  soname_spec='${libname}${release}${shared_ext}$major'
1248  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1249  case $host_os in
1250  irix5* | nonstopux*)
1251    libsuff= shlibsuff=
1252    ;;
1253  *)
1254    case $LD in # libtool.m4 will add one of these switches to LD
1255    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1256      libsuff= shlibsuff= libmagic=32-bit;;
1257    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1258      libsuff=32 shlibsuff=N32 libmagic=N32;;
1259    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1260      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1261    *) libsuff= shlibsuff= libmagic=never-match;;
1262    esac
1263    ;;
1264  esac
1265  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1266  shlibpath_overrides_runpath=no
1267  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1268  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1269  hardcode_into_libs=yes
1270  ;;
1271
1272# No shared lib support for Linux oldld, aout, or coff.
1273linux*oldld* | linux*aout* | linux*coff*)
1274  dynamic_linker=no
1275  ;;
1276
1277# This must be Linux ELF.
1278linux*)
1279  version_type=linux
1280  need_lib_prefix=no
1281  need_version=no
1282  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1283  soname_spec='${libname}${release}${shared_ext}$major'
1284  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1285  shlibpath_var=LD_LIBRARY_PATH
1286  shlibpath_overrides_runpath=no
1287  # This implies no fast_install, which is unacceptable.
1288  # Some rework will be needed to allow for fast_install
1289  # before this can be enabled.
1290  hardcode_into_libs=yes
1291
1292  # Append ld.so.conf contents to the search path
1293  if test -f /etc/ld.so.conf; then
1294    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1295    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1296  fi
1297
1298  # We used to test for /lib/ld.so.1 and disable shared libraries on
1299  # powerpc, because MkLinux only supported shared libraries with the
1300  # GNU dynamic linker.  Since this was broken with cross compilers,
1301  # most powerpc-linux boxes support dynamic linking these days and
1302  # people can always --disable-shared, the test was removed, and we
1303  # assume the GNU/Linux dynamic linker is in use.
1304  dynamic_linker='GNU/Linux ld.so'
1305  ;;
1306
1307netbsdelf*-gnu)
1308  version_type=linux
1309  need_lib_prefix=no
1310  need_version=no
1311  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1312  soname_spec='${libname}${release}${shared_ext}$major'
1313  shlibpath_var=LD_LIBRARY_PATH
1314  shlibpath_overrides_runpath=no
1315  hardcode_into_libs=yes
1316  dynamic_linker='NetBSD ld.elf_so'
1317  ;;
1318
1319knetbsd*-gnu)
1320  version_type=linux
1321  need_lib_prefix=no
1322  need_version=no
1323  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1324  soname_spec='${libname}${release}${shared_ext}$major'
1325  shlibpath_var=LD_LIBRARY_PATH
1326  shlibpath_overrides_runpath=no
1327  hardcode_into_libs=yes
1328  dynamic_linker='GNU ld.so'
1329  ;;
1330
1331netbsd*)
1332  version_type=sunos
1333  need_lib_prefix=no
1334  need_version=no
1335  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1336    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1337    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1338    dynamic_linker='NetBSD (a.out) ld.so'
1339  else
1340    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1341    soname_spec='${libname}${release}${shared_ext}$major'
1342    dynamic_linker='NetBSD ld.elf_so'
1343  fi
1344  shlibpath_var=LD_LIBRARY_PATH
1345  shlibpath_overrides_runpath=yes
1346  hardcode_into_libs=yes
1347  ;;
1348
1349newsos6)
1350  version_type=linux
1351  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1352  shlibpath_var=LD_LIBRARY_PATH
1353  shlibpath_overrides_runpath=yes
1354  ;;
1355
1356nto-qnx*)
1357  version_type=linux
1358  need_lib_prefix=no
1359  need_version=no
1360  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1361  soname_spec='${libname}${release}${shared_ext}$major'
1362  shlibpath_var=LD_LIBRARY_PATH
1363  shlibpath_overrides_runpath=yes
1364  ;;
1365
1366openbsd*)
1367  version_type=sunos
1368  need_lib_prefix=no
1369  need_version=yes
1370  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1371  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1372  shlibpath_var=LD_LIBRARY_PATH
1373  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1374    case $host_os in
1375      openbsd2.[[89]] | openbsd2.[[89]].*)
1376        shlibpath_overrides_runpath=no
1377        ;;
1378      *)
1379        shlibpath_overrides_runpath=yes
1380        ;;
1381      esac
1382  else
1383    shlibpath_overrides_runpath=yes
1384  fi
1385  ;;
1386
1387os2*)
1388  libname_spec='$name'
1389  shrext_cmds=".dll"
1390  need_lib_prefix=no
1391  library_names_spec='$libname${shared_ext} $libname.a'
1392  dynamic_linker='OS/2 ld.exe'
1393  shlibpath_var=LIBPATH
1394  ;;
1395
1396osf3* | osf4* | osf5*)
1397  version_type=osf
1398  need_lib_prefix=no
1399  need_version=no
1400  soname_spec='${libname}${release}${shared_ext}$major'
1401  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1402  shlibpath_var=LD_LIBRARY_PATH
1403  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1404  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1405  ;;
1406
1407sco3.2v5*)
1408  version_type=osf
1409  soname_spec='${libname}${release}${shared_ext}$major'
1410  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1411  shlibpath_var=LD_LIBRARY_PATH
1412  ;;
1413
1414solaris*)
1415  version_type=linux
1416  need_lib_prefix=no
1417  need_version=no
1418  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1419  soname_spec='${libname}${release}${shared_ext}$major'
1420  shlibpath_var=LD_LIBRARY_PATH
1421  shlibpath_overrides_runpath=yes
1422  hardcode_into_libs=yes
1423  # ldd complains unless libraries are executable
1424  postinstall_cmds='chmod +x $lib'
1425  ;;
1426
1427sunos4*)
1428  version_type=sunos
1429  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1430  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1431  shlibpath_var=LD_LIBRARY_PATH
1432  shlibpath_overrides_runpath=yes
1433  if test "$with_gnu_ld" = yes; then
1434    need_lib_prefix=no
1435  fi
1436  need_version=yes
1437  ;;
1438
1439sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1440  version_type=linux
1441  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1442  soname_spec='${libname}${release}${shared_ext}$major'
1443  shlibpath_var=LD_LIBRARY_PATH
1444  case $host_vendor in
1445    sni)
1446      shlibpath_overrides_runpath=no
1447      need_lib_prefix=no
1448      export_dynamic_flag_spec='${wl}-Blargedynsym'
1449      runpath_var=LD_RUN_PATH
1450      ;;
1451    siemens)
1452      need_lib_prefix=no
1453      ;;
1454    motorola)
1455      need_lib_prefix=no
1456      need_version=no
1457      shlibpath_overrides_runpath=no
1458      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1459      ;;
1460  esac
1461  ;;
1462
1463sysv4*MP*)
1464  if test -d /usr/nec ;then
1465    version_type=linux
1466    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1467    soname_spec='$libname${shared_ext}.$major'
1468    shlibpath_var=LD_LIBRARY_PATH
1469  fi
1470  ;;
1471
1472uts4*)
1473  version_type=linux
1474  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1475  soname_spec='${libname}${release}${shared_ext}$major'
1476  shlibpath_var=LD_LIBRARY_PATH
1477  ;;
1478
1479*)
1480  dynamic_linker=no
1481  ;;
1482esac
1483AC_MSG_RESULT([$dynamic_linker])
1484test "$dynamic_linker" = no && can_build_shared=no
1485])
1486m4trace:/usr/share/aclocal/libtool.m4:1737: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1487    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1488        [include additional configurations @<:@automatic@:>@])],
1489    [tagnames="$withval"])
1490
1491if test -f "$ltmain" && test -n "$tagnames"; then
1492  if test ! -f "${ofile}"; then
1493    AC_MSG_WARN([output file `$ofile' does not exist])
1494  fi
1495
1496  if test -z "$LTCC"; then
1497    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1498    if test -z "$LTCC"; then
1499      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1500    else
1501      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1502    fi
1503  fi
1504
1505  # Extract list of available tagged configurations in $ofile.
1506  # Note that this assumes the entire list is on one line.
1507  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1508
1509  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1510  for tagname in $tagnames; do
1511    IFS="$lt_save_ifs"
1512    # Check whether tagname contains only valid characters
1513    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1514    "") ;;
1515    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1516        ;;
1517    esac
1518
1519    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1520    then
1521      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1522    fi
1523
1524    # Update the list of available tags.
1525    if test -n "$tagname"; then
1526      echo appending configuration tag \"$tagname\" to $ofile
1527
1528      case $tagname in
1529      CXX)
1530        if test -n "$CXX" && test "X$CXX" != "Xno"; then
1531          AC_LIBTOOL_LANG_CXX_CONFIG
1532        else
1533          tagname=""
1534        fi
1535        ;;
1536
1537      F77)
1538        if test -n "$F77" && test "X$F77" != "Xno"; then
1539          AC_LIBTOOL_LANG_F77_CONFIG
1540        else
1541          tagname=""
1542        fi
1543        ;;
1544
1545      GCJ)
1546        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1547          AC_LIBTOOL_LANG_GCJ_CONFIG
1548        else
1549          tagname=""
1550        fi
1551        ;;
1552
1553      RC)
1554        AC_LIBTOOL_LANG_RC_CONFIG
1555        ;;
1556
1557      *)
1558        AC_MSG_ERROR([Unsupported tag name: $tagname])
1559        ;;
1560      esac
1561
1562      # Append the new tag name to the list of available tags.
1563      if test -n "$tagname" ; then
1564      available_tags="$available_tags $tagname"
1565    fi
1566    fi
1567  done
1568  IFS="$lt_save_ifs"
1569
1570  # Now substitute the updated list of available tags.
1571  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1572    mv "${ofile}T" "$ofile"
1573    chmod +x "$ofile"
1574  else
1575    rm -f "${ofile}T"
1576    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1577  fi
1578fi
1579])
1580m4trace:/usr/share/aclocal/libtool.m4:1745: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1581])
1582m4trace:/usr/share/aclocal/libtool.m4:1753: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1583])
1584m4trace:/usr/share/aclocal/libtool.m4:1783: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1585AC_ARG_ENABLE([shared],
1586    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1587        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1588    [p=${PACKAGE-default}
1589    case $enableval in
1590    yes) enable_shared=yes ;;
1591    no) enable_shared=no ;;
1592    *)
1593      enable_shared=no
1594      # Look at the argument we got.  We use all the common list separators.
1595      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1596      for pkg in $enableval; do
1597        IFS="$lt_save_ifs"
1598        if test "X$pkg" = "X$p"; then
1599          enable_shared=yes
1600        fi
1601      done
1602      IFS="$lt_save_ifs"
1603      ;;
1604    esac],
1605    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1606])
1607m4trace:/usr/share/aclocal/libtool.m4:1792: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1608AC_ENABLE_SHARED(no)
1609])
1610m4trace:/usr/share/aclocal/libtool.m4:1822: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1611AC_ARG_ENABLE([static],
1612    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1613        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1614    [p=${PACKAGE-default}
1615    case $enableval in
1616    yes) enable_static=yes ;;
1617    no) enable_static=no ;;
1618    *)
1619     enable_static=no
1620      # Look at the argument we got.  We use all the common list separators.
1621      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1622      for pkg in $enableval; do
1623        IFS="$lt_save_ifs"
1624        if test "X$pkg" = "X$p"; then
1625          enable_static=yes
1626        fi
1627      done
1628      IFS="$lt_save_ifs"
1629      ;;
1630    esac],
1631    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1632])
1633m4trace:/usr/share/aclocal/libtool.m4:1831: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1634AC_ENABLE_STATIC(no)
1635])
1636m4trace:/usr/share/aclocal/libtool.m4:1861: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1637AC_ARG_ENABLE([fast-install],
1638    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1639    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1640    [p=${PACKAGE-default}
1641    case $enableval in
1642    yes) enable_fast_install=yes ;;
1643    no) enable_fast_install=no ;;
1644    *)
1645      enable_fast_install=no
1646      # Look at the argument we got.  We use all the common list separators.
1647      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1648      for pkg in $enableval; do
1649        IFS="$lt_save_ifs"
1650        if test "X$pkg" = "X$p"; then
1651          enable_fast_install=yes
1652        fi
1653      done
1654      IFS="$lt_save_ifs"
1655      ;;
1656    esac],
1657    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1658])
1659m4trace:/usr/share/aclocal/libtool.m4:1870: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1660AC_ENABLE_FAST_INSTALL(no)
1661])
1662m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1663pic_mode=ifelse($#,1,$1,default)
1664])
1665m4trace:/usr/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1666AC_MSG_CHECKING([for $1])
1667AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1668[case $MAGIC_CMD in
1669[[\\/*] |  ?:[\\/]*])
1670  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1671  ;;
1672*)
1673  lt_save_MAGIC_CMD="$MAGIC_CMD"
1674  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1675dnl $ac_dummy forces splitting on constant user-supplied paths.
1676dnl POSIX.2 word splitting is done only on the output of word expansions,
1677dnl not every word.  This closes a longstanding sh security hole.
1678  ac_dummy="ifelse([$2], , $PATH, [$2])"
1679  for ac_dir in $ac_dummy; do
1680    IFS="$lt_save_ifs"
1681    test -z "$ac_dir" && ac_dir=.
1682    if test -f $ac_dir/$1; then
1683      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1684      if test -n "$file_magic_test_file"; then
1685        case $deplibs_check_method in
1686        "file_magic "*)
1687          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1688          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1689          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1690            $EGREP "$file_magic_regex" > /dev/null; then
1691            :
1692          else
1693            cat <<EOF 1>&2
1694
1695*** Warning: the command libtool uses to detect shared libraries,
1696*** $file_magic_cmd, produces output that libtool cannot recognize.
1697*** The result is that libtool may fail to recognize shared libraries
1698*** as such.  This will affect the creation of libtool libraries that
1699*** depend on shared libraries, but programs linked with such libtool
1700*** libraries will work regardless of this problem.  Nevertheless, you
1701*** may want to report the problem to your system manager and/or to
1702*** bug-libtool@gnu.org
1703
1704EOF
1705          fi ;;
1706        esac
1707      fi
1708      break
1709    fi
1710  done
1711  IFS="$lt_save_ifs"
1712  MAGIC_CMD="$lt_save_MAGIC_CMD"
1713  ;;
1714esac])
1715MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1716if test -n "$MAGIC_CMD"; then
1717  AC_MSG_RESULT($MAGIC_CMD)
1718else
1719  AC_MSG_RESULT(no)
1720fi
1721])
1722m4trace:/usr/share/aclocal/libtool.m4:1973: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1723if test -z "$lt_cv_path_MAGIC_CMD"; then
1724  if test -n "$ac_tool_prefix"; then
1725    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1726  else
1727    MAGIC_CMD=:
1728  fi
1729fi
1730])
1731m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1732    [AC_HELP_STRING([--with-gnu-ld],
1733        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1734    [test "$withval" = no || with_gnu_ld=yes],
1735    [with_gnu_ld=no])
1736AC_REQUIRE([LT_AC_PROG_SED])dnl
1737AC_REQUIRE([AC_PROG_CC])dnl
1738AC_REQUIRE([AC_CANONICAL_HOST])dnl
1739AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1740ac_prog=ld
1741if test "$GCC" = yes; then
1742  # Check if gcc -print-prog-name=ld gives a path.
1743  AC_MSG_CHECKING([for ld used by $CC])
1744  case $host in
1745  *-*-mingw*)
1746    # gcc leaves a trailing carriage return which upsets mingw
1747    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1748  *)
1749    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1750  esac
1751  case $ac_prog in
1752    # Accept absolute paths.
1753    [[\\/]]* | ?:[[\\/]]*)
1754      re_direlt='/[[^/]][[^/]]*/\.\./'
1755      # Canonicalize the pathname of ld
1756      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1757      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1758        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1759      done
1760      test -z "$LD" && LD="$ac_prog"
1761      ;;
1762  "")
1763    # If it fails, then pretend we aren't using GCC.
1764    ac_prog=ld
1765    ;;
1766  *)
1767    # If it is relative, then search for the first ld in PATH.
1768    with_gnu_ld=unknown
1769    ;;
1770  esac
1771elif test "$with_gnu_ld" = yes; then
1772  AC_MSG_CHECKING([for GNU ld])
1773else
1774  AC_MSG_CHECKING([for non-GNU ld])
1775fi
1776AC_CACHE_VAL(lt_cv_path_LD,
1777[if test -z "$LD"; then
1778  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1779  for ac_dir in $PATH; do
1780    IFS="$lt_save_ifs"
1781    test -z "$ac_dir" && ac_dir=.
1782    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1783      lt_cv_path_LD="$ac_dir/$ac_prog"
1784      # Check to see if the program is GNU ld.  I'd rather use --version,
1785      # but apparently some GNU ld's only accept -v.
1786      # Break only if it was the GNU/non-GNU ld that we prefer.
1787      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1788      *GNU* | *'with BFD'*)
1789        test "$with_gnu_ld" != no && break
1790        ;;
1791      *)
1792        test "$with_gnu_ld" != yes && break
1793        ;;
1794      esac
1795    fi
1796  done
1797  IFS="$lt_save_ifs"
1798else
1799  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1800fi])
1801LD="$lt_cv_path_LD"
1802if test -n "$LD"; then
1803  AC_MSG_RESULT($LD)
1804else
1805  AC_MSG_RESULT(no)
1806fi
1807test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1808AC_PROG_LD_GNU
1809])
1810m4trace:/usr/share/aclocal/libtool.m4:2076: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1811AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1812[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1813case `$LD -v 2>&1 </dev/null` in
1814*GNU* | *'with BFD'*)
1815  lt_cv_prog_gnu_ld=yes
1816  ;;
1817*)
1818  lt_cv_prog_gnu_ld=no
1819  ;;
1820esac])
1821with_gnu_ld=$lt_cv_prog_gnu_ld
1822])
1823m4trace:/usr/share/aclocal/libtool.m4:2093: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1824  lt_cv_ld_reload_flag,
1825  [lt_cv_ld_reload_flag='-r'])
1826reload_flag=$lt_cv_ld_reload_flag
1827case $reload_flag in
1828"" | " "*) ;;
1829*) reload_flag=" $reload_flag" ;;
1830esac
1831reload_cmds='$LD$reload_flag -o $output$reload_objs'
1832])
1833m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1834lt_cv_deplibs_check_method,
1835[lt_cv_file_magic_cmd='$MAGIC_CMD'
1836lt_cv_file_magic_test_file=
1837lt_cv_deplibs_check_method='unknown'
1838# Need to set the preceding variable on all platforms that support
1839# interlibrary dependencies.
1840# 'none' -- dependencies not supported.
1841# `unknown' -- same as none, but documents that we really don't know.
1842# 'pass_all' -- all dependencies passed with no checks.
1843# 'test_compile' -- check by making test program.
1844# 'file_magic [[regex]]' -- check by looking for files in library path
1845# which responds to the $file_magic_cmd with a given extended regex.
1846# If you have `file' or equivalent on your system and you're not sure
1847# whether `pass_all' will *always* work, you probably want this one.
1848
1849case $host_os in
1850aix4* | aix5*)
1851  lt_cv_deplibs_check_method=pass_all
1852  ;;
1853
1854beos*)
1855  lt_cv_deplibs_check_method=pass_all
1856  ;;
1857
1858bsdi4*)
1859  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1860  lt_cv_file_magic_cmd='/usr/bin/file -L'
1861  lt_cv_file_magic_test_file=/shlib/libc.so
1862  ;;
1863
1864cygwin*)
1865  # func_win32_libid is a shell function defined in ltmain.sh
1866  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1867  lt_cv_file_magic_cmd='func_win32_libid'
1868  ;;
1869
1870mingw* | pw32*)
1871  # Base MSYS/MinGW do not provide the 'file' command needed by
1872  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1873  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1874  lt_cv_file_magic_cmd='$OBJDUMP -f'
1875  ;;
1876
1877darwin* | rhapsody*)
1878  lt_cv_deplibs_check_method=pass_all
1879  ;;
1880
1881freebsd* | kfreebsd*-gnu)
1882  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1883    case $host_cpu in
1884    i*86 )
1885      # Not sure whether the presence of OpenBSD here was a mistake.
1886      # Let's accept both of them until this is cleared up.
1887      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1888      lt_cv_file_magic_cmd=/usr/bin/file
1889      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1890      ;;
1891    esac
1892  else
1893    lt_cv_deplibs_check_method=pass_all
1894  fi
1895  ;;
1896
1897gnu*)
1898  lt_cv_deplibs_check_method=pass_all
1899  ;;
1900
1901hpux10.20* | hpux11*)
1902  lt_cv_file_magic_cmd=/usr/bin/file
1903  case "$host_cpu" in
1904  ia64*)
1905    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1906    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1907    ;;
1908  hppa*64*)
1909    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
1910    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1911    ;;
1912  *)
1913    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1914    lt_cv_file_magic_test_file=/usr/lib/libc.sl
1915    ;;
1916  esac
1917  ;;
1918
1919irix5* | irix6* | nonstopux*)
1920  case $LD in
1921  *-32|*"-32 ") libmagic=32-bit;;
1922  *-n32|*"-n32 ") libmagic=N32;;
1923  *-64|*"-64 ") libmagic=64-bit;;
1924  *) libmagic=never-match;;
1925  esac
1926  lt_cv_deplibs_check_method=pass_all
1927  ;;
1928
1929# This must be Linux ELF.
1930linux*)
1931  lt_cv_deplibs_check_method=pass_all
1932  ;;
1933
1934netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1935  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1936    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1937  else
1938    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
1939  fi
1940  ;;
1941
1942newos6*)
1943  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
1944  lt_cv_file_magic_cmd=/usr/bin/file
1945  lt_cv_file_magic_test_file=/usr/lib/libnls.so
1946  ;;
1947
1948nto-qnx*)
1949  lt_cv_deplibs_check_method=unknown
1950  ;;
1951
1952openbsd*)
1953  lt_cv_file_magic_cmd=/usr/bin/file
1954  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1955  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1956    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1957  else
1958    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1959  fi
1960  ;;
1961
1962osf3* | osf4* | osf5*)
1963  lt_cv_deplibs_check_method=pass_all
1964  ;;
1965
1966sco3.2v5*)
1967  lt_cv_deplibs_check_method=pass_all
1968  ;;
1969
1970solaris*)
1971  lt_cv_deplibs_check_method=pass_all
1972  ;;
1973
1974sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1975  case $host_vendor in
1976  motorola)
1977    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
1978    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1979    ;;
1980  ncr)
1981    lt_cv_deplibs_check_method=pass_all
1982    ;;
1983  sequent)
1984    lt_cv_file_magic_cmd='/bin/file'
1985    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
1986    ;;
1987  sni)
1988    lt_cv_file_magic_cmd='/bin/file'
1989    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
1990    lt_cv_file_magic_test_file=/lib/libc.so
1991    ;;
1992  siemens)
1993    lt_cv_deplibs_check_method=pass_all
1994    ;;
1995  esac
1996  ;;
1997
1998sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
1999  lt_cv_deplibs_check_method=pass_all
2000  ;;
2001esac
2002])
2003file_magic_cmd=$lt_cv_file_magic_cmd
2004deplibs_check_method=$lt_cv_deplibs_check_method
2005test -z "$deplibs_check_method" && deplibs_check_method=unknown
2006])
2007m4trace:/usr/share/aclocal/libtool.m4:2319: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2008[if test -n "$NM"; then
2009  # Let the user override the test.
2010  lt_cv_path_NM="$NM"
2011else
2012  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2013  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2014    IFS="$lt_save_ifs"
2015    test -z "$ac_dir" && ac_dir=.
2016    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2017    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2018      # Check to see if the nm accepts a BSD-compat flag.
2019      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2020      #   nm: unknown option "B" ignored
2021      # Tru64's nm complains that /dev/null is an invalid object file
2022      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2023      */dev/null* | *'Invalid file or object type'*)
2024        lt_cv_path_NM="$tmp_nm -B"
2025        break
2026        ;;
2027      *)
2028        case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2029        */dev/null*)
2030          lt_cv_path_NM="$tmp_nm -p"
2031          break
2032          ;;
2033        *)
2034          lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2035          continue # so that we can try to find one that supports BSD flags
2036          ;;
2037        esac
2038      esac
2039    fi
2040  done
2041  IFS="$lt_save_ifs"
2042  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2043fi])
2044NM="$lt_cv_path_NM"
2045])
2046m4trace:/usr/share/aclocal/libtool.m4:2340: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2047LIBM=
2048case $host in
2049*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2050  # These system don't have libm, or don't need it
2051  ;;
2052*-ncr-sysv4.3*)
2053  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2054  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2055  ;;
2056*)
2057  AC_CHECK_LIB(m, cos, LIBM="-lm")
2058  ;;
2059esac
2060])
2061m4trace:/usr/share/aclocal/libtool.m4:2365: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2062  case $enable_ltdl_convenience in
2063  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2064  "") enable_ltdl_convenience=yes
2065      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2066  esac
2067  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2068  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2069  # For backwards non-gettext consistent compatibility...
2070  INCLTDL="$LTDLINCL"
2071])
2072m4trace:/usr/share/aclocal/libtool.m4:2401: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2073  AC_CHECK_LIB(ltdl, lt_dlinit,
2074  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2075  [if test x"$enable_ltdl_install" = xno; then
2076     AC_MSG_WARN([libltdl not installed, but installation disabled])
2077   else
2078     enable_ltdl_install=yes
2079   fi
2080  ])
2081  if test x"$enable_ltdl_install" = x"yes"; then
2082    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2083    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2084    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2085  else
2086    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2087    LIBLTDL="-lltdl"
2088    LTDLINCL=
2089  fi
2090  # For backwards non-gettext consistent compatibility...
2091  INCLTDL="$LTDLINCL"
2092])
2093m4trace:/usr/share/aclocal/libtool.m4:2409: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2094])
2095m4trace:/usr/share/aclocal/libtool.m4:2418: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2096AC_REQUIRE([AC_PROG_CXXCPP])
2097_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2098])
2099m4trace:/usr/share/aclocal/libtool.m4:2426: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2100])
2101m4trace:/usr/share/aclocal/libtool.m4:2434: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2102_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2103])
2104m4trace:/usr/share/aclocal/libtool.m4:2442: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2105])
2106m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2107  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2108    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2109      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2110         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2111           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2112_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2113])
2114m4trace:/usr/share/aclocal/libtool.m4:2464: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2115_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2116])
2117m4trace:/usr/share/aclocal/libtool.m4:2472: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2118m4trace:/usr/share/aclocal/libtool.m4:2609: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2119AC_LANG_PUSH(C)
2120
2121# Source file extension for C test sources.
2122ac_ext=c
2123
2124# Object file extension for compiled C test sources.
2125objext=o
2126_LT_AC_TAGVAR(objext, $1)=$objext
2127
2128# Code to be used in simple compile tests
2129lt_simple_compile_test_code="int some_variable = 0;\n"
2130
2131# Code to be used in simple link tests
2132lt_simple_link_test_code='int main(){return(0);}\n'
2133
2134_LT_AC_SYS_COMPILER
2135
2136#
2137# Check for any special shared library compilation flags.
2138#
2139_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2140if test "$GCC" = no; then
2141  case $host_os in
2142  sco3.2v5*)
2143    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2144    ;;
2145  esac
2146fi
2147if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2148  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2149  if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2150  else
2151    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2152    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2153  fi
2154fi
2155
2156
2157#
2158# Check to make sure the static flag actually works.
2159#
2160AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2161  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2162  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2163  [],
2164  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2165
2166
2167## CAVEAT EMPTOR:
2168## There is no encapsulation within the following macros, do not change
2169## the running order or otherwise move them around unless you know exactly
2170## what you are doing...
2171AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2172AC_LIBTOOL_PROG_COMPILER_PIC($1)
2173AC_LIBTOOL_PROG_CC_C_O($1)
2174AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2175AC_LIBTOOL_PROG_LD_SHLIBS($1)
2176AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2177AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2178AC_LIBTOOL_SYS_LIB_STRIP
2179AC_LIBTOOL_DLOPEN_SELF($1)
2180
2181# Report which librarie types wil actually be built
2182AC_MSG_CHECKING([if libtool supports shared libraries])
2183AC_MSG_RESULT([$can_build_shared])
2184
2185AC_MSG_CHECKING([whether to build shared libraries])
2186test "$can_build_shared" = "no" && enable_shared=no
2187
2188# On AIX, shared libraries and static libraries use the same namespace, and
2189# are all built from PIC.
2190case "$host_os" in
2191aix3*)
2192  test "$enable_shared" = yes && enable_static=no
2193  if test -n "$RANLIB"; then
2194    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2195    postinstall_cmds='$RANLIB $lib'
2196  fi
2197  ;;
2198
2199aix4* | aix5*)
2200  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2201    test "$enable_shared" = yes && enable_static=no
2202  fi
2203  ;;
2204  darwin* | rhapsody*)
2205  if test "$GCC" = yes; then
2206    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2207    case "$host_os" in
2208    rhapsody* | darwin1.[[012]])
2209      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2210      ;;
2211    *) # Darwin 1.3 on
2212      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2213        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2214      else
2215        case ${MACOSX_DEPLOYMENT_TARGET} in
2216          10.[[012]])
2217            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2218            ;;
2219          10.*)
2220            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2221            ;;
2222        esac
2223      fi
2224      ;;
2225    esac
2226    output_verbose_link_cmd='echo'
2227    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
2228    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2229    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2230    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2231    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2232    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2233    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2234    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2235    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2236    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2237  else
2238    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2239  fi
2240    ;;
2241esac
2242AC_MSG_RESULT([$enable_shared])
2243
2244AC_MSG_CHECKING([whether to build static libraries])
2245# Make sure either enable_shared or enable_static is yes.
2246test "$enable_shared" = yes || enable_static=yes
2247AC_MSG_RESULT([$enable_static])
2248
2249AC_LIBTOOL_CONFIG($1)
2250
2251AC_LANG_POP
2252CC="$lt_save_CC"
2253])
2254m4trace:/usr/share/aclocal/libtool.m4:2617: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2255m4trace:/usr/share/aclocal/libtool.m4:3504: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2256AC_REQUIRE([AC_PROG_CXX])
2257AC_REQUIRE([AC_PROG_CXXCPP])
2258
2259_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2260_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2261_LT_AC_TAGVAR(always_export_symbols, $1)=no
2262_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2263_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2264_LT_AC_TAGVAR(hardcode_direct, $1)=no
2265_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2266_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2267_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2268_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2269_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2270_LT_AC_TAGVAR(module_cmds, $1)=
2271_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2272_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2273_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2274_LT_AC_TAGVAR(no_undefined_flag, $1)=
2275_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2276_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2277
2278# Dependencies to place before and after the object being linked:
2279_LT_AC_TAGVAR(predep_objects, $1)=
2280_LT_AC_TAGVAR(postdep_objects, $1)=
2281_LT_AC_TAGVAR(predeps, $1)=
2282_LT_AC_TAGVAR(postdeps, $1)=
2283_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2284
2285# Source file extension for C++ test sources.
2286ac_ext=cc
2287
2288# Object file extension for compiled C++ test sources.
2289objext=o
2290_LT_AC_TAGVAR(objext, $1)=$objext
2291
2292# Code to be used in simple compile tests
2293lt_simple_compile_test_code="int some_variable = 0;\n"
2294
2295# Code to be used in simple link tests
2296lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2297
2298# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2299_LT_AC_SYS_COMPILER
2300
2301# Allow CC to be a program name with arguments.
2302lt_save_CC=$CC
2303lt_save_LD=$LD
2304lt_save_GCC=$GCC
2305GCC=$GXX
2306lt_save_with_gnu_ld=$with_gnu_ld
2307lt_save_path_LD=$lt_cv_path_LD
2308if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2309  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2310else
2311  unset lt_cv_prog_gnu_ld
2312fi
2313if test -n "${lt_cv_path_LDCXX+set}"; then
2314  lt_cv_path_LD=$lt_cv_path_LDCXX
2315else
2316  unset lt_cv_path_LD
2317fi
2318test -z "${LDCXX+set}" || LD=$LDCXX
2319CC=${CXX-"c++"}
2320compiler=$CC
2321_LT_AC_TAGVAR(compiler, $1)=$CC
2322cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2323
2324# We don't want -fno-exception wen compiling C++ code, so set the
2325# no_builtin_flag separately
2326if test "$GXX" = yes; then
2327  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2328else
2329  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2330fi
2331
2332if test "$GXX" = yes; then
2333  # Set up default GNU C++ configuration
2334
2335  AC_PROG_LD
2336
2337  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2338  # archiving commands below assume that GNU ld is being used.
2339  if test "$with_gnu_ld" = yes; then
2340    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2341    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2342
2343    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2344    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2345
2346    # If archive_cmds runs LD, not CC, wlarc should be empty
2347    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2348    #     investigate it a little bit more. (MM)
2349    wlarc='${wl}'
2350
2351    # ancient GNU ld didn't support --whole-archive et. al.
2352    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2353        grep 'no-whole-archive' > /dev/null; then
2354      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2355    else
2356      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2357    fi
2358  else
2359    with_gnu_ld=no
2360    wlarc=
2361
2362    # A generic and very simple default shared library creation
2363    # command for GNU C++ for the case where it uses the native
2364    # linker, instead of GNU ld.  If possible, this setting should
2365    # overridden to take advantage of the native linker features on
2366    # the platform it is being used on.
2367    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2368  fi
2369
2370  # Commands to make compiler produce verbose output that lists
2371  # what "hidden" libraries, object files and flags are used when
2372  # linking a shared library.
2373  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2374
2375else
2376  GXX=no
2377  with_gnu_ld=no
2378  wlarc=
2379fi
2380
2381# PORTME: fill in a description of your system's C++ link characteristics
2382AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2383_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2384case $host_os in
2385  aix3*)
2386    # FIXME: insert proper C++ library support
2387    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2388    ;;
2389  aix4* | aix5*)
2390    if test "$host_cpu" = ia64; then
2391      # On IA64, the linker does run time linking by default, so we don't
2392      # have to do anything special.
2393      aix_use_runtimelinking=no
2394      exp_sym_flag='-Bexport'
2395      no_entry_flag=""
2396    else
2397      aix_use_runtimelinking=no
2398
2399      # Test if we are trying to use run time linking or normal
2400      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2401      # need to do runtime linking.
2402      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2403        for ld_flag in $LDFLAGS; do
2404          case $ld_flag in
2405          *-brtl*)
2406            aix_use_runtimelinking=yes
2407            break
2408            ;;
2409          esac
2410        done
2411      esac
2412
2413      exp_sym_flag='-bexport'
2414      no_entry_flag='-bnoentry'
2415    fi
2416
2417    # When large executables or shared objects are built, AIX ld can
2418    # have problems creating the table of contents.  If linking a library
2419    # or program results in "error TOC overflow" add -mminimal-toc to
2420    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2421    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2422
2423    _LT_AC_TAGVAR(archive_cmds, $1)=''
2424    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2425    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2426    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2427
2428    if test "$GXX" = yes; then
2429      case $host_os in aix4.[012]|aix4.[012].*)
2430      # We only want to do this on AIX 4.2 and lower, the check
2431      # below for broken collect2 doesn't work under 4.3+
2432        collect2name=`${CC} -print-prog-name=collect2`
2433        if test -f "$collect2name" && \
2434           strings "$collect2name" | grep resolve_lib_name >/dev/null
2435        then
2436          # We have reworked collect2
2437          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2438        else
2439          # We have old collect2
2440          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2441          # It fails to find uninstalled libraries when the uninstalled
2442          # path is not listed in the libpath.  Setting hardcode_minus_L
2443          # to unsupported forces relinking
2444          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2445          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2446          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2447        fi
2448      esac
2449      shared_flag='-shared'
2450    else
2451      # not using gcc
2452      if test "$host_cpu" = ia64; then
2453        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2454        # chokes on -Wl,-G. The following line is correct:
2455        shared_flag='-G'
2456      else
2457        if test "$aix_use_runtimelinking" = yes; then
2458          shared_flag='${wl}-G'
2459        else
2460          shared_flag='${wl}-bM:SRE'
2461        fi
2462      fi
2463    fi
2464
2465    # It seems that -bexpall does not export symbols beginning with
2466    # underscore (_), so it is better to generate a list of symbols to export.
2467    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2468    if test "$aix_use_runtimelinking" = yes; then
2469      # Warning - without using the other runtime loading flags (-brtl),
2470      # -berok will link without error, but may produce a broken library.
2471      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2472      # Determine the default libpath from the value encoded in an empty executable.
2473      _LT_AC_SYS_LIBPATH_AIX
2474      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2475
2476      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2477     else
2478      if test "$host_cpu" = ia64; then
2479        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2480        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2481        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2482      else
2483        # Determine the default libpath from the value encoded in an empty executable.
2484        _LT_AC_SYS_LIBPATH_AIX
2485        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2486        # Warning - without using the other run time loading flags,
2487        # -berok will link without error, but may produce a broken library.
2488        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2489        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2490        # -bexpall does not export symbols beginning with underscore (_)
2491        _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2492        # Exported symbols can be pulled into shared objects from archives
2493        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2494        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2495        # This is similar to how AIX traditionally builds it's shared libraries.
2496        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2497      fi
2498    fi
2499    ;;
2500  chorus*)
2501    case $cc_basename in
2502      *)
2503        # FIXME: insert proper C++ library support
2504        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2505        ;;
2506    esac
2507    ;;
2508
2509  cygwin* | mingw* | pw32*)
2510    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2511    # as there is no search path for DLLs.
2512    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2513    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2514    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2515    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2516
2517    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2518      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2519      # If the export-symbols file already is a .def file (1st line
2520      # is EXPORTS), use it as is; otherwise, prepend...
2521      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2522        cp $export_symbols $output_objdir/$soname.def;
2523      else
2524        echo EXPORTS > $output_objdir/$soname.def;
2525        cat $export_symbols >> $output_objdir/$soname.def;
2526      fi~
2527      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2528    else
2529      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2530    fi
2531  ;;
2532
2533  darwin* | rhapsody*)
2534  if test "$GXX" = yes; then
2535    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2536    case "$host_os" in
2537    rhapsody* | darwin1.[[012]])
2538      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2539      ;;
2540    *) # Darwin 1.3 on
2541      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2542        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2543      else
2544        case ${MACOSX_DEPLOYMENT_TARGET} in
2545          10.[[012]])
2546            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2547            ;;
2548          10.*)
2549            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2550            ;;
2551        esac
2552      fi
2553      ;;
2554    esac
2555    lt_int_apple_cc_single_mod=no
2556    output_verbose_link_cmd='echo'
2557    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
2558      lt_int_apple_cc_single_mod=yes
2559    fi
2560    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2561      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2562    else
2563      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2564    fi
2565    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2566
2567    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2568    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2569      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2570    else
2571      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2572    fi
2573    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2574    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2575    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2576    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2577    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2578    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2579  else
2580    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2581  fi
2582    ;;
2583
2584  dgux*)
2585    case $cc_basename in
2586      ec++)
2587        # FIXME: insert proper C++ library support
2588        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2589        ;;
2590      ghcx)
2591        # Green Hills C++ Compiler
2592        # FIXME: insert proper C++ library support
2593        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2594        ;;
2595      *)
2596        # FIXME: insert proper C++ library support
2597        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2598        ;;
2599    esac
2600    ;;
2601  freebsd[12]*)
2602    # C++ shared libraries reported to be fairly broken before switch to ELF
2603    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2604    ;;
2605  freebsd-elf*)
2606    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2607    ;;
2608  freebsd* | kfreebsd*-gnu)
2609    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2610    # conventions
2611    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2612    ;;
2613  gnu*)
2614    ;;
2615  hpux9*)
2616    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2617    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2618    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2619    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2620    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2621                                # but as the default
2622                                # location of the library.
2623
2624    case $cc_basename in
2625    CC)
2626      # FIXME: insert proper C++ library support
2627      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2628      ;;
2629    aCC)
2630      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2631      # Commands to make compiler produce verbose output that lists
2632      # what "hidden" libraries, object files and flags are used when
2633      # linking a shared library.
2634      #
2635      # There doesn't appear to be a way to prevent this compiler from
2636      # explicitly linking system object files so we need to strip them
2637      # from the output so that they don't get included in the library
2638      # dependencies.
2639      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2640      ;;
2641    *)
2642      if test "$GXX" = yes; then
2643        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2644      else
2645        # FIXME: insert proper C++ library support
2646        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2647      fi
2648      ;;
2649    esac
2650    ;;
2651  hpux10*|hpux11*)
2652    if test $with_gnu_ld = no; then
2653      case "$host_cpu" in
2654      hppa*64*)
2655        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2656        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2657        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2658        ;;
2659      ia64*)
2660        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2661        ;;
2662      *)
2663        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2664        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2665        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2666        ;;
2667      esac
2668    fi
2669    case "$host_cpu" in
2670    hppa*64*)
2671      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2672      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2673      ;;
2674    ia64*)
2675      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2676      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2677      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2678                                              # but as the default
2679                                              # location of the library.
2680      ;;
2681    *)
2682      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2683      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2684                                              # but as the default
2685                                              # location of the library.
2686      ;;
2687    esac
2688
2689    case $cc_basename in
2690      CC)
2691        # FIXME: insert proper C++ library support
2692        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2693        ;;
2694      aCC)
2695        case "$host_cpu" in
2696        hppa*64*|ia64*)
2697          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2698          ;;
2699        *)
2700          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2701          ;;
2702        esac
2703        # Commands to make compiler produce verbose output that lists
2704        # what "hidden" libraries, object files and flags are used when
2705        # linking a shared library.
2706        #
2707        # There doesn't appear to be a way to prevent this compiler from
2708        # explicitly linking system object files so we need to strip them
2709        # from the output so that they don't get included in the library
2710        # dependencies.
2711        output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2712        ;;
2713      *)
2714        if test "$GXX" = yes; then
2715          if test $with_gnu_ld = no; then
2716            case "$host_cpu" in
2717            ia64*|hppa*64*)
2718              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2719              ;;
2720            *)
2721              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2722              ;;
2723            esac
2724          fi
2725        else
2726          # FIXME: insert proper C++ library support
2727          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2728        fi
2729        ;;
2730    esac
2731    ;;
2732  irix5* | irix6*)
2733    case $cc_basename in
2734      CC)
2735        # SGI C++
2736        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2737
2738        # Archives containing C++ object files must be created using
2739        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2740        # necessary to make sure instantiated templates are included
2741        # in the archive.
2742        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2743        ;;
2744      *)
2745        if test "$GXX" = yes; then
2746          if test "$with_gnu_ld" = no; then
2747            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2748          else
2749            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
2750          fi
2751        fi
2752        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2753        ;;
2754    esac
2755    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2756    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2757    ;;
2758  linux*)
2759    case $cc_basename in
2760      KCC)
2761        # Kuck and Associates, Inc. (KAI) C++ Compiler
2762
2763        # KCC will only create a shared library if the output file
2764        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2765        # to its proper name (with version) after linking.
2766        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2767        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
2768        # Commands to make compiler produce verbose output that lists
2769        # what "hidden" libraries, object files and flags are used when
2770        # linking a shared library.
2771        #
2772        # There doesn't appear to be a way to prevent this compiler from
2773        # explicitly linking system object files so we need to strip them
2774        # from the output so that they don't get included in the library
2775        # dependencies.
2776        output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2777
2778        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2779        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2780
2781        # Archives containing C++ object files must be created using
2782        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2783        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2784        ;;
2785      icpc)
2786        # Intel C++
2787        with_gnu_ld=yes
2788        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2789        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2790        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2791        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2792        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2793        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2794        ;;
2795      cxx)
2796        # Compaq C++
2797        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2798        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
2799
2800        runpath_var=LD_RUN_PATH
2801        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2802        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2803
2804        # Commands to make compiler produce verbose output that lists
2805        # what "hidden" libraries, object files and flags are used when
2806        # linking a shared library.
2807        #
2808        # There doesn't appear to be a way to prevent this compiler from
2809        # explicitly linking system object files so we need to strip them
2810        # from the output so that they don't get included in the library
2811        # dependencies.
2812        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2813        ;;
2814    esac
2815    ;;
2816  lynxos*)
2817    # FIXME: insert proper C++ library support
2818    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2819    ;;
2820  m88k*)
2821    # FIXME: insert proper C++ library support
2822    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2823    ;;
2824  mvs*)
2825    case $cc_basename in
2826      cxx)
2827        # FIXME: insert proper C++ library support
2828        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2829        ;;
2830      *)
2831        # FIXME: insert proper C++ library support
2832        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2833        ;;
2834    esac
2835    ;;
2836  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
2837    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2838      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2839      wlarc=
2840      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2841      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2842      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2843    fi
2844    # Workaround some broken pre-1.5 toolchains
2845    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2846    ;;
2847  osf3*)
2848    case $cc_basename in
2849      KCC)
2850        # Kuck and Associates, Inc. (KAI) C++ Compiler
2851
2852        # KCC will only create a shared library if the output file
2853        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2854        # to its proper name (with version) after linking.
2855        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2856
2857        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2858        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2859
2860        # Archives containing C++ object files must be created using
2861        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2862        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2863
2864        ;;
2865      RCC)
2866        # Rational C++ 2.4.1
2867        # FIXME: insert proper C++ library support
2868        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2869        ;;
2870      cxx)
2871        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2872        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2873
2874        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2875        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2876
2877        # Commands to make compiler produce verbose output that lists
2878        # what "hidden" libraries, object files and flags are used when
2879        # linking a shared library.
2880        #
2881        # There doesn't appear to be a way to prevent this compiler from
2882        # explicitly linking system object files so we need to strip them
2883        # from the output so that they don't get included in the library
2884        # dependencies.
2885        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2886        ;;
2887      *)
2888        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2889          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2890          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2891
2892          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2893          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2894
2895          # Commands to make compiler produce verbose output that lists
2896          # what "hidden" libraries, object files and flags are used when
2897          # linking a shared library.
2898          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2899
2900        else
2901          # FIXME: insert proper C++ library support
2902          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2903        fi
2904        ;;
2905    esac
2906    ;;
2907  osf4* | osf5*)
2908    case $cc_basename in
2909      KCC)
2910        # Kuck and Associates, Inc. (KAI) C++ Compiler
2911
2912        # KCC will only create a shared library if the output file
2913        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2914        # to its proper name (with version) after linking.
2915        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2916
2917        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2918        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2919
2920        # Archives containing C++ object files must be created using
2921        # the KAI C++ compiler.
2922        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
2923        ;;
2924      RCC)
2925        # Rational C++ 2.4.1
2926        # FIXME: insert proper C++ library support
2927        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2928        ;;
2929      cxx)
2930        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
2931        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2932        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
2933          echo "-hidden">> $lib.exp~
2934          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
2935          $rm $lib.exp'
2936
2937        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2938        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2939
2940        # Commands to make compiler produce verbose output that lists
2941        # what "hidden" libraries, object files and flags are used when
2942        # linking a shared library.
2943        #
2944        # There doesn't appear to be a way to prevent this compiler from
2945        # explicitly linking system object files so we need to strip them
2946        # from the output so that they don't get included in the library
2947        # dependencies.
2948        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2949        ;;
2950      *)
2951        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2952          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2953         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2954
2955          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2956          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2957
2958          # Commands to make compiler produce verbose output that lists
2959          # what "hidden" libraries, object files and flags are used when
2960          # linking a shared library.
2961          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2962
2963        else
2964          # FIXME: insert proper C++ library support
2965          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2966        fi
2967        ;;
2968    esac
2969    ;;
2970  psos*)
2971    # FIXME: insert proper C++ library support
2972    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2973    ;;
2974  sco*)
2975    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2976    case $cc_basename in
2977      CC)
2978        # FIXME: insert proper C++ library support
2979        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2980        ;;
2981      *)
2982        # FIXME: insert proper C++ library support
2983        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2984        ;;
2985    esac
2986    ;;
2987  sunos4*)
2988    case $cc_basename in
2989      CC)
2990        # Sun C++ 4.x
2991        # FIXME: insert proper C++ library support
2992        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2993        ;;
2994      lcc)
2995        # Lucid
2996        # FIXME: insert proper C++ library support
2997        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2998        ;;
2999      *)
3000        # FIXME: insert proper C++ library support
3001        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3002        ;;
3003    esac
3004    ;;
3005  solaris*)
3006    case $cc_basename in
3007      CC)
3008        # Sun C++ 4.2, 5.x and Centerline C++
3009        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3010        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3011        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3012        $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3013
3014        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3015        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3016        case $host_os in
3017          solaris2.[0-5] | solaris2.[0-5].*) ;;
3018          *)
3019            # The C++ compiler is used as linker so we must use $wl
3020            # flag to pass the commands to the underlying system
3021            # linker.
3022            # Supported since Solaris 2.6 (maybe 2.5.1?)
3023            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3024            ;;
3025        esac
3026        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3027
3028        # Commands to make compiler produce verbose output that lists
3029        # what "hidden" libraries, object files and flags are used when
3030        # linking a shared library.
3031        #
3032        # There doesn't appear to be a way to prevent this compiler from
3033        # explicitly linking system object files so we need to strip them
3034        # from the output so that they don't get included in the library
3035        # dependencies.
3036        output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3037
3038        # Archives containing C++ object files must be created using
3039        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3040        # necessary to make sure instantiated templates are included
3041        # in the archive.
3042        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3043        ;;
3044      gcx)
3045        # Green Hills C++ Compiler
3046        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3047
3048        # The C++ compiler must be used to create the archive.
3049        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3050        ;;
3051      *)
3052        # GNU C++ compiler with Solaris linker
3053        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3054          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3055          if $CC --version | grep -v '^2\.7' > /dev/null; then
3056            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3057            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3058                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3059
3060            # Commands to make compiler produce verbose output that lists
3061            # what "hidden" libraries, object files and flags are used when
3062            # linking a shared library.
3063            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3064          else
3065            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3066            # platform.
3067            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3068            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3069                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3070
3071            # Commands to make compiler produce verbose output that lists
3072            # what "hidden" libraries, object files and flags are used when
3073            # linking a shared library.
3074            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3075          fi
3076
3077          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3078        fi
3079        ;;
3080    esac
3081    ;;
3082  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3083    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3084    ;;
3085  tandem*)
3086    case $cc_basename in
3087      NCC)
3088        # NonStop-UX NCC 3.20
3089        # FIXME: insert proper C++ library support
3090        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3091        ;;
3092      *)
3093        # FIXME: insert proper C++ library support
3094        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3095        ;;
3096    esac
3097    ;;
3098  vxworks*)
3099    # FIXME: insert proper C++ library support
3100    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3101    ;;
3102  *)
3103    # FIXME: insert proper C++ library support
3104    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3105    ;;
3106esac
3107AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3108test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3109
3110_LT_AC_TAGVAR(GCC, $1)="$GXX"
3111_LT_AC_TAGVAR(LD, $1)="$LD"
3112
3113## CAVEAT EMPTOR:
3114## There is no encapsulation within the following macros, do not change
3115## the running order or otherwise move them around unless you know exactly
3116## what you are doing...
3117AC_LIBTOOL_POSTDEP_PREDEP($1)
3118AC_LIBTOOL_PROG_COMPILER_PIC($1)
3119AC_LIBTOOL_PROG_CC_C_O($1)
3120AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3121AC_LIBTOOL_PROG_LD_SHLIBS($1)
3122AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3123AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3124AC_LIBTOOL_SYS_LIB_STRIP
3125AC_LIBTOOL_DLOPEN_SELF($1)
3126
3127AC_LIBTOOL_CONFIG($1)
3128
3129AC_LANG_POP
3130CC=$lt_save_CC
3131LDCXX=$LD
3132LD=$lt_save_LD
3133GCC=$lt_save_GCC
3134with_gnu_ldcxx=$with_gnu_ld
3135with_gnu_ld=$lt_save_with_gnu_ld
3136lt_cv_path_LDCXX=$lt_cv_path_LD
3137lt_cv_path_LD=$lt_save_path_LD
3138lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3139lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3140])
3141m4trace:/usr/share/aclocal/libtool.m4:3640: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3142dnl we can't use the lt_simple_compile_test_code here,
3143dnl because it contains code intended for an executable,
3144dnl not a library.  It's possible we should let each
3145dnl tag define a new lt_????_link_test_code variable,
3146dnl but it's only used here...
3147ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3148int a;
3149void foo (void) { a = 0; }
3150EOF
3151],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3152class Foo
3153{
3154public:
3155  Foo (void) { a = 0; }
3156private:
3157  int a;
3158};
3159EOF
3160],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3161      subroutine foo
3162      implicit none
3163      integer*4 a
3164      a=0
3165      return
3166      end
3167EOF
3168],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3169public class foo {
3170  private int a;
3171  public void bar (void) {
3172    a = 0;
3173  }
3174};
3175EOF
3176])
3177dnl Parse the compiler output and extract the necessary
3178dnl objects, libraries and library flags.
3179if AC_TRY_EVAL(ac_compile); then
3180  # Parse the compiler output and extract the necessary
3181  # objects, libraries and library flags.
3182
3183  # Sentinel used to keep track of whether or not we are before
3184  # the conftest object file.
3185  pre_test_object_deps_done=no
3186
3187  # The `*' in the case matches for architectures that use `case' in
3188  # $output_verbose_cmd can trigger glob expansion during the loop
3189  # eval without this substitution.
3190  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3191
3192  for p in `eval $output_verbose_link_cmd`; do
3193    case $p in
3194
3195    -L* | -R* | -l*)
3196       # Some compilers place space between "-{L,R}" and the path.
3197       # Remove the space.
3198       if test $p = "-L" \
3199          || test $p = "-R"; then
3200         prev=$p
3201         continue
3202       else
3203         prev=
3204       fi
3205
3206       if test "$pre_test_object_deps_done" = no; then
3207         case $p in
3208         -L* | -R*)
3209           # Internal compiler library paths should come after those
3210           # provided the user.  The postdeps already come after the
3211           # user supplied libs so there is no need to process them.
3212           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3213             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3214           else
3215             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3216           fi
3217           ;;
3218         # The "-l" case would never come before the object being
3219         # linked, so don't bother handling this case.
3220         esac
3221       else
3222         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3223           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3224         else
3225           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3226         fi
3227       fi
3228       ;;
3229
3230    *.$objext)
3231       # This assumes that the test object file only shows up
3232       # once in the compiler output.
3233       if test "$p" = "conftest.$objext"; then
3234         pre_test_object_deps_done=yes
3235         continue
3236       fi
3237
3238       if test "$pre_test_object_deps_done" = no; then
3239         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3240           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3241         else
3242           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3243         fi
3244       else
3245         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3246           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3247         else
3248           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3249         fi
3250       fi
3251       ;;
3252
3253    *) ;; # Ignore the rest.
3254
3255    esac
3256  done
3257
3258  # Clean up.
3259  rm -f a.out a.exe
3260else
3261  echo "libtool.m4: error: problem compiling $1 test program"
3262fi
3263
3264$rm -f confest.$objext
3265
3266case " $_LT_AC_TAGVAR(postdeps, $1) " in
3267*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3268esac
3269])
3270m4trace:/usr/share/aclocal/libtool.m4:3647: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3271m4trace:/usr/share/aclocal/libtool.m4:3739: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3272AC_LANG_PUSH(Fortran 77)
3273
3274_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3275_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3276_LT_AC_TAGVAR(always_export_symbols, $1)=no
3277_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3278_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3279_LT_AC_TAGVAR(hardcode_direct, $1)=no
3280_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3281_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3282_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3283_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3284_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3285_LT_AC_TAGVAR(module_cmds, $1)=
3286_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3287_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3288_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3289_LT_AC_TAGVAR(no_undefined_flag, $1)=
3290_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3291_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3292
3293# Source file extension for f77 test sources.
3294ac_ext=f
3295
3296# Object file extension for compiled f77 test sources.
3297objext=o
3298_LT_AC_TAGVAR(objext, $1)=$objext
3299
3300# Code to be used in simple compile tests
3301lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3302
3303# Code to be used in simple link tests
3304lt_simple_link_test_code="      program t\n      end\n"
3305
3306# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3307_LT_AC_SYS_COMPILER
3308
3309# Allow CC to be a program name with arguments.
3310lt_save_CC="$CC"
3311CC=${F77-"f77"}
3312compiler=$CC
3313_LT_AC_TAGVAR(compiler, $1)=$CC
3314cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3315
3316AC_MSG_CHECKING([if libtool supports shared libraries])
3317AC_MSG_RESULT([$can_build_shared])
3318
3319AC_MSG_CHECKING([whether to build shared libraries])
3320test "$can_build_shared" = "no" && enable_shared=no
3321
3322# On AIX, shared libraries and static libraries use the same namespace, and
3323# are all built from PIC.
3324case "$host_os" in
3325aix3*)
3326  test "$enable_shared" = yes && enable_static=no
3327  if test -n "$RANLIB"; then
3328    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3329    postinstall_cmds='$RANLIB $lib'
3330  fi
3331  ;;
3332aix4* | aix5*)
3333  test "$enable_shared" = yes && enable_static=no
3334  ;;
3335esac
3336AC_MSG_RESULT([$enable_shared])
3337
3338AC_MSG_CHECKING([whether to build static libraries])
3339# Make sure either enable_shared or enable_static is yes.
3340test "$enable_shared" = yes || enable_static=yes
3341AC_MSG_RESULT([$enable_static])
3342
3343test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3344
3345_LT_AC_TAGVAR(GCC, $1)="$G77"
3346_LT_AC_TAGVAR(LD, $1)="$LD"
3347
3348AC_LIBTOOL_PROG_COMPILER_PIC($1)
3349AC_LIBTOOL_PROG_CC_C_O($1)
3350AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3351AC_LIBTOOL_PROG_LD_SHLIBS($1)
3352AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3353AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3354AC_LIBTOOL_SYS_LIB_STRIP
3355
3356
3357AC_LIBTOOL_CONFIG($1)
3358
3359AC_LANG_POP
3360CC="$lt_save_CC"
3361])
3362m4trace:/usr/share/aclocal/libtool.m4:3747: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3363m4trace:/usr/share/aclocal/libtool.m4:3794: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3364
3365# Source file extension for Java test sources.
3366ac_ext=java
3367
3368# Object file extension for compiled Java test sources.
3369objext=o
3370_LT_AC_TAGVAR(objext, $1)=$objext
3371
3372# Code to be used in simple compile tests
3373lt_simple_compile_test_code="class foo {}\n"
3374
3375# Code to be used in simple link tests
3376lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3377
3378# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3379_LT_AC_SYS_COMPILER
3380
3381# Allow CC to be a program name with arguments.
3382lt_save_CC="$CC"
3383CC=${GCJ-"gcj"}
3384compiler=$CC
3385_LT_AC_TAGVAR(compiler, $1)=$CC
3386
3387# GCJ did not exist at the time GCC didn't implicitly link libc in.
3388_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3389
3390## CAVEAT EMPTOR:
3391## There is no encapsulation within the following macros, do not change
3392## the running order or otherwise move them around unless you know exactly
3393## what you are doing...
3394AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3395AC_LIBTOOL_PROG_COMPILER_PIC($1)
3396AC_LIBTOOL_PROG_CC_C_O($1)
3397AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3398AC_LIBTOOL_PROG_LD_SHLIBS($1)
3399AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3400AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3401AC_LIBTOOL_SYS_LIB_STRIP
3402AC_LIBTOOL_DLOPEN_SELF($1)
3403
3404AC_LIBTOOL_CONFIG($1)
3405
3406AC_LANG_RESTORE
3407CC="$lt_save_CC"
3408])
3409m4trace:/usr/share/aclocal/libtool.m4:3802: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3410m4trace:/usr/share/aclocal/libtool.m4:3833: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3411
3412# Source file extension for RC test sources.
3413ac_ext=rc
3414
3415# Object file extension for compiled RC test sources.
3416objext=o
3417_LT_AC_TAGVAR(objext, $1)=$objext
3418
3419# Code to be used in simple compile tests
3420lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3421
3422# Code to be used in simple link tests
3423lt_simple_link_test_code="$lt_simple_compile_test_code"
3424
3425# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3426_LT_AC_SYS_COMPILER
3427
3428# Allow CC to be a program name with arguments.
3429lt_save_CC="$CC"
3430CC=${RC-"windres"}
3431compiler=$CC
3432_LT_AC_TAGVAR(compiler, $1)=$CC
3433_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3434
3435AC_LIBTOOL_CONFIG($1)
3436
3437AC_LANG_RESTORE
3438CC="$lt_save_CC"
3439])
3440m4trace:/usr/share/aclocal/libtool.m4:4318: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3441# libtool distribution, otherwise you forgot to ship ltmain.sh
3442# with your package, and you will get complaints that there are
3443# no rules to generate ltmain.sh.
3444if test -f "$ltmain"; then
3445  # See if we are running on zsh, and set the options which allow our commands through
3446  # without removal of \ escapes.
3447  if test -n "${ZSH_VERSION+set}" ; then
3448    setopt NO_GLOB_SUBST
3449  fi
3450  # Now quote all the things that may contain metacharacters while being
3451  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3452  # variables and quote the copies for generation of the libtool script.
3453  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3454    SED SHELL STRIP \
3455    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3456    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3457    deplibs_check_method reload_flag reload_cmds need_locks \
3458    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3459    lt_cv_sys_global_symbol_to_c_name_address \
3460    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3461    old_postinstall_cmds old_postuninstall_cmds \
3462    _LT_AC_TAGVAR(compiler, $1) \
3463    _LT_AC_TAGVAR(CC, $1) \
3464    _LT_AC_TAGVAR(LD, $1) \
3465    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3466    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3467    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3468    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3469    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3470    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3471    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3472    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3473    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3474    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3475    _LT_AC_TAGVAR(predep_objects, $1) \
3476    _LT_AC_TAGVAR(postdep_objects, $1) \
3477    _LT_AC_TAGVAR(predeps, $1) \
3478    _LT_AC_TAGVAR(postdeps, $1) \
3479    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3480    _LT_AC_TAGVAR(archive_cmds, $1) \
3481    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3482    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3483    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3484    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3485    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3486    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3487    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3488    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3489    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3490    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3491    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3492    _LT_AC_TAGVAR(module_cmds, $1) \
3493    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3494    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3495    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3496    _LT_AC_TAGVAR(include_expsyms, $1); do
3497
3498    case $var in
3499    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3500    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3501    _LT_AC_TAGVAR(archive_cmds, $1) | \
3502    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3503    _LT_AC_TAGVAR(module_cmds, $1) | \
3504    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3505    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3506    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3507    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3508    postinstall_cmds | postuninstall_cmds | \
3509    old_postinstall_cmds | old_postuninstall_cmds | \
3510    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3511      # Double-quote double-evaled strings.
3512      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3513      ;;
3514    *)
3515      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3516      ;;
3517    esac
3518  done
3519
3520  case $lt_echo in
3521  *'\[$]0 --fallback-echo"')
3522    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3523    ;;
3524  esac
3525
3526ifelse([$1], [],
3527  [cfgfile="${ofile}T"
3528  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3529  $rm -f "$cfgfile"
3530  AC_MSG_NOTICE([creating $ofile])],
3531  [cfgfile="$ofile"])
3532
3533  cat <<__EOF__ >> "$cfgfile"
3534ifelse([$1], [],
3535[#! $SHELL
3536
3537# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3538# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3539# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3540#
3541# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3542# Free Software Foundation, Inc.
3543#
3544# This file is part of GNU Libtool:
3545# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3546#
3547# This program is free software; you can redistribute it and/or modify
3548# it under the terms of the GNU General Public License as published by
3549# the Free Software Foundation; either version 2 of the License, or
3550# (at your option) any later version.
3551#
3552# This program is distributed in the hope that it will be useful, but
3553# WITHOUT ANY WARRANTY; without even the implied warranty of
3554# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3555# General Public License for more details.
3556#
3557# You should have received a copy of the GNU General Public License
3558# along with this program; if not, write to the Free Software
3559# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3560#
3561# As a special exception to the GNU General Public License, if you
3562# distribute this file as part of a program that contains a
3563# configuration script generated by Autoconf, you may include it under
3564# the same distribution terms that you use for the rest of that program.
3565
3566# A sed program that does not truncate output.
3567SED=$lt_SED
3568
3569# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3570Xsed="$SED -e s/^X//"
3571
3572# The HP-UX ksh and POSIX shell print the target directory to stdout
3573# if CDPATH is set.
3574if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3575
3576# The names of the tagged configurations supported by this script.
3577available_tags=
3578
3579# ### BEGIN LIBTOOL CONFIG],
3580[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3581
3582# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3583
3584# Shell to use when invoking shell scripts.
3585SHELL=$lt_SHELL
3586
3587# Whether or not to build shared libraries.
3588build_libtool_libs=$enable_shared
3589
3590# Whether or not to build static libraries.
3591build_old_libs=$enable_static
3592
3593# Whether or not to add -lc for building shared libraries.
3594build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3595
3596# Whether or not to disallow shared libs when runtime libs are static
3597allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3598
3599# Whether or not to optimize for fast installation.
3600fast_install=$enable_fast_install
3601
3602# The host system.
3603host_alias=$host_alias
3604host=$host
3605
3606# An echo program that does not interpret backslashes.
3607echo=$lt_echo
3608
3609# The archiver.
3610AR=$lt_AR
3611AR_FLAGS=$lt_AR_FLAGS
3612
3613# A C compiler.
3614LTCC=$lt_LTCC
3615
3616# A language-specific compiler.
3617CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3618
3619# Is the compiler the GNU C compiler?
3620with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3621
3622# An ERE matcher.
3623EGREP=$lt_EGREP
3624
3625# The linker used to build libraries.
3626LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3627
3628# Whether we need hard or soft links.
3629LN_S=$lt_LN_S
3630
3631# A BSD-compatible nm program.
3632NM=$lt_NM
3633
3634# A symbol stripping program
3635STRIP=$lt_STRIP
3636
3637# Used to examine libraries when file_magic_cmd begins "file"
3638MAGIC_CMD=$MAGIC_CMD
3639
3640# Used on cygwin: DLL creation program.
3641DLLTOOL="$DLLTOOL"
3642
3643# Used on cygwin: object dumper.
3644OBJDUMP="$OBJDUMP"
3645
3646# Used on cygwin: assembler.
3647AS="$AS"
3648
3649# The name of the directory that contains temporary libtool files.
3650objdir=$objdir
3651
3652# How to create reloadable object files.
3653reload_flag=$lt_reload_flag
3654reload_cmds=$lt_reload_cmds
3655
3656# How to pass a linker flag through the compiler.
3657wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3658
3659# Object file suffix (normally "o").
3660objext="$ac_objext"
3661
3662# Old archive suffix (normally "a").
3663libext="$libext"
3664
3665# Shared library suffix (normally ".so").
3666shrext_cmds='$shrext_cmds'
3667
3668# Executable file suffix (normally "").
3669exeext="$exeext"
3670
3671# Additional compiler flags for building library objects.
3672pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3673pic_mode=$pic_mode
3674
3675# What is the maximum length of a command?
3676max_cmd_len=$lt_cv_sys_max_cmd_len
3677
3678# Does compiler simultaneously support -c and -o options?
3679compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3680
3681# Must we lock files when doing compilation ?
3682need_locks=$lt_need_locks
3683
3684# Do we need the lib prefix for modules?
3685need_lib_prefix=$need_lib_prefix
3686
3687# Do we need a version for libraries?
3688need_version=$need_version
3689
3690# Whether dlopen is supported.
3691dlopen_support=$enable_dlopen
3692
3693# Whether dlopen of programs is supported.
3694dlopen_self=$enable_dlopen_self
3695
3696# Whether dlopen of statically linked programs is supported.
3697dlopen_self_static=$enable_dlopen_self_static
3698
3699# Compiler flag to prevent dynamic linking.
3700link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3701
3702# Compiler flag to turn off builtin functions.
3703no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3704
3705# Compiler flag to allow reflexive dlopens.
3706export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3707
3708# Compiler flag to generate shared objects directly from archives.
3709whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3710
3711# Compiler flag to generate thread-safe objects.
3712thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3713
3714# Library versioning type.
3715version_type=$version_type
3716
3717# Format of library name prefix.
3718libname_spec=$lt_libname_spec
3719
3720# List of archive names.  First name is the real one, the rest are links.
3721# The last name is the one that the linker finds with -lNAME.
3722library_names_spec=$lt_library_names_spec
3723
3724# The coded name of the library, if different from the real name.
3725soname_spec=$lt_soname_spec
3726
3727# Commands used to build and install an old-style archive.
3728RANLIB=$lt_RANLIB
3729old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3730old_postinstall_cmds=$lt_old_postinstall_cmds
3731old_postuninstall_cmds=$lt_old_postuninstall_cmds
3732
3733# Create an old-style archive from a shared archive.
3734old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3735
3736# Create a temporary old-style archive to link instead of a shared archive.
3737old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3738
3739# Commands used to build and install a shared archive.
3740archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3741archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3742postinstall_cmds=$lt_postinstall_cmds
3743postuninstall_cmds=$lt_postuninstall_cmds
3744
3745# Commands used to build a loadable module (assumed same as above if empty)
3746module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3747module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3748
3749# Commands to strip libraries.
3750old_striplib=$lt_old_striplib
3751striplib=$lt_striplib
3752
3753# Dependencies to place before the objects being linked to create a
3754# shared library.
3755predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3756
3757# Dependencies to place after the objects being linked to create a
3758# shared library.
3759postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3760
3761# Dependencies to place before the objects being linked to create a
3762# shared library.
3763predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3764
3765# Dependencies to place after the objects being linked to create a
3766# shared library.
3767postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3768
3769# The library search path used internally by the compiler when linking
3770# a shared library.
3771compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3772
3773# Method to check whether dependent libraries are shared objects.
3774deplibs_check_method=$lt_deplibs_check_method
3775
3776# Command to use when deplibs_check_method == file_magic.
3777file_magic_cmd=$lt_file_magic_cmd
3778
3779# Flag that allows shared libraries with undefined symbols to be built.
3780allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3781
3782# Flag that forces no undefined symbols.
3783no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3784
3785# Commands used to finish a libtool library installation in a directory.
3786finish_cmds=$lt_finish_cmds
3787
3788# Same as above, but a single script fragment to be evaled but not shown.
3789finish_eval=$lt_finish_eval
3790
3791# Take the output of nm and produce a listing of raw symbols and C names.
3792global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3793
3794# Transform the output of nm in a proper C declaration
3795global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3796
3797# Transform the output of nm in a C name address pair
3798global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3799
3800# This is the shared library runtime path variable.
3801runpath_var=$runpath_var
3802
3803# This is the shared library path variable.
3804shlibpath_var=$shlibpath_var
3805
3806# Is shlibpath searched before the hard-coded library search path?
3807shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3808
3809# How to hardcode a shared library path into an executable.
3810hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3811
3812# Whether we should hardcode library paths into libraries.
3813hardcode_into_libs=$hardcode_into_libs
3814
3815# Flag to hardcode \$libdir into a binary during linking.
3816# This must work even if \$libdir does not exist.
3817hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3818
3819# If ld is used when linking, flag to hardcode \$libdir into
3820# a binary during linking. This must work even if \$libdir does
3821# not exist.
3822hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3823
3824# Whether we need a single -rpath flag with a separated argument.
3825hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3826
3827# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3828# resulting binary.
3829hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3830
3831# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3832# resulting binary.
3833hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3834
3835# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3836# the resulting binary.
3837hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3838
3839# Set to yes if building a shared library automatically hardcodes DIR into the library
3840# and all subsequent libraries and executables linked against it.
3841hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3842
3843# Variables whose values should be saved in libtool wrapper scripts and
3844# restored at relink time.
3845variables_saved_for_relink="$variables_saved_for_relink"
3846
3847# Whether libtool must link a program against all its dependency libraries.
3848link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
3849
3850# Compile-time system search path for libraries
3851sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3852
3853# Run-time system search path for libraries
3854sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3855
3856# Fix the shell variable \$srcfile for the compiler.
3857fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
3858
3859# Set to yes if exported symbols are required.
3860always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
3861
3862# The commands to list exported symbols.
3863export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
3864
3865# The commands to extract the exported symbol list from a shared archive.
3866extract_expsyms_cmds=$lt_extract_expsyms_cmds
3867
3868# Symbols that should not be listed in the preloaded symbols.
3869exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
3870
3871# Symbols that must always be exported.
3872include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
3873
3874ifelse([$1],[],
3875[# ### END LIBTOOL CONFIG],
3876[# ### END LIBTOOL TAG CONFIG: $tagname])
3877
3878__EOF__
3879
3880ifelse([$1],[], [
3881  case $host_os in
3882  aix3*)
3883    cat <<\EOF >> "$cfgfile"
3884
3885# AIX sometimes has problems with the GCC collect2 program.  For some
3886# reason, if we set the COLLECT_NAMES environment variable, the problems
3887# vanish in a puff of smoke.
3888if test "X${COLLECT_NAMES+set}" != Xset; then
3889  COLLECT_NAMES=
3890  export COLLECT_NAMES
3891fi
3892EOF
3893    ;;
3894  esac
3895
3896  # We use sed instead of cat because bash on DJGPP gets confused if
3897  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3898  # text mode, it properly converts lines to CR/LF.  This bash problem
3899  # is reportedly fixed, but why not run on old versions too?
3900  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
3901
3902  mv -f "$cfgfile" "$ofile" || \
3903    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3904  chmod +x "$ofile"
3905])
3906else
3907  # If there is no Makefile yet, we rely on a make rule to execute
3908  # `config.status --recheck' to rerun these tests and create the
3909  # libtool script then.
3910  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
3911  if test -f "$ltmain_in"; then
3912    test -f Makefile && make "$ltmain"
3913  fi
3914fi
3915])
3916m4trace:/usr/share/aclocal/libtool.m4:4336: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
3917
3918_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3919
3920if test "$GCC" = yes; then
3921  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3922
3923  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3924    lt_cv_prog_compiler_rtti_exceptions,
3925    [-fno-rtti -fno-exceptions], [],
3926    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3927fi
3928])
3929m4trace:/usr/share/aclocal/libtool.m4:4522: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
3930AC_REQUIRE([AC_PROG_NM])
3931AC_REQUIRE([AC_OBJEXT])
3932# Check for command to grab the raw symbol name followed by C symbol from nm.
3933AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3934AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3935[
3936# These are sane defaults that work on at least a few old systems.
3937# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
3938
3939# Character class describing NM global symbol codes.
3940symcode='[[BCDEGRST]]'
3941
3942# Regexp to match symbols that can be accessed directly from C.
3943sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3944
3945# Transform the above into a raw symbol and a C symbol.
3946symxfrm='\1 \2\3 \3'
3947
3948# Transform an extracted symbol line into a proper C declaration
3949lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
3950
3951# Transform an extracted symbol line into symbol name and symbol address
3952lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
3953
3954# Define system-specific variables.
3955case $host_os in
3956aix*)
3957  symcode='[[BCDT]]'
3958  ;;
3959cygwin* | mingw* | pw32*)
3960  symcode='[[ABCDGISTW]]'
3961  ;;
3962hpux*) # Its linker distinguishes data from code symbols
3963  if test "$host_cpu" = ia64; then
3964    symcode='[[ABCDEGRST]]'
3965  fi
3966  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3967  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
3968  ;;
3969irix* | nonstopux*)
3970  symcode='[[BCDEGRST]]'
3971  ;;
3972osf*)
3973  symcode='[[BCDEGQRST]]'
3974  ;;
3975solaris* | sysv5*)
3976  symcode='[[BDRT]]'
3977  ;;
3978sysv4)
3979  symcode='[[DFNSTU]]'
3980  ;;
3981esac
3982
3983# Handle CRLF in mingw tool chain
3984opt_cr=
3985case $build_os in
3986mingw*)
3987  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
3988  ;;
3989esac
3990
3991# If we're using GNU nm, then use its standard symbol codes.
3992case `$NM -V 2>&1` in
3993*GNU* | *'with BFD'*)
3994  symcode='[[ABCDGIRSTW]]' ;;
3995esac
3996
3997# Try without a prefix undercore, then with it.
3998for ac_symprfx in "" "_"; do
3999
4000  # Write the raw and C identifiers.
4001  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4002
4003  # Check to see that the pipe works correctly.
4004  pipe_works=no
4005
4006  rm -f conftest*
4007  cat > conftest.$ac_ext <<EOF
4008#ifdef __cplusplus
4009extern "C" {
4010#endif
4011char nm_test_var;
4012void nm_test_func(){}
4013#ifdef __cplusplus
4014}
4015#endif
4016int main(){nm_test_var='a';nm_test_func();return(0);}
4017EOF
4018
4019  if AC_TRY_EVAL(ac_compile); then
4020    # Now try to grab the symbols.
4021    nlist=conftest.nm
4022    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4023      # Try sorting and uniquifying the output.
4024      if sort "$nlist" | uniq > "$nlist"T; then
4025        mv -f "$nlist"T "$nlist"
4026      else
4027        rm -f "$nlist"T
4028      fi
4029
4030      # Make sure that we snagged all the symbols we need.
4031      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4032        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4033          cat <<EOF > conftest.$ac_ext
4034#ifdef __cplusplus
4035extern "C" {
4036#endif
4037
4038EOF
4039          # Now generate the symbol file.
4040          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4041
4042          cat <<EOF >> conftest.$ac_ext
4043#if defined (__STDC__) && __STDC__
4044# define lt_ptr_t void *
4045#else
4046# define lt_ptr_t char *
4047# define const
4048#endif
4049
4050/* The mapping between symbol names and symbols. */
4051const struct {
4052  const char *name;
4053  lt_ptr_t address;
4054}
4055lt_preloaded_symbols[[]] =
4056{
4057EOF
4058          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4059          cat <<\EOF >> conftest.$ac_ext
4060  {0, (lt_ptr_t) 0}
4061};
4062
4063#ifdef __cplusplus
4064}
4065#endif
4066EOF
4067          # Now try linking the two files.
4068          mv conftest.$ac_objext conftstm.$ac_objext
4069          lt_save_LIBS="$LIBS"
4070          lt_save_CFLAGS="$CFLAGS"
4071          LIBS="conftstm.$ac_objext"
4072          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4073          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4074            pipe_works=yes
4075          fi
4076          LIBS="$lt_save_LIBS"
4077          CFLAGS="$lt_save_CFLAGS"
4078        else
4079          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4080        fi
4081      else
4082        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4083      fi
4084    else
4085      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4086    fi
4087  else
4088    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4089    cat conftest.$ac_ext >&5
4090  fi
4091  rm -f conftest* conftst*
4092
4093  # Do not use the global_symbol_pipe unless it works.
4094  if test "$pipe_works" = yes; then
4095    break
4096  else
4097    lt_cv_sys_global_symbol_pipe=
4098  fi
4099done
4100])
4101if test -z "$lt_cv_sys_global_symbol_pipe"; then
4102  lt_cv_sys_global_symbol_to_cdecl=
4103fi
4104if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4105  AC_MSG_RESULT(failed)
4106else
4107  AC_MSG_RESULT(ok)
4108fi
4109])
4110m4trace:/usr/share/aclocal/libtool.m4:4983: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4111_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4112_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4113
4114AC_MSG_CHECKING([for $compiler option to produce PIC])
4115 ifelse([$1],[CXX],[
4116  # C++ specific cases for pic, static, wl, etc.
4117  if test "$GXX" = yes; then
4118    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4119    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4120
4121    case $host_os in
4122    aix*)
4123      # All AIX code is PIC.
4124      if test "$host_cpu" = ia64; then
4125        # AIX 5 now supports IA64 processor
4126        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4127      fi
4128      ;;
4129    amigaos*)
4130      # FIXME: we need at least 68020 code to build shared libraries, but
4131      # adding the `-m68020' flag to GCC prevents building anything better,
4132      # like `-m68040'.
4133      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4134      ;;
4135    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4136      # PIC is the default for these OSes.
4137      ;;
4138    mingw* | os2* | pw32*)
4139      # This hack is so that the source file can tell whether it is being
4140      # built for inclusion in a dll (and should export symbols for example).
4141      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4142      ;;
4143    darwin* | rhapsody*)
4144      # PIC is the default on this platform
4145      # Common symbols not allowed in MH_DYLIB files
4146      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4147      ;;
4148    *djgpp*)
4149      # DJGPP does not support shared libraries at all
4150      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4151      ;;
4152    sysv4*MP*)
4153      if test -d /usr/nec; then
4154        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4155      fi
4156      ;;
4157    hpux*)
4158      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4159      # not for PA HP-UX.
4160      case "$host_cpu" in
4161      hppa*64*|ia64*)
4162        ;;
4163      *)
4164        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4165        ;;
4166      esac
4167      ;;
4168    *)
4169      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4170      ;;
4171    esac
4172  else
4173    case $host_os in
4174      aix4* | aix5*)
4175        # All AIX code is PIC.
4176        if test "$host_cpu" = ia64; then
4177          # AIX 5 now supports IA64 processor
4178          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4179        else
4180          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4181        fi
4182        ;;
4183      chorus*)
4184        case $cc_basename in
4185        cxch68)
4186          # Green Hills C++ Compiler
4187          # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
4188          ;;
4189        esac
4190        ;;
4191      dgux*)
4192        case $cc_basename in
4193          ec++)
4194            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4195            ;;
4196          ghcx)
4197            # Green Hills C++ Compiler
4198            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4199            ;;
4200          *)
4201            ;;
4202        esac
4203        ;;
4204      freebsd* | kfreebsd*-gnu)
4205        # FreeBSD uses GNU C++
4206        ;;
4207      hpux9* | hpux10* | hpux11*)
4208        case $cc_basename in
4209          CC)
4210            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4211            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4212            if test "$host_cpu" != ia64; then
4213              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4214            fi
4215            ;;
4216          aCC)
4217            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4218            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4219            case "$host_cpu" in
4220            hppa*64*|ia64*)
4221              # +Z the default
4222              ;;
4223            *)
4224              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4225              ;;
4226            esac
4227            ;;
4228          *)
4229            ;;
4230        esac
4231        ;;
4232      irix5* | irix6* | nonstopux*)
4233        case $cc_basename in
4234          CC)
4235            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4236            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4237            # CC pic flag -KPIC is the default.
4238            ;;
4239          *)
4240            ;;
4241        esac
4242        ;;
4243      linux*)
4244        case $cc_basename in
4245          KCC)
4246            # KAI C++ Compiler
4247            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4248            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4249            ;;
4250          icpc)
4251            # Intel C++
4252            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4253            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4254            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4255            ;;
4256          cxx)
4257            # Compaq C++
4258            # Make sure the PIC flag is empty.  It appears that all Alpha
4259            # Linux and Compaq Tru64 Unix objects are PIC.
4260            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4261            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4262            ;;
4263          *)
4264            ;;
4265        esac
4266        ;;
4267      lynxos*)
4268        ;;
4269      m88k*)
4270        ;;
4271      mvs*)
4272        case $cc_basename in
4273          cxx)
4274            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4275            ;;
4276          *)
4277            ;;
4278        esac
4279        ;;
4280      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4281        ;;
4282      osf3* | osf4* | osf5*)
4283        case $cc_basename in
4284          KCC)
4285            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4286            ;;
4287          RCC)
4288            # Rational C++ 2.4.1
4289            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4290            ;;
4291          cxx)
4292            # Digital/Compaq C++
4293            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4294            # Make sure the PIC flag is empty.  It appears that all Alpha
4295            # Linux and Compaq Tru64 Unix objects are PIC.
4296            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4297            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4298            ;;
4299          *)
4300            ;;
4301        esac
4302        ;;
4303      psos*)
4304        ;;
4305      sco*)
4306        case $cc_basename in
4307          CC)
4308            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4309            ;;
4310          *)
4311            ;;
4312        esac
4313        ;;
4314      solaris*)
4315        case $cc_basename in
4316          CC)
4317            # Sun C++ 4.2, 5.x and Centerline C++
4318            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4319            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4320            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4321            ;;
4322          gcx)
4323            # Green Hills C++ Compiler
4324            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4325            ;;
4326          *)
4327            ;;
4328        esac
4329        ;;
4330      sunos4*)
4331        case $cc_basename in
4332          CC)
4333            # Sun C++ 4.x
4334            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4335            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4336            ;;
4337          lcc)
4338            # Lucid
4339            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4340            ;;
4341          *)
4342            ;;
4343        esac
4344        ;;
4345      tandem*)
4346        case $cc_basename in
4347          NCC)
4348            # NonStop-UX NCC 3.20
4349            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4350            ;;
4351          *)
4352            ;;
4353        esac
4354        ;;
4355      unixware*)
4356        ;;
4357      vxworks*)
4358        ;;
4359      *)
4360        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4361        ;;
4362    esac
4363  fi
4364],
4365[
4366  if test "$GCC" = yes; then
4367    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4368    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4369
4370    case $host_os in
4371      aix*)
4372      # All AIX code is PIC.
4373      if test "$host_cpu" = ia64; then
4374        # AIX 5 now supports IA64 processor
4375        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4376      fi
4377      ;;
4378
4379    amigaos*)
4380      # FIXME: we need at least 68020 code to build shared libraries, but
4381      # adding the `-m68020' flag to GCC prevents building anything better,
4382      # like `-m68040'.
4383      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4384      ;;
4385
4386    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4387      # PIC is the default for these OSes.
4388      ;;
4389
4390    mingw* | pw32* | os2*)
4391      # This hack is so that the source file can tell whether it is being
4392      # built for inclusion in a dll (and should export symbols for example).
4393      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4394      ;;
4395
4396    darwin* | rhapsody*)
4397      # PIC is the default on this platform
4398      # Common symbols not allowed in MH_DYLIB files
4399      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4400      ;;
4401
4402    msdosdjgpp*)
4403      # Just because we use GCC doesn't mean we suddenly get shared libraries
4404      # on systems that don't support them.
4405      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4406      enable_shared=no
4407      ;;
4408
4409    sysv4*MP*)
4410      if test -d /usr/nec; then
4411        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4412      fi
4413      ;;
4414
4415    hpux*)
4416      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4417      # not for PA HP-UX.
4418      case "$host_cpu" in
4419      hppa*64*|ia64*)
4420        # +Z the default
4421        ;;
4422      *)
4423        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4424        ;;
4425      esac
4426      ;;
4427
4428    *)
4429      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4430      ;;
4431    esac
4432  else
4433    # PORTME Check for flag to pass linker flags through the system compiler.
4434    case $host_os in
4435    aix*)
4436      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4437      if test "$host_cpu" = ia64; then
4438        # AIX 5 now supports IA64 processor
4439        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4440      else
4441        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4442      fi
4443      ;;
4444
4445    mingw* | pw32* | os2*)
4446      # This hack is so that the source file can tell whether it is being
4447      # built for inclusion in a dll (and should export symbols for example).
4448      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4449      ;;
4450
4451    hpux9* | hpux10* | hpux11*)
4452      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4453      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4454      # not for PA HP-UX.
4455      case "$host_cpu" in
4456      hppa*64*|ia64*)
4457        # +Z the default
4458        ;;
4459      *)
4460        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4461        ;;
4462      esac
4463      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4464      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4465      ;;
4466
4467    irix5* | irix6* | nonstopux*)
4468      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4469      # PIC (with -KPIC) is the default.
4470      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4471      ;;
4472
4473    newsos6)
4474      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4475      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4476      ;;
4477
4478    linux*)
4479      case $CC in
4480      icc* | ecc*)
4481        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4482        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4483        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4484        ;;
4485      ccc*)
4486        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4487        # All Alpha code is PIC.
4488        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4489        ;;
4490      esac
4491      ;;
4492
4493    osf3* | osf4* | osf5*)
4494      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4495      # All OSF/1 code is PIC.
4496      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4497      ;;
4498
4499    sco3.2v5*)
4500      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4501      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4502      ;;
4503
4504    solaris*)
4505      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4506      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4507      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4508      ;;
4509
4510    sunos4*)
4511      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4512      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4513      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4514      ;;
4515
4516    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4517      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4518      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4519      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4520      ;;
4521
4522    sysv4*MP*)
4523      if test -d /usr/nec ;then
4524        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4525        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4526      fi
4527      ;;
4528
4529    uts4*)
4530      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4531      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4532      ;;
4533
4534    *)
4535      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4536      ;;
4537    esac
4538  fi
4539])
4540AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4541
4542#
4543# Check to make sure the PIC flag actually works.
4544#
4545if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4546  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4547    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4548    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4549    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4550     "" | " "*) ;;
4551     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4552     esac],
4553    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4555fi
4556case "$host_os" in
4557  # For platforms which do not support PIC, -DPIC is meaningless:
4558  *djgpp*)
4559    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4560    ;;
4561  *)
4562    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4563    ;;
4564esac
4565])
4566m4trace:/usr/share/aclocal/libtool.m4:5820: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4567ifelse([$1],[CXX],[
4568  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4569  case $host_os in
4570  aix4* | aix5*)
4571    # If we're using GNU nm, then we don't want the "-C" option.
4572    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4573    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4574      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4575    else
4576      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4577    fi
4578    ;;
4579  pw32*)
4580    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4581  ;;
4582  cygwin* | mingw*)
4583    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4584  ;;
4585  linux*)
4586    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4587  ;;
4588  *)
4589    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4590  ;;
4591  esac
4592],[
4593  runpath_var=
4594  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4595  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4596  _LT_AC_TAGVAR(archive_cmds, $1)=
4597  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4598  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4599  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4600  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4601  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4602  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4603  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4604  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4605  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4606  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4607  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4608  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4609  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4610  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4611  _LT_AC_TAGVAR(module_cmds, $1)=
4612  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4613  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4614  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4615  # include_expsyms should be a list of space-separated symbols to be *always*
4616  # included in the symbol list
4617  _LT_AC_TAGVAR(include_expsyms, $1)=
4618  # exclude_expsyms can be an extended regexp of symbols to exclude
4619  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4620  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4621  # as well as any symbol that contains `d'.
4622  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4623  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4624  # platforms (ab)use it in PIC code, but their linkers get confused if
4625  # the symbol is explicitly referenced.  Since portable code cannot
4626  # rely on this symbol name, it's probably fine to never include it in
4627  # preloaded symbol tables.
4628  extract_expsyms_cmds=
4629
4630  case $host_os in
4631  cygwin* | mingw* | pw32*)
4632    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4633    # When not using gcc, we currently assume that we are using
4634    # Microsoft Visual C++.
4635    if test "$GCC" != yes; then
4636      with_gnu_ld=no
4637    fi
4638    ;;
4639  openbsd*)
4640    with_gnu_ld=no
4641    ;;
4642  esac
4643
4644  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4645  if test "$with_gnu_ld" = yes; then
4646    # If archive_cmds runs LD, not CC, wlarc should be empty
4647    wlarc='${wl}'
4648
4649    # See if GNU ld supports shared libraries.
4650    case $host_os in
4651    aix3* | aix4* | aix5*)
4652      # On AIX/PPC, the GNU linker is very broken
4653      if test "$host_cpu" != ia64; then
4654        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4655        cat <<EOF 1>&2
4656
4657*** Warning: the GNU linker, at least up to release 2.9.1, is reported
4658*** to be unable to reliably create shared libraries on AIX.
4659*** Therefore, libtool is disabling shared libraries support.  If you
4660*** really care for shared libraries, you may want to modify your PATH
4661*** so that a non-GNU linker is found, and then restart.
4662
4663EOF
4664      fi
4665      ;;
4666
4667    amigaos*)
4668      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
4669      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4670      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4671
4672      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4673      # that the semantics of dynamic libraries on AmigaOS, at least up
4674      # to version 4, is to share data among multiple programs linked
4675      # with the same dynamic library.  Since this doesn't match the
4676      # behavior of shared libraries on other platforms, we can't use
4677      # them.
4678      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4679      ;;
4680
4681    beos*)
4682      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4683        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4684        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4685        # support --undefined.  This deserves some investigation.  FIXME
4686        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4687      else
4688        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4689      fi
4690      ;;
4691
4692    cygwin* | mingw* | pw32*)
4693      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4694      # as there is no search path for DLLs.
4695      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4696      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4697      _LT_AC_TAGVAR(always_export_symbols, $1)=no
4698      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4699      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4700
4701      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4702        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4703        # If the export-symbols file already is a .def file (1st line
4704        # is EXPORTS), use it as is; otherwise, prepend...
4705        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4706          cp $export_symbols $output_objdir/$soname.def;
4707        else
4708          echo EXPORTS > $output_objdir/$soname.def;
4709          cat $export_symbols >> $output_objdir/$soname.def;
4710        fi~
4711        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4712      else
4713        ld_shlibs=no
4714      fi
4715      ;;
4716
4717    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4718      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4719        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4720        wlarc=
4721      else
4722        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4723        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4724      fi
4725      ;;
4726
4727    solaris* | sysv5*)
4728      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4729        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4730        cat <<EOF 1>&2
4731
4732*** Warning: The releases 2.8.* of the GNU linker cannot reliably
4733*** create shared libraries on Solaris systems.  Therefore, libtool
4734*** is disabling shared libraries support.  We urge you to upgrade GNU
4735*** binutils to release 2.9.1 or newer.  Another option is to modify
4736*** your PATH or compiler configuration so that the native linker is
4737*** used, and then restart.
4738
4739EOF
4740      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4741        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4742        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4743      else
4744        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4745      fi
4746      ;;
4747
4748    sunos4*)
4749      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4750      wlarc=
4751      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4752      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4753      ;;
4754
4755  linux*)
4756    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4757        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4758        _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
4759      supports_anon_versioning=no
4760      case `$LD -v 2>/dev/null` in
4761        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4762        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4763        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4764        *\ 2.11.*) ;; # other 2.11 versions
4765        *) supports_anon_versioning=yes ;;
4766      esac
4767      if test $supports_anon_versioning = yes; then
4768        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4769cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4770$echo "local: *; };" >> $output_objdir/$libname.ver~
4771        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4772      else
4773        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
4774      fi
4775      _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4776    else
4777      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4778    fi
4779    ;;
4780
4781    *)
4782      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4783        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4784        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4785      else
4786        _LT_AC_TAGVAR(ld_shlibs, $1)=no
4787      fi
4788      ;;
4789    esac
4790
4791    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
4792      runpath_var=LD_RUN_PATH
4793      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4794      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4795      # ancient GNU ld didn't support --whole-archive et. al.
4796      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4797        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4798      else
4799        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4800      fi
4801    fi
4802  else
4803    # PORTME fill in a description of your system's linker (not GNU ld)
4804    case $host_os in
4805    aix3*)
4806      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4807      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4808      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
4809      # Note: this linker hardcodes the directories in LIBPATH if there
4810      # are no directories specified by -L.
4811      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4812      if test "$GCC" = yes && test -z "$link_static_flag"; then
4813        # Neither direct hardcoding nor static linking is supported with a
4814        # broken collect2.
4815        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4816      fi
4817      ;;
4818
4819    aix4* | aix5*)
4820      if test "$host_cpu" = ia64; then
4821        # On IA64, the linker does run time linking by default, so we don't
4822        # have to do anything special.
4823        aix_use_runtimelinking=no
4824        exp_sym_flag='-Bexport'
4825        no_entry_flag=""
4826      else
4827        # If we're using GNU nm, then we don't want the "-C" option.
4828        # -C means demangle to AIX nm, but means don't demangle with GNU nm
4829        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4830          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4831        else
4832          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4833        fi
4834        aix_use_runtimelinking=no
4835
4836        # Test if we are trying to use run time linking or normal
4837        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4838        # need to do runtime linking.
4839        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
4840          for ld_flag in $LDFLAGS; do
4841          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
4842            aix_use_runtimelinking=yes
4843            break
4844          fi
4845          done
4846        esac
4847
4848        exp_sym_flag='-bexport'
4849        no_entry_flag='-bnoentry'
4850      fi
4851
4852      # When large executables or shared objects are built, AIX ld can
4853      # have problems creating the table of contents.  If linking a library
4854      # or program results in "error TOC overflow" add -mminimal-toc to
4855      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
4856      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
4857
4858      _LT_AC_TAGVAR(archive_cmds, $1)=''
4859      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4860      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
4861      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4862
4863      if test "$GCC" = yes; then
4864        case $host_os in aix4.[012]|aix4.[012].*)
4865        # We only want to do this on AIX 4.2 and lower, the check
4866        # below for broken collect2 doesn't work under 4.3+
4867          collect2name=`${CC} -print-prog-name=collect2`
4868          if test -f "$collect2name" && \
4869           strings "$collect2name" | grep resolve_lib_name >/dev/null
4870          then
4871          # We have reworked collect2
4872          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4873          else
4874          # We have old collect2
4875          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4876          # It fails to find uninstalled libraries when the uninstalled
4877          # path is not listed in the libpath.  Setting hardcode_minus_L
4878          # to unsupported forces relinking
4879          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4880          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4881          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4882          fi
4883        esac
4884        shared_flag='-shared'
4885      else
4886        # not using gcc
4887        if test "$host_cpu" = ia64; then
4888        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
4889        # chokes on -Wl,-G. The following line is correct:
4890          shared_flag='-G'
4891        else
4892        if test "$aix_use_runtimelinking" = yes; then
4893            shared_flag='${wl}-G'
4894          else
4895            shared_flag='${wl}-bM:SRE'
4896        fi
4897        fi
4898      fi
4899
4900      # It seems that -bexpall does not export symbols beginning with
4901      # underscore (_), so it is better to generate a list of symbols to export.
4902      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4903      if test "$aix_use_runtimelinking" = yes; then
4904        # Warning - without using the other runtime loading flags (-brtl),
4905        # -berok will link without error, but may produce a broken library.
4906        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
4907       # Determine the default libpath from the value encoded in an empty executable.
4908       _LT_AC_SYS_LIBPATH_AIX
4909       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4910        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
4911       else
4912        if test "$host_cpu" = ia64; then
4913          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
4914          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
4915          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
4916        else
4917         # Determine the default libpath from the value encoded in an empty executable.
4918         _LT_AC_SYS_LIBPATH_AIX
4919         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4920          # Warning - without using the other run time loading flags,
4921          # -berok will link without error, but may produce a broken library.
4922          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
4923          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
4924          # -bexpall does not export symbols beginning with underscore (_)
4925          _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4926          # Exported symbols can be pulled into shared objects from archives
4927          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
4928          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
4929          # This is similar to how AIX traditionally builds it's shared libraries.
4930          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
4931        fi
4932      fi
4933      ;;
4934
4935    amigaos*)
4936      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
4937      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4938      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4939      # see comment about different semantics on the GNU ld section
4940      _LT_AC_TAGVAR(ld_shlibs, $1)=no
4941      ;;
4942
4943    bsdi4*)
4944      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
4945      ;;
4946
4947    cygwin* | mingw* | pw32*)
4948      # When not using gcc, we currently assume that we are using
4949      # Microsoft Visual C++.
4950      # hardcode_libdir_flag_spec is actually meaningless, as there is
4951      # no search path for DLLs.
4952      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
4953      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4954      # Tell ltmain to make .lib files, not .a files.
4955      libext=lib
4956      # Tell ltmain to make .dll files, not .so files.
4957      shrext_cmds=".dll"
4958      # FIXME: Setting linknames here is a bad hack.
4959      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
4960      # The linker will automatically build a .lib file if we build a DLL.
4961      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
4962      # FIXME: Should let the user specify the lib program.
4963      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
4964      fix_srcfile_path='`cygpath -w "$srcfile"`'
4965      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4966      ;;
4967
4968    darwin* | rhapsody*)
4969    if test "$GXX" = yes ; then
4970      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4971      case "$host_os" in
4972      rhapsody* | darwin1.[[012]])
4973        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
4974        ;;
4975      *) # Darwin 1.3 on
4976      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
4977        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4978      else
4979        case ${MACOSX_DEPLOYMENT_TARGET} in
4980          10.[[012]])
4981            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4982            ;;
4983          10.*)
4984            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
4985            ;;
4986        esac
4987      fi
4988        ;;
4989      esac
4990        lt_int_apple_cc_single_mod=no
4991        output_verbose_link_cmd='echo'
4992        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
4993          lt_int_apple_cc_single_mod=yes
4994        fi
4995        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
4996          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
4997        else
4998        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
4999      fi
5000      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5001      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
5002        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5003          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5004        else
5005          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5006        fi
5007          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5008      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5009      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5010      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5011      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
5012      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5013    else
5014      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5015    fi
5016      ;;
5017
5018    dgux*)
5019      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5020      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5021      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5022      ;;
5023
5024    freebsd1*)
5025      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5026      ;;
5027
5028    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5029    # support.  Future versions do this automatically, but an explicit c++rt0.o
5030    # does not break anything, and helps significantly (at the cost of a little
5031    # extra space).
5032    freebsd2.2*)
5033      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5034      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5035      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5036      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5037      ;;
5038
5039    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5040    freebsd2*)
5041      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5042      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5043      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5044      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5045      ;;
5046
5047    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5048    freebsd* | kfreebsd*-gnu)
5049      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5050      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5051      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5052      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5053      ;;
5054
5055    hpux9*)
5056      if test "$GCC" = yes; then
5057        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5058      else
5059        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5060      fi
5061      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5062      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5063      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5064
5065      # hardcode_minus_L: Not really in the search PATH,
5066      # but as the default location of the library.
5067      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5068      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5069      ;;
5070
5071    hpux10* | hpux11*)
5072      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5073        case "$host_cpu" in
5074        hppa*64*|ia64*)
5075          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5076          ;;
5077        *)
5078          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5079          ;;
5080        esac
5081      else
5082        case "$host_cpu" in
5083        hppa*64*|ia64*)
5084          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5085          ;;
5086        *)
5087          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5088          ;;
5089        esac
5090      fi
5091      if test "$with_gnu_ld" = no; then
5092        case "$host_cpu" in
5093        hppa*64*)
5094          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5095          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5096          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5097          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5098          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5099          ;;
5100        ia64*)
5101          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5102          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5103          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5104
5105          # hardcode_minus_L: Not really in the search PATH,
5106          # but as the default location of the library.
5107          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5108          ;;
5109        *)
5110          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5111          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5112          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5113          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5114
5115          # hardcode_minus_L: Not really in the search PATH,
5116          # but as the default location of the library.
5117          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5118          ;;
5119        esac
5120      fi
5121      ;;
5122
5123    irix5* | irix6* | nonstopux*)
5124      if test "$GCC" = yes; then
5125        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5126      else
5127        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5128        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5129      fi
5130      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5131      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5132      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5133      ;;
5134
5135    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
5136      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5137        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5138      else
5139        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5140      fi
5141      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5142      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5143      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5144      ;;
5145
5146    newsos6)
5147      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5148      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5149      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5150      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5151      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5152      ;;
5153
5154    openbsd*)
5155      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5156      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5157      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5158        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5159        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5160        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5161      else
5162       case $host_os in
5163         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5164           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5165           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5166           ;;
5167         *)
5168           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5169           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5170           ;;
5171       esac
5172      fi
5173      ;;
5174
5175    os2*)
5176      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5177      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5178      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5179      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5180      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5181      ;;
5182
5183    osf3*)
5184      if test "$GCC" = yes; then
5185        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5186        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5187      else
5188        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5189        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5190      fi
5191      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5192      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5193      ;;
5194
5195    osf4* | osf5*)      # as osf3* with the addition of -msym flag
5196      if test "$GCC" = yes; then
5197        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5198        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5199        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5200      else
5201        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5202        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5203        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
5204        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
5205
5206        # Both c and cxx compiler support -rpath directly
5207        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5208      fi
5209      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5210      ;;
5211
5212    sco3.2v5*)
5213      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5214      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5215      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5216      runpath_var=LD_RUN_PATH
5217      hardcode_runpath_var=yes
5218      ;;
5219
5220    solaris*)
5221      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5222      if test "$GCC" = yes; then
5223        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5224        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5225          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5226      else
5227        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5228        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5229        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5230      fi
5231      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5232      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5233      case $host_os in
5234      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5235      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
5236        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5237      esac
5238      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5239      ;;
5240
5241    sunos4*)
5242      if test "x$host_vendor" = xsequent; then
5243        # Use $CC to link under sequent, because it throws in some extra .o
5244        # files that make .init and .fini sections work.
5245        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5246      else
5247        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5248      fi
5249      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5250      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5251      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5252      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5253      ;;
5254
5255    sysv4)
5256      case $host_vendor in
5257        sni)
5258          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5259          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5260        ;;
5261        siemens)
5262          ## LD is ld it makes a PLAMLIB
5263          ## CC just makes a GrossModule.
5264          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5265          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5266          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5267        ;;
5268        motorola)
5269          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5270          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5271        ;;
5272      esac
5273      runpath_var='LD_RUN_PATH'
5274      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5275      ;;
5276
5277    sysv4.3*)
5278      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5279      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5280      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5281      ;;
5282
5283    sysv4*MP*)
5284      if test -d /usr/nec; then
5285        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5286        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5287        runpath_var=LD_RUN_PATH
5288        hardcode_runpath_var=yes
5289        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5290      fi
5291      ;;
5292
5293    sysv4.2uw2*)
5294      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5295      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5296      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5297      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5298      hardcode_runpath_var=yes
5299      runpath_var=LD_RUN_PATH
5300      ;;
5301
5302   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5303      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5304      if test "$GCC" = yes; then
5305        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5306      else
5307        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5308      fi
5309      runpath_var='LD_RUN_PATH'
5310      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5311      ;;
5312
5313    sysv5*)
5314      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5315      # $CC -shared without GNU ld will not create a library from C++
5316      # object files and a static libstdc++, better avoid it by now
5317      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5318      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5319                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5320      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5321      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5322      runpath_var='LD_RUN_PATH'
5323      ;;
5324
5325    uts4*)
5326      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5327      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5328      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5329      ;;
5330
5331    *)
5332      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5333      ;;
5334    esac
5335  fi
5336])
5337AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5338test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5339
5340variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5341if test "$GCC" = yes; then
5342  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5343fi
5344
5345#
5346# Do we need to explicitly link libc?
5347#
5348case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5349x|xyes)
5350  # Assume -lc should be added
5351  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5352
5353  if test "$enable_shared" = yes && test "$GCC" = yes; then
5354    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5355    *'~'*)
5356      # FIXME: we may have to deal with multi-command sequences.
5357      ;;
5358    '$CC '*)
5359      # Test whether the compiler implicitly links with -lc since on some
5360      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5361      # to ld, don't add -lc before -lgcc.
5362      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5363      $rm conftest*
5364      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5365
5366      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5367        soname=conftest
5368        lib=conftest
5369        libobjs=conftest.$ac_objext
5370        deplibs=
5371        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5372        compiler_flags=-v
5373        linker_flags=-v
5374        verstring=
5375        output_objdir=.
5376        libname=conftest
5377        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5378        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5379        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5380        then
5381          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5382        else
5383          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5384        fi
5385        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5386      else
5387        cat conftest.err 1>&5
5388      fi
5389      $rm conftest*
5390      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5391      ;;
5392    esac
5393  fi
5394  ;;
5395esac
5396])
5397m4trace:/usr/share/aclocal/libtool.m4:5860: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5398# /* ltdll.c starts here */
5399# #define WIN32_LEAN_AND_MEAN
5400# #include <windows.h>
5401# #undef WIN32_LEAN_AND_MEAN
5402# #include <stdio.h>
5403#
5404# #ifndef __CYGWIN__
5405# #  ifdef __CYGWIN32__
5406# #    define __CYGWIN__ __CYGWIN32__
5407# #  endif
5408# #endif
5409#
5410# #ifdef __cplusplus
5411# extern "C" {
5412# #endif
5413# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5414# #ifdef __cplusplus
5415# }
5416# #endif
5417#
5418# #ifdef __CYGWIN__
5419# #include <cygwin/cygwin_dll.h>
5420# DECLARE_CYGWIN_DLL( DllMain );
5421# #endif
5422# HINSTANCE __hDllInstance_base;
5423#
5424# BOOL APIENTRY
5425# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5426# {
5427#   __hDllInstance_base = hInst;
5428#   return TRUE;
5429# }
5430# /* ltdll.c ends here */
5431])
5432m4trace:/usr/share/aclocal/libtool.m4:5865: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5433m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5434m4trace:/usr/share/aclocal/libtool.m4:5870: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5435m4trace:/usr/share/aclocal/libtool.m4:5871: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5436m4trace:/usr/share/aclocal/libtool.m4:5872: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5437m4trace:/usr/share/aclocal/libtool.m4:5873: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5438m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5439m4trace:/usr/share/aclocal/libtool.m4:5875: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5440m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5441  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5442  AC_SUBST(GCJFLAGS)
5443])
5444m4trace:/usr/share/aclocal/libtool.m4:5888: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5445])
5446m4trace:/usr/share/aclocal/libtool.m4:5951: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5447AC_CACHE_VAL(lt_cv_path_SED,
5448[# Loop through the user's path and test for sed and gsed.
5449# Then use that list of sed's as ones to test for truncation.
5450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451for as_dir in $PATH
5452do
5453  IFS=$as_save_IFS
5454  test -z "$as_dir" && as_dir=.
5455  for lt_ac_prog in sed gsed; do
5456    for ac_exec_ext in '' $ac_executable_extensions; do
5457      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5458        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5459      fi
5460    done
5461  done
5462done
5463lt_ac_max=0
5464lt_ac_count=0
5465# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5466# along with /bin/sed that truncates output.
5467for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5468  test ! -f $lt_ac_sed && break
5469  cat /dev/null > conftest.in
5470  lt_ac_count=0
5471  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5472  # Check for GNU sed and select it if it is found.
5473  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5474    lt_cv_path_SED=$lt_ac_sed
5475    break
5476  fi
5477  while true; do
5478    cat conftest.in conftest.in >conftest.tmp
5479    mv conftest.tmp conftest.in
5480    cp conftest.in conftest.nl
5481    echo >>conftest.nl
5482    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5483    cmp -s conftest.out conftest.nl || break
5484    # 10000 chars as input seems more than enough
5485    test $lt_ac_count -gt 10 && break
5486    lt_ac_count=`expr $lt_ac_count + 1`
5487    if test $lt_ac_count -gt $lt_ac_max; then
5488      lt_ac_max=$lt_ac_count
5489      lt_cv_path_SED=$lt_ac_sed
5490    fi
5491  done
5492done
5493SED=$lt_cv_path_SED
5494])
5495AC_MSG_RESULT([$SED])
5496])
5497m4trace:/usr/share/aclocal/pkg.m4:44: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5498m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5499AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
5500if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5501        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
5502fi
5503if test -n "$PKG_CONFIG"; then
5504        _pkg_min_version=m4_ifval([$1], [$1], [0.9.0])
5505        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
5506        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5507                AC_MSG_RESULT([yes])
5508        else
5509                AC_MSG_RESULT([no])
5510                PKG_CONFIG=""
5511        fi
5512               
5513fi[]dnl
5514])
5515m4trace:/usr/share/aclocal/pkg.m4:114: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5516AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
5517AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
5518
5519pkg_failed=no
5520AC_CACHE_CHECK([for $1][_CFLAGS], [pkg_cv_][$1][_CFLAGS],
5521        [_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])])
5522AC_CACHE_CHECK([for $1][_LIBS], [pkg_cv_][$1][_LIBS],
5523        [_PKG_CONFIG([$1][_LIBS], [libs], [$2])])
5524
5525if test $pkg_failed = yes; then
5526        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5527        # Put the nasty error message in config.log where it belongs
5528        echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD
5529
5530        ifelse([$4], , [AC_MSG_ERROR(dnl
5531[Package requirements ($2) were not met.
5532Consider adjusting the PKG_CONFIG_PATH environment variable if you
5533installed software in a non-standard prefix.
5534
5535Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
5536to avoid the need to call pkg-config.  See the pkg-config man page for
5537more details.])],
5538                [$4])
5539elif test $pkg_failed = untried; then
5540        ifelse([$4], , [AC_MSG_FAILURE(dnl
5541[The pkg-config script could not be found or is too old.  Make sure it
5542is in your PATH or set the PKG_CONFIG environment variable to the full
5543path to pkg-config.
5544
5545Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
5546to avoid the need to call pkg-config.  See the pkg-config man page for
5547more details.
5548
5549To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
5550                [$4])
5551else
5552        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
5553        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
5554        ifelse([$3], , :, [$3])
5555fi[]dnl
5556])
5557m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5558m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.5])])
5559m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5560AC_PREREQ([2.50])dnl
5561# expand $ac_aux_dir to an absolute path
5562am_aux_dir=`cd $ac_aux_dir && pwd`
5563])
5564m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5565 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5566        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5567AC_SUBST([$1_TRUE])
5568AC_SUBST([$1_FALSE])
5569if $2; then
5570  $1_TRUE=
5571  $1_FALSE='#'
5572else
5573  $1_TRUE='#'
5574  $1_FALSE=
5575fi
5576AC_CONFIG_COMMANDS_PRE(
5577[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5578  AC_MSG_ERROR([[conditional "$1" was never defined.
5579Usually this means the macro was only invoked conditionally.]])
5580fi])])
5581m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5582AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5583AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5584AC_REQUIRE([AM_DEP_TRACK])dnl
5585
5586ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5587       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5588       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5589       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5590                   [depcc="$$1"   am_compiler_list=])
5591
5592AC_CACHE_CHECK([dependency style of $depcc],
5593               [am_cv_$1_dependencies_compiler_type],
5594[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5595  # We make a subdir and do the tests there.  Otherwise we can end up
5596  # making bogus files that we don't know about and never remove.  For
5597  # instance it was reported that on HP-UX the gcc test will end up
5598  # making a dummy file named `D' -- because `-MD' means `put the output
5599  # in D'.
5600  mkdir conftest.dir
5601  # Copy depcomp to subdir because otherwise we won't find it if we're
5602  # using a relative directory.
5603  cp "$am_depcomp" conftest.dir
5604  cd conftest.dir
5605  # We will build objects and dependencies in a subdirectory because
5606  # it helps to detect inapplicable dependency modes.  For instance
5607  # both Tru64's cc and ICC support -MD to output dependencies as a
5608  # side effect of compilation, but ICC will put the dependencies in
5609  # the current directory while Tru64 will put them in the object
5610  # directory.
5611  mkdir sub
5612
5613  am_cv_$1_dependencies_compiler_type=none
5614  if test "$am_compiler_list" = ""; then
5615     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5616  fi
5617  for depmode in $am_compiler_list; do
5618    # Setup a source with many dependencies, because some compilers
5619    # like to wrap large dependency lists on column 80 (with \), and
5620    # we should not choose a depcomp mode which is confused by this.
5621    #
5622    # We need to recreate these files for each test, as the compiler may
5623    # overwrite some of them when testing with obscure command lines.
5624    # This happens at least with the AIX C compiler.
5625    : > sub/conftest.c
5626    for i in 1 2 3 4 5 6; do
5627      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5628      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5629      # Solaris 8's {/usr,}/bin/sh.
5630      touch sub/conftst$i.h
5631    done
5632    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5633
5634    case $depmode in
5635    nosideeffect)
5636      # after this tag, mechanisms are not by side-effect, so they'll
5637      # only be used when explicitly requested
5638      if test "x$enable_dependency_tracking" = xyes; then
5639        continue
5640      else
5641        break
5642      fi
5643      ;;
5644    none) break ;;
5645    esac
5646    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5647    # mode.  It turns out that the SunPro C++ compiler does not properly
5648    # handle `-M -o', and we need to detect this.
5649    if depmode=$depmode \
5650       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5651       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5652       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5653         >/dev/null 2>conftest.err &&
5654       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5655       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5656       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5657      # icc doesn't choke on unknown options, it will just issue warnings
5658      # or remarks (even with -Werror).  So we grep stderr for any message
5659      # that says an option was ignored or not supported.
5660      # When given -MP, icc 7.0 and 7.1 complain thusly:
5661      #   icc: Command line warning: ignoring option '-M'; no argument required
5662      # The diagnosis changed in icc 8.0:
5663      #   icc: Command line remark: option '-MP' not supported
5664      if (grep 'ignoring option' conftest.err ||
5665          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5666        am_cv_$1_dependencies_compiler_type=$depmode
5667        break
5668      fi
5669    fi
5670  done
5671
5672  cd ..
5673  rm -rf conftest.dir
5674else
5675  am_cv_$1_dependencies_compiler_type=none
5676fi
5677])
5678AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5679AM_CONDITIONAL([am__fastdep$1], [
5680  test "x$enable_dependency_tracking" != xno \
5681  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5682])
5683m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5684AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5685])
5686m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5687[  --disable-dependency-tracking  speeds up one-time build
5688  --enable-dependency-tracking   do not reject slow dependency extractors])
5689if test "x$enable_dependency_tracking" != xno; then
5690  am_depcomp="$ac_aux_dir/depcomp"
5691  AMDEPBACKSLASH='\'
5692fi
5693AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5694AC_SUBST([AMDEPBACKSLASH])
5695])
5696m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5697  # Strip MF so we end up with the name of the file.
5698  mf=`echo "$mf" | sed -e 's/:.*$//'`
5699  # Check whether this is an Automake generated Makefile or not.
5700  # We used to match only the files named `Makefile.in', but
5701  # some people rename them; so instead we look at the file content.
5702  # Grep'ing the first line is not enough: some people post-process
5703  # each Makefile.in and add a new line on top of each file to say so.
5704  # So let's grep whole file.
5705  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5706    dirpart=`AS_DIRNAME("$mf")`
5707  else
5708    continue
5709  fi
5710  # Extract the definition of DEPDIR, am__include, and am__quote
5711  # from the Makefile without running `make'.
5712  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5713  test -z "$DEPDIR" && continue
5714  am__include=`sed -n 's/^am__include = //p' < "$mf"`
5715  test -z "am__include" && continue
5716  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5717  # When using ansi2knr, U may be empty or an underscore; expand it
5718  U=`sed -n 's/^U = //p' < "$mf"`
5719  # Find all dependency output files, they are included files with
5720  # $(DEPDIR) in their names.  We invoke sed twice because it is the
5721  # simplest approach to changing $(DEPDIR) to its actual value in the
5722  # expansion.
5723  for file in `sed -n "
5724    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5725       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5726    # Make sure the directory exists.
5727    test -f "$dirpart/$file" && continue
5728    fdir=`AS_DIRNAME(["$file"])`
5729    AS_MKDIR_P([$dirpart/$fdir])
5730    # echo "creating $dirpart/$file"
5731    echo '# dummy' > "$dirpart/$file"
5732  done
5733done
5734])
5735m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5736     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5737     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5738])
5739m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
5740dnl Autoconf wants to disallow AM_ names.  We explicitly allow
5741dnl the ones we care about.
5742m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5743AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
5744AC_REQUIRE([AC_PROG_INSTALL])dnl
5745# test to see if srcdir already configured
5746if test "`cd $srcdir && pwd`" != "`pwd`" &&
5747   test -f $srcdir/config.status; then
5748  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
5749fi
5750
5751# test whether we have cygpath
5752if test -z "$CYGPATH_W"; then
5753  if (cygpath --version) >/dev/null 2>/dev/null; then
5754    CYGPATH_W='cygpath -w'
5755  else
5756    CYGPATH_W=echo
5757  fi
5758fi
5759AC_SUBST([CYGPATH_W])
5760
5761# Define the identity of the package.
5762dnl Distinguish between old-style and new-style calls.
5763m4_ifval([$2],
5764[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5765 AC_SUBST([PACKAGE], [$1])dnl
5766 AC_SUBST([VERSION], [$2])],
5767[_AM_SET_OPTIONS([$1])dnl
5768 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
5769 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
5770
5771_AM_IF_OPTION([no-define],,
5772[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5773 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
5774
5775# Some tools Automake needs.
5776AC_REQUIRE([AM_SANITY_CHECK])dnl
5777AC_REQUIRE([AC_ARG_PROGRAM])dnl
5778AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
5779AM_MISSING_PROG(AUTOCONF, autoconf)
5780AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
5781AM_MISSING_PROG(AUTOHEADER, autoheader)
5782AM_MISSING_PROG(MAKEINFO, makeinfo)
5783AM_PROG_INSTALL_SH
5784AM_PROG_INSTALL_STRIP
5785AC_REQUIRE([AM_PROG_MKDIR_P])dnl
5786# We need awk for the "check" target.  The system "awk" is bad on
5787# some platforms.
5788AC_REQUIRE([AC_PROG_AWK])dnl
5789AC_REQUIRE([AC_PROG_MAKE_SET])dnl
5790AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5791_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
5792              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
5793                             [_AM_PROG_TAR([v7])])])
5794_AM_IF_OPTION([no-dependencies],,
5795[AC_PROVIDE_IFELSE([AC_PROG_CC],
5796                  [_AM_DEPENDENCIES(CC)],
5797                  [define([AC_PROG_CC],
5798                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5799AC_PROVIDE_IFELSE([AC_PROG_CXX],
5800                  [_AM_DEPENDENCIES(CXX)],
5801                  [define([AC_PROG_CXX],
5802                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5803])
5804])
5805m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5806_am_stamp_count=1
5807for _am_header in $config_headers :; do
5808  case $_am_header in
5809    $1 | $1:* )
5810      break ;;
5811    * )
5812      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5813  esac
5814done
5815echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
5816m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5817install_sh=${install_sh-"$am_aux_dir/install-sh"}
5818AC_SUBST(install_sh)])
5819m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5820mkdir .tst 2>/dev/null
5821if test -d .tst; then
5822  am__leading_dot=.
5823else
5824  am__leading_dot=_
5825fi
5826rmdir .tst 2>/dev/null
5827AC_SUBST([am__leading_dot])])
5828m4trace:/usr/share/aclocal-1.9/lex.m4:22: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
5829AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
5830AC_REQUIRE([AC_PROG_LEX])dnl
5831if test "$LEX" = :; then
5832  LEX=${am_missing_run}flex
5833fi])
5834m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5835cat > confinc << 'END'
5836am__doit:
5837        @echo done
5838.PHONY: am__doit
5839END
5840# If we don't find an include directive, just comment out the code.
5841AC_MSG_CHECKING([for style of include used by $am_make])
5842am__include="#"
5843am__quote=
5844_am_result=none
5845# First try GNU make style include.
5846echo "include confinc" > confmf
5847# We grep out `Entering directory' and `Leaving directory'
5848# messages which can occur if `w' ends up in MAKEFLAGS.
5849# In particular we don't look at `^make:' because GNU make might
5850# be invoked under some other name (usually "gmake"), in which
5851# case it prints its new name instead of `make'.
5852if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
5853   am__include=include
5854   am__quote=
5855   _am_result=GNU
5856fi
5857# Now try BSD make style include.
5858if test "$am__include" = "#"; then
5859   echo '.include "confinc"' > confmf
5860   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
5861      am__include=.include
5862      am__quote="\""
5863      _am_result=BSD
5864   fi
5865fi
5866AC_SUBST([am__include])
5867AC_SUBST([am__quote])
5868AC_MSG_RESULT([$_am_result])
5869rm -f confinc confmf
5870])
5871m4trace:/usr/share/aclocal-1.9/minuso.m4:28: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
5872AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5873# FIXME: we rely on the cache variable name because
5874# there is no other way.
5875set dummy $CC
5876ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
5877if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
5878   # Losing compiler, so override with the script.
5879   # FIXME: It is wrong to rewrite CC.
5880   # But if we don't then we get into trouble of one sort or another.
5881   # A longer-term fix would be to have automake use am__CC in this case,
5882   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5883   CC="$am_aux_dir/compile $CC"
5884fi
5885])
5886m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5887$1=${$1-"${am_missing_run}$2"}
5888AC_SUBST($1)])
5889m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5890test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
5891# Use eval to expand $SHELL
5892if eval "$MISSING --run true"; then
5893  am_missing_run="$MISSING --run "
5894else
5895  am_missing_run=
5896  AC_MSG_WARN([`missing' script is too old or missing])
5897fi
5898])
5899m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
5900  # We used to keeping the `.' as first argument, in order to
5901  # allow $(mkdir_p) to be used without argument.  As in
5902  #   $(mkdir_p) $(somedir)
5903  # where $(somedir) is conditionally defined.  However this is wrong
5904  # for two reasons:
5905  #  1. if the package is installed by a user who cannot write `.'
5906  #     make install will fail,
5907  #  2. the above comment should most certainly read
5908  #     $(mkdir_p) $(DESTDIR)$(somedir)
5909  #     so it does not work when $(somedir) is undefined and
5910  #     $(DESTDIR) is not.
5911  #  To support the latter case, we have to write
5912  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
5913  #  so the `.' trick is pointless.
5914  mkdir_p='mkdir -p --'
5915else
5916  # On NextStep and OpenStep, the `mkdir' command does not
5917  # recognize any option.  It will interpret all options as
5918  # directories to create, and then abort because `.' already
5919  # exists.
5920  for d in ./-p ./--version;
5921  do
5922    test -d $d && rmdir $d
5923  done
5924  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
5925  if test -f "$ac_aux_dir/mkinstalldirs"; then
5926    mkdir_p='$(mkinstalldirs)'
5927  else
5928    mkdir_p='$(install_sh) -d'
5929  fi
5930fi
5931AC_SUBST([mkdir_p])])
5932m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5933m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
5934m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5935m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5936m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5937   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
5938   ac_status=$?
5939   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
5940   (exit $ac_status); }])
5941m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5942# Just in case
5943sleep 1
5944echo timestamp > conftest.file
5945# Do `set' in a subshell so we don't clobber the current shell's
5946# arguments.  Must try -L first in case configure is actually a
5947# symlink; some systems play weird games with the mod time of symlinks
5948# (eg FreeBSD returns the mod time of the symlink's containing
5949# directory).
5950if (
5951   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
5952   if test "$[*]" = "X"; then
5953      # -L didn't work.
5954      set X `ls -t $srcdir/configure conftest.file`
5955   fi
5956   rm -f conftest.file
5957   if test "$[*]" != "X $srcdir/configure conftest.file" \
5958      && test "$[*]" != "X conftest.file $srcdir/configure"; then
5959
5960      # If neither matched, then we have a broken ls.  This can happen
5961      # if, for instance, CONFIG_SHELL is bash and it inherits a
5962      # broken ls alias from the environment.  This has actually
5963      # happened.  Such a system could not be considered "sane".
5964      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
5965alias in your environment])
5966   fi
5967
5968   test "$[2]" = conftest.file
5969   )
5970then
5971   # Ok.
5972   :
5973else
5974   AC_MSG_ERROR([newly created file is older than distributed files!
5975Check your system clock])
5976fi
5977AC_MSG_RESULT(yes)])
5978m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5979# Installed binaries are usually stripped using `strip' when the user
5980# run `make install-strip'.  However `strip' might not be the right
5981# tool to use in cross-compilation environments, therefore Automake
5982# will honor the `STRIP' environment variable to overrule this program.
5983dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5984if test "$cross_compiling" != no; then
5985  AC_CHECK_TOOL([STRIP], [strip], :)
5986fi
5987INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
5988AC_SUBST([INSTALL_STRIP_PROGRAM])])
5989m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
5990AM_MISSING_PROG([AMTAR], [tar])
5991m4_if([$1], [v7],
5992     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
5993     [m4_case([$1], [ustar],, [pax],,
5994              [m4_fatal([Unknown tar format])])
5995AC_MSG_CHECKING([how to create a $1 tar archive])
5996# Loop over all known methods to create a tar archive until one works.
5997_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5998_am_tools=${am_cv_prog_tar_$1-$_am_tools}
5999# Do not fold the above two line into one, because Tru64 sh and
6000# Solaris sh will not grok spaces in the rhs of `-'.
6001for _am_tool in $_am_tools
6002do
6003  case $_am_tool in
6004  gnutar)
6005    for _am_tar in tar gnutar gtar;
6006    do
6007      AM_RUN_LOG([$_am_tar --version]) && break
6008    done
6009    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6010    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6011    am__untar="$_am_tar -xf -"
6012    ;;
6013  plaintar)
6014    # Must skip GNU tar: if it does not support --format= it doesn't create
6015    # ustar tarball either.
6016    (tar --version) >/dev/null 2>&1 && continue
6017    am__tar='tar chf - "$$tardir"'
6018    am__tar_='tar chf - "$tardir"'
6019    am__untar='tar xf -'
6020    ;;
6021  pax)
6022    am__tar='pax -L -x $1 -w "$$tardir"'
6023    am__tar_='pax -L -x $1 -w "$tardir"'
6024    am__untar='pax -r'
6025    ;;
6026  cpio)
6027    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6028    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6029    am__untar='cpio -i -H $1 -d'
6030    ;;
6031  none)
6032    am__tar=false
6033    am__tar_=false
6034    am__untar=false
6035    ;;
6036  esac
6037
6038  # If the value was cached, stop now.  We just wanted to have am__tar
6039  # and am__untar set.
6040  test -n "${am_cv_prog_tar_$1}" && break
6041
6042  # tar/untar a dummy directory, and stop if the command works
6043  rm -rf conftest.dir
6044  mkdir conftest.dir
6045  echo GrepMe > conftest.dir/file
6046  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6047  rm -rf conftest.dir
6048  if test -s conftest.tar; then
6049    AM_RUN_LOG([$am__untar <conftest.tar])
6050    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6051  fi
6052done
6053rm -rf conftest.dir
6054
6055AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6056AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6057AC_SUBST([am__tar])
6058AC_SUBST([am__untar])
6059])
6060m4trace:Scripts/m4/cppunit.m4:77: -1- AC_DEFUN([AM_PATH_CPPUNIT], [
6061
6062AC_ARG_WITH(cppunit-prefix,[  --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)],
6063            cppunit_config_prefix="$withval", cppunit_config_prefix="")
6064AC_ARG_WITH(cppunit-exec-prefix,[  --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)],
6065            cppunit_config_exec_prefix="$withval", cppunit_config_exec_prefix="")
6066
6067  if test x$cppunit_config_exec_prefix != x ; then
6068     cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
6069     if test x${CPPUNIT_CONFIG+set} != xset ; then
6070        CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
6071     fi
6072  fi
6073  if test x$cppunit_config_prefix != x ; then
6074     cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
6075     if test x${CPPUNIT_CONFIG+set} != xset ; then
6076        CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
6077     fi
6078  fi
6079
6080  AC_PATH_PROG(CPPUNIT_CONFIG, cppunit-config, no)
6081  cppunit_version_min=$1
6082
6083  AC_MSG_CHECKING(for Cppunit - version >= $cppunit_version_min)
6084  no_cppunit=""
6085  if test "$CPPUNIT_CONFIG" = "no" ; then
6086    no_cppunit=yes
6087  else
6088    CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
6089    CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
6090    cppunit_version=`$CPPUNIT_CONFIG --version`
6091
6092    cppunit_major_version=`echo $cppunit_version | \
6093           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6094    cppunit_minor_version=`echo $cppunit_version | \
6095           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6096    cppunit_micro_version=`echo $cppunit_version | \
6097           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6098
6099    cppunit_major_min=`echo $cppunit_version_min | \
6100           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6101    cppunit_minor_min=`echo $cppunit_version_min | \
6102           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6103    cppunit_micro_min=`echo $cppunit_version_min | \
6104           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6105
6106    cppunit_version_proper=`expr \
6107        $cppunit_major_version \> $cppunit_major_min \| \
6108        $cppunit_major_version \= $cppunit_major_min \& \
6109        $cppunit_minor_version \> $cppunit_minor_min \| \
6110        $cppunit_major_version \= $cppunit_major_min \& \
6111        $cppunit_minor_version \= $cppunit_minor_min \& \
6112        $cppunit_micro_version \>= $cppunit_micro_min `
6113
6114    if test "$cppunit_version_proper" = "1" ; then
6115      AC_MSG_RESULT([$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version])
6116    else
6117      AC_MSG_RESULT(no)
6118      no_cppunit=yes
6119    fi
6120  fi
6121
6122  if test "x$no_cppunit" = x ; then
6123     ifelse([$2], , :, [$2])     
6124  else
6125     CPPUNIT_CFLAGS=""
6126     CPPUNIT_LIBS=""
6127     ifelse([$3], , :, [$3])
6128  fi
6129
6130  AC_SUBST(CPPUNIT_CFLAGS)
6131  AC_SUBST(CPPUNIT_LIBS)
6132])
6133m4trace:acinclude.m4:143: -1- AC_DEFUN([AC_CHECK_FT2], [dnl
6134dnl Get the cflags and libraries from the freetype-config script
6135dnl
6136AC_ARG_WITH(ft-prefix,
6137[  --with-ft-prefix=PREFIX
6138                          Prefix where FreeType is installed (optional)],
6139            ft_config_prefix="$withval", ft_config_prefix="")
6140AC_ARG_WITH(ft-exec-prefix,
6141[  --with-ft-exec-prefix=PREFIX
6142                          Exec prefix where FreeType is installed (optional)],
6143            ft_config_exec_prefix="$withval", ft_config_exec_prefix="")
6144AC_ARG_ENABLE(freetypetest,
6145[  --disable-freetypetest  Do not try to compile and run
6146                          a test FreeType program],
6147              [], enable_fttest=yes)
6148
6149if test x$ft_config_exec_prefix != x ; then
6150  ft_config_args="$ft_config_args --exec-prefix=$ft_config_exec_prefix"
6151  if test x${FT2_CONFIG+set} != xset ; then
6152    FT2_CONFIG=$ft_config_exec_prefix/bin/freetype-config
6153  fi
6154fi
6155if test x$ft_config_prefix != x ; then
6156  ft_config_args="$ft_config_args --prefix=$ft_config_prefix"
6157  if test x${FT2_CONFIG+set} != xset ; then
6158    FT2_CONFIG=$ft_config_prefix/bin/freetype-config
6159  fi
6160fi
6161AC_PATH_PROG(FT2_CONFIG, freetype-config, no)
6162
6163min_ft_version=ifelse([$1], ,9.1.0,$1)
6164AC_MSG_CHECKING(for FreeType - version >= $min_ft_version)
6165no_ft=""
6166if test "$FT2_CONFIG" = "no" ; then
6167  no_ft=yes
6168else
6169  FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
6170  FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
6171  ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
6172         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6173  ft_config_minor_version=`$FT2_CONFIG $ft_config_args --version | \
6174         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6175  ft_config_micro_version=`$FT2_CONFIG $ft_config_args --version | \
6176         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6177  ft_min_major_version=`echo $min_ft_version | \
6178         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
6179  ft_min_minor_version=`echo $min_ft_version | \
6180         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
6181  ft_min_micro_version=`echo $min_ft_version | \
6182         sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
6183  if test x$enable_fttest = xyes ; then
6184    ft_config_is_lt=""
6185    if test $ft_config_major_version -lt $ft_min_major_version ; then
6186      ft_config_is_lt=yes
6187    else
6188      if test $ft_config_major_version -eq $ft_min_major_version ; then
6189        if test $ft_config_minor_version -lt $ft_min_minor_version ; then
6190          ft_config_is_lt=yes
6191        else
6192          if test $ft_config_minor_version -eq $ft_min_minor_version ; then
6193            if test $ft_config_micro_version -lt $ft_min_micro_version ; then
6194              ft_config_is_lt=yes
6195            fi
6196          fi
6197        fi
6198      fi
6199    fi
6200    if test x$ft_config_is_lt = xyes ; then
6201      no_ft=yes
6202    else
6203      ac_save_CFLAGS="$CFLAGS"
6204      ac_save_LIBS="$LIBS"
6205      CFLAGS="$CFLAGS $FT2_CFLAGS"
6206      LIBS="$FT2_LIBS $LIBS"
6207dnl
6208dnl Sanity checks for the results of freetype-config to some extent
6209dnl
6210      AC_TRY_RUN([
6211#include <ft2build.h>
6212#include FT_FREETYPE_H
6213#include <stdio.h>
6214#include <stdlib.h>
6215
6216int
6217main()
6218{
6219  FT_Library library;
6220  FT_Error error;
6221
6222  error = FT_Init_FreeType(&library);
6223
6224  if (error)
6225    return 1;
6226  else
6227  {
6228    FT_Done_FreeType(library);
6229    return 0;
6230  }
6231}
6232],, no_ft=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
6233      CFLAGS="$ac_save_CFLAGS"
6234      LIBS="$ac_save_LIBS"
6235    fi             # test $ft_config_version -lt $ft_min_version
6236  fi               # test x$enable_fttest = xyes
6237fi                 # test "$FT2_CONFIG" = "no"
6238if test x$no_ft = x ; then
6239   AC_MSG_RESULT(yes)
6240   ifelse([$2], , :, [$2])
6241else
6242   AC_MSG_RESULT(no)
6243   if test "$FT2_CONFIG" = "no" ; then
6244     echo "*** The freetype-config script installed by FreeType 2 could not be found."
6245     echo "*** If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in"
6246     echo "*** your path, or set the FT2_CONFIG environment variable to the"
6247     echo "*** full path to freetype-config."
6248   else
6249     if test x$ft_config_is_lt = xyes ; then
6250       echo "*** Your installed version of the FreeType 2 library is too old."
6251       echo "*** If you have different versions of FreeType 2, make sure that"
6252       echo "*** correct values for --with-ft-prefix or --with-ft-exec-prefix"
6253       echo "*** are used, or set the FT2_CONFIG environment variable to the"
6254       echo "*** full path to freetype-config."
6255     else
6256       echo "*** The FreeType test program failed to run.  If your system uses"
6257       echo "*** shared libraries and they are installed outside the normal"
6258       echo "*** system library path, make sure the variable LD_LIBRARY_PATH"
6259       echo "*** (or whatever is appropiate for your system) is correctly set."
6260     fi
6261   fi
6262   FT2_CFLAGS=""
6263   FT2_LIBS=""
6264   ifelse([$3], , :, [$3])
6265fi
6266AC_SUBST(FT2_CFLAGS)
6267AC_SUBST(FT2_LIBS)
6268])
6269m4trace:acinclude.m4:159: -1- AC_DEFUN([OGRE_USE_STLPORT], [AC_ARG_WITH(stlport,
6270             AC_HELP_STRING([--with-stlport=PATH],
6271                           [the path to STLPort.]),
6272             ac_cv_use_stlport=$withval,
6273             ac_cv_use_stlport=no)
6274 AC_CACHE_CHECK([whether to use STLPort], ac_cv_use_stlport,
6275                ac_cv_use_stlport=no)
6276 if test x$ac_cv_use_stlport != xno; then
6277     STLPORT_CFLAGS="-I$ac_cv_use_stlport/stlport"
6278     STLPORT_LIBS="-L$ac_cv_use_stlport/lib -lstlport"
6279 fi
6280 AC_SUBST(STLPORT_CFLAGS)
6281 AC_SUBST(STLPORT_LIBS)
6282])
6283m4trace:acinclude.m4:203: -1- AC_DEFUN([OGRE_GET_PLATFORM], [OGRE_PLATFORM=GLX
6284 AC_ARG_WITH(platform,
6285             AC_HELP_STRING([--with-platform=PLATFORM],
6286                            [the platform to build, currently GLX or Win32]),
6287             OGRE_PLATFORM=$withval,
6288             OGRE_PLATFORM=GLX)
6289
6290  PLATFORM_CFLAGS=""
6291  PLATFORM_LIBS=""
6292
6293  dnl Do the extra checks per type here
6294  case $OGRE_PLATFORM in
6295    GLX)
6296      AC_CHECK_HEADERS([X11/Intrinsic.h],, [AC_MSG_ERROR("libxt headers not found")])
6297      AC_CHECK_HEADERS([X11/Xaw/Command.h],, [AC_MSG_ERROR("libxaw headers not found")])
6298      AC_CHECK_HEADERS([X11/extensions/xf86vmode.h],, [AC_MSG_ERROR("libxf86vm headers not found")],[#include <X11/Xlib.h>])
6299      AC_CHECK_HEADERS([X11/extensions/Xrandr.h],, [AC_MSG_ERROR("libxrandr headers not found")],[#include <X11/Xlib.h>])
6300      AC_PATH_X
6301      if test x"$x_includes" != x; then
6302        if test x"$x_includes" != xNONE; then
6303          PLATFORM_CFLAGS="-I$x_includes"
6304        fi
6305      fi
6306      if test x"$x_libraries" != x; then
6307        if test x"$x_libraries" != xNONE; then
6308          PLATFORM_LIBS="-L$x_libraries -lX11 -lXaw"
6309        fi
6310      dnl In case of xorg 7.x, $x_libraries is empty
6311      else
6312        PLATFORM_LIBS="-lX11 -lXaw"
6313      fi
6314    ;;
6315    Win32)
6316      PLATFORM_CFLAGS=""
6317      PLATFORM_LIBS="-lgdi32 -lwinmm -ldinput8 -ldxguid"
6318    ;;
6319  esac
6320
6321  AC_SUBST(PLATFORM_CFLAGS)
6322  AC_SUBST(PLATFORM_LIBS)
6323  AC_SUBST(OGRE_PLATFORM)
6324])
6325m4trace:acinclude.m4:254: -1- AC_DEFUN([OGRE_GET_GLSUPPORT], [OGRE_GLSUPPORT=none
6326 AC_ARG_WITH(gl-support,
6327             AC_HELP_STRING([--with-gl-support=PLATFORM],
6328                            [ 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.]),
6329             OGRE_GLSUPPORT=$withval,
6330             OGRE_GLSUPPORT=none)
6331
6332  if test "$OGRE_GLSUPPORT" = "none" ; then
6333    OGRE_GLSUPPORT="$OGRE_PLATFORM"
6334    AC_MSG_NOTICE([setting gl-support to platform: $OGRE_GLSUPPORT])
6335  fi
6336  if test "$OGRE_GLSUPPORT" = "Win32" ; then
6337    # Uppercase/lowercase
6338    OGRE_GLSUPPORT=win32
6339  fi
6340
6341  GLSUPPORT_CFLAGS=""
6342  GLSUPPORT_LIBS=""
6343
6344  dnl Do the extra checks per type here
6345  case $OGRE_GLSUPPORT in
6346    GLX)
6347        AC_PATH_X
6348        if test x"$x_includes" != x; then
6349          if test x"$x_includes" != xNONE; then
6350            GLSUPPORT_CFLAGS="-I$x_includes"
6351          fi
6352        fi
6353        if test x"$x_libraries" != x; then
6354          if test x"$x_libraries" != xNONE; then
6355            GLSUPPORT_LIBS="-L$x_libraries -lX11 -lXext -lGL -lXrandr -lXxf86vm"
6356          fi
6357        dnl In case of xorg 7.x $x_libraries might be empty
6358        else
6359          GLSUPPORT_LIBS="-lX11 -lXext -lGL -lXrandr -lXxf86vm"
6360        fi
6361    ;;
6362    win32)
6363        GLSUPPORT_CFLAGS=""
6364        GLSUPPORT_LIBS="-lgdi32 -lwinmm"
6365    ;;
6366  esac
6367
6368  AC_SUBST(GLSUPPORT_CFLAGS)
6369  AC_SUBST(GLSUPPORT_LIBS)
6370  AC_SUBST(OGRE_GLSUPPORT)
6371  AC_CONFIG_FILES([RenderSystems/GL/src/GLX/Makefile
6372                   RenderSystems/GL/src/win32/Makefile])
6373])
6374m4trace:acinclude.m4:282: -1- AC_DEFUN([OGRE_SETUP_FOR_TARGET], [case $host in
6375*-*-cygwin* | *-*-mingw* | *-*-pw32*)
6376        AC_SUBST(SHARED_FLAGS, "-shared -no-undefined -Xlinker --export-all-symbols")
6377        AC_SUBST(PLUGIN_FLAGS, "-shared -no-undefined -avoid-version")
6378        AC_SUBST(GL_LIBS, "-lopengl32 -lglu32")
6379        AC_CHECK_TOOL(RC, windres)
6380        nt=true
6381;;
6382*-*-darwin*)
6383        AC_SUBST(SHARED_FLAGS, "-shared")
6384        AC_SUBST(PLUGIN_FLAGS, "-shared -avoid-version")
6385        AC_SUBST(GL_LIBS, "-lGL -lGLU")
6386        osx=true
6387;;
6388 *) dnl default to standard linux
6389        AC_SUBST(SHARED_FLAGS, "-shared")
6390        AC_SUBST(PLUGIN_FLAGS, "-shared -avoid-version")
6391        AC_SUBST(GL_LIBS, "-lGL -lGLU")
6392        linux=true
6393;;
6394esac
6395dnl you must arrange for every AM_conditional to run every time configure runs
6396AM_CONDITIONAL(OGRE_NT, test x$nt = xtrue)
6397AM_CONDITIONAL(OGRE_LINUX, test x$linux = xtrue)
6398AM_CONDITIONAL(OGRE_OSX,test x$osx = xtrue )
6399])
6400m4trace:acinclude.m4:299: -1- AC_DEFUN([OGRE_DETECT_ENDIAN], [AC_TRY_RUN([
6401                int main()
6402                {
6403                        short s = 1;
6404                        short* ptr = &s;
6405                        unsigned char c = *((char*)ptr);
6406                        return c;
6407                }
6408        ]
6409        ,[AC_DEFINE(OGRE_CONFIG_BIG_ENDIAN,,[Big endian machine])
6410          OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_CONFIG_BIG_ENDIAN"]
6411        ,[AC_DEFINE(OGRE_CONFIG_LITTLE_ENDIAN,,[Little endian machine])
6412          OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_CONFIG_LITTLE_ENDIAN"])
6413])
6414m4trace:acinclude.m4:324: -1- AC_DEFUN([OGRE_CHECK_OPENEXR], [AC_ARG_ENABLE(openexr,
6415              AC_HELP_STRING([--enable-openexr],
6416                             [Build the OpenEXR plugin]),
6417              [build_exr=$enableval],
6418              [build_exr=no])
6419
6420if test "x$build_exr" = "xyes" ; then
6421        PKG_CHECK_MODULES(OPENEXR, OpenEXR, [build_exr=yes], [build_exr=no])
6422
6423        if test "x$build_exr" = "xyes" ; then
6424                AC_CONFIG_FILES([ PlugIns/EXRCodec/Makefile \
6425                                         PlugIns/EXRCodec/src/Makefile \
6426                                         PlugIns/EXRCodec/include/Makefile])
6427                AC_SUBST(OPENEXR_CFLAGS)
6428                AC_SUBST(OPENEXR_LIBS)
6429
6430        fi
6431
6432fi
6433
6434AM_CONDITIONAL(BUILD_EXRPLUGIN, test x$build_exr = xyes)
6435
6436])
6437m4trace:acinclude.m4:348: -1- AC_DEFUN([OGRE_CHECK_CG], [AC_ARG_ENABLE(cg,
6438              AC_HELP_STRING([--disable-cg],
6439                             [Do not build the Cg plugin (recommended you do so!)]),
6440              [build_cg=$enableval],
6441              [build_cg=yes])
6442
6443if test "x$build_cg" = "xyes" ; then
6444        AC_CHECK_LIB(Cg, cgCreateProgram,,AC_MSG_ERROR([
6445        ****************************************************************
6446        * You do not have the nVidia Cg libraries installed.           *
6447        * Go to http://developer.nvidia.com/object/cg_toolkit.html     *
6448        * (Click on Cg_Linux.tar.gz).                                  *
6449        * You can disable the building of Cg support by providing      *       
6450        * --disable-cg to this configure script but this is highly     *
6451        * discouraged as this breaks many of the examples.             *
6452        ****************************************************************])
6453        )
6454fi
6455
6456AM_CONDITIONAL(BUILD_CGPLUGIN, test x$build_cg = xyes)
6457
6458])
6459m4trace:acinclude.m4:354: -1- AC_DEFUN([OGRE_CHECK_CPPUNIT], [
6460AM_PATH_CPPUNIT([1.10.0], [build_unit_tests=true])
6461AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$build_unit_tests = xtrue])
6462])
6463m4trace:acinclude.m4:366: -1- AC_DEFUN([OGRE_CHECK_DX9], [AC_ARG_ENABLE(direct3d,
6464              AC_HELP_STRING([--enable-direct3d],
6465                             [Build the DirectX 9 Render System]),
6466              [build_dx9=$enableval],
6467              [build_dx9=no])
6468
6469AM_CONDITIONAL(BUILD_DX9RENDERSYSTEM, test x$build_dx9 = xyes)
6470
6471])
6472m4trace:acinclude.m4:395: -1- AC_DEFUN([OGRE_CHECK_FREEIMAGE], [AC_ARG_ENABLE(freeimage,
6473              AC_HELP_STRING([--disable-freeimage],
6474                             [Don't use FreeImage for image loading. This is not recommended unless you provide your own image loading codecs.]),
6475              [build_freeimage=$enableval],
6476              [build_freeimage=yes])
6477
6478
6479AM_CONDITIONAL(USE_FREEIMAGE, test x$build_freeimage = xyes)
6480
6481if test "x$build_freeimage" = "xyes" ; then
6482        AC_CHECK_LIB(freeimage, FreeImage_Load,,AC_MSG_ERROR([
6483****************************************************************
6484* You do not have FreeImage installed.  This is required.      *
6485* You may find it at http://freeimage.sourceforge.net/.        *
6486* Note: You can also provide --disable-freeimage to the build  *
6487* process to build without it. This is an advanced option      *
6488* useful only if you provide your own image loading codecs.    *
6489****************************************************************]), -lstdc++)
6490        AC_DEFINE([OGRE_NO_FREEIMAGE], [0], [Do not use freeimage to load images])
6491else
6492        AC_DEFINE([OGRE_NO_FREEIMAGE], [1], [Load images using the freeimage library])
6493        OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_NO_FREEIMAGE"
6494fi
6495
6496
6497])
6498m4trace:acinclude.m4:428: -1- AC_DEFUN([OGRE_CHECK_DEVIL], [AC_ARG_ENABLE(devil,
6499              AC_HELP_STRING([--disable-devil],
6500                             [Don't use DevIL for image loading. This is not recommended unless you provide your own image loading codecs.]),
6501              [build_il=$enableval],
6502              [build_il=yes])
6503
6504AM_CONDITIONAL(USE_DEVIL, test x$build_il = xyes && test x$build_freeimage = xno)
6505
6506if test "x$build_freeimage" = "xyes"; then
6507    AC_MSG_NOTICE([Freeimage is being built, disabling check for DevIL.])
6508    [build_il=no]
6509        AC_DEFINE([OGRE_NO_DEVIL], [1], [Build devil])
6510else
6511if test "x$build_il" = "xyes"; then
6512        AC_CHECK_LIB(IL, ilInit,,AC_MSG_ERROR([
6513****************************************************************
6514* You do not have DevIL installed.  This is required to build. *
6515* You may find it at http://openil.sourceforge.net/.           *
6516* Note: You can also provide --disable-devil to the build      *
6517* process to build without DevIL. This is an advanced option   *
6518* useful only if you provide your own image loading codecs.    *
6519****************************************************************]))
6520        AC_CHECK_LIB(ILU, iluFlipImage)
6521        AC_DEFINE([OGRE_NO_DEVIL], [0], [Build devil])
6522else
6523        AC_DEFINE([OGRE_NO_DEVIL], [1], [Build devil])
6524fi
6525fi
6526
6527])
6528m4trace:acinclude.m4:444: -1- AC_DEFUN([OGRE_CHECK_PIC], [
6529AC_MSG_CHECKING([whether -fPIC is needed])
6530    case $host in
6531        x86_64-*)
6532            CXXFLAGS="$CXXFLAGS -fPIC"
6533            AC_MSG_RESULT(yes)
6534        ;;
6535        *)
6536            AC_MSG_RESULT(no)
6537        ;;
6538    esac
6539])
6540m4trace:acinclude.m4:463: -1- AC_DEFUN([OGRE_CHECK_CEGUI], [
6541    PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0,
6542            [build_cegui_sample=true], [build_cegui_sample=false])
6543    if test x$build_cegui_sample = xtrue; then
6544        AC_CONFIG_FILES([Samples/Common/CEGUIRenderer/Makefile \
6545                         Samples/Common/CEGUIRenderer/CEGUI-OGRE.pc
6546                         Samples/Common/CEGUIRenderer/src/Makefile \
6547                         Samples/Common/CEGUIRenderer/include/Makefile \
6548                         Samples/Gui/Makefile \
6549                         Samples/Gui/src/Makefile])
6550        AC_SUBST(CEGUI_CFLAGS)
6551        AC_SUBST(CEGUI_LIBS)
6552        AC_MSG_RESULT([CEGUI available, Gui and FacialAnimation samples will be built])
6553    else
6554        AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built])
6555    fi
6556    AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
6557])
6558m4trace:acinclude.m4:484: -1- AC_DEFUN([OGRE_CHECK_DOUBLE], [
6559AC_ARG_ENABLE(double,
6560              AC_HELP_STRING([--enable-double],
6561                             [Build OGRE in double floating point precision mode. This is not recommended for normal use as it is slower.]),
6562              [build_double=$enableval],
6563              [build_double=no])
6564AC_MSG_CHECKING([whether to use double floating point precision])
6565        case $build_double in
6566        yes)
6567                        AC_DEFINE([OGRE_DOUBLE_PRECISION], [1], [Build with double precision])
6568                        OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_DOUBLE_PRECISION"
6569                        AC_MSG_RESULT(yes)
6570        ;;
6571        *)
6572                        AC_DEFINE([OGRE_DOUBLE_PRECISION], [0], [Build with single precision])
6573                        AC_MSG_RESULT(no)
6574        ;;
6575    esac
6576])
6577m4trace:acinclude.m4:509: -1- AC_DEFUN([OGRE_CHECK_THREADING], [
6578AC_ARG_ENABLE(threading,
6579              AC_HELP_STRING([--enable-threading],
6580                             [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.]),
6581              [build_threads=$enableval],
6582              [build_threads=no])
6583    case $build_threads in
6584        yes)
6585            AC_DEFINE([OGRE_THREAD_SUPPORT], [1], [Build with thread support])
6586            OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_THREAD_SUPPORT"
6587            # Check for the C++ Boost library
6588            AC_CHECK_LIB(boost_thread, main, OGRE_THREAD_LIBS="-lboost_thread", [
6589                AC_CHECK_LIB(boost_thread-mt, main, OGRE_THREAD_LIBS="-lboost_thread-mt", [
6590                    AC_MSG_ERROR([You need the C++ boost libraries.])])])
6591        ;;
6592        *)
6593            AC_DEFINE([OGRE_THREAD_SUPPORT], [0], [Build with thread support])
6594            OGRE_THREAD_LIBS=""
6595            AC_MSG_RESULT(no)
6596        ;;
6597    esac
6598    AC_SUBST(OGRE_THREAD_LIBS)
6599])
6600m4trace:acinclude.m4:541: -1- AC_DEFUN([OGRE_BUILD_DEMOS], [
6601    AC_ARG_ENABLE(ogre_demos,
6602        AC_HELP_STRING([--disable-ogre-demos],
6603            [Do not build Ogre demos (CEGUI Renderer - if enabled/disabled, is not affected by this]),
6604            [build_ogre_demos=$enableval], [build_ogre_demos=yes])
6605
6606    if test "x$build_ogre_demos" = "xyes" ; then
6607        PKG_CHECK_MODULES(OIS, OIS >= 1.0.0, [ois_found=yes],[ois_found=no])
6608        AC_SUBST(OIS_CFLAGS)
6609        AC_SUBST(OIS_LIBS)
6610
6611        if test "x$ois_found" = "xyes" ; then
6612           AC_MSG_NOTICE([*** Ogre Demos will be built ***])
6613        else
6614          build_ogre_demos=no
6615          AC_MSG_NOTICE([
6616****************************************************************
6617* You do not have OIS installed.  This is required to build    *
6618* Ogre demos. You may find it at:                              *
6619* http://www.sourceforge.net/projects/wgois.                   *
6620* If you do not want to build the demos, you can safely ignore *
6621* this.                                                        *
6622****************************************************************])
6623        fi
6624    else
6625        build_ogre_demos=no
6626        AC_MSG_NOTICE([*** Building of Ogre demos disabled ***])
6627    fi
6628
6629    AM_CONDITIONAL([OGRE_BUILDING_DEMOS], [test x$build_ogre_demos = xyes])
6630])
6631m4trace:acinclude.m4:589: -1- AC_DEFUN([OGRE_CHECK_GUI], [
6632    AC_ARG_WITH([gui],
6633        AC_HELP_STRING([--with-gui=type], [Select the GUI type to use for dialogs (win32, gtk, Xt) (default: auto)]),
6634        [with_gui=${withval}], [with_gui=auto])
6635
6636    #remove any old files
6637    rm -f OgreMain/src/OgreConfigDialog.lo OgreMain/src/OgreErrorDialog.lo
6638
6639    # Prefer win32, then gtk, then Xt
6640    if test "x$with_gui" == "xauto" && test "x$OGRE_PLATFORM" == "xWIN32"; then
6641        with_gui=win32
6642    fi
6643
6644    if test "x$with_gui" == "xauto" || test "x$with_gui" == "xgtk"; then
6645        PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0, [with_gui=gtk], [
6646            if test "x$with_gui" == "xgtk"; then
6647                AC_MSG_ERROR([You chose gtk for the GUI but gtk is not available.])
6648            fi
6649        ])
6650    fi
6651
6652    if test "x$with_gui" == "xauto"; then
6653        with_gui=Xt
6654    fi
6655
6656    if test "x$with_gui" == "xwin32"; then
6657        OGRE_GUI=WIN32
6658    elif test "x$with_gui" == "xgtk"; then
6659        OGRE_GUI=gtk
6660    elif test "x$with_gui" == "xXt"; then
6661        OGRE_GUI=GLX
6662        PLATFORM_LIBS="$PLATFORM_LIBS -lXt -lSM -lICE"
6663    else
6664        AC_MSG_ERROR([The GUI dialogs for $with_gui are not available.])
6665    fi
6666
6667    # Add the OGRE_GUI_xxx flag to compiler command line
6668    PLATFORM_CFLAGS="$PLATFORM_CFLAGS -DOGRE_GUI_$OGRE_GUI"
6669    # And export it to client applications as well
6670    OGRE_CFLAGS="$OGRE_CFLAGS -DOGRE_GUI_$OGRE_GUI"
6671
6672    AC_SUBST(OGRE_GUI)
6673    AC_SUBST(GTK_CFLAGS)
6674    AC_SUBST(GTK_LIBS)
6675])
6676m4trace:acinclude.m4:595: -1- AC_DEFUN([OGRE_PLATFORM_AND_GUI], [AM_CONDITIONAL(SAME_PLATFORM_AND_GUI, test "x$OGRE_PLATFORM" = "x$OGRE_GUI")
6677])
6678m4trace:acinclude.m4:611: -1- AC_DEFUN([OGRE_CHECK_SSE], [
6679AC_MSG_CHECKING(whether to use SSE)
6680case $target_cpu in
6681        i386 | i486 | i586 | i686 | x86_64 | amd64)
6682                build_sse=yes
6683        ;;
6684        *)
6685                build_sse=no
6686        ;;
6687esac
6688AC_MSG_RESULT($build_sse)
6689AM_CONDITIONAL(OGRE_BUILD_SSE, test x$build_sse = xyes)
6690])
6691m4trace:configure.in:3: -1- AC_INIT([OGRE], [1.4.5])
6692m4trace:configure.in:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
6693m4trace:configure.in:3: -1- m4_pattern_forbid([_AC_])
6694m4trace:configure.in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6695m4trace:configure.in:3: -1- m4_pattern_allow([^AS_FLAGS$])
6696m4trace:configure.in:3: -1- m4_pattern_forbid([^_?m4_])
6697m4trace:configure.in:3: -1- m4_pattern_forbid([^dnl$])
6698m4trace:configure.in:3: -1- m4_pattern_forbid([^_?AS_])
6699m4trace:configure.in:3: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
6700m4trace:configure.in:3: -1- AC_SUBST([PATH_SEPARATOR])
6701m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
6702m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
6703m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
6704m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
6705m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
6706m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE])
6707m4trace:configure.in:3: -1- AC_SUBST([prefix], [NONE])
6708m4trace:configure.in:3: -1- AC_SUBST([program_transform_name], [s,x,x,])
6709m4trace:configure.in:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
6710m4trace:configure.in:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
6711m4trace:configure.in:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
6712m4trace:configure.in:3: -1- AC_SUBST([datadir], ['${prefix}/share'])
6713m4trace:configure.in:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
6714m4trace:configure.in:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
6715m4trace:configure.in:3: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
6716m4trace:configure.in:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
6717m4trace:configure.in:3: -1- AC_SUBST([includedir], ['${prefix}/include'])
6718m4trace:configure.in:3: -1- AC_SUBST([oldincludedir], ['/usr/include'])
6719m4trace:configure.in:3: -1- AC_SUBST([infodir], ['${prefix}/info'])
6720m4trace:configure.in:3: -1- AC_SUBST([mandir], ['${prefix}/man'])
6721m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
6722m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
6723#undef PACKAGE_NAME])
6724m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
6725m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
6726#undef PACKAGE_TARNAME])
6727m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
6728m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
6729#undef PACKAGE_VERSION])
6730m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
6731m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
6732#undef PACKAGE_STRING])
6733m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
6734m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
6735#undef PACKAGE_BUGREPORT])
6736m4trace:configure.in:3: -1- AC_SUBST([build_alias])
6737m4trace:configure.in:3: -1- AC_SUBST([host_alias])
6738m4trace:configure.in:3: -1- AC_SUBST([target_alias])
6739m4trace:configure.in:3: -1- AC_SUBST([DEFS])
6740m4trace:configure.in:3: -1- AC_SUBST([ECHO_C])
6741m4trace:configure.in:3: -1- AC_SUBST([ECHO_N])
6742m4trace:configure.in:3: -1- AC_SUBST([ECHO_T])
6743m4trace:configure.in:3: -1- AC_SUBST([LIBS])
6744m4trace:configure.in:5: -1- AC_CANONICAL_HOST
6745m4trace:configure.in:5: -1- AC_SUBST([build], [$ac_cv_build])
6746m4trace:configure.in:5: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6747m4trace:configure.in:5: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6748m4trace:configure.in:5: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6749m4trace:configure.in:5: -1- AC_SUBST([host], [$ac_cv_host])
6750m4trace:configure.in:5: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6751m4trace:configure.in:5: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6752m4trace:configure.in:5: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6753m4trace:configure.in:5: -1- AC_SUBST([target], [$ac_cv_target])
6754m4trace:configure.in:5: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6755m4trace:configure.in:5: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6756m4trace:configure.in:5: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6757m4trace:configure.in:9: -1- AM_INIT_AUTOMAKE([OGRE], [1.4.5])
6758m4trace:configure.in:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6759m4trace:configure.in:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6760m4trace:configure.in:9: -1- AM_AUTOMAKE_VERSION([1.9.5])
6761m4trace:configure.in:9: -1- AC_PROG_INSTALL
6762m4trace:configure.in:9: -1- AC_SUBST([INSTALL_PROGRAM])
6763m4trace:configure.in:9: -1- AC_SUBST([INSTALL_SCRIPT])
6764m4trace:configure.in:9: -1- AC_SUBST([INSTALL_DATA])
6765m4trace:configure.in:9: -1- AC_SUBST([CYGPATH_W])
6766m4trace:configure.in:9: -1- AC_SUBST([PACKAGE], [OGRE])
6767m4trace:configure.in:9: -1- AC_SUBST([VERSION], [1.4.5])
6768m4trace:configure.in:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6769 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6770m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([no-define])
6771m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
6772m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
6773#undef PACKAGE])
6774m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
6775m4trace:configure.in:9: -1- AH_OUTPUT([VERSION], [/* Version number of package */
6776#undef VERSION])
6777m4trace:configure.in:9: -1- AM_SANITY_CHECK
6778m4trace:configure.in:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6779m4trace:configure.in:9: -1- AM_MISSING_HAS_RUN
6780m4trace:configure.in:9: -1- AM_AUX_DIR_EXPAND
6781m4trace:configure.in:9: -1- AC_SUBST([ACLOCAL])
6782m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6783m4trace:configure.in:9: -1- AC_SUBST([AUTOCONF])
6784m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6785m4trace:configure.in:9: -1- AC_SUBST([AUTOMAKE])
6786m4trace:configure.in:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6787m4trace:configure.in:9: -1- AC_SUBST([AUTOHEADER])
6788m4trace:configure.in:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6789m4trace:configure.in:9: -1- AC_SUBST([MAKEINFO])
6790m4trace:configure.in:9: -1- AM_PROG_INSTALL_SH
6791m4trace:configure.in:9: -1- AC_SUBST([install_sh])
6792m4trace:configure.in:9: -1- AM_PROG_INSTALL_STRIP
6793m4trace:configure.in:9: -1- AC_SUBST([STRIP])
6794m4trace:configure.in:9: -1- AC_SUBST([ac_ct_STRIP])
6795m4trace:configure.in:9: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
6796m4trace:configure.in:9: -1- AM_PROG_MKDIR_P
6797m4trace:configure.in:9: -1- AC_SUBST([mkdir_p])
6798m4trace:configure.in:9: -1- AC_PROG_AWK
6799m4trace:configure.in:9: -1- AC_SUBST([AWK])
6800m4trace:configure.in:9: -1- AC_PROG_MAKE_SET
6801m4trace:configure.in:9: -1- AC_SUBST([SET_MAKE])
6802m4trace:configure.in:9: -1- AM_SET_LEADING_DOT
6803m4trace:configure.in:9: -1- AC_SUBST([am__leading_dot])
6804m4trace:configure.in:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6805                             [_AM_PROG_TAR([v7])])])
6806m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([tar-ustar])
6807m4trace:configure.in:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6808m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([tar-pax])
6809m4trace:configure.in:9: -1- _AM_PROG_TAR([v7])
6810m4trace:configure.in:9: -1- AM_MISSING_PROG([AMTAR], [tar])
6811m4trace:configure.in:9: -1- AC_SUBST([AMTAR])
6812m4trace:configure.in:9: -1- AC_SUBST([am__tar])
6813m4trace:configure.in:9: -1- AC_SUBST([am__untar])
6814m4trace:configure.in:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6815                  [_AM_DEPENDENCIES(CC)],
6816                  [define([AC_PROG_CC],
6817                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6818AC_PROVIDE_IFELSE([AC_PROG_CXX],
6819                  [_AM_DEPENDENCIES(CXX)],
6820                  [define([AC_PROG_CXX],
6821                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6822])
6823m4trace:configure.in:9: -2- _AM_MANGLE_OPTION([no-dependencies])
6824m4trace:configure.in:10: -1- AC_CONFIG_HEADERS([OgreMain/include/config.h])
6825m4trace:configure.in:13: -1- AC_PROG_CC
6826m4trace:configure.in:13: -1- AC_SUBST([CC])
6827m4trace:configure.in:13: -1- AC_SUBST([CFLAGS])
6828m4trace:configure.in:13: -1- AC_SUBST([LDFLAGS])
6829m4trace:configure.in:13: -1- AC_SUBST([CPPFLAGS])
6830m4trace:configure.in:13: -1- AC_SUBST([CC])
6831m4trace:configure.in:13: -1- AC_SUBST([ac_ct_CC])
6832m4trace:configure.in:13: -1- AC_SUBST([CC])
6833m4trace:configure.in:13: -1- AC_SUBST([ac_ct_CC])
6834m4trace:configure.in:13: -1- AC_SUBST([CC])
6835m4trace:configure.in:13: -1- AC_SUBST([CC])
6836m4trace:configure.in:13: -1- AC_SUBST([ac_ct_CC])
6837m4trace:configure.in:13: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
6838m4trace:configure.in:13: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
6839m4trace:configure.in:13: -1- _AM_DEPENDENCIES([CC])
6840m4trace:configure.in:13: -1- AM_SET_DEPDIR
6841m4trace:configure.in:13: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
6842m4trace:configure.in:13: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6843m4trace:configure.in:13: -1- AM_MAKE_INCLUDE
6844m4trace:configure.in:13: -1- AC_SUBST([am__include])
6845m4trace:configure.in:13: -1- AC_SUBST([am__quote])
6846m4trace:configure.in:13: -1- AM_DEP_TRACK
6847m4trace:configure.in:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6848m4trace:configure.in:13: -1- AC_SUBST([AMDEP_TRUE])
6849m4trace:configure.in:13: -1- AC_SUBST([AMDEP_FALSE])
6850m4trace:configure.in:13: -1- AC_SUBST([AMDEPBACKSLASH])
6851m4trace:configure.in:13: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
6852m4trace:configure.in:13: -1- AM_CONDITIONAL([am__fastdepCC], [
6853  test "x$enable_dependency_tracking" != xno \
6854  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6855m4trace:configure.in:13: -1- AC_SUBST([am__fastdepCC_TRUE])
6856m4trace:configure.in:13: -1- AC_SUBST([am__fastdepCC_FALSE])
6857m4trace:configure.in:14: -1- AC_PROG_CXX
6858m4trace:configure.in:14: -1- AC_SUBST([CXX])
6859m4trace:configure.in:14: -1- AC_SUBST([CXXFLAGS])
6860m4trace:configure.in:14: -1- AC_SUBST([LDFLAGS])
6861m4trace:configure.in:14: -1- AC_SUBST([CPPFLAGS])
6862m4trace:configure.in:14: -1- AC_SUBST([CXX])
6863m4trace:configure.in:14: -1- AC_SUBST([ac_ct_CXX])
6864m4trace:configure.in:14: -1- _AM_DEPENDENCIES([CXX])
6865m4trace:configure.in:14: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
6866m4trace:configure.in:14: -1- AM_CONDITIONAL([am__fastdepCXX], [
6867  test "x$enable_dependency_tracking" != xno \
6868  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6869m4trace:configure.in:14: -1- AC_SUBST([am__fastdepCXX_TRUE])
6870m4trace:configure.in:14: -1- AC_SUBST([am__fastdepCXX_FALSE])
6871m4trace:configure.in:15: -1- AM_PROG_CC_C_O
6872m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([NO_MINUS_C_MINUS_O])
6873m4trace:configure.in:15: -1- AH_OUTPUT([NO_MINUS_C_MINUS_O], [/* Define to 1 if your C compiler doesn\'t accept -c and -o together. */
6874#undef NO_MINUS_C_MINUS_O])
6875m4trace:configure.in:16: -1- AC_PROG_INSTALL
6876m4trace:configure.in:16: -1- AC_SUBST([INSTALL_PROGRAM])
6877m4trace:configure.in:16: -1- AC_SUBST([INSTALL_SCRIPT])
6878m4trace:configure.in:16: -1- AC_SUBST([INSTALL_DATA])
6879m4trace:configure.in:17: -1- AC_PROG_YACC
6880m4trace:configure.in:17: -1- AC_SUBST([YACC])
6881m4trace:configure.in:18: -1- AM_PROG_LEX
6882m4trace:configure.in:18: -1- AC_PROG_LEX
6883m4trace:configure.in:18: -1- AC_SUBST([LEX])
6884m4trace:configure.in:18: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
6885m4trace:configure.in:18: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
6886m4trace:configure.in:18: -1- AC_SUBST([LEXLIB])
6887m4trace:configure.in:18: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
6888m4trace:configure.in:18: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
6889m4trace:configure.in:18: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
6890   `char[]\'. */
6891#undef YYTEXT_POINTER])
6892m4trace:configure.in:21: -1- OGRE_SETUP_FOR_TARGET
6893m4trace:configure.in:21: -1- AC_SUBST([SHARED_FLAGS], ["-shared -no-undefined -Xlinker --export-all-symbols"])
6894m4trace:configure.in:21: -1- AC_SUBST([PLUGIN_FLAGS], ["-shared -no-undefined -avoid-version"])
6895m4trace:configure.in:21: -1- AC_SUBST([GL_LIBS], ["-lopengl32 -lglu32"])
6896m4trace:configure.in:21: -1- AC_SUBST([RC])
6897m4trace:configure.in:21: -1- AC_SUBST([ac_ct_RC])
6898m4trace:configure.in:21: -1- AC_SUBST([SHARED_FLAGS], ["-shared"])
6899m4trace:configure.in:21: -1- AC_SUBST([PLUGIN_FLAGS], ["-shared -avoid-version"])
6900m4trace:configure.in:21: -1- AC_SUBST([GL_LIBS], ["-lGL -lGLU"])
6901m4trace:configure.in:21: -1- AC_SUBST([SHARED_FLAGS], ["-shared"])
6902m4trace:configure.in:21: -1- AC_SUBST([PLUGIN_FLAGS], ["-shared -avoid-version"])
6903m4trace:configure.in:21: -1- AC_SUBST([GL_LIBS], ["-lGL -lGLU"])
6904m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_NT], [test x$nt = xtrue])
6905m4trace:configure.in:21: -1- AC_SUBST([OGRE_NT_TRUE])
6906m4trace:configure.in:21: -1- AC_SUBST([OGRE_NT_FALSE])
6907m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_LINUX], [test x$linux = xtrue])
6908m4trace:configure.in:21: -1- AC_SUBST([OGRE_LINUX_TRUE])
6909m4trace:configure.in:21: -1- AC_SUBST([OGRE_LINUX_FALSE])
6910m4trace:configure.in:21: -1- AM_CONDITIONAL([OGRE_OSX], [test x$osx = xtrue ])
6911m4trace:configure.in:21: -1- AC_SUBST([OGRE_OSX_TRUE])
6912m4trace:configure.in:21: -1- AC_SUBST([OGRE_OSX_FALSE])
6913m4trace:configure.in:23: -1- AC_DISABLE_STATIC
6914m4trace:configure.in:23: -1- AC_ENABLE_STATIC([no])
6915m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6916You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6917autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6918/usr/share/aclocal/libtool.m4:1822: AC_ENABLE_STATIC is expanded from...
6919/usr/share/aclocal/libtool.m4:1831: AC_DISABLE_STATIC is expanded from...
6920configure.in:23: the top level])
6921m4trace:configure.in:24: -1- AC_PROG_LIBTOOL
6922m4trace:configure.in:24: -1- _AC_PROG_LIBTOOL
6923m4trace:configure.in:24: -1- AC_LIBTOOL_SETUP
6924m4trace:configure.in:24: -1- AC_ENABLE_SHARED
6925m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6926You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6927autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6928/usr/share/aclocal/libtool.m4:1783: AC_ENABLE_SHARED is expanded from...
6929configure.in:24: AC_ENABLE_SHARED is required by...
6930/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6931configure.in:24: AC_LIBTOOL_SETUP is required by...
6932/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6933configure.in:24: _AC_PROG_LIBTOOL is required by...
6934/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6935configure.in:24: the top level])
6936m4trace:configure.in:24: -1- AC_ENABLE_FAST_INSTALL
6937m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6938You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6939autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6940/usr/share/aclocal/libtool.m4:1861: AC_ENABLE_FAST_INSTALL is expanded from...
6941configure.in:24: AC_ENABLE_FAST_INSTALL is required by...
6942/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6943configure.in:24: AC_LIBTOOL_SETUP is required by...
6944/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6945configure.in:24: _AC_PROG_LIBTOOL is required by...
6946/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6947configure.in:24: the top level])
6948m4trace:configure.in:24: -1- AC_PROG_LD
6949m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6950You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6951autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6952/usr/share/aclocal/libtool.m4:2058: AC_PROG_LD is expanded from...
6953configure.in:24: AC_PROG_LD is required by...
6954/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6955configure.in:24: AC_LIBTOOL_SETUP is required by...
6956/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6957configure.in:24: _AC_PROG_LIBTOOL is required by...
6958/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6959configure.in:24: the top level])
6960m4trace:configure.in:24: -1- LT_AC_PROG_SED
6961m4trace:configure.in:24: -1- AC_PROG_LD_GNU
6962m4trace:configure.in:24: -1- AC_PROG_EGREP
6963m4trace:configure.in:24: -1- AC_SUBST([EGREP])
6964m4trace:configure.in:24: -1- AC_PROG_LD_RELOAD_FLAG
6965m4trace:configure.in:24: -1- AC_PROG_NM
6966m4trace:configure.in:24: -1- AC_PROG_LN_S
6967m4trace:configure.in:24: -1- AC_SUBST([LN_S], [$as_ln_s])
6968m4trace:configure.in:24: -1- AC_DEPLIBS_CHECK_METHOD
6969m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6970m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6971m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6972m4trace:configure.in:24: -1- AC_LIBTOOL_OBJDIR
6973m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
6974m4trace:configure.in:24: -1- _LT_AC_PROG_ECHO_BACKSLASH
6975m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([
6976# Check that we are running under the correct shell.
6977SHELL=${CONFIG_SHELL-/bin/sh}
6978
6979case X$ECHO in
6980X*--fallback-echo)
6981  # Remove one level of quotation (which was required for Make).
6982  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6983  ;;
6984esac
6985
6986echo=${ECHO-echo}
6987if test "X[$]1" = X--no-reexec; then
6988  # Discard the --no-reexec flag, and continue.
6989  shift
6990elif test "X[$]1" = X--fallback-echo; then
6991  # Avoid inline document here, it may be left over
6992  :
6993elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6994  # Yippee, $echo works!
6995  :
6996else
6997  # Restart under the correct shell.
6998  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6999fi
7000
7001if test "X[$]1" = X--fallback-echo; then
7002  # used as fallback echo
7003  shift
7004  cat <<EOF
7005[$]*
7006EOF
7007  exit 0
7008fi
7009
7010# The HP-UX ksh and POSIX shell print the target directory to stdout
7011# if CDPATH is set.
7012if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
7013
7014if test -z "$ECHO"; then
7015if test "X${echo_test_string+set}" != Xset; then
7016# find a string as large as possible, as long as the shell can cope with it
7017  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7018    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7019    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
7020       echo_test_string="`eval $cmd`" &&
7021       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7022    then
7023      break
7024    fi
7025  done
7026fi
7027
7028if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7029   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7030   test "X$echo_testing_string" = "X$echo_test_string"; then
7031  :
7032else
7033  # The Solaris, AIX, and Digital Unix default echo programs unquote
7034  # backslashes.  This makes it impossible to quote backslashes using
7035  #   echo "$something" | sed 's/\\/\\\\/g'
7036  #
7037  # So, first we look for a working echo in the user's PATH.
7038
7039  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7040  for dir in $PATH /usr/ucb; do
7041    IFS="$lt_save_ifs"
7042    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7043       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7044       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7045       test "X$echo_testing_string" = "X$echo_test_string"; then
7046      echo="$dir/echo"
7047      break
7048    fi
7049  done
7050  IFS="$lt_save_ifs"
7051
7052  if test "X$echo" = Xecho; then
7053    # We didn't find a better echo, so look for alternatives.
7054    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7055       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7056       test "X$echo_testing_string" = "X$echo_test_string"; then
7057      # This shell has a builtin print -r that does the trick.
7058      echo='print -r'
7059    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7060         test "X$CONFIG_SHELL" != X/bin/ksh; then
7061      # If we have ksh, try running configure again with it.
7062      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7063      export ORIGINAL_CONFIG_SHELL
7064      CONFIG_SHELL=/bin/ksh
7065      export CONFIG_SHELL
7066      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7067    else
7068      # Try using printf.
7069      echo='printf %s\n'
7070      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7071         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7072         test "X$echo_testing_string" = "X$echo_test_string"; then
7073        # Cool, printf works
7074        :
7075      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7076           test "X$echo_testing_string" = 'X\t' &&
7077           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7078           test "X$echo_testing_string" = "X$echo_test_string"; then
7079        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7080        export CONFIG_SHELL
7081        SHELL="$CONFIG_SHELL"
7082        export SHELL
7083        echo="$CONFIG_SHELL [$]0 --fallback-echo"
7084      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7085           test "X$echo_testing_string" = 'X\t' &&
7086           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7087           test "X$echo_testing_string" = "X$echo_test_string"; then
7088        echo="$CONFIG_SHELL [$]0 --fallback-echo"
7089      else
7090        # maybe with a smaller string...
7091        prev=:
7092
7093        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7094          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7095          then
7096            break
7097          fi
7098          prev="$cmd"
7099        done
7100
7101        if test "$prev" != 'sed 50q "[$]0"'; then
7102          echo_test_string=`eval $prev`
7103          export echo_test_string
7104          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7105        else
7106          # Oops.  We lost completely, so just stick with echo.
7107          echo=echo
7108        fi
7109      fi
7110    fi
7111  fi
7112fi
7113fi
7114
7115# Copy echo and quote the copy suitably for passing to libtool from
7116# the Makefile, instead of quoting the original, which is used later.
7117ECHO=$echo
7118if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7119   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7120fi
7121
7122AC_SUBST(ECHO)
7123])
7124m4trace:configure.in:24: -1- AC_SUBST([ECHO])
7125m4trace:configure.in:24: -1- AC_SUBST([AR])
7126m4trace:configure.in:24: -1- AC_SUBST([ac_ct_AR])
7127m4trace:configure.in:24: -1- AC_SUBST([RANLIB])
7128m4trace:configure.in:24: -1- AC_SUBST([ac_ct_RANLIB])
7129m4trace:configure.in:24: -1- AC_SUBST([STRIP])
7130m4trace:configure.in:24: -1- AC_SUBST([ac_ct_STRIP])
7131m4trace:configure.in:24: -1- AC_PATH_MAGIC
7132m4trace:configure.in:24: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7133m4trace:configure.in:24: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7134m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7135You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
7136autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
7137/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7138configure.in:24: AC_LIBTOOL_SETUP is required by...
7139/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7140configure.in:24: _AC_PROG_LIBTOOL is required by...
7141/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7142configure.in:24: the top level])
7143m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7144You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
7145autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
7146/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7147configure.in:24: AC_LIBTOOL_SETUP is required by...
7148/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7149configure.in:24: _AC_PROG_LIBTOOL is required by...
7150/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7151configure.in:24: the top level])
7152m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_C_CONFIG
7153m4trace:configure.in:24: -1- _LT_AC_LANG_C_CONFIG
7154m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [])
7155m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
7156m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7157m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7158m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7159m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7160m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7161m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7162m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7163m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
7164m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
7165m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7166m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7167m4trace: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, )=])
7168m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7169m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7170m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7171m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7172m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7173m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7174m4trace: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"])
7175m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7176m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7177m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7178m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7179m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7180m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7181m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7182m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7183m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7184m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7185m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7186m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7187m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7188m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7190m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7191m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7192m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7193m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7194m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7195m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7196m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7197m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7198m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7199m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7200m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7201m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7202m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7203m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7204m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7205m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7206m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7207m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7208m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7209m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7210m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7211m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7212m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7213m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7214m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7215m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7216m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7217m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7218m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7219m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7220m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7221m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7222m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7223m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7224m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7225m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7226m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7227m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7228m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7229m4trace: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
7230     "" | " "*) ;;
7231     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7232     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7233     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7234m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7235m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7236m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7237m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7238m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7239m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7240m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7241m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7242m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7243m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7244m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7245m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([])
7246m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7247m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7248m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7249m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7250m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7251m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7252m4trace:configure.in:24: -1- _LT_AC_LOCK
7253m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7254You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
7255autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
7256autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
7257/usr/share/aclocal/libtool.m4:560: _LT_AC_LOCK is expanded from...
7258configure.in:24: _LT_AC_LOCK is required by...
7259/usr/share/aclocal/libtool.m4:991: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7260/usr/share/aclocal/libtool.m4:2609: _LT_AC_LANG_C_CONFIG is expanded from...
7261/usr/share/aclocal/libtool.m4:2472: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7262/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7263configure.in:24: AC_LIBTOOL_SETUP is required by...
7264/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7265configure.in:24: _AC_PROG_LIBTOOL is required by...
7266/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7267configure.in:24: the top level])
7268m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7269m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7270m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7271m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7272m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7273m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7274m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7275m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7276m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7277m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7278m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7279m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7280m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7281m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7282m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7283m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7284m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7285m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7286m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7287m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7288m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7289m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7290m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7291m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7292m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7293m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7294m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7295m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7296m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7297m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7298m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7299m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7300m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7301m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7302m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7303m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7304m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7305m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7306m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7307m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7308m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7309m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7310m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7311m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7312m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7313m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7314m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7315m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7316m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7317m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7318m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7319m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7320m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7321m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7322m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7323m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7324m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7325m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7326m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7327m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7328m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7329m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7330m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7331m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7332m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7333m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7334m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7335m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7336m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7337m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7338m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7339m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7340m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7341m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7342m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7343m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7344m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7345m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7346m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7347m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7348m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7349m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7350m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7351m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7352m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7353m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7354m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7355m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7356m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7357m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7358m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7359m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7360m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7361m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7362m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7363m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7364m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7365m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7366m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7367m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7368m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7369m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7370m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7371m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7372m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7373m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7374m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7375m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7376m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7377m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7378m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7379m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7380m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7381m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7382m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7383m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7384m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7385m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7386m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7387m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7388m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7389m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7390m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7391m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7392m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7393m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7394m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7395m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7396m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7398m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7399m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7400m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7401m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7402m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7403m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7404m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7405m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7406m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7407m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7408m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7409m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7410m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7411m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7412m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7413m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7414m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7415m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7416m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7417m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7418m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7419m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7420m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7421m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7422m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7423m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7424m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7425m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7426m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7427m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7428m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7429m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7430m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7431m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7432m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7433m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7434m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7435m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7436m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7437m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7438m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7439m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7440m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7441m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7442m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7443m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7444m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7445m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7446m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7447m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7448m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7449m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7450m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7451m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7452m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7453m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7454m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7455m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7456m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7457m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7458m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7459m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7460m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7461m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7462m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7463m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7464m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7465m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7466m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7467m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7468m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7469m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7470m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7471m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7472m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7473m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7474m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7475m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7476m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7477m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7478m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7479m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7480m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7481m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7482m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7483m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7484m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7485m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7486m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7487m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7488m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7489m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7490m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7491m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7492m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7493m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7494m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7495m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7496m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7497m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7498m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [])
7499m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7500m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7501m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7502m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7503m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7504m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7505m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7506m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7507m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7508m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7509m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7510m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7511m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7512m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7513m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7514m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7515m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7516m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7517m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7518m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7519m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7520m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7521m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
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_shlibpath_var], [])
7525m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7526m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7527m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7528m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7529m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7530m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7531m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7532m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7533m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7534m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7535m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [])
7536m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7537m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7538m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7539m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7540m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7541m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7542m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7543m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7544m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7545m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var ])
7546m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7547m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7548m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7549m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7550m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7551m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7552m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7553m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7554m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7555m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
7556m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([])
7557m4trace:configure.in:24: -1- _LT_AC_CHECK_DLFCN
7558m4trace:configure.in:24: -1- AC_CHECK_HEADERS([dlfcn.h])
7559m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
7560#undef HAVE_DLFCN_H])
7561m4trace:configure.in:24: -1- AC_HEADER_STDC
7562m4trace:configure.in:24: -1- AC_PROG_CPP
7563m4trace:configure.in:24: -1- AC_SUBST([CPP])
7564m4trace:configure.in:24: -1- AC_SUBST([CPPFLAGS])
7565m4trace:configure.in:24: -1- AC_SUBST([CPP])
7566m4trace:configure.in:24: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
7567m4trace:configure.in:24: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
7568#undef STDC_HEADERS])
7569m4trace:configure.in:24: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7570                  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
7571m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
7572#undef HAVE_SYS_TYPES_H])
7573m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
7574#undef HAVE_SYS_STAT_H])
7575m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
7576#undef HAVE_STDLIB_H])
7577m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
7578#undef HAVE_STRING_H])
7579m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
7580#undef HAVE_MEMORY_H])
7581m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
7582#undef HAVE_STRINGS_H])
7583m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
7584#undef HAVE_INTTYPES_H])
7585m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
7586#undef HAVE_STDINT_H])
7587m4trace:configure.in:24: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
7588#undef HAVE_UNISTD_H])
7589m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
7590    lt_cv_dlopen="dyld"
7591    lt_cv_dlopen_libs=
7592    lt_cv_dlopen_self=yes
7593    ])
7594m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
7595              [lt_cv_dlopen="dlopen"],
7596          [AC_CHECK_LIB([dl], [dlopen],
7597                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
7598            [AC_CHECK_LIB([svld], [dlopen],
7599                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7600              [AC_CHECK_LIB([dld], [dld_link],
7601                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7602              ])
7603            ])
7604          ])
7605        ])
7606m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
7607                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7608              [AC_CHECK_LIB([dld], [dld_link],
7609                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7610              ])
7611            ])
7612m4trace:configure.in:24: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
7613                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7614              ])
7615m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7616m4trace: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])
7617m4trace: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])
7618m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7619m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7620m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7621m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7622m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7623m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7624m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7625m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7626m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7627m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7628m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7629m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7630m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7631m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7632m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7633m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([])
7634m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [])
7635m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [])
7636m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [])
7637m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7638m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7639m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7640m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7641m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7642m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7643m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7644m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7645m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7646m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7647m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [])
7648m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [])
7649m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [])
7650m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [])
7651m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7652m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7653m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7654m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7655m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7656m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7657m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7658m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7659m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7660m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7661m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7662m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7663m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7664m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7665m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7666m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7667m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7668m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7669m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7670m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7671m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7672m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7673m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7674m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7675m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7676m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7677m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7678m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7679m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [])
7680m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [])
7681m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [])
7682m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7683m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7684m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7685m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7686m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7687m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7688m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7689m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7690m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7691m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7692m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7693m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [])
7694m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7695m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [])
7696m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7697m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [])
7698m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [])
7699m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [])
7700m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [])
7701m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7702m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7703m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7704m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [])
7705m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7706m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7707m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7708m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7709m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7710m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7711m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7712m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7713m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7714m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7715m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7716m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7717m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [])
7718m4trace:configure.in:24: -1- _LT_AC_TAGCONFIG
7719m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7720You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
7721autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
7722/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7723/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7724configure.in:24: AC_LIBTOOL_SETUP is required by...
7725/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7726configure.in:24: _AC_PROG_LIBTOOL is required by...
7727/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7728configure.in:24: the top level])
7729m4trace: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/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7730/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7731configure.in:24: AC_LIBTOOL_SETUP is required by...
7732/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7733configure.in:24: _AC_PROG_LIBTOOL is required by...
7734/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7735configure.in:24: the top level])
7736m4trace: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/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7737/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7738configure.in:24: AC_LIBTOOL_SETUP is required by...
7739/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7740configure.in:24: _AC_PROG_LIBTOOL is required by...
7741/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7742configure.in:24: the top level])
7743m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7744m4trace:configure.in:24: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7745m4trace:configure.in:24: -1- AC_SUBST([CXXCPP])
7746m4trace:configure.in:24: -1- AC_SUBST([CPPFLAGS])
7747m4trace:configure.in:24: -1- AC_SUBST([CXXCPP])
7748m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7749m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7750m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7751m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7752m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7753m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7754m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7755m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7756m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7757m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7758m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7759m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7760m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7761m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7762m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7763m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7764m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7765m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7766m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7767m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7768m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
7769m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7770m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7771m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [CXX])
7772m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
7773m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
7774m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7775m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7776m4trace:configure.in:24: -1- AC_PROG_LD
7777m4trace:configure.in:24: -1- AC_PROG_LD_GNU
7778m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7779m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7780m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7781m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7782m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7783m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7784m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7785m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7786m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7787m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7788m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7789m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7790m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7791m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7792m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7793m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7794m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7795m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7796m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7797m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7798m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7799m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7800m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7801m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7802m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7803m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7804m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
7805m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7806m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7807m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7808m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7809m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7810m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7811m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7812m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7813m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7814m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7815m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7816m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7817m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7818m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7819m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7820m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7821m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7822m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7823m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7824m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7825m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7826m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7827m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7828m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7829m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7830m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7831m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7832m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7833m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7834m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7835m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7836m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7837m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7838m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7839m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7840m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7841m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7842m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7843m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7844m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7845m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7846m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7847m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7848m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7849m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7850m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7851m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7852m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7853m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7854m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7855m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7856m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7857m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7858m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7859m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7860m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7861m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7862m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7863m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7864m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7865m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7866m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7867m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7868m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7869m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7870m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7871m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7872m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7873m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7874m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7875m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7876m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7877m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7878m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7879m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7880m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7881m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7882m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7883m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7884m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7885m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7886m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7887m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7888m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7889m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7890m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7891m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7892m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7893m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7894m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7895m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7896m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7897m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7898m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7899m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7900m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7901m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7902m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7903m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7904m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7905m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7906m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7907m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7908m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7909m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7910m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7911m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7912m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7913m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7914m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7915m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7916m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7917m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7918m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7919m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7920m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7921m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7922m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7923m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7924m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7925m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7926m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7927m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7928m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7929m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7930m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7931m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7932m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7933m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7934m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7935m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7936m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7937m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7938m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
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([hardcode_shlibpath_var], [CXX])
7943m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7944m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7945m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7946m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7947m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7948m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7949m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7950m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7951m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7952m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7953m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7954m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7955m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7956m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7957m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7958m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7959m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7960m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7961m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7962m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [CXX])
7963m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
7964m4trace:configure.in:24: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7965m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7966m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7967m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7968m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7969m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7970m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7971m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7972m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7973m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7974m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7975m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7976m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7977m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7978m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7979m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7980m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7981m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7982m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7983m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7984m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7985m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7986m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7987m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7988m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7989m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7990m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7991m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7992m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7993m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7994m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7995m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7996m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7997m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7998m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7999m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8000m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8001m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8002m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8003m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8004m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8005m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8006m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8007m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8008m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8009m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8010m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8011m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8012m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8013m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8014m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8015m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8016m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8017m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8018m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8019m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8020m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8021m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8022m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8023m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8024m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8025m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8026m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8027m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8028m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8029m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8030m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8031m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8032m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8033m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8034m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8035m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
8036m4trace: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
8037     "" | " "*) ;;
8038     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8039     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8040     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8041m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8042m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8043m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8044m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8045m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8046m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8047m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8048m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8049m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8050m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8051m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8052m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8053m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8054m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8055m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8056m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8057m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8058m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8059m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8060m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8061m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8062m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8063m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8064m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8065m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8066m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8067m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [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([ld_shlibs], [CXX])
8071m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8072m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8073m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8074m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8075m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8076m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8077m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8078m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8079m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8080m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8081m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8082m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8083m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8084m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8085m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8086m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8087m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var CXX])
8088m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8089m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8090m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8091m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8092m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8093m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8094m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8095m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8096m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8097m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
8098m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
8099m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
8100    lt_cv_dlopen="dyld"
8101    lt_cv_dlopen_libs=
8102    lt_cv_dlopen_self=yes
8103    ])
8104m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
8105              [lt_cv_dlopen="dlopen"],
8106          [AC_CHECK_LIB([dl], [dlopen],
8107                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
8108            [AC_CHECK_LIB([svld], [dlopen],
8109                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8110              [AC_CHECK_LIB([dld], [dld_link],
8111                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8112              ])
8113            ])
8114          ])
8115        ])
8116m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
8117                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8118              [AC_CHECK_LIB([dld], [dld_link],
8119                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8120              ])
8121            ])
8122m4trace:configure.in:24: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
8123                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8124              ])
8125m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8126m4trace: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])
8127m4trace: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])
8128m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([CXX])
8129m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
8130m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [CXX])
8131m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
8132m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8133m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8134m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8135m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8136m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8137m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8138m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8139m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8140m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8141m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8142m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8143m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8144m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
8145m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8146m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8147m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8148m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8149m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8150m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8151m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8152m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8153m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8154m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8155m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8156m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8157m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8158m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8159m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8160m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8161m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8162m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8163m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8164m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8165m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8166m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8167m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8168m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8169m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8170m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8171m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8172m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8173m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8174m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [CXX])
8175m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [CXX])
8176m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [CXX])
8177m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8178m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8179m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [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_no_builtin_flag], [CXX])
8182m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8183m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8184m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8185m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8186m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8187m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8188m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8190m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8191m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8192m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8193m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8194m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [CXX])
8195m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8196m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8197m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8198m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8199m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8200m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8201m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8202m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8203m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8204m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8205m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8206m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8207m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8208m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8209m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8210m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8211m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8212m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8213m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_F77_CONFIG
8214m4trace:configure.in:24: -1- _LT_AC_LANG_F77_CONFIG([F77])
8215m4trace:configure.in:24: -1- AC_SUBST([F77])
8216m4trace:configure.in:24: -1- AC_SUBST([FFLAGS])
8217m4trace:configure.in:24: -1- AC_SUBST([LDFLAGS])
8218m4trace:configure.in:24: -1- AC_SUBST([F77])
8219m4trace:configure.in:24: -1- AC_SUBST([ac_ct_F77])
8220m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8221m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8222m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8223m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8224m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8225m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8226m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8227m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8228m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8229m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8230m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8231m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8232m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8233m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8234m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8235m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8236m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8237m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8238m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [F77])
8239m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
8240m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8241m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8242m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [F77])
8243m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8244m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8245m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8246m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8247m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8248m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8249m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8250m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8251m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8252m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8253m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8254m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8255m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8256m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8257m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8258m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8259m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8260m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8261m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8262m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8263m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8264m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8265m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8266m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8267m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8268m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8269m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8270m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8271m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8272m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8273m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8274m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8275m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8276m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8277m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8278m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8279m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8280m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8281m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8282m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8283m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8284m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8285m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8286m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8287m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8288m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8289m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8290m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8291m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8292m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8293m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8294m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8295m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8296m4trace: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
8297     "" | " "*) ;;
8298     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8299     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8300     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8301m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8302m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8303m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8304m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8305m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8306m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8307m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8308m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8309m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8310m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8311m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8312m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8313m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8314m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8315m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8316m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8317m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8318m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8319m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8320m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8321m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8322m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8323m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8324m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8325m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8326m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8327m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8328m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8329m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8330m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8331m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8332m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8333m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8334m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8335m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8336m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8337m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8338m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8339m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8340m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8341m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8342m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8343m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8344m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8345m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8346m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8347m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8348m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8349m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8350m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8351m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8352m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8353m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8354m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8355m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8356m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8357m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8358m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8359m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8360m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8361m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8362m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8363m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8364m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8365m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8366m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8367m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8368m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8369m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8370m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8371m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8372m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8373m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8374m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8375m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8376m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8377m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8378m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8379m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8380m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8381m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8382m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [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([hardcode_minus_L], [F77])
8387m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8388m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8389m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8390m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8391m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8392m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8393m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8394m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8395m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8396m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8397m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8398m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8399m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8400m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8401m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8402m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8403m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8404m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8405m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8406m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8407m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8408m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8409m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8410m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8411m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8412m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8413m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8414m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8415m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8416m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8417m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8418m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8419m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8420m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8421m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8422m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8423m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8424m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8425m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8426m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8427m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8428m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8429m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8430m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8431m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8432m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8433m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8434m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8435m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8436m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8437m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8438m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8439m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8440m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8441m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8442m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8443m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8444m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8445m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8446m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8447m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8448m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8449m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8450m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8451m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8452m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8453m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8454m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8455m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8456m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8457m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8458m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8459m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8460m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8461m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8462m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8463m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8464m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8465m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8466m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8467m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8468m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8469m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8470m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8471m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8472m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8473m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8474m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8475m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8476m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8477m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8478m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8479m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8480m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8481m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8482m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8483m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8484m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8485m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8486m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8487m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8488m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8489m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8490m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8491m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8492m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8493m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8494m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8495m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8496m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8497m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8498m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8499m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8500m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8501m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8502m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8503m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8504m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8505m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8506m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8507m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8508m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8509m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8510m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8511m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8512m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8513m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8514m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8515m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8516m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8517m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8518m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8519m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8520m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8521m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8522m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8523m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8524m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8525m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8526m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8527m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8528m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8529m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8530m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8531m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8532m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8533m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8534m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8535m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8536m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8537m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8538m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8539m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8540m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8541m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8542m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8543m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8544m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8545m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8546m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8547m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8548m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8549m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8550m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8551m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8552m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8553m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8554m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8555m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8556m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8557m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8558m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8559m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8560m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8561m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8562m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8563m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8564m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8565m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8566m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8567m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8568m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8569m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8570m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8571m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8572m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8573m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8574m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8575m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8576m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8577m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8578m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8579m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8580m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8581m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8582m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8583m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8584m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8585m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8586m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8587m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8588m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8589m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8590m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8591m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8592m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8593m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8594m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8595m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8596m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var F77])
8597m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8598m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8599m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8600m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8601m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8602m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8603m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8604m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8605m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8606m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
8607m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([F77])
8608m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8609m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [F77])
8610m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8611m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8612m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8613m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8614m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8615m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8616m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8617m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8618m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8619m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8620m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8621m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8622m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8623m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [F77])
8624m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [F77])
8625m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8626m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8627m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8628m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8629m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8630m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8631m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8632m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8633m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8634m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8635m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8636m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8637m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8638m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8639m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8640m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8641m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8642m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8643m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8644m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8645m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8646m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8647m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8648m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8649m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8650m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8651m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8652m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8653m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [F77])
8654m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [F77])
8655m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [F77])
8656m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8657m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8658m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8659m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8660m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8661m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8662m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8663m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8664m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8665m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8666m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8667m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8668m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8669m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8670m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8671m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8672m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8673m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [F77])
8674m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [F77])
8675m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8676m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8677m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8678m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8679m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8680m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8681m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8682m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8683m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8684m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8685m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8686m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8687m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8688m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8689m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8690m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8691m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8692m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8693m4trace:configure.in:24: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8694m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8695You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8696/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8697/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8698/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8699/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8700configure.in:24: AC_LIBTOOL_SETUP is required by...
8701/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8702configure.in:24: _AC_PROG_LIBTOOL is required by...
8703/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8704configure.in:24: the top level])
8705m4trace:configure.in:24: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8706and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8707/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8708/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8709/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8710/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8711configure.in:24: AC_LIBTOOL_SETUP is required by...
8712/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8713configure.in:24: _AC_PROG_LIBTOOL is required by...
8714/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8715configure.in:24: the top level])
8716m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [GCJ])
8717m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
8718m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8719m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8720m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8721m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8722m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8723m4trace: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"])
8724m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8725m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8726m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8727m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8728m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8729m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8730m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8731m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8732m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8733m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8734m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8735m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8736m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8737m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8738m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8739m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8740m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8741m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8742m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8743m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8744m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8745m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8746m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8747m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8748m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8749m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8750m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8751m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8752m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8753m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8754m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8755m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8756m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8757m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8758m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8759m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8760m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8761m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8762m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8763m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8764m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8765m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8766m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8767m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8768m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8769m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8770m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8771m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8772m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8773m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8774m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8775m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8776m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8777m4trace:configure.in:24: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8778m4trace: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
8779     "" | " "*) ;;
8780     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8781     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8782     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8783m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8784m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8785m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8786m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8787m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8788m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8789m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8790m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8791m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8792m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8793m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8794m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8795m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8796m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8797m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8798m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8799m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8800m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8801m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8802m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8803m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8804m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8805m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8806m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8807m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8808m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8809m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8810m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8811m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8812m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8813m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8814m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8815m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8816m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8817m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8818m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8819m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8820m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8821m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8822m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8823m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8824m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8825m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8826m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8827m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8828m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8829m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8830m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8831m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8832m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8833m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8834m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8835m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8836m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8837m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8838m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8839m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8840m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8841m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8842m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8843m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8844m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8845m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8846m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8847m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8848m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8849m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8850m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8851m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8852m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8853m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8854m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8855m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8856m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8857m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8858m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8859m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8860m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8861m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8862m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8863m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8864m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8865m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8866m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8867m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8868m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8869m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8870m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8871m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8872m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8873m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8874m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8875m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8876m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8877m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8878m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8879m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8880m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8881m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8882m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8883m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8884m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8885m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8886m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8887m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8888m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8889m4trace:configure.in:24: -1- _LT_AC_SYS_LIBPATH_AIX
8890m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8891m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8892m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8893m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8894m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8895m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8896m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8897m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8898m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8899m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8900m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8901m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8902m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8903m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8904m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8905m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8906m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8907m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8908m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8909m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8910m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8911m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8912m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8913m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8914m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8915m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8916m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8917m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8918m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8919m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8920m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8921m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8922m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8923m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8924m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8925m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8926m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8927m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8928m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8929m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8930m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8931m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8932m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8933m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8934m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8935m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8936m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8937m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8938m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8939m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8940m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8941m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8942m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8943m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8944m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8945m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8946m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8947m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8948m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8949m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8950m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8951m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8952m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8953m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8954m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8955m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8956m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8957m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8958m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8959m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8960m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8961m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8962m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8963m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8964m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8965m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8966m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8967m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8968m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8969m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8970m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8971m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8972m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8973m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8974m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8975m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8976m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8977m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8978m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8979m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8980m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8981m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8982m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8983m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8984m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8985m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8986m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8987m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8988m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8989m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8990m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8991m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8992m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8993m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8994m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8995m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8996m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8997m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8998m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8999m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9000m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9001m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9002m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9003m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9004m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9005m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9006m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9007m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9008m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9009m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9010m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9011m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9012m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9013m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9014m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9015m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9016m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9017m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9018m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9019m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9020m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9021m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9022m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9023m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9024m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9025m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9026m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9027m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9028m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9029m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9030m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9031m4trace:configure.in:24: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9032m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9033m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9034m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9035m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9036m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9037m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9038m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9039m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9040m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9041m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9042m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9043m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9044m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9045m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9046m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9047m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9048m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9049m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9050m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9051m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9052m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9053m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9054m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9055m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9056m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9057m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9058m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9059m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9060m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9061m4trace:configure.in:24: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9062m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9063m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9064m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9065m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9066m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9067m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9068m4trace:configure.in:24: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9069m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9070m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9071m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9072m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9073m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9074m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9075m4trace:configure.in:24: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9076m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9077m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9078m4trace:configure.in:24: -1- _LT_AC_TAGVAR([runpath_var GCJ])
9079m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9080m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9081m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9082m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9083m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9084m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9085m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9086m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9087m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9088m4trace:configure.in:24: -1- AC_LIBTOOL_SYS_LIB_STRIP
9089m4trace:configure.in:24: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
9090m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
9091    lt_cv_dlopen="dyld"
9092    lt_cv_dlopen_libs=
9093    lt_cv_dlopen_self=yes
9094    ])
9095m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
9096              [lt_cv_dlopen="dlopen"],
9097          [AC_CHECK_LIB([dl], [dlopen],
9098                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
9099            [AC_CHECK_LIB([svld], [dlopen],
9100                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
9101              [AC_CHECK_LIB([dld], [dld_link],
9102                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9103              ])
9104            ])
9105          ])
9106        ])
9107m4trace:configure.in:24: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
9108                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
9109              [AC_CHECK_LIB([dld], [dld_link],
9110                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9111              ])
9112            ])
9113m4trace:configure.in:24: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
9114                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9115              ])
9116m4trace:configure.in:24: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9117m4trace: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])
9118m4trace: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])
9119m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([GCJ])
9120m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9121m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [GCJ])
9122m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [GCJ])
9123m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9124m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9125m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9126m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9127m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9128m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9129m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9130m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9131m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9132m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9133m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9134m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9135m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9136m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9137m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9138m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9139m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9140m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9141m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9142m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9143m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9144m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9145m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_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_automatic], [GCJ])
9150m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9151m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9152m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9153m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9154m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9155m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9156m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9157m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9158m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9159m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9160m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9161m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9162m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9163m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9164m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9165m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9166m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9167m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [GCJ])
9168m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9169m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9170m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9171m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9172m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9173m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9174m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9175m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9176m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9177m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9178m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9179m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9180m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9181m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9182m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9183m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9184m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9185m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9186m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9187m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9188m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9189m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9190m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9191m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9192m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9193m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9194m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9195m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9196m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9197m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9198m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9199m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9200m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9201m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9202m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9203m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9204m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9205You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
9206/usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9207/usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9208/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
9209/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
9210configure.in:24: AC_LIBTOOL_SETUP is required by...
9211/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
9212configure.in:24: _AC_PROG_LIBTOOL is required by...
9213/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
9214configure.in:24: the top level])
9215m4trace:configure.in:24: -1- AC_LIBTOOL_LANG_RC_CONFIG
9216m4trace:configure.in:24: -1- _LT_AC_LANG_RC_CONFIG([RC])
9217m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9218You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
9219/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
9220/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9221/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
9222/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
9223configure.in:24: AC_LIBTOOL_SETUP is required by...
9224/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
9225configure.in:24: _AC_PROG_LIBTOOL is required by...
9226/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
9227configure.in:24: the top level])
9228m4trace:configure.in:24: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
9229and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
9230/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
9231/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9232/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
9233/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
9234configure.in:24: AC_LIBTOOL_SETUP is required by...
9235/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
9236configure.in:24: _AC_PROG_LIBTOOL is required by...
9237/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
9238configure.in:24: the top level])
9239m4trace:configure.in:24: -1- _LT_AC_TAGVAR([objext], [RC])
9240m4trace:configure.in:24: -1- _LT_AC_SYS_COMPILER
9241m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9242m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9243m4trace:configure.in:24: -1- AC_LIBTOOL_CONFIG([RC])
9244m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9245m4trace:configure.in:24: -1- _LT_AC_TAGVAR([CC], [RC])
9246m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [RC])
9247m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9248m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9249m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9250m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9251m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9252m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9253m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9254m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9255m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9256m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9257m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9258m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9259m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [RC])
9260m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [RC])
9261m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9262m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9263m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9264m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9265m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9266m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9267m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9268m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9269m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9270m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9271m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9272m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9273m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9274m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9275m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9276m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9277m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9278m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9279m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9280m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9281m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9282m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9283m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9284m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9285m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9286m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9287m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9288m4trace:configure.in:24: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9289m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler], [RC])
9290m4trace:configure.in:24: -1- _LT_AC_TAGVAR([GCC], [RC])
9291m4trace:configure.in:24: -1- _LT_AC_TAGVAR([LD], [RC])
9292m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9293m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9294m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9295m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9296m4trace:configure.in:24: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9297m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9298m4trace:configure.in:24: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9299m4trace:configure.in:24: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9300m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9301m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9302m4trace:configure.in:24: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9303m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9304m4trace:configure.in:24: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9305m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9306m4trace:configure.in:24: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9307m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9308m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9309m4trace:configure.in:24: -1- _LT_AC_TAGVAR([predeps], [RC])
9310m4trace:configure.in:24: -1- _LT_AC_TAGVAR([postdeps], [RC])
9311m4trace:configure.in:24: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9312m4trace:configure.in:24: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9313m4trace:configure.in:24: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9314m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9315m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9316m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9317m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9318m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9319m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9320m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9321m4trace:configure.in:24: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9322m4trace:configure.in:24: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9323m4trace:configure.in:24: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9324m4trace:configure.in:24: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9325m4trace:configure.in:24: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9326m4trace:configure.in:24: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9327m4trace:configure.in:24: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9328m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9329You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
9330/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
9331/usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9332/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
9333/usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
9334configure.in:24: AC_LIBTOOL_SETUP is required by...
9335/usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
9336configure.in:24: _AC_PROG_LIBTOOL is required by...
9337/usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
9338configure.in:24: the top level])
9339m4trace:configure.in:24: -1- AC_SUBST([LIBTOOL])
9340m4trace:configure.in:24: -1- AC_LIBTOOL_CXX
9341m4trace:configure.in:24: -1- _LT_AC_LANG_CXX
9342m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9343m4trace:configure.in:24: -1- AC_LIBTOOL_F77
9344m4trace:configure.in:24: -1- _LT_AC_LANG_F77
9345m4trace:configure.in:24: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9346m4trace:configure.in:25: -1- AC_LIBTOOL_LANG_CXX_CONFIG
9347m4trace:configure.in:25: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
9348m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9349m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9350m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9351m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9352m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9353m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9354m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9355m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9356m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9357m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9358m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9359m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9360m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9361m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9362m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9363m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9364m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9365m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9366m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9367m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9368m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9369m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9370m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9371m4trace:configure.in:25: -1- _LT_AC_TAGVAR([objext], [CXX])
9372m4trace:configure.in:25: -1- _LT_AC_SYS_COMPILER
9373m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9374m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9375m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9376m4trace:configure.in:25: -1- AC_PROG_LD
9377m4trace:configure.in:25: -1- AC_PROG_LD_GNU
9378m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9379m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9380m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9381m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9382m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9383m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9384m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9385m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9386m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9387m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9388m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9389m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9390m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9391m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9392m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9393m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9394m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9395m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9396m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9397m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9398m4trace:configure.in:25: -1- _LT_AC_SYS_LIBPATH_AIX
9399m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9400m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9401m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9402m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9403m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9404m4trace:configure.in:25: -1- _LT_AC_SYS_LIBPATH_AIX
9405m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9406m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9407m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9408m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9409m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9410m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9411m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9412m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9413m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9414m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9415m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9416m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9417m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9418m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9419m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9420m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9421m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9422m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9423m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9424m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9425m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9426m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9427m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9428m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9429m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9430m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9431m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9432m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9433m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9434m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9435m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9436m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9437m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9438m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9439m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9440m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9441m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9442m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9443m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9444m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9445m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9446m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9447m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9448m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9449m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9450m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9451m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9452m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9453m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9454m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9455m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9456m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9457m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9458m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9459m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9460m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9461m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9462m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9463m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9464m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9465m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9466m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9467m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9468m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9469m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9470m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9471m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9472m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9473m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9474m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9475m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9476m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9477m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9478m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9479m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9480m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9481m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9482m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9483m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9484m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9485m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9486m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9487m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9488m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9489m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9490m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9491m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9492m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9493m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9494m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9495m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9496m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9497m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9498m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9499m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9500m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9501m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9502m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9503m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9504m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9505m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9506m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9507m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9508m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9509m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9510m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9511m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9512m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9513m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9514m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9515m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9516m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9517m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9518m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9519m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9520m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9521m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9522m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9523m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9524m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9525m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9526m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9527m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9528m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9529m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9530m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9531m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9532m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9533m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9534m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9535m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9536m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9537m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9538m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9539m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9540m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9541m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9542m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9543m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9544m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9545m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9546m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9547m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9548m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9549m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9550m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9551m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9552m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9553m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9554m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9555m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9556m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9557m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9558m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9559m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9560m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9561m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9562m4trace:configure.in:25: -1- _LT_AC_TAGVAR([GCC], [CXX])
9563m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9564m4trace:configure.in:25: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
9565m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9566m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9567m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9568m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9569m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9570m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9571m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9572m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9573m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9574m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9575m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9576m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9577m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9578m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9579m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9580m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9581m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9582m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9583m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
9584m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9585m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9586m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9587m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9588m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9589m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9590m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9591m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9592m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9593m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9594m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9595m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9596m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9597m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9598m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9599m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9600m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9601m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9602m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9603m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9604m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9605m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9606m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9607m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9608m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9609m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9610m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9611m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9612m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9613m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9614m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9615m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9616m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9617m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9618m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9619m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9620m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9621m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9622m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9623m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9624m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9625m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9626m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9627m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9628m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9629m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9630m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9631m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
9632m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9633m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9634m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9635m4trace:configure.in:25: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
9636m4trace: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
9637     "" | " "*) ;;
9638     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
9639     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
9640     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
9641m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9642m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9643m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9644m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9645m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9646m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9647m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9648m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
9649m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9650m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9651m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9652m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
9653m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9654m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9655m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9656m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9657m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9658m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
9659m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9660m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
9661m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9662m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9663m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9664m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9665m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9666m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9667m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9668m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9669m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9670m4trace:configure.in:25: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
9671m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9672m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9673m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9674m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9675m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9676m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9677m4trace:configure.in:25: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
9678m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9679m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9680m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9681m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9682m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9683m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
9684m4trace:configure.in:25: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
9685m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9686m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9687m4trace:configure.in:25: -1- _LT_AC_TAGVAR([runpath_var CXX])
9688m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9689m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9690m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9691m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9692m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9693m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9694m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9695m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9696m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9697m4trace:configure.in:25: -1- AC_LIBTOOL_SYS_LIB_STRIP
9698m4trace:configure.in:25: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
9699m4trace:configure.in:25: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
9700    lt_cv_dlopen="dyld"
9701    lt_cv_dlopen_libs=
9702    lt_cv_dlopen_self=yes
9703    ])
9704m4trace:configure.in:25: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
9705              [lt_cv_dlopen="dlopen"],
9706          [AC_CHECK_LIB([dl], [dlopen],
9707                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
9708            [AC_CHECK_LIB([svld], [dlopen],
9709                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
9710              [AC_CHECK_LIB([dld], [dld_link],
9711                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9712              ])
9713            ])
9714          ])
9715        ])
9716m4trace:configure.in:25: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
9717                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
9718              [AC_CHECK_LIB([dld], [dld_link],
9719                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9720              ])
9721            ])
9722m4trace:configure.in:25: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
9723                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9724              ])
9725m4trace:configure.in:25: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
9726m4trace: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])
9727m4trace: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])
9728m4trace:configure.in:25: -1- AC_LIBTOOL_CONFIG([CXX])
9729m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9730m4trace:configure.in:25: -1- _LT_AC_TAGVAR([CC], [CXX])
9731m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9732m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9733m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9734m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9735m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9736m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9737m4trace:configure.in:25: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
9738m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9739m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9740m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9741m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9742m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9743m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9744m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9745m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9746m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9747m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9748m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9749m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
9750m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
9751m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9752m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9753m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9754m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9755m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9756m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9757m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9758m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9759m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9760m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9761m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9762m4trace:configure.in:25: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
9763m4trace:configure.in:25: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
9764m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9765m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9766m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9767m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9768m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9769m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9770m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9771m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9772m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
9773m4trace:configure.in:25: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
9774m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler], [CXX])
9775m4trace:configure.in:25: -1- _LT_AC_TAGVAR([GCC], [CXX])
9776m4trace:configure.in:25: -1- _LT_AC_TAGVAR([LD], [CXX])
9777m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
9778m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
9779m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
9780m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
9781m4trace:configure.in:25: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
9782m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
9783m4trace:configure.in:25: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
9784m4trace:configure.in:25: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
9785m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
9786m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
9787m4trace:configure.in:25: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
9788m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
9789m4trace:configure.in:25: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
9790m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
9791m4trace:configure.in:25: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
9792m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
9793m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
9794m4trace:configure.in:25: -1- _LT_AC_TAGVAR([predeps], [CXX])
9795m4trace:configure.in:25: -1- _LT_AC_TAGVAR([postdeps], [CXX])
9796m4trace:configure.in:25: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
9797m4trace:configure.in:25: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
9798m4trace:configure.in:25: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
9799m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
9800m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
9801m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
9802m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
9803m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
9804m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
9805m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
9806m4trace:configure.in:25: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
9807m4trace:configure.in:25: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
9808m4trace:configure.in:25: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
9809m4trace:configure.in:25: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
9810m4trace:configure.in:25: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
9811m4trace:configure.in:25: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
9812m4trace:configure.in:25: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
9813m4trace:configure.in:30: -1- AC_SUBST([OGRE_CFLAGS])
9814m4trace: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";
9815    case $target_cpu in
9816        x86_64* )
9817            if ! echo "$CFLAGS $CXXFLAGS" | grep -q "\-O"; then
9818                echo "***********************************************************************"
9819                echo "WARNING: It looks like you're doing a debug build for an x86_64 target."
9820                echo "The -fvisibility-inlines-hidden flag is known to give problems in such"
9821                echo "situations with libstdc++ < 4.2. Disabling the compiler flag."
9822                echo "***********************************************************************"
9823                CFLAGS_VISIBILITY="-fvisibility=hidden -DOGRE_GCC_VISIBILITY"
9824            fi
9825        ;;
9826    esac
9827    case $CXX in
9828        icpc )
9829            echo "***********************************************************************"
9830            echo "WARNING: The intel compiler currently has bugs in its -fvisibility"
9831            echo "implementation. Disabling the compiler flag."
9832            echo "***********************************************************************"
9833            CFLAGS_VISIBILITY=""
9834        ;;
9835    esac
9836    ])
9837m4trace:configure.in:61: -1- AC_SUBST([CFLAGS_VISIBILITY])
9838m4trace:configure.in:65: -1- OGRE_USE_STLPORT
9839m4trace:configure.in:65: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9840You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9841acinclude.m4:159: OGRE_USE_STLPORT is expanded from...
9842configure.in:65: the top level])
9843m4trace:configure.in:65: -1- AC_SUBST([STLPORT_CFLAGS])
9844m4trace:configure.in:65: -1- AC_SUBST([STLPORT_LIBS])
9845m4trace:configure.in:66: -1- AC_CHECK_FT2([9.0.0])
9846m4trace:configure.in:66: -1- AC_SUBST([FT2_CONFIG], [$ac_cv_path_FT2_CONFIG])
9847m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
9848You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
9849acinclude.m4:143: AC_CHECK_FT2 is expanded from...
9850configure.in:66: the top level])
9851m4trace:configure.in:66: -1- AC_SUBST([FT2_CFLAGS])
9852m4trace:configure.in:66: -1- AC_SUBST([FT2_LIBS])
9853m4trace:configure.in:68: -1- AC_CHECK_LIB([dl], [dlopen])
9854m4trace:configure.in:68: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */
9855#undef HAVE_LIBDL])
9856m4trace:configure.in:68: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL])
9857m4trace:configure.in:69: -1- AC_CHECK_LIB([m], [pow])
9858m4trace:configure.in:69: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
9859#undef HAVE_LIBM])
9860m4trace:configure.in:69: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
9861m4trace:configure.in:70: -1- AC_CHECK_LIB([z], [gzopen])
9862m4trace:configure.in:70: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define to 1 if you have the `z\' library (-lz). */
9863#undef HAVE_LIBZ])
9864m4trace:configure.in:70: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ])
9865m4trace:configure.in:71: -1- AC_CHECK_LIB([pthread], [pthread_create])
9866m4trace:configure.in:71: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define to 1 if you have the `pthread\' library (-lpthread). */
9867#undef HAVE_LIBPTHREAD])
9868m4trace:configure.in:71: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
9869m4trace:configure.in:72: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
9870m4trace:configure.in:72: -2- AH_OUTPUT([HAVE_SNPRINTF], [/* snprintf */
9871#undef HAVE_SNPRINTF])
9872m4trace:configure.in:73: -2- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF])
9873m4trace:configure.in:73: -2- AH_OUTPUT([HAVE_VSNPRINTF], [/* vsnprintf */
9874#undef HAVE_VSNPRINTF])
9875m4trace:configure.in:75: -1- OGRE_CHECK_CPPUNIT
9876m4trace:configure.in:75: -1- AM_PATH_CPPUNIT([1.10.0], [build_unit_tests=true])
9877m4trace:configure.in:75: -1- AC_SUBST([CPPUNIT_CONFIG], [$ac_cv_path_CPPUNIT_CONFIG])
9878m4trace:configure.in:75: -1- AC_SUBST([CPPUNIT_CFLAGS])
9879m4trace:configure.in:75: -1- AC_SUBST([CPPUNIT_LIBS])
9880m4trace:configure.in:75: -1- AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$build_unit_tests = xtrue])
9881m4trace:configure.in:75: -1- AC_SUBST([BUILD_UNIT_TESTS_TRUE])
9882m4trace:configure.in:75: -1- AC_SUBST([BUILD_UNIT_TESTS_FALSE])
9883m4trace:configure.in:77: -1- PKG_CHECK_MODULES([ZZIPLIB], [zziplib])
9884m4trace:configure.in:77: -1- PKG_PROG_PKG_CONFIG
9885m4trace:configure.in:77: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
9886m4trace:configure.in:77: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
9887m4trace:configure.in:77: -1- AC_SUBST([PKG_CONFIG])
9888m4trace:configure.in:77: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
9889m4trace:configure.in:77: -1- AC_SUBST([ac_pt_PKG_CONFIG], [$ac_cv_path_ac_pt_PKG_CONFIG])
9890m4trace:configure.in:77: -1- AC_SUBST([ZZIPLIB_CFLAGS])
9891m4trace:configure.in:77: -1- AC_SUBST([ZZIPLIB_LIBS])
9892m4trace:configure.in:78: -1- AC_SUBST([ZZIPLIB_CFLAGS])
9893m4trace:configure.in:79: -1- AC_SUBST([ZZIPLIB_LIBS])
9894m4trace:configure.in:82: -1- OGRE_GET_PLATFORM
9895m4trace:configure.in:82: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9896You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9897acinclude.m4:203: OGRE_GET_PLATFORM is expanded from...
9898configure.in:82: the top level])
9899m4trace:configure.in:82: -1- AC_CHECK_HEADERS([X11/Intrinsic.h], [], [AC_MSG_ERROR("libxt headers not found")])
9900m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_X11_INTRINSIC_H], [/* Define to 1 if you have the <X11/Intrinsic.h> header file. */
9901#undef HAVE_X11_INTRINSIC_H])
9902m4trace:configure.in:82: -1- AC_CHECK_HEADERS([X11/Xaw/Command.h], [], [AC_MSG_ERROR("libxaw headers not found")])
9903m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_X11_XAW_COMMAND_H], [/* Define to 1 if you have the <X11/Xaw/Command.h> header file. */
9904#undef HAVE_X11_XAW_COMMAND_H])
9905m4trace:configure.in:82: -1- AC_CHECK_HEADERS([X11/extensions/xf86vmode.h], [], [AC_MSG_ERROR("libxf86vm headers not found")], [#include <X11/Xlib.h>])
9906m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_X11_EXTENSIONS_XF86VMODE_H], [/* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
9907#undef HAVE_X11_EXTENSIONS_XF86VMODE_H])
9908m4trace:configure.in:82: -1- AC_CHECK_HEADERS([X11/extensions/Xrandr.h], [], [AC_MSG_ERROR("libxrandr headers not found")], [#include <X11/Xlib.h>])
9909m4trace:configure.in:82: -1- AH_OUTPUT([HAVE_X11_EXTENSIONS_XRANDR_H], [/* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
9910#undef HAVE_X11_EXTENSIONS_XRANDR_H])
9911m4trace:configure.in:82: -1- AC_PATH_X
9912m4trace:configure.in:82: -1- AC_SUBST([PLATFORM_CFLAGS])
9913m4trace:configure.in:82: -1- AC_SUBST([PLATFORM_LIBS])
9914m4trace:configure.in:82: -1- AC_SUBST([OGRE_PLATFORM])
9915m4trace:configure.in:83: -1- OGRE_GET_GLSUPPORT
9916m4trace:configure.in:83: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9917You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9918acinclude.m4:254: OGRE_GET_GLSUPPORT is expanded from...
9919configure.in:83: the top level])
9920m4trace:configure.in:83: -1- AC_PATH_X
9921m4trace:configure.in:83: -1- AC_SUBST([GLSUPPORT_CFLAGS])
9922m4trace:configure.in:83: -1- AC_SUBST([GLSUPPORT_LIBS])
9923m4trace:configure.in:83: -1- AC_SUBST([OGRE_GLSUPPORT])
9924m4trace:configure.in:83: -1- AC_CONFIG_FILES([RenderSystems/GL/src/GLX/Makefile
9925                   RenderSystems/GL/src/win32/Makefile])
9926m4trace:configure.in:86: -1- OGRE_CHECK_GUI
9927m4trace:configure.in:86: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9928You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9929acinclude.m4:589: OGRE_CHECK_GUI is expanded from...
9930configure.in:86: the top level])
9931m4trace:configure.in:86: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.0.0], [with_gui=gtk], [
9932            if test "x$with_gui" == "xgtk"; then
9933                AC_MSG_ERROR([You chose gtk for the GUI but gtk is not available.])
9934            fi
9935        ])
9936m4trace:configure.in:86: -1- AC_SUBST([GTK_CFLAGS])
9937m4trace:configure.in:86: -1- AC_SUBST([GTK_LIBS])
9938m4trace:configure.in:86: -1- AC_SUBST([OGRE_GUI])
9939m4trace:configure.in:86: -1- AC_SUBST([GTK_CFLAGS])
9940m4trace:configure.in:86: -1- AC_SUBST([GTK_LIBS])
9941m4trace:configure.in:87: -1- OGRE_CHECK_DOUBLE
9942m4trace:configure.in:87: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9943You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9944acinclude.m4:484: OGRE_CHECK_DOUBLE is expanded from...
9945configure.in:87: the top level])
9946m4trace:configure.in:87: -1- AC_DEFINE_TRACE_LITERAL([OGRE_DOUBLE_PRECISION])
9947m4trace:configure.in:87: -1- AH_OUTPUT([OGRE_DOUBLE_PRECISION], [/* Build with double precision */
9948#undef OGRE_DOUBLE_PRECISION])
9949m4trace:configure.in:87: -1- AC_DEFINE_TRACE_LITERAL([OGRE_DOUBLE_PRECISION])
9950m4trace:configure.in:87: -1- AH_OUTPUT([OGRE_DOUBLE_PRECISION], [/* Build with single precision */
9951#undef OGRE_DOUBLE_PRECISION])
9952m4trace:configure.in:88: -1- OGRE_CHECK_THREADING
9953m4trace:configure.in:88: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9954You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9955acinclude.m4:509: OGRE_CHECK_THREADING is expanded from...
9956configure.in:88: the top level])
9957m4trace:configure.in:88: -1- AC_DEFINE_TRACE_LITERAL([OGRE_THREAD_SUPPORT])
9958m4trace:configure.in:88: -1- AH_OUTPUT([OGRE_THREAD_SUPPORT], [/* Build with thread support */
9959#undef OGRE_THREAD_SUPPORT])
9960m4trace:configure.in:88: -1- AC_CHECK_LIB([boost_thread], [main], [OGRE_THREAD_LIBS="-lboost_thread"], [
9961                AC_CHECK_LIB(boost_thread-mt, main, OGRE_THREAD_LIBS="-lboost_thread-mt", [
9962                    AC_MSG_ERROR([You need the C++ boost libraries.])])])
9963m4trace:configure.in:88: -1- AC_CHECK_LIB([boost_thread-mt], [main], [OGRE_THREAD_LIBS="-lboost_thread-mt"], [
9964                    AC_MSG_ERROR([You need the C++ boost libraries.])])
9965m4trace:configure.in:88: -1- AC_DEFINE_TRACE_LITERAL([OGRE_THREAD_SUPPORT])
9966m4trace:configure.in:88: -1- AH_OUTPUT([OGRE_THREAD_SUPPORT], [/* Build with thread support */
9967#undef OGRE_THREAD_SUPPORT])
9968m4trace:configure.in:88: -1- AC_SUBST([OGRE_THREAD_LIBS])
9969m4trace:configure.in:89: -1- OGRE_CHECK_FREEIMAGE
9970m4trace:configure.in:89: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9971You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
9972acinclude.m4:395: OGRE_CHECK_FREEIMAGE is expanded from...
9973configure.in:89: the top level])
9974m4trace:configure.in:89: -1- AM_CONDITIONAL([USE_FREEIMAGE], [test x$build_freeimage = xyes])
9975m4trace:configure.in:89: -1- AC_SUBST([USE_FREEIMAGE_TRUE])
9976m4trace:configure.in:89: -1- AC_SUBST([USE_FREEIMAGE_FALSE])
9977m4trace:configure.in:89: -1- AC_CHECK_LIB([freeimage], [FreeImage_Load], [], [{ { echo "$as_me:$LINENO: error:
9978****************************************************************
9979* You do not have FreeImage installed.  This is required.      *
9980* You may find it at http://freeimage.sourceforge.net/.        *
9981* Note: You can also provide --disable-freeimage to the build  *
9982* process to build without it. This is an advanced option      *
9983* useful only if you provide your own image loading codecs.    *
9984****************************************************************" >&5
9985echo "$as_me: error:
9986****************************************************************
9987* You do not have FreeImage installed.  This is required.      *
9988* You may find it at http://freeimage.sourceforge.net/.        *
9989* Note: You can also provide --disable-freeimage to the build  *
9990* process to build without it. This is an advanced option      *
9991* useful only if you provide your own image loading codecs.    *
9992****************************************************************" >&2;}
9993   { (exit 1); exit 1; }; }], [-lstdc++])
9994m4trace:configure.in:89: -1- AH_OUTPUT([HAVE_LIBFREEIMAGE], [/* Define to 1 if you have the `freeimage\' library (-lfreeimage). */
9995#undef HAVE_LIBFREEIMAGE])
9996m4trace:configure.in:89: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBFREEIMAGE])
9997m4trace:configure.in:89: -1- AC_DEFINE_TRACE_LITERAL([OGRE_NO_FREEIMAGE])
9998m4trace:configure.in:89: -1- AH_OUTPUT([OGRE_NO_FREEIMAGE], [/* Do not use freeimage to load images */
9999#undef OGRE_NO_FREEIMAGE])
10000m4trace:configure.in:89: -1- AC_DEFINE_TRACE_LITERAL([OGRE_NO_FREEIMAGE])
10001m4trace:configure.in:89: -1- AH_OUTPUT([OGRE_NO_FREEIMAGE], [/* Load images using the freeimage library */
10002#undef OGRE_NO_FREEIMAGE])
10003m4trace:configure.in:90: -1- OGRE_CHECK_DEVIL
10004m4trace:configure.in:90: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10005You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
10006acinclude.m4:428: OGRE_CHECK_DEVIL is expanded from...
10007configure.in:90: the top level])
10008m4trace:configure.in:90: -1- AM_CONDITIONAL([USE_DEVIL], [test x$build_il = xyes && test x$build_freeimage = xno])
10009m4trace:configure.in:90: -1- AC_SUBST([USE_DEVIL_TRUE])
10010m4trace:configure.in:90: -1- AC_SUBST([USE_DEVIL_FALSE])
10011m4trace:configure.in:90: -1- AC_DEFINE_TRACE_LITERAL([OGRE_NO_DEVIL])
10012m4trace:configure.in:90: -1- AH_OUTPUT([OGRE_NO_DEVIL], [/* Build devil */
10013#undef OGRE_NO_DEVIL])
10014m4trace:configure.in:90: -1- AC_CHECK_LIB([IL], [ilInit], [], [{ { echo "$as_me:$LINENO: error:
10015****************************************************************
10016* You do not have DevIL installed.  This is required to build. *
10017* You may find it at http://openil.sourceforge.net/.           *
10018* Note: You can also provide --disable-devil to the build      *
10019* process to build without DevIL. This is an advanced option   *
10020* useful only if you provide your own image loading codecs.    *
10021****************************************************************" >&5
10022echo "$as_me: error:
10023****************************************************************
10024* You do not have DevIL installed.  This is required to build. *
10025* You may find it at http://openil.sourceforge.net/.           *
10026* Note: You can also provide --disable-devil to the build      *
10027* process to build without DevIL. This is an advanced option   *
10028* useful only if you provide your own image loading codecs.    *
10029****************************************************************" >&2;}
10030   { (exit 1); exit 1; }; }])
10031m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_LIBIL], [/* Define to 1 if you have the `IL\' library (-lIL). */
10032#undef HAVE_LIBIL])
10033m4trace:configure.in:90: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBIL])
10034m4trace:configure.in:90: -1- AC_CHECK_LIB([ILU], [iluFlipImage])
10035m4trace:configure.in:90: -1- AH_OUTPUT([HAVE_LIBILU], [/* Define to 1 if you have the `ILU\' library (-lILU). */
10036#undef HAVE_LIBILU])
10037m4trace:configure.in:90: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBILU])
10038m4trace:configure.in:90: -1- AC_DEFINE_TRACE_LITERAL([OGRE_NO_DEVIL])
10039m4trace:configure.in:90: -1- AH_OUTPUT([OGRE_NO_DEVIL], [/* Build devil */
10040#undef OGRE_NO_DEVIL])
10041m4trace:configure.in:90: -1- AC_DEFINE_TRACE_LITERAL([OGRE_NO_DEVIL])
10042m4trace:configure.in:90: -1- AH_OUTPUT([OGRE_NO_DEVIL], [/* Build devil */
10043#undef OGRE_NO_DEVIL])
10044m4trace:configure.in:91: -1- OGRE_CHECK_CG
10045m4trace:configure.in:91: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10046You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
10047acinclude.m4:348: OGRE_CHECK_CG is expanded from...
10048configure.in:91: the top level])
10049m4trace:configure.in:91: -1- AC_CHECK_LIB([Cg], [cgCreateProgram], [], [{ { echo "$as_me:$LINENO: error:
10050        ****************************************************************
10051        * You do not have the nVidia Cg libraries installed.           *
10052        * Go to http://developer.nvidia.com/object/cg_toolkit.html     *
10053        * (Click on Cg_Linux.tar.gz).                                  *
10054        * You can disable the building of Cg support by providing      *       
10055        * --disable-cg to this configure script but this is highly     *
10056        * discouraged as this breaks many of the examples.             *
10057        ****************************************************************" >&5
10058echo "$as_me: error:
10059        ****************************************************************
10060        * You do not have the nVidia Cg libraries installed.           *
10061        * Go to http://developer.nvidia.com/object/cg_toolkit.html     *
10062        * (Click on Cg_Linux.tar.gz).                                  *
10063        * You can disable the building of Cg support by providing      *       
10064        * --disable-cg to this configure script but this is highly     *
10065        * discouraged as this breaks many of the examples.             *
10066        ****************************************************************" >&2;}
10067   { (exit 1); exit 1; }; }
10068        ])
10069m4trace:configure.in:91: -1- AH_OUTPUT([HAVE_LIBCG], [/* Define to 1 if you have the `Cg\' library (-lCg). */
10070#undef HAVE_LIBCG])
10071m4trace:configure.in:91: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBCG])
10072m4trace:configure.in:91: -1- AM_CONDITIONAL([BUILD_CGPLUGIN], [test x$build_cg = xyes])
10073m4trace:configure.in:91: -1- AC_SUBST([BUILD_CGPLUGIN_TRUE])
10074m4trace:configure.in:91: -1- AC_SUBST([BUILD_CGPLUGIN_FALSE])
10075m4trace:configure.in:92: -1- OGRE_CHECK_OPENEXR
10076m4trace:configure.in:92: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10077You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
10078acinclude.m4:324: OGRE_CHECK_OPENEXR is expanded from...
10079configure.in:92: the top level])
10080m4trace:configure.in:92: -1- PKG_CHECK_MODULES([OPENEXR], [OpenEXR], [build_exr=yes], [build_exr=no])
10081m4trace:configure.in:92: -1- AC_SUBST([OPENEXR_CFLAGS])
10082m4trace:configure.in:92: -1- AC_SUBST([OPENEXR_LIBS])
10083m4trace:configure.in:92: -1- AC_CONFIG_FILES([ PlugIns/EXRCodec/Makefile \
10084                                         PlugIns/EXRCodec/src/Makefile \
10085                                         PlugIns/EXRCodec/include/Makefile])
10086m4trace:configure.in:92: -1- AC_SUBST([OPENEXR_CFLAGS])
10087m4trace:configure.in:92: -1- AC_SUBST([OPENEXR_LIBS])
10088m4trace:configure.in:92: -1- AM_CONDITIONAL([BUILD_EXRPLUGIN], [test x$build_exr = xyes])
10089m4trace:configure.in:92: -1- AC_SUBST([BUILD_EXRPLUGIN_TRUE])
10090m4trace:configure.in:92: -1- AC_SUBST([BUILD_EXRPLUGIN_FALSE])
10091m4trace:configure.in:93: -1- OGRE_CHECK_DX9
10092m4trace:configure.in:93: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10093You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
10094acinclude.m4:366: OGRE_CHECK_DX9 is expanded from...
10095configure.in:93: the top level])
10096m4trace:configure.in:93: -1- AM_CONDITIONAL([BUILD_DX9RENDERSYSTEM], [test x$build_dx9 = xyes])
10097m4trace:configure.in:93: -1- AC_SUBST([BUILD_DX9RENDERSYSTEM_TRUE])
10098m4trace:configure.in:93: -1- AC_SUBST([BUILD_DX9RENDERSYSTEM_FALSE])
10099m4trace:configure.in:94: -1- OGRE_CHECK_SSE
10100m4trace:configure.in:94: -1- AM_CONDITIONAL([OGRE_BUILD_SSE], [test x$build_sse = xyes])
10101m4trace:configure.in:94: -1- AC_SUBST([OGRE_BUILD_SSE_TRUE])
10102m4trace:configure.in:94: -1- AC_SUBST([OGRE_BUILD_SSE_FALSE])
10103m4trace:configure.in:98: -1- OGRE_PLATFORM_AND_GUI
10104m4trace:configure.in:98: -1- AM_CONDITIONAL([SAME_PLATFORM_AND_GUI], [test "x$OGRE_PLATFORM" = "x$OGRE_GUI"])
10105m4trace:configure.in:98: -1- AC_SUBST([SAME_PLATFORM_AND_GUI_TRUE])
10106m4trace:configure.in:98: -1- AC_SUBST([SAME_PLATFORM_AND_GUI_FALSE])
10107m4trace:configure.in:101: -1- OGRE_BUILD_DEMOS
10108m4trace:configure.in:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
10109You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
10110acinclude.m4:541: OGRE_BUILD_DEMOS is expanded from...
10111configure.in:101: the top level])
10112m4trace:configure.in:101: -1- PKG_CHECK_MODULES([OIS], [OIS >= 1.0.0], [ois_found=yes], [ois_found=no])
10113m4trace:configure.in:101: -1- AC_SUBST([OIS_CFLAGS])
10114m4trace:configure.in:101: -1- AC_SUBST([OIS_LIBS])
10115m4trace:configure.in:101: -1- AC_SUBST([OIS_CFLAGS])
10116m4trace:configure.in:101: -1- AC_SUBST([OIS_LIBS])
10117m4trace:configure.in:101: -1- AM_CONDITIONAL([OGRE_BUILDING_DEMOS], [test x$build_ogre_demos = xyes])
10118m4trace:configure.in:101: -1- AC_SUBST([OGRE_BUILDING_DEMOS_TRUE])
10119m4trace:configure.in:101: -1- AC_SUBST([OGRE_BUILDING_DEMOS_FALSE])
10120m4trace:configure.in:104: -1- OGRE_DETECT_ENDIAN
10121m4trace:configure.in:104: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
10122You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
10123acinclude.m4:299: OGRE_DETECT_ENDIAN is expanded from...
10124configure.in:104: the top level])
10125m4trace:configure.in:104: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [autoconf/general.m4:2281: AC_RUN_IFELSE is expanded from...
10126autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
10127acinclude.m4:299: OGRE_DETECT_ENDIAN is expanded from...
10128configure.in:104: the top level])
10129m4trace:configure.in:104: -1- AC_DEFINE_TRACE_LITERAL([OGRE_CONFIG_BIG_ENDIAN])
10130m4trace:configure.in:104: -1- AH_OUTPUT([OGRE_CONFIG_BIG_ENDIAN], [/* Big endian machine */
10131#undef OGRE_CONFIG_BIG_ENDIAN])
10132m4trace:configure.in:104: -1- AC_DEFINE_TRACE_LITERAL([OGRE_CONFIG_LITTLE_ENDIAN])
10133m4trace:configure.in:104: -1- AH_OUTPUT([OGRE_CONFIG_LITTLE_ENDIAN], [/* Little endian machine */
10134#undef OGRE_CONFIG_LITTLE_ENDIAN])
10135m4trace:configure.in:107: -1- OGRE_CHECK_PIC
10136m4trace:configure.in:110: -1- OGRE_CHECK_CEGUI
10137m4trace:configure.in:110: -1- PKG_CHECK_MODULES([CEGUI], [CEGUI >= 0.5.0], [build_cegui_sample=true], [build_cegui_sample=false])
10138m4trace:configure.in:110: -1- AC_SUBST([CEGUI_CFLAGS])
10139m4trace:configure.in:110: -1- AC_SUBST([CEGUI_LIBS])
10140m4trace:configure.in:110: -1- AC_CONFIG_FILES([Samples/Common/CEGUIRenderer/Makefile \
10141                         Samples/Common/CEGUIRenderer/CEGUI-OGRE.pc
10142                         Samples/Common/CEGUIRenderer/src/Makefile \
10143                         Samples/Common/CEGUIRenderer/include/Makefile \
10144                         Samples/Gui/Makefile \
10145                         Samples/Gui/src/Makefile])
10146m4trace:configure.in:110: -1- AC_SUBST([CEGUI_CFLAGS])
10147m4trace:configure.in:110: -1- AC_SUBST([CEGUI_LIBS])
10148m4trace:configure.in:110: -1- AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
10149m4trace:configure.in:110: -1- AC_SUBST([HAVE_CEGUI_TRUE])
10150m4trace:configure.in:110: -1- AC_SUBST([HAVE_CEGUI_FALSE])
10151m4trace:configure.in:118: -1- AC_SUBST([abs_top_builddir])
10152m4trace:configure.in:119: -1- AC_SUBST([ogreexecdir])
10153m4trace:configure.in:252: -1- AC_CONFIG_FILES([Makefile \
10154    OgreMain/Makefile \
10155    OgreMain/src/Makefile \
10156    OgreMain/include/Makefile \
10157    OgreMain/include/GLX/Makefile \
10158    OgreMain/include/gtk/Makefile \
10159    PlugIns/Makefile \
10160    PlugIns/BSPSceneManager/Makefile \
10161    PlugIns/BSPSceneManager/src/Makefile \
10162    PlugIns/BSPSceneManager/include/Makefile \
10163    PlugIns/CgProgramManager/Makefile \
10164    PlugIns/CgProgramManager/src/Makefile \
10165    PlugIns/CgProgramManager/include/Makefile \
10166    PlugIns/OctreeSceneManager/Makefile \
10167    PlugIns/OctreeSceneManager/src/Makefile \
10168    PlugIns/OctreeSceneManager/include/Makefile \
10169    PlugIns/ParticleFX/Makefile \
10170    PlugIns/ParticleFX/src/Makefile \
10171    PlugIns/ParticleFX/include/Makefile \
10172    RenderSystems/Makefile \
10173    RenderSystems/GL/Makefile \
10174    RenderSystems/GL/src/Makefile \
10175    RenderSystems/GL/include/Makefile \
10176    RenderSystems/GL/src/atifs/Makefile \
10177    RenderSystems/GL/src/atifs/include/Makefile \
10178    RenderSystems/GL/src/atifs/src/Makefile \
10179    RenderSystems/GL/src/GLSL/Makefile \
10180    RenderSystems/GL/src/GLSL/include/Makefile \
10181    RenderSystems/GL/src/GLSL/src/Makefile \
10182    RenderSystems/GL/src/nvparse/Makefile \
10183    RenderSystems/Direct3D9/Makefile \
10184    RenderSystems/Direct3D9/src/Makefile \
10185    RenderSystems/Direct3D9/include/Makefile \
10186    Samples/Makefile \
10187    Samples/Common/Makefile \
10188    Samples/Common/include/Makefile \
10189    Samples/Common/bin/Makefile \
10190    Samples/BezierPatch/Makefile \
10191    Samples/BezierPatch/src/Makefile \
10192    Samples/BezierPatch/include/Makefile \
10193    Samples/CameraTrack/Makefile \
10194    Samples/CameraTrack/src/Makefile \
10195    Samples/CelShading/Makefile \
10196    Samples/CelShading/src/Makefile \
10197    Samples/Compositor/Makefile \
10198    Samples/Compositor/src/Makefile \
10199    Samples/Compositor/include/Makefile \
10200    Samples/CubeMapping/Makefile \
10201    Samples/CubeMapping/src/Makefile \
10202    Samples/CubeMapping/include/Makefile \
10203    Samples/DeferredShading/Makefile \
10204    Samples/DeferredShading/src/Makefile \
10205    Samples/DeferredShading/include/Makefile  \
10206    Samples/Dot3Bump/Makefile \
10207    Samples/Dot3Bump/src/Makefile \
10208    Samples/EnvMapping/Makefile \
10209    Samples/EnvMapping/src/Makefile \
10210    Samples/EnvMapping/include/Makefile \
10211    Samples/FacialAnimation/Makefile \
10212    Samples/FacialAnimation/src/Makefile \
10213    Samples/Fresnel/Makefile \
10214    Samples/Fresnel/src/Makefile \
10215    Samples/Grass/Makefile \
10216    Samples/Grass/src/Makefile \
10217    Samples/Transpacency/Makefile \
10218    Samples/Transpacency/src/Makefile \
10219    Samples/Transpacency/include/Makefile \
10220    Samples/Lighting/Makefile \
10221    Samples/Lighting/src/Makefile \
10222    Samples/Lighting/include/Makefile \
10223    Samples/OceanDemo/Makefile \
10224    Samples/OceanDemo/src/Makefile \
10225    Samples/OceanDemo/include/Makefile \
10226    Samples/ParticleFX/Makefile \
10227    Samples/ParticleFX/src/Makefile \
10228    Samples/ParticleFX/include/Makefile \
10229    Samples/RenderToTexture/Makefile \
10230    Samples/RenderToTexture/src/Makefile \
10231    Samples/TextureFX/Makefile \
10232    Samples/TextureFX/src/Makefile \
10233    Samples/TextureFX/include/Makefile \
10234    Samples/Shadows/Makefile \
10235    Samples/Shadows/src/Makefile \
10236    Samples/SkyBox/Makefile \
10237    Samples/SkyBox/src/Makefile \
10238    Samples/SkyBox/include/Makefile \
10239    Samples/SkyDome/Makefile \
10240    Samples/SkyDome/src/Makefile \
10241    Samples/SkyDome/include/Makefile \
10242    Samples/SkyPlane/Makefile \
10243    Samples/SkyPlane/src/Makefile \
10244    Samples/SkyPlane/include/Makefile \
10245    Samples/Smoke/Makefile \
10246    Samples/Smoke/src/Makefile \
10247    Samples/Smoke/include/Makefile \
10248    Samples/BSP/Makefile \
10249    Samples/BSP/src/Makefile \
10250    Samples/SkeletalAnimation/Makefile \
10251    Samples/SkeletalAnimation/src/Makefile \
10252    Samples/SkeletalAnimation/include/Makefile \
10253    Samples/Terrain/Makefile \
10254    Samples/Terrain/src/Makefile \
10255    Samples/Terrain/include/Makefile \
10256    Samples/Water/Makefile \
10257    Samples/Water/src/Makefile \
10258    Samples/Water/include/Makefile \
10259    Samples/DynTex/Makefile \
10260    Samples/DynTex/src/Makefile \
10261    Samples/DynTex/include/Makefile \
10262    Samples/VolumeTex/Makefile \
10263    Samples/VolumeTex/src/Makefile \
10264    Samples/VolumeTex/include/Makefile \
10265    Samples/Instancing/Makefile \
10266    Samples/Instancing/src/Makefile \
10267    Samples/Instancing/include/Makefile \
10268    Tests/Makefile \
10269    Tests/src/Makefile \
10270    Tools/Makefile \
10271    Tools/MaterialUpgrader/Makefile \
10272    Tools/MaterialUpgrader/src/Makefile \
10273    Tools/MaterialUpgrader/include/Makefile \
10274    Tools/MeshUpgrader/Makefile \
10275    Tools/MeshUpgrader/src/Makefile \
10276    Tools/XMLConverter/Makefile \
10277    Tools/XMLConverter/src/Makefile \
10278    Tools/XMLConverter/include/Makefile \
10279    Tools/LightwaveConverter/Makefile \
10280    Tools/LightwaveConverter/src/Makefile \
10281    Tools/LightwaveConverter/include/Makefile \
10282    OGRE.pc
10283    ])
10284m4trace:configure.in:254: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
10285m4trace:configure.in:254: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
10286m4trace:configure.in:254: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
10287m4trace:configure.in:254: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Note: See TracBrowser for help on using the repository browser.