~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2
 
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3
 
dnl 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
 
  ])])
8
 
dnl 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
 
 
14
 
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15
 
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16
 
dnl 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
 
])])
31
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32
 
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33
 
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34
 
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
1
m4trace:/usr/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
 
2
 
 
3
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
 
4
 
 
5
AC_CHECK_TYPES([error_t],
 
6
  [],
 
7
  [AC_DEFINE([error_t], [int],
 
8
   [Define to a type to use for `error_t' if it is not otherwise available.])
 
9
   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
 
10
    does not typedef error_t.])],
 
11
  [#if defined(HAVE_ARGZ_H)
 
12
#  include <argz.h>
 
13
#endif])
 
14
 
 
15
ARGZ_H=
 
16
AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
 
17
        argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
 
18
 
 
19
dnl if have system argz functions, allow forced use of 
 
20
dnl libltdl-supplied implementation (and default to do so
 
21
dnl on "known bad" systems). Could use a runtime check, but
 
22
dnl (a) detecting malloc issues is notoriously unreliable
 
23
dnl (b) only known system that declares argz functions,
 
24
dnl     provides them, yet they are broken, is cygwin
 
25
dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
 
26
dnl So, it's more straightforward simply to special case 
 
27
dnl this for known bad systems.
 
28
AS_IF([test -z "$ARGZ_H"],
 
29
    [AC_CACHE_CHECK(
 
30
        [if argz actually works],
 
31
        [lt_cv_sys_argz_works],
 
32
        [[case $host_os in #(
 
33
         *cygwin*)
 
34
           lt_cv_sys_argz_works=no
 
35
           if test "$cross_compiling" != no; then
 
36
             lt_cv_sys_argz_works="guessing no"
 
37
           else
 
38
             lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
 
39
             save_IFS=$IFS
 
40
             IFS=-.
 
41
             set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
 
42
             IFS=$save_IFS
 
43
             lt_os_major=${2-0}
 
44
             lt_os_minor=${3-0}
 
45
             lt_os_micro=${4-0}
 
46
             if test "$lt_os_major" -gt 1 \
 
47
                || { test "$lt_os_major" -eq 1 \
 
48
                  && { test "$lt_os_minor" -gt 5 \
 
49
                    || { test "$lt_os_minor" -eq 5 \
 
50
                      && test "$lt_os_micro" -gt 24; }; }; }; then
 
51
               lt_cv_sys_argz_works=yes
 
52
             fi
 
53
           fi
 
54
           ;; #(
 
55
         *) lt_cv_sys_argz_works=yes ;;
 
56
         esac]])
 
57
     AS_IF([test $lt_cv_sys_argz_works = yes],
 
58
        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
 
59
                   [This value is set to 1 to indicate that the system argz facility works])],
 
60
        [ARGZ_H=argz.h
 
61
        AC_LIBOBJ([argz])])])
 
62
 
 
63
AC_SUBST([ARGZ_H])
 
64
])
 
65
m4trace:/usr/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
 
66
m4trace:/usr/share/aclocal/libtool.m4:67: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
67
AC_BEFORE([$0], [LT_LANG])dnl
 
68
AC_BEFORE([$0], [LT_OUTPUT])dnl
 
69
AC_BEFORE([$0], [LTDL_INIT])dnl
 
70
m4_require([_LT_CHECK_BUILDDIR])dnl
 
71
 
 
72
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
73
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
74
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
75
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
76
dnl unless we require an AC_DEFUNed macro:
 
77
AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
78
AC_REQUIRE([LTSUGAR_VERSION])dnl
 
79
AC_REQUIRE([LTVERSION_VERSION])dnl
 
80
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
81
m4_require([_LT_PROG_LTMAIN])dnl
 
82
 
 
83
dnl Parse OPTIONS
 
84
_LT_SET_OPTIONS([$0], [$1])
35
85
 
36
86
# This can be used to rebuild libtool when needed
37
 
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
87
LIBTOOL_DEPS="$ltmain"
38
88
 
39
89
# Always use our own libtool.
40
90
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41
91
AC_SUBST(LIBTOOL)dnl
42
92
 
43
 
# Prevent multiple expansion
44
 
define([AC_PROG_LIBTOOL], [])
45
 
])
46
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47
 
AC_REQUIRE([AC_ENABLE_SHARED])dnl
48
 
AC_REQUIRE([AC_ENABLE_STATIC])dnl
49
 
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50
 
AC_REQUIRE([AC_CANONICAL_HOST])dnl
51
 
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52
 
AC_REQUIRE([AC_PROG_CC])dnl
53
 
AC_REQUIRE([AC_PROG_LD])dnl
54
 
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55
 
AC_REQUIRE([AC_PROG_NM])dnl
56
 
 
57
 
AC_REQUIRE([AC_PROG_LN_S])dnl
58
 
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59
 
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60
 
AC_REQUIRE([AC_OBJEXT])dnl
61
 
AC_REQUIRE([AC_EXEEXT])dnl
62
 
dnl
63
 
 
64
 
AC_LIBTOOL_SYS_MAX_CMD_LEN
65
 
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66
 
AC_LIBTOOL_OBJDIR
67
 
 
68
 
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69
 
_LT_AC_PROG_ECHO_BACKSLASH
70
 
 
71
 
case $host_os in
72
 
aix3*)
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
 
  ;;
81
 
esac
82
 
 
83
 
# Sed substitution that helps us do robust quoting.  It backslashifies
84
 
# metacharacters that are still active within double-quoted strings.
85
 
Xsed='sed -e 1s/^X//'
86
 
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
 
 
88
 
# Same as above, but do not quote variable references.
89
 
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
 
 
91
 
# Sed substitution to delay expansion of an escaped shell variable in a
92
 
# double_quote_subst'ed string.
93
 
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
 
 
95
 
# Sed substitution to avoid accidental globbing in evaled expressions
96
 
no_glob_subst='s/\*/\\\*/g'
97
 
 
98
 
# Constants:
99
 
rm="rm -f"
100
 
 
101
 
# Global variables:
102
 
default_ofile=libtool
103
 
can_build_shared=yes
104
 
 
105
 
# All known linkers require a `.a' archive for static linking (except MSVC,
106
 
# which needs '.lib').
107
 
libext=a
108
 
ltmain="$ac_aux_dir/ltmain.sh"
109
 
ofile="$default_ofile"
110
 
with_gnu_ld="$lt_cv_prog_gnu_ld"
111
 
 
112
 
AC_CHECK_TOOL(AR, ar, false)
113
 
AC_CHECK_TOOL(RANLIB, ranlib, :)
114
 
AC_CHECK_TOOL(STRIP, strip, :)
115
 
 
116
 
old_CC="$CC"
117
 
old_CFLAGS="$CFLAGS"
118
 
 
119
 
# Set sane defaults for various variables
120
 
test -z "$AR" && AR=ar
121
 
test -z "$AR_FLAGS" && AR_FLAGS=cru
122
 
test -z "$AS" && AS=as
123
 
test -z "$CC" && CC=cc
124
 
test -z "$LTCC" && LTCC=$CC
125
 
test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
126
 
test -z "$DLLTOOL" && DLLTOOL=dlltool
127
 
test -z "$LD" && LD=ld
128
 
test -z "$LN_S" && LN_S="ln -s"
129
 
test -z "$MAGIC_CMD" && MAGIC_CMD=file
130
 
test -z "$NM" && NM=nm
131
 
test -z "$SED" && SED=sed
132
 
test -z "$OBJDUMP" && OBJDUMP=objdump
133
 
test -z "$RANLIB" && RANLIB=:
134
 
test -z "$STRIP" && STRIP=:
135
 
test -z "$ac_objext" && ac_objext=o
136
 
 
137
 
# Determine commands to create old-style static archives.
138
 
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
139
 
old_postinstall_cmds='chmod 644 $oldlib'
140
 
old_postuninstall_cmds=
141
 
 
142
 
if test -n "$RANLIB"; then
143
 
  case $host_os in
144
 
  openbsd*)
145
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
146
 
    ;;
147
 
  *)
148
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
149
 
    ;;
150
 
  esac
151
 
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
152
 
fi
153
 
 
154
 
_LT_CC_BASENAME([$compiler])
155
 
 
156
 
# Only perform the check for file, if the check method requires it
157
 
case $deplibs_check_method in
158
 
file_magic*)
159
 
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
160
 
    AC_PATH_MAGIC
161
 
  fi
162
 
  ;;
163
 
esac
164
 
 
165
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
166
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
167
 
enable_win32_dll=yes, enable_win32_dll=no)
168
 
 
169
 
AC_ARG_ENABLE([libtool-lock],
170
 
    [AC_HELP_STRING([--disable-libtool-lock],
171
 
        [avoid locking (might break parallel builds)])])
172
 
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173
 
 
174
 
AC_ARG_WITH([pic],
175
 
    [AC_HELP_STRING([--with-pic],
176
 
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
177
 
    [pic_mode="$withval"],
178
 
    [pic_mode=default])
179
 
test -z "$pic_mode" && pic_mode=default
180
 
 
181
 
# Use C for the default configuration in the libtool script
182
 
tagname=
183
 
AC_LIBTOOL_LANG_C_CONFIG
184
 
_LT_AC_TAGCONFIG
185
 
])
186
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:225: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187
 
 
188
 
# If no C compiler was specified, use CC.
189
 
LTCC=${LTCC-"$CC"}
190
 
 
191
 
# If no C compiler flags were specified, use CFLAGS.
192
 
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
193
 
 
194
 
# Allow CC to be a program name with arguments.
195
 
compiler=$CC
196
 
])
197
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:242: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
198
 
  case $cc_temp in
199
 
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
200
 
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
201
 
    \-*) ;;
202
 
    *) break;;
203
 
  esac
 
93
_LT_SETUP
 
94
 
 
95
# Only expand once:
 
96
m4_define([LT_INIT])
 
97
])
 
98
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
99
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
 
100
You should run autoupdate.])dnl
 
101
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
102
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
103
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
 
104
You should run autoupdate.])dnl
 
105
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
106
m4trace:/usr/share/aclocal/libtool.m4:562: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
 
107
AC_MSG_NOTICE([creating $CONFIG_LT])
 
108
cat >"$CONFIG_LT" <<_LTEOF
 
109
#! $SHELL
 
110
# Generated by $as_me.
 
111
# Run this file to recreate a libtool stub with the current configuration.
 
112
 
 
113
lt_cl_silent=false
 
114
SHELL=\${CONFIG_SHELL-$SHELL}
 
115
_LTEOF
 
116
 
 
117
cat >>"$CONFIG_LT" <<\_LTEOF
 
118
AS_SHELL_SANITIZE
 
119
_AS_PREPARE
 
120
 
 
121
exec AS_MESSAGE_FD>&1
 
122
exec AS_MESSAGE_LOG_FD>>config.log
 
123
{
 
124
  echo
 
125
  AS_BOX([Running $as_me.])
 
126
} >&AS_MESSAGE_LOG_FD
 
127
 
 
128
lt_cl_help="\
 
129
\`$as_me' creates a local libtool stub from the current configuration,
 
130
for use in further configure time tests before the real libtool is
 
131
generated.
 
132
 
 
133
Usage: $[0] [[OPTIONS]]
 
134
 
 
135
  -h, --help      print this help, then exit
 
136
  -V, --version   print version number, then exit
 
137
  -q, --quiet     do not print progress messages
 
138
  -d, --debug     don't remove temporary files
 
139
 
 
140
Report bugs to <bug-libtool@gnu.org>."
 
141
 
 
142
lt_cl_version="\
 
143
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
144
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
145
configured by $[0], generated by m4_PACKAGE_STRING.
 
146
 
 
147
Copyright (C) 2008 Free Software Foundation, Inc.
 
148
This config.lt script is free software; the Free Software Foundation
 
149
gives unlimited permision to copy, distribute and modify it."
 
150
 
 
151
while test $[#] != 0
 
152
do
 
153
  case $[1] in
 
154
    --version | --v* | -V )
 
155
      echo "$lt_cl_version"; exit 0 ;;
 
156
    --help | --h* | -h )
 
157
      echo "$lt_cl_help"; exit 0 ;;
 
158
    --debug | --d* | -d )
 
159
      debug=: ;;
 
160
    --quiet | --q* | --silent | --s* | -q )
 
161
      lt_cl_silent=: ;;
 
162
 
 
163
    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
164
Try \`$[0] --help' for more information.]) ;;
 
165
 
 
166
    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
167
Try \`$[0] --help' for more information.]) ;;
 
168
  esac
 
169
  shift
204
170
done
205
 
cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
206
 
])
207
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:259: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
208
 
printf "$lt_simple_compile_test_code" >conftest.$ac_ext
209
 
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
210
 
_lt_compiler_boilerplate=`cat conftest.err`
211
 
$rm conftest*
212
 
])
213
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:272: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
214
 
printf "$lt_simple_link_test_code" >conftest.$ac_ext
215
 
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
216
 
_lt_linker_boilerplate=`cat conftest.err`
217
 
$rm conftest*
218
 
])
219
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:289: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
220
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
221
 
}'`
222
 
# Check for a 64-bit object if we didn't find anything.
223
 
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
224
 
}'`; fi],[])
225
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
226
 
])
227
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:302: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
228
 
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
229
 
         [AC_DIVERT_PUSH(NOTICE)])
230
 
$1
231
 
AC_DIVERT_POP
232
 
])
233
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:315: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
234
 
# Check that we are running under the correct shell.
235
 
SHELL=${CONFIG_SHELL-/bin/sh}
236
 
 
237
 
case X$ECHO in
238
 
X*--fallback-echo)
239
 
  # Remove one level of quotation (which was required for Make).
240
 
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
241
 
  ;;
242
 
esac
243
 
 
244
 
echo=${ECHO-echo}
245
 
if test "X[$]1" = X--no-reexec; then
246
 
  # Discard the --no-reexec flag, and continue.
247
 
  shift
248
 
elif test "X[$]1" = X--fallback-echo; then
249
 
  # Avoid inline document here, it may be left over
250
 
  :
251
 
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
252
 
  # Yippee, $echo works!
253
 
  :
254
 
else
255
 
  # Restart under the correct shell.
256
 
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
257
 
fi
258
 
 
259
 
if test "X[$]1" = X--fallback-echo; then
260
 
  # used as fallback echo
261
 
  shift
262
 
  cat <<EOF
263
 
[$]*
264
 
EOF
265
 
  exit 0
266
 
fi
267
 
 
268
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
269
 
# if CDPATH is set.
270
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
271
 
 
272
 
if test -z "$ECHO"; then
273
 
if test "X${echo_test_string+set}" != Xset; then
274
 
# find a string as large as possible, as long as the shell can cope with it
275
 
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
276
 
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
277
 
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
278
 
       echo_test_string=`eval $cmd` &&
279
 
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
280
 
    then
281
 
      break
282
 
    fi
283
 
  done
284
 
fi
285
 
 
286
 
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
287
 
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
288
 
   test "X$echo_testing_string" = "X$echo_test_string"; then
289
 
  :
290
 
else
291
 
  # The Solaris, AIX, and Digital Unix default echo programs unquote
292
 
  # backslashes.  This makes it impossible to quote backslashes using
293
 
  #   echo "$something" | sed 's/\\/\\\\/g'
294
 
  #
295
 
  # So, first we look for a working echo in the user's PATH.
296
 
 
297
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
298
 
  for dir in $PATH /usr/ucb; do
299
 
    IFS="$lt_save_ifs"
300
 
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
301
 
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
302
 
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
303
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
304
 
      echo="$dir/echo"
305
 
      break
306
 
    fi
307
 
  done
308
 
  IFS="$lt_save_ifs"
309
 
 
310
 
  if test "X$echo" = Xecho; then
311
 
    # We didn't find a better echo, so look for alternatives.
312
 
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
313
 
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
314
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
315
 
      # This shell has a builtin print -r that does the trick.
316
 
      echo='print -r'
317
 
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
318
 
         test "X$CONFIG_SHELL" != X/bin/ksh; then
319
 
      # If we have ksh, try running configure again with it.
320
 
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
321
 
      export ORIGINAL_CONFIG_SHELL
322
 
      CONFIG_SHELL=/bin/ksh
323
 
      export CONFIG_SHELL
324
 
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
325
 
    else
326
 
      # Try using printf.
327
 
      echo='printf %s\n'
328
 
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
329
 
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
330
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
331
 
        # Cool, printf works
332
 
        :
333
 
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
334
 
           test "X$echo_testing_string" = 'X\t' &&
335
 
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
336
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
337
 
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
338
 
        export CONFIG_SHELL
339
 
        SHELL="$CONFIG_SHELL"
340
 
        export SHELL
341
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
342
 
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
343
 
           test "X$echo_testing_string" = 'X\t' &&
344
 
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
345
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
346
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
347
 
      else
348
 
        # maybe with a smaller string...
349
 
        prev=:
350
 
 
351
 
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
352
 
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
353
 
          then
354
 
            break
355
 
          fi
356
 
          prev="$cmd"
357
 
        done
358
 
 
359
 
        if test "$prev" != 'sed 50q "[$]0"'; then
360
 
          echo_test_string=`eval $prev`
361
 
          export echo_test_string
362
 
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
363
 
        else
364
 
          # Oops.  We lost completely, so just stick with echo.
365
 
          echo=echo
366
 
        fi
367
 
      fi
368
 
    fi
369
 
  fi
370
 
fi
371
 
fi
372
 
 
373
 
# Copy echo and quote the copy suitably for passing to libtool from
374
 
# the Makefile, instead of quoting the original, which is used later.
375
 
ECHO=$echo
376
 
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
377
 
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
378
 
fi
379
 
 
380
 
AC_SUBST(ECHO)
381
 
])])
382
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:469: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
383
 
    [AC_HELP_STRING([--disable-libtool-lock],
384
 
        [avoid locking (might break parallel builds)])])
385
 
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
386
 
 
387
 
# Some flags need to be propagated to the compiler or linker for good
388
 
# libtool support.
389
 
case $host in
390
 
ia64-*-hpux*)
391
 
  # Find out which ABI we are using.
392
 
  echo 'int i;' > conftest.$ac_ext
393
 
  if AC_TRY_EVAL(ac_compile); then
394
 
    case `/usr/bin/file conftest.$ac_objext` in
395
 
    *ELF-32*)
396
 
      HPUX_IA64_MODE="32"
397
 
      ;;
398
 
    *ELF-64*)
399
 
      HPUX_IA64_MODE="64"
400
 
      ;;
401
 
    esac
402
 
  fi
403
 
  rm -rf conftest*
404
 
  ;;
405
 
*-*-irix6*)
406
 
  # Find out which ABI we are using.
407
 
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
408
 
  if AC_TRY_EVAL(ac_compile); then
409
 
   if test "$lt_cv_prog_gnu_ld" = yes; then
410
 
    case `/usr/bin/file conftest.$ac_objext` in
411
 
    *32-bit*)
412
 
      LD="${LD-ld} -melf32bsmip"
413
 
      ;;
414
 
    *N32*)
415
 
      LD="${LD-ld} -melf32bmipn32"
416
 
      ;;
417
 
    *64-bit*)
418
 
      LD="${LD-ld} -melf64bmip"
419
 
      ;;
420
 
    esac
421
 
   else
422
 
    case `/usr/bin/file conftest.$ac_objext` in
423
 
    *32-bit*)
424
 
      LD="${LD-ld} -32"
425
 
      ;;
426
 
    *N32*)
427
 
      LD="${LD-ld} -n32"
428
 
      ;;
429
 
    *64-bit*)
430
 
      LD="${LD-ld} -64"
431
 
      ;;
432
 
    esac
433
 
   fi
434
 
  fi
435
 
  rm -rf conftest*
436
 
  ;;
437
 
 
438
 
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
439
 
  # Find out which ABI we are using.
440
 
  echo 'int i;' > conftest.$ac_ext
441
 
  if AC_TRY_EVAL(ac_compile); then
442
 
    case `/usr/bin/file conftest.o` in
443
 
    *32-bit*)
444
 
      case $host in
445
 
        x86_64-*linux*)
446
 
          LD="${LD-ld} -m elf_i386"
447
 
          ;;
448
 
        ppc64-*linux*|powerpc64-*linux*)
449
 
          LD="${LD-ld} -m elf32ppclinux"
450
 
          ;;
451
 
        s390x-*linux*)
452
 
          LD="${LD-ld} -m elf_s390"
453
 
          ;;
454
 
        sparc64-*linux*)
455
 
          LD="${LD-ld} -m elf32_sparc"
456
 
          ;;
457
 
      esac
458
 
      ;;
459
 
    *64-bit*)
460
 
      case $host in
461
 
        x86_64-*linux*)
462
 
          LD="${LD-ld} -m elf_x86_64"
463
 
          ;;
464
 
        ppc*-*linux*|powerpc*-*linux*)
465
 
          LD="${LD-ld} -m elf64ppc"
466
 
          ;;
467
 
        s390*-*linux*)
468
 
          LD="${LD-ld} -m elf64_s390"
469
 
          ;;
470
 
        sparc*-*linux*)
471
 
          LD="${LD-ld} -m elf64_sparc"
472
 
          ;;
473
 
      esac
474
 
      ;;
475
 
    esac
476
 
  fi
477
 
  rm -rf conftest*
478
 
  ;;
479
 
 
480
 
*-*-sco3.2v5*)
481
 
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
482
 
  SAVE_CFLAGS="$CFLAGS"
483
 
  CFLAGS="$CFLAGS -belf"
484
 
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
485
 
    [AC_LANG_PUSH(C)
486
 
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
487
 
     AC_LANG_POP])
488
 
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
489
 
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
490
 
    CFLAGS="$SAVE_CFLAGS"
491
 
  fi
492
 
  ;;
493
 
sparc*-*solaris*)
494
 
  # Find out which ABI we are using.
495
 
  echo 'int i;' > conftest.$ac_ext
496
 
  if AC_TRY_EVAL(ac_compile); then
497
 
    case `/usr/bin/file conftest.o` in
498
 
    *64-bit*)
499
 
      case $lt_cv_prog_gnu_ld in
500
 
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
501
 
      *)    LD="${LD-ld} -64" ;;
502
 
      esac
503
 
      ;;
504
 
    esac
505
 
  fi
506
 
  rm -rf conftest*
507
 
  ;;
508
 
 
509
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
510
 
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
511
 
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
512
 
  AC_CHECK_TOOL(AS, as, false)
513
 
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
514
 
  ;;
515
 
  ])
516
 
esac
517
 
 
518
 
need_locks="$enable_libtool_lock"
519
 
 
520
 
])
521
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:615: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
 
171
 
 
172
if $lt_cl_silent; then
 
173
  exec AS_MESSAGE_FD>/dev/null
 
174
fi
 
175
_LTEOF
 
176
 
 
177
cat >>"$CONFIG_LT" <<_LTEOF
 
178
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
179
_LTEOF
 
180
 
 
181
cat >>"$CONFIG_LT" <<\_LTEOF
 
182
AC_MSG_NOTICE([creating $ofile])
 
183
_LT_OUTPUT_LIBTOOL_COMMANDS
 
184
AS_EXIT(0)
 
185
_LTEOF
 
186
chmod +x "$CONFIG_LT"
 
187
 
 
188
# configure is writing to config.log, but config.lt does its own redirection,
 
189
# appending to config.log, which fails on DOS, as config.log is still kept
 
190
# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
191
# config.log, so it can be properly (re)opened and appended to by config.lt.
 
192
if test "$no_create" != yes; then
 
193
  lt_cl_success=:
 
194
  test "$silent" = yes &&
 
195
    lt_config_lt_args="$lt_config_lt_args --quiet"
 
196
  exec AS_MESSAGE_LOG_FD>/dev/null
 
197
  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
198
  exec AS_MESSAGE_LOG_FD>>config.log
 
199
  $lt_cl_success || AS_EXIT(1)
 
200
fi
 
201
])
 
202
m4trace:/usr/share/aclocal/libtool.m4:757: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
 
203
m4trace:/usr/share/aclocal/libtool.m4:768: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
 
204
m4_case([$1],
 
205
  [C],                  [_LT_LANG(C)],
 
206
  [C++],                [_LT_LANG(CXX)],
 
207
  [Java],               [_LT_LANG(GCJ)],
 
208
  [Fortran 77],         [_LT_LANG(F77)],
 
209
  [Fortran],            [_LT_LANG(FC)],
 
210
  [Windows Resource],   [_LT_LANG(RC)],
 
211
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
212
    [_LT_LANG($1)],
 
213
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
214
])
 
215
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
216
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
 
217
You should run autoupdate.])dnl
 
218
LT_LANG(C++)])
 
219
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
220
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
 
221
You should run autoupdate.])dnl
 
222
LT_LANG(Fortran 77)])
 
223
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
224
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
 
225
You should run autoupdate.])dnl
 
226
LT_LANG(Fortran)])
 
227
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
228
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
 
229
You should run autoupdate.])dnl
 
230
LT_LANG(Java)])
 
231
m4trace:/usr/share/aclocal/libtool.m4:1398: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
232
m4_require([_LT_DECL_SED])dnl
522
233
AC_CACHE_CHECK([$1], [$2],
523
234
  [$2=no
524
 
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
525
 
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
235
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
236
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
526
237
   lt_compiler_flag="$3"
527
238
   # Insert the option either (1) after the last *FLAGS variable, or
528
239
   # (2) before a word containing "conftest.", or (3) at the end.
541
252
   if (exit $ac_status) && test -s "$ac_outfile"; then
542
253
     # The compiler can only warn and ignore the option if not recognized
543
254
     # So say no if there are warnings other than the usual output.
544
 
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
255
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
545
256
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
546
257
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
547
258
       $2=yes
548
259
     fi
549
260
   fi
550
 
   $rm conftest*
 
261
   $RM conftest*
551
262
])
552
263
 
553
264
if test x"[$]$2" = xyes; then
554
 
    ifelse([$5], , :, [$5])
 
265
    m4_if([$5], , :, [$5])
555
266
else
556
 
    ifelse([$6], , :, [$6])
 
267
    m4_if([$6], , :, [$6])
557
268
fi
558
269
])
559
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:660: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
 
270
m4trace:/usr/share/aclocal/libtool.m4:1440: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
271
m4trace:/usr/share/aclocal/libtool.m4:1440: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
 
272
You should run autoupdate.])dnl
 
273
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
274
m4trace:/usr/share/aclocal/libtool.m4:1449: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
275
m4_require([_LT_DECL_SED])dnl
 
276
AC_CACHE_CHECK([$1], [$2],
560
277
  [$2=no
561
278
   save_LDFLAGS="$LDFLAGS"
562
279
   LDFLAGS="$LDFLAGS $3"
563
 
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
280
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
564
281
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
565
282
     # The linker can only warn and ignore the option if not recognized
566
283
     # So say no if there are warnings
567
284
     if test -s conftest.err; then
568
285
       # Append any errors to the config.log.
569
286
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
570
 
       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
287
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
571
288
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
572
289
       if diff conftest.exp conftest.er2 >/dev/null; then
573
290
         $2=yes
576
293
       $2=yes
577
294
     fi
578
295
   fi
579
 
   $rm conftest*
 
296
   $RM -r conftest*
580
297
   LDFLAGS="$save_LDFLAGS"
581
298
])
582
299
 
583
300
if test x"[$]$2" = xyes; then
584
 
    ifelse([$4], , :, [$4])
 
301
    m4_if([$4], , :, [$4])
585
302
else
586
 
    ifelse([$5], , :, [$5])
 
303
    m4_if([$5], , :, [$5])
587
304
fi
588
305
])
589
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:695: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
 
306
m4trace:/usr/share/aclocal/libtool.m4:1484: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
307
m4trace:/usr/share/aclocal/libtool.m4:1484: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
 
308
You should run autoupdate.])dnl
 
309
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
310
m4trace:/usr/share/aclocal/libtool.m4:1491: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
311
# find the maximum length of command line arguments
590
312
AC_MSG_CHECKING([the maximum length of command line arguments])
591
313
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
592
314
  i=0
663
385
  sysv5* | sco5v6* | sysv4.2uw2*)
664
386
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
665
387
    if test -n "$kargmax"; then
666
 
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
388
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
667
389
    else
668
390
      lt_cv_sys_max_cmd_len=32768
669
391
    fi
670
392
    ;;
671
393
  *)
672
 
    # If test is not a shell built-in, we'll probably end up computing a
673
 
    # maximum length that is only half of the actual maximum length, but
674
 
    # we can't tell.
675
 
    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
676
 
    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
677
 
               = "XX$teststring") >/dev/null 2>&1 &&
678
 
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
679
 
            lt_cv_sys_max_cmd_len=$new_result &&
680
 
            test $i != 17 # 1/2 MB should be enough
681
 
    do
682
 
      i=`expr $i + 1`
683
 
      teststring=$teststring$teststring
684
 
    done
685
 
    teststring=
686
 
    # Add a significant safety factor because C++ compilers can tack on massive
687
 
    # amounts of additional arguments before passing them to the linker.
688
 
    # It appears as though 1/2 is a usable value.
689
 
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
394
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
395
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
396
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
397
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
398
    else
 
399
      # Make teststring a little bigger before we do anything with it.
 
400
      # a 1K string should be a reasonable start.
 
401
      for i in 1 2 3 4 5 6 7 8 ; do
 
402
        teststring=$teststring$teststring
 
403
      done
 
404
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
405
      # If test is not a shell built-in, we'll probably end up computing a
 
406
      # maximum length that is only half of the actual maximum length, but
 
407
      # we can't tell.
 
408
      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
409
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
410
              test $i != 17 # 1/2 MB should be enough
 
411
      do
 
412
        i=`expr $i + 1`
 
413
        teststring=$teststring$teststring
 
414
      done
 
415
      # Only check the string length outside the loop.
 
416
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
417
      teststring=
 
418
      # Add a significant safety factor because C++ compilers can tack on
 
419
      # massive amounts of additional arguments before passing them to the
 
420
      # linker.  It appears as though 1/2 is a usable value.
 
421
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
422
    fi
690
423
    ;;
691
424
  esac
692
425
])
695
428
else
696
429
  AC_MSG_RESULT(none)
697
430
fi
698
 
])
699
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:810: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
700
 
])
701
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:818: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
702
 
if test "$cross_compiling" = yes; then :
703
 
  [$4]
704
 
else
705
 
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
706
 
  lt_status=$lt_dlunknown
707
 
  cat > conftest.$ac_ext <<EOF
708
 
[#line __oline__ "configure"
709
 
#include "confdefs.h"
710
 
 
711
 
#if HAVE_DLFCN_H
712
 
#include <dlfcn.h>
713
 
#endif
714
 
 
715
 
#include <stdio.h>
716
 
 
717
 
#ifdef RTLD_GLOBAL
718
 
#  define LT_DLGLOBAL           RTLD_GLOBAL
719
 
#else
720
 
#  ifdef DL_GLOBAL
721
 
#    define LT_DLGLOBAL         DL_GLOBAL
722
 
#  else
723
 
#    define LT_DLGLOBAL         0
724
 
#  endif
725
 
#endif
726
 
 
727
 
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
728
 
   find out it does not work in some platform. */
729
 
#ifndef LT_DLLAZY_OR_NOW
730
 
#  ifdef RTLD_LAZY
731
 
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
732
 
#  else
733
 
#    ifdef DL_LAZY
734
 
#      define LT_DLLAZY_OR_NOW          DL_LAZY
735
 
#    else
736
 
#      ifdef RTLD_NOW
737
 
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
738
 
#      else
739
 
#        ifdef DL_NOW
740
 
#          define LT_DLLAZY_OR_NOW      DL_NOW
741
 
#        else
742
 
#          define LT_DLLAZY_OR_NOW      0
743
 
#        endif
744
 
#      endif
745
 
#    endif
746
 
#  endif
747
 
#endif
748
 
 
749
 
#ifdef __cplusplus
750
 
extern "C" void exit (int);
751
 
#endif
752
 
 
753
 
void fnord() { int i=42;}
754
 
int main ()
755
 
{
756
 
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
757
 
  int status = $lt_dlunknown;
758
 
 
759
 
  if (self)
760
 
    {
761
 
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
762
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
763
 
      /* dlclose (self); */
764
 
    }
765
 
  else
766
 
    puts (dlerror ());
767
 
 
768
 
    exit (status);
769
 
}]
770
 
EOF
771
 
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
772
 
    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
773
 
    lt_status=$?
774
 
    case x$lt_status in
775
 
      x$lt_dlno_uscore) $1 ;;
776
 
      x$lt_dlneed_uscore) $2 ;;
777
 
      x$lt_dlunknown|x*) $3 ;;
778
 
    esac
779
 
  else :
780
 
    # compilation failed
781
 
    $3
782
 
  fi
783
 
fi
784
 
rm -fr conftest*
785
 
])
786
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:908: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
431
max_cmd_len=$lt_cv_sys_max_cmd_len
 
432
_LT_DECL([], [max_cmd_len], [0],
 
433
    [What is the maximum length of a command?])
 
434
])
 
435
m4trace:/usr/share/aclocal/libtool.m4:1619: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
 
436
m4trace:/usr/share/aclocal/libtool.m4:1619: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
 
437
You should run autoupdate.])dnl
 
438
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
 
439
m4trace:/usr/share/aclocal/libtool.m4:1724: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
787
440
if test "x$enable_dlopen" != xyes; then
788
441
  enable_dlopen=unknown
789
442
  enable_dlopen_self=unknown
802
455
  mingw* | pw32*)
803
456
    lt_cv_dlopen="LoadLibrary"
804
457
    lt_cv_dlopen_libs=
805
 
   ;;
 
458
    ;;
806
459
 
807
460
  cygwin*)
808
461
    lt_cv_dlopen="dlopen"
809
462
    lt_cv_dlopen_libs=
810
 
   ;;
 
463
    ;;
811
464
 
812
465
  darwin*)
813
466
  # if libdl is installed we need to link against it
817
470
    lt_cv_dlopen_libs=
818
471
    lt_cv_dlopen_self=yes
819
472
    ])
820
 
   ;;
 
473
    ;;
821
474
 
822
475
  *)
823
476
    AC_CHECK_FUNC([shl_load],
824
477
          [lt_cv_dlopen="shl_load"],
825
478
      [AC_CHECK_LIB([dld], [shl_load],
826
 
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 
479
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
827
480
        [AC_CHECK_FUNC([dlopen],
828
481
              [lt_cv_dlopen="dlopen"],
829
482
          [AC_CHECK_LIB([dl], [dlopen],
831
484
            [AC_CHECK_LIB([svld], [dlopen],
832
485
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
833
486
              [AC_CHECK_LIB([dld], [dld_link],
834
 
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
487
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
835
488
              ])
836
489
            ])
837
490
          ])
859
512
 
860
513
    AC_CACHE_CHECK([whether a program can dlopen itself],
861
514
          lt_cv_dlopen_self, [dnl
862
 
          _LT_AC_TRY_DLOPEN_SELF(
 
515
          _LT_TRY_DLOPEN_SELF(
863
516
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
864
517
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
865
518
    ])
867
520
    if test "x$lt_cv_dlopen_self" = xyes; then
868
521
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
869
522
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
870
 
          lt_cv_dlopen_self_static, [dnl
871
 
          _LT_AC_TRY_DLOPEN_SELF(
 
523
          lt_cv_dlopen_self_static, [dnl
 
524
          _LT_TRY_DLOPEN_SELF(
872
525
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
873
526
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
874
527
      ])
890
543
  *) enable_dlopen_self_static=unknown ;;
891
544
  esac
892
545
fi
893
 
])
894
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1022: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
895
 
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
896
 
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
897
 
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
898
 
   $rm -r conftest 2>/dev/null
899
 
   mkdir conftest
900
 
   cd conftest
901
 
   mkdir out
902
 
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
903
 
 
904
 
   lt_compiler_flag="-o out/conftest2.$ac_objext"
905
 
   # Insert the option either (1) after the last *FLAGS variable, or
906
 
   # (2) before a word containing "conftest.", or (3) at the end.
907
 
   # Note that $ac_compile itself does not contain backslashes and begins
908
 
   # with a dollar sign (not a hyphen), so the echo should work correctly.
909
 
   lt_compile=`echo "$ac_compile" | $SED \
910
 
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
911
 
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
912
 
   -e 's:$: $lt_compiler_flag:'`
913
 
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
914
 
   (eval "$lt_compile" 2>out/conftest.err)
915
 
   ac_status=$?
916
 
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
917
 
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
918
 
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
919
 
   then
920
 
     # The compiler can only warn and ignore the option if not recognized
921
 
     # So say no if there are warnings
922
 
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
923
 
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
924
 
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
925
 
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
926
 
     fi
927
 
   fi
928
 
   chmod u+w . 2>&AS_MESSAGE_LOG_FD
929
 
   $rm conftest*
930
 
   # SGI C++ compiler will create directory out/ii_files/ for
931
 
   # template instantiation
932
 
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
933
 
   $rm out/* && rmdir out
934
 
   cd ..
935
 
   rmdir conftest
936
 
   $rm conftest*
937
 
])
938
 
])
939
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1073: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
940
 
 
941
 
hard_links="nottested"
942
 
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
943
 
  # do not overwrite the value of need_locks provided by the user
944
 
  AC_MSG_CHECKING([if we can lock with hard links])
945
 
  hard_links=yes
946
 
  $rm conftest*
947
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
948
 
  touch conftest.a
949
 
  ln conftest.a conftest.b 2>&5 || hard_links=no
950
 
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
951
 
  AC_MSG_RESULT([$hard_links])
952
 
  if test "$hard_links" = no; then
953
 
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
954
 
    need_locks=warn
955
 
  fi
956
 
else
957
 
  need_locks=no
958
 
fi
959
 
])
960
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1099: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
961
 
[rm -f .libs 2>/dev/null
962
 
mkdir .libs 2>/dev/null
963
 
if test -d .libs; then
964
 
  lt_cv_objdir=.libs
965
 
else
966
 
  # MS-DOS does not allow filenames that begin with a dot.
967
 
  lt_cv_objdir=_libs
968
 
fi
969
 
rmdir .libs 2>/dev/null])
970
 
objdir=$lt_cv_objdir
971
 
])
972
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1117: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
973
 
_LT_AC_TAGVAR(hardcode_action, $1)=
974
 
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
975
 
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
976
 
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
977
 
 
978
 
  # We can hardcode non-existant directories.
979
 
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
980
 
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
981
 
     # have to relink, otherwise we might link with an installed library
982
 
     # when we should be linking with a yet-to-be-installed one
983
 
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
984
 
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
985
 
    # Linking always hardcodes the temporary library directory.
986
 
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
987
 
  else
988
 
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
989
 
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
990
 
  fi
991
 
else
992
 
  # We cannot hardcode anything, or else we can only hardcode existing
993
 
  # directories.
994
 
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
995
 
fi
996
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
997
 
 
998
 
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
999
 
  # Fast installation is not supported
1000
 
  enable_fast_install=no
1001
 
elif test "$shlibpath_overrides_runpath" = yes ||
1002
 
     test "$enable_shared" = no; then
1003
 
  # Fast installation is not necessary
1004
 
  enable_fast_install=needless
1005
 
fi
1006
 
])
1007
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1157: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1008
 
old_striplib=
1009
 
AC_MSG_CHECKING([whether stripping libraries is possible])
1010
 
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1011
 
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1012
 
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1013
 
  AC_MSG_RESULT([yes])
1014
 
else
1015
 
# FIXME - insert some real tests, host_os isn't really good enough
1016
 
  case $host_os in
1017
 
   darwin*)
1018
 
       if test -n "$STRIP" ; then
1019
 
         striplib="$STRIP -x"
1020
 
         AC_MSG_RESULT([yes])
1021
 
       else
1022
 
  AC_MSG_RESULT([no])
1023
 
fi
1024
 
       ;;
1025
 
   *)
1026
 
  AC_MSG_RESULT([no])
1027
 
    ;;
1028
 
  esac
1029
 
fi
1030
 
])
1031
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1187: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
1032
 
library_names_spec=
1033
 
libname_spec='lib$name'
1034
 
soname_spec=
1035
 
shrext_cmds=".so"
1036
 
postinstall_cmds=
1037
 
postuninstall_cmds=
1038
 
finish_cmds=
1039
 
finish_eval=
1040
 
shlibpath_var=
1041
 
shlibpath_overrides_runpath=unknown
1042
 
version_type=none
1043
 
dynamic_linker="$host_os ld.so"
1044
 
sys_lib_dlsearch_path_spec="/lib /usr/lib"
1045
 
if test "$GCC" = yes; then
1046
 
  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1047
 
  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1048
 
    # if the path contains ";" then we assume it to be the separator
1049
 
    # otherwise default to the standard path separator (i.e. ":") - it is
1050
 
    # assumed that no part of a normal pathname contains ";" but that should
1051
 
    # okay in the real world where ";" in dirpaths is itself problematic.
1052
 
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1053
 
  else
1054
 
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1055
 
  fi
1056
 
else
1057
 
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1058
 
fi
1059
 
need_lib_prefix=unknown
1060
 
hardcode_into_libs=no
1061
 
 
1062
 
# when you set need_version to no, make sure it does not cause -set_version
1063
 
# flags to be left without arguments
1064
 
need_version=unknown
1065
 
 
1066
 
case $host_os in
1067
 
aix3*)
1068
 
  version_type=linux
1069
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1070
 
  shlibpath_var=LIBPATH
1071
 
 
1072
 
  # AIX 3 has no versioning support, so we append a major version to the name.
1073
 
  soname_spec='${libname}${release}${shared_ext}$major'
1074
 
  ;;
1075
 
 
1076
 
aix4* | aix5*)
1077
 
  version_type=linux
1078
 
  need_lib_prefix=no
1079
 
  need_version=no
1080
 
  hardcode_into_libs=yes
1081
 
  if test "$host_cpu" = ia64; then
1082
 
    # AIX 5 supports IA64
1083
 
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1084
 
    shlibpath_var=LD_LIBRARY_PATH
1085
 
  else
1086
 
    # With GCC up to 2.95.x, collect2 would create an import file
1087
 
    # for dependence libraries.  The import file would start with
1088
 
    # the line `#! .'.  This would cause the generated library to
1089
 
    # depend on `.', always an invalid library.  This was fixed in
1090
 
    # development snapshots of GCC prior to 3.0.
1091
 
    case $host_os in
1092
 
      aix4 | aix4.[[01]] | aix4.[[01]].*)
1093
 
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1094
 
           echo ' yes '
1095
 
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1096
 
        :
1097
 
      else
1098
 
        can_build_shared=no
1099
 
      fi
1100
 
      ;;
1101
 
    esac
1102
 
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1103
 
    # soname into executable. Probably we can add versioning support to
1104
 
    # collect2, so additional links can be useful in future.
1105
 
    if test "$aix_use_runtimelinking" = yes; then
1106
 
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1107
 
      # instead of lib<name>.a to let people know that these are not
1108
 
      # typical AIX shared libraries.
1109
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1110
 
    else
1111
 
      # We preserve .a as extension for shared libraries through AIX4.2
1112
 
      # and later when we are not doing run time linking.
1113
 
      library_names_spec='${libname}${release}.a $libname.a'
1114
 
      soname_spec='${libname}${release}${shared_ext}$major'
1115
 
    fi
1116
 
    shlibpath_var=LIBPATH
1117
 
  fi
1118
 
  ;;
1119
 
 
1120
 
amigaos*)
1121
 
  library_names_spec='$libname.ixlibrary $libname.a'
1122
 
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1123
 
  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1124
 
  ;;
1125
 
 
1126
 
beos*)
1127
 
  library_names_spec='${libname}${shared_ext}'
1128
 
  dynamic_linker="$host_os ld.so"
1129
 
  shlibpath_var=LIBRARY_PATH
1130
 
  ;;
1131
 
 
1132
 
bsdi[[45]]*)
1133
 
  version_type=linux
1134
 
  need_version=no
1135
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1136
 
  soname_spec='${libname}${release}${shared_ext}$major'
1137
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1138
 
  shlibpath_var=LD_LIBRARY_PATH
1139
 
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1140
 
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1141
 
  # the default ld.so.conf also contains /usr/contrib/lib and
1142
 
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1143
 
  # libtool to hard-code these into programs
1144
 
  ;;
1145
 
 
1146
 
cygwin* | mingw* | pw32*)
1147
 
  version_type=windows
1148
 
  shrext_cmds=".dll"
1149
 
  need_version=no
1150
 
  need_lib_prefix=no
1151
 
 
1152
 
  case $GCC,$host_os in
1153
 
  yes,cygwin* | yes,mingw* | yes,pw32*)
1154
 
    library_names_spec='$libname.dll.a'
1155
 
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1156
 
    postinstall_cmds='base_file=`basename \${file}`~
1157
 
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1158
 
      dldir=$destdir/`dirname \$dlpath`~
1159
 
      test -d \$dldir || mkdir -p \$dldir~
1160
 
      $install_prog $dir/$dlname \$dldir/$dlname~
1161
 
      chmod a+x \$dldir/$dlname'
1162
 
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1163
 
      dlpath=$dir/\$dldll~
1164
 
       $rm \$dlpath'
1165
 
    shlibpath_overrides_runpath=yes
1166
 
 
1167
 
    case $host_os in
1168
 
    cygwin*)
1169
 
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1170
 
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1171
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1172
 
      ;;
1173
 
    mingw*)
1174
 
      # MinGW DLLs use traditional 'lib' prefix
1175
 
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1176
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1177
 
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1178
 
        # It is most probably a Windows format PATH printed by
1179
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1180
 
        # path with ; separators, and with drive letters. We can handle the
1181
 
        # drive letters (cygwin fileutils understands them), so leave them,
1182
 
        # especially as we might pass files found there to a mingw objdump,
1183
 
        # which wouldn't understand a cygwinified path. Ahh.
1184
 
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1185
 
      else
1186
 
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1187
 
      fi
1188
 
      ;;
1189
 
    pw32*)
1190
 
      # pw32 DLLs use 'pw' prefix rather than 'lib'
1191
 
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1192
 
      ;;
1193
 
    esac
1194
 
    ;;
1195
 
 
1196
 
  *)
1197
 
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1198
 
    ;;
1199
 
  esac
1200
 
  dynamic_linker='Win32 ld.exe'
1201
 
  # FIXME: first we should search . and the directory the executable is in
1202
 
  shlibpath_var=PATH
1203
 
  ;;
1204
 
 
1205
 
darwin* | rhapsody*)
1206
 
  dynamic_linker="$host_os dyld"
1207
 
  version_type=darwin
1208
 
  need_lib_prefix=no
1209
 
  need_version=no
1210
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1211
 
  soname_spec='${libname}${release}${major}$shared_ext'
1212
 
  shlibpath_overrides_runpath=yes
1213
 
  shlibpath_var=DYLD_LIBRARY_PATH
1214
 
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1215
 
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1216
 
  if test "$GCC" = yes; then
1217
 
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1218
 
  else
1219
 
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1220
 
  fi
1221
 
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1222
 
  ;;
1223
 
 
1224
 
dgux*)
1225
 
  version_type=linux
1226
 
  need_lib_prefix=no
1227
 
  need_version=no
1228
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1229
 
  soname_spec='${libname}${release}${shared_ext}$major'
1230
 
  shlibpath_var=LD_LIBRARY_PATH
1231
 
  ;;
1232
 
 
1233
 
freebsd1*)
1234
 
  dynamic_linker=no
1235
 
  ;;
1236
 
 
1237
 
kfreebsd*-gnu)
1238
 
  version_type=linux
1239
 
  need_lib_prefix=no
1240
 
  need_version=no
1241
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1242
 
  soname_spec='${libname}${release}${shared_ext}$major'
1243
 
  shlibpath_var=LD_LIBRARY_PATH
1244
 
  shlibpath_overrides_runpath=no
1245
 
  hardcode_into_libs=yes
1246
 
  dynamic_linker='GNU ld.so'
1247
 
  ;;
1248
 
 
1249
 
freebsd* | dragonfly*)
1250
 
  # DragonFly does not have aout.  When/if they implement a new
1251
 
  # versioning mechanism, adjust this.
1252
 
  if test -x /usr/bin/objformat; then
1253
 
    objformat=`/usr/bin/objformat`
1254
 
  else
1255
 
    case $host_os in
1256
 
    freebsd[[123]]*) objformat=aout ;;
1257
 
    *) objformat=elf ;;
1258
 
    esac
1259
 
  fi
1260
 
  version_type=freebsd-$objformat
1261
 
  case $version_type in
1262
 
    freebsd-elf*)
1263
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1264
 
      need_version=no
1265
 
      need_lib_prefix=no
1266
 
      ;;
1267
 
    freebsd-*)
1268
 
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1269
 
      need_version=yes
1270
 
      ;;
1271
 
  esac
1272
 
  shlibpath_var=LD_LIBRARY_PATH
1273
 
  case $host_os in
1274
 
  freebsd2*)
1275
 
    shlibpath_overrides_runpath=yes
1276
 
    ;;
1277
 
  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1278
 
    shlibpath_overrides_runpath=yes
1279
 
    hardcode_into_libs=yes
1280
 
    ;;
1281
 
  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1282
 
  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1283
 
    shlibpath_overrides_runpath=no
1284
 
    hardcode_into_libs=yes
1285
 
    ;;
1286
 
  freebsd*) # from 4.6 on
1287
 
    shlibpath_overrides_runpath=yes
1288
 
    hardcode_into_libs=yes
1289
 
    ;;
1290
 
  esac
1291
 
  ;;
1292
 
 
1293
 
gnu*)
1294
 
  version_type=linux
1295
 
  need_lib_prefix=no
1296
 
  need_version=no
1297
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1298
 
  soname_spec='${libname}${release}${shared_ext}$major'
1299
 
  shlibpath_var=LD_LIBRARY_PATH
1300
 
  hardcode_into_libs=yes
1301
 
  ;;
1302
 
 
1303
 
hpux9* | hpux10* | hpux11*)
1304
 
  # Give a soname corresponding to the major version so that dld.sl refuses to
1305
 
  # link against other versions.
1306
 
  version_type=sunos
1307
 
  need_lib_prefix=no
1308
 
  need_version=no
1309
 
  case $host_cpu in
1310
 
  ia64*)
1311
 
    shrext_cmds='.so'
1312
 
    hardcode_into_libs=yes
1313
 
    dynamic_linker="$host_os dld.so"
1314
 
    shlibpath_var=LD_LIBRARY_PATH
1315
 
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1316
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1317
 
    soname_spec='${libname}${release}${shared_ext}$major'
1318
 
    if test "X$HPUX_IA64_MODE" = X32; then
1319
 
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1320
 
    else
1321
 
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1322
 
    fi
1323
 
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1324
 
    ;;
1325
 
   hppa*64*)
1326
 
     shrext_cmds='.sl'
1327
 
     hardcode_into_libs=yes
1328
 
     dynamic_linker="$host_os dld.sl"
1329
 
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1330
 
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1331
 
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1332
 
     soname_spec='${libname}${release}${shared_ext}$major'
1333
 
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1334
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1335
 
     ;;
1336
 
   *)
1337
 
    shrext_cmds='.sl'
1338
 
    dynamic_linker="$host_os dld.sl"
1339
 
    shlibpath_var=SHLIB_PATH
1340
 
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1341
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1342
 
    soname_spec='${libname}${release}${shared_ext}$major'
1343
 
    ;;
1344
 
  esac
1345
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1346
 
  postinstall_cmds='chmod 555 $lib'
1347
 
  ;;
1348
 
 
1349
 
interix3*)
1350
 
  version_type=linux
1351
 
  need_lib_prefix=no
1352
 
  need_version=no
1353
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1354
 
  soname_spec='${libname}${release}${shared_ext}$major'
1355
 
  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1356
 
  shlibpath_var=LD_LIBRARY_PATH
1357
 
  shlibpath_overrides_runpath=no
1358
 
  hardcode_into_libs=yes
1359
 
  ;;
1360
 
 
1361
 
irix5* | irix6* | nonstopux*)
1362
 
  case $host_os in
1363
 
    nonstopux*) version_type=nonstopux ;;
1364
 
    *)
1365
 
        if test "$lt_cv_prog_gnu_ld" = yes; then
1366
 
                version_type=linux
1367
 
        else
1368
 
                version_type=irix
1369
 
        fi ;;
1370
 
  esac
1371
 
  need_lib_prefix=no
1372
 
  need_version=no
1373
 
  soname_spec='${libname}${release}${shared_ext}$major'
1374
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1375
 
  case $host_os in
1376
 
  irix5* | nonstopux*)
1377
 
    libsuff= shlibsuff=
1378
 
    ;;
1379
 
  *)
1380
 
    case $LD in # libtool.m4 will add one of these switches to LD
1381
 
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1382
 
      libsuff= shlibsuff= libmagic=32-bit;;
1383
 
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1384
 
      libsuff=32 shlibsuff=N32 libmagic=N32;;
1385
 
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1386
 
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1387
 
    *) libsuff= shlibsuff= libmagic=never-match;;
1388
 
    esac
1389
 
    ;;
1390
 
  esac
1391
 
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1392
 
  shlibpath_overrides_runpath=no
1393
 
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1394
 
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1395
 
  hardcode_into_libs=yes
1396
 
  ;;
1397
 
 
1398
 
# No shared lib support for Linux oldld, aout, or coff.
1399
 
linux*oldld* | linux*aout* | linux*coff*)
1400
 
  dynamic_linker=no
1401
 
  ;;
1402
 
 
1403
 
# This must be Linux ELF.
1404
 
linux*)
1405
 
  version_type=linux
1406
 
  need_lib_prefix=no
1407
 
  need_version=no
1408
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1409
 
  soname_spec='${libname}${release}${shared_ext}$major'
1410
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1411
 
  shlibpath_var=LD_LIBRARY_PATH
1412
 
  shlibpath_overrides_runpath=no
1413
 
  # This implies no fast_install, which is unacceptable.
1414
 
  # Some rework will be needed to allow for fast_install
1415
 
  # before this can be enabled.
1416
 
  hardcode_into_libs=yes
1417
 
 
1418
 
  # find out which ABI we are using
1419
 
  libsuff=
1420
 
  case "$host_cpu" in
1421
 
  x86_64*|s390x*|powerpc64*)
1422
 
    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1423
 
    if AC_TRY_EVAL(ac_compile); then
1424
 
      case `/usr/bin/file conftest.$ac_objext` in
1425
 
      *64-bit*)
1426
 
        libsuff=64
1427
 
        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
1428
 
        ;;
1429
 
      esac
1430
 
    fi
1431
 
    rm -rf conftest*
1432
 
    ;;
1433
 
  esac
1434
 
 
1435
 
  # Append ld.so.conf contents to the search path
1436
 
  if test -f /etc/ld.so.conf; then
1437
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,        ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1438
 
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
1439
 
  fi
1440
 
 
1441
 
  # We used to test for /lib/ld.so.1 and disable shared libraries on
1442
 
  # powerpc, because MkLinux only supported shared libraries with the
1443
 
  # GNU dynamic linker.  Since this was broken with cross compilers,
1444
 
  # most powerpc-linux boxes support dynamic linking these days and
1445
 
  # people can always --disable-shared, the test was removed, and we
1446
 
  # assume the GNU/Linux dynamic linker is in use.
1447
 
  dynamic_linker='GNU/Linux ld.so'
1448
 
  ;;
1449
 
 
1450
 
knetbsd*-gnu)
1451
 
  version_type=linux
1452
 
  need_lib_prefix=no
1453
 
  need_version=no
1454
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1455
 
  soname_spec='${libname}${release}${shared_ext}$major'
1456
 
  shlibpath_var=LD_LIBRARY_PATH
1457
 
  shlibpath_overrides_runpath=no
1458
 
  hardcode_into_libs=yes
1459
 
  dynamic_linker='GNU ld.so'
1460
 
  ;;
1461
 
 
1462
 
netbsd*)
1463
 
  version_type=sunos
1464
 
  need_lib_prefix=no
1465
 
  need_version=no
1466
 
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1467
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1468
 
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1469
 
    dynamic_linker='NetBSD (a.out) ld.so'
1470
 
  else
1471
 
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1472
 
    soname_spec='${libname}${release}${shared_ext}$major'
1473
 
    dynamic_linker='NetBSD ld.elf_so'
1474
 
  fi
1475
 
  shlibpath_var=LD_LIBRARY_PATH
1476
 
  shlibpath_overrides_runpath=yes
1477
 
  hardcode_into_libs=yes
1478
 
  ;;
1479
 
 
1480
 
newsos6)
1481
 
  version_type=linux
1482
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1483
 
  shlibpath_var=LD_LIBRARY_PATH
1484
 
  shlibpath_overrides_runpath=yes
1485
 
  ;;
1486
 
 
1487
 
nto-qnx*)
1488
 
  version_type=linux
1489
 
  need_lib_prefix=no
1490
 
  need_version=no
1491
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1492
 
  soname_spec='${libname}${release}${shared_ext}$major'
1493
 
  shlibpath_var=LD_LIBRARY_PATH
1494
 
  shlibpath_overrides_runpath=yes
1495
 
  ;;
1496
 
 
1497
 
openbsd*)
1498
 
  version_type=sunos
1499
 
  sys_lib_dlsearch_path_spec="/usr/lib"
1500
 
  need_lib_prefix=no
1501
 
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1502
 
  case $host_os in
1503
 
    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1504
 
    *)                         need_version=no  ;;
1505
 
  esac
1506
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1507
 
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1508
 
  shlibpath_var=LD_LIBRARY_PATH
1509
 
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1510
 
    case $host_os in
1511
 
      openbsd2.[[89]] | openbsd2.[[89]].*)
1512
 
        shlibpath_overrides_runpath=no
1513
 
        ;;
1514
 
      *)
1515
 
        shlibpath_overrides_runpath=yes
1516
 
        ;;
1517
 
      esac
1518
 
  else
1519
 
    shlibpath_overrides_runpath=yes
1520
 
  fi
1521
 
  ;;
1522
 
 
1523
 
os2*)
1524
 
  libname_spec='$name'
1525
 
  shrext_cmds=".dll"
1526
 
  need_lib_prefix=no
1527
 
  library_names_spec='$libname${shared_ext} $libname.a'
1528
 
  dynamic_linker='OS/2 ld.exe'
1529
 
  shlibpath_var=LIBPATH
1530
 
  ;;
1531
 
 
1532
 
osf3* | osf4* | osf5*)
1533
 
  version_type=osf
1534
 
  need_lib_prefix=no
1535
 
  need_version=no
1536
 
  soname_spec='${libname}${release}${shared_ext}$major'
1537
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1538
 
  shlibpath_var=LD_LIBRARY_PATH
1539
 
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1540
 
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1541
 
  ;;
1542
 
 
1543
 
solaris*)
1544
 
  version_type=linux
1545
 
  need_lib_prefix=no
1546
 
  need_version=no
1547
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1548
 
  soname_spec='${libname}${release}${shared_ext}$major'
1549
 
  shlibpath_var=LD_LIBRARY_PATH
1550
 
  shlibpath_overrides_runpath=yes
1551
 
  hardcode_into_libs=yes
1552
 
  # ldd complains unless libraries are executable
1553
 
  postinstall_cmds='chmod +x $lib'
1554
 
  ;;
1555
 
 
1556
 
sunos4*)
1557
 
  version_type=sunos
1558
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1559
 
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1560
 
  shlibpath_var=LD_LIBRARY_PATH
1561
 
  shlibpath_overrides_runpath=yes
1562
 
  if test "$with_gnu_ld" = yes; then
1563
 
    need_lib_prefix=no
1564
 
  fi
1565
 
  need_version=yes
1566
 
  ;;
1567
 
 
1568
 
sysv4 | sysv4.3*)
1569
 
  version_type=linux
1570
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1571
 
  soname_spec='${libname}${release}${shared_ext}$major'
1572
 
  shlibpath_var=LD_LIBRARY_PATH
1573
 
  case $host_vendor in
1574
 
    sni)
1575
 
      shlibpath_overrides_runpath=no
1576
 
      need_lib_prefix=no
1577
 
      export_dynamic_flag_spec='${wl}-Blargedynsym'
1578
 
      runpath_var=LD_RUN_PATH
1579
 
      ;;
1580
 
    siemens)
1581
 
      need_lib_prefix=no
1582
 
      ;;
1583
 
    motorola)
1584
 
      need_lib_prefix=no
1585
 
      need_version=no
1586
 
      shlibpath_overrides_runpath=no
1587
 
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1588
 
      ;;
1589
 
  esac
1590
 
  ;;
1591
 
 
1592
 
sysv4*MP*)
1593
 
  if test -d /usr/nec ;then
1594
 
    version_type=linux
1595
 
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1596
 
    soname_spec='$libname${shared_ext}.$major'
1597
 
    shlibpath_var=LD_LIBRARY_PATH
1598
 
  fi
1599
 
  ;;
1600
 
 
1601
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1602
 
  version_type=freebsd-elf
1603
 
  need_lib_prefix=no
1604
 
  need_version=no
1605
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1606
 
  soname_spec='${libname}${release}${shared_ext}$major'
1607
 
  shlibpath_var=LD_LIBRARY_PATH
1608
 
  hardcode_into_libs=yes
1609
 
  if test "$with_gnu_ld" = yes; then
1610
 
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1611
 
    shlibpath_overrides_runpath=no
1612
 
  else
1613
 
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1614
 
    shlibpath_overrides_runpath=yes
1615
 
    case $host_os in
1616
 
      sco3.2v5*)
1617
 
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1618
 
        ;;
1619
 
    esac
1620
 
  fi
1621
 
  sys_lib_dlsearch_path_spec='/usr/lib'
1622
 
  ;;
1623
 
 
1624
 
uts4*)
1625
 
  version_type=linux
1626
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1627
 
  soname_spec='${libname}${release}${shared_ext}$major'
1628
 
  shlibpath_var=LD_LIBRARY_PATH
1629
 
  ;;
1630
 
 
1631
 
*)
1632
 
  dynamic_linker=no
1633
 
  ;;
1634
 
esac
1635
 
AC_MSG_RESULT([$dynamic_linker])
1636
 
test "$dynamic_linker" = no && can_build_shared=no
1637
 
 
1638
 
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1639
 
if test "$GCC" = yes; then
1640
 
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1641
 
fi
1642
 
])
1643
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1644
 
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1645
 
        [include additional configurations @<:@automatic@:>@])],
1646
 
    [tagnames="$withval"])
1647
 
 
1648
 
if test -f "$ltmain" && test -n "$tagnames"; then
1649
 
  if test ! -f "${ofile}"; then
1650
 
    AC_MSG_WARN([output file `$ofile' does not exist])
1651
 
  fi
1652
 
 
1653
 
  if test -z "$LTCC"; then
1654
 
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1655
 
    if test -z "$LTCC"; then
1656
 
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1657
 
    else
1658
 
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1659
 
    fi
1660
 
  fi
1661
 
  if test -z "$LTCFLAGS"; then
1662
 
    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1663
 
  fi
1664
 
 
1665
 
  # Extract list of available tagged configurations in $ofile.
1666
 
  # Note that this assumes the entire list is on one line.
1667
 
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1668
 
 
1669
 
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1670
 
  for tagname in $tagnames; do
1671
 
    IFS="$lt_save_ifs"
1672
 
    # Check whether tagname contains only valid characters
1673
 
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1674
 
    "") ;;
1675
 
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1676
 
        ;;
1677
 
    esac
1678
 
 
1679
 
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1680
 
    then
1681
 
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1682
 
    fi
1683
 
 
1684
 
    # Update the list of available tags.
1685
 
    if test -n "$tagname"; then
1686
 
      echo appending configuration tag \"$tagname\" to $ofile
1687
 
 
1688
 
      case $tagname in
1689
 
      CXX)
1690
 
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1691
 
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1692
 
            (test "X$CXX" != "Xg++"))) ; then
1693
 
          AC_LIBTOOL_LANG_CXX_CONFIG
1694
 
        else
1695
 
          tagname=""
1696
 
        fi
1697
 
        ;;
1698
 
 
1699
 
      F77)
1700
 
        if test -n "$F77" && test "X$F77" != "Xno"; then
1701
 
          AC_LIBTOOL_LANG_F77_CONFIG
1702
 
        else
1703
 
          tagname=""
1704
 
        fi
1705
 
        ;;
1706
 
 
1707
 
      GCJ)
1708
 
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1709
 
          AC_LIBTOOL_LANG_GCJ_CONFIG
1710
 
        else
1711
 
          tagname=""
1712
 
        fi
1713
 
        ;;
1714
 
 
1715
 
      RC)
1716
 
        AC_LIBTOOL_LANG_RC_CONFIG
1717
 
        ;;
1718
 
 
1719
 
      *)
1720
 
        AC_MSG_ERROR([Unsupported tag name: $tagname])
1721
 
        ;;
1722
 
      esac
1723
 
 
1724
 
      # Append the new tag name to the list of available tags.
1725
 
      if test -n "$tagname" ; then
1726
 
      available_tags="$available_tags $tagname"
1727
 
    fi
1728
 
    fi
1729
 
  done
1730
 
  IFS="$lt_save_ifs"
1731
 
 
1732
 
  # Now substitute the updated list of available tags.
1733
 
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1734
 
    mv "${ofile}T" "$ofile"
1735
 
    chmod +x "$ofile"
1736
 
  else
1737
 
    rm -f "${ofile}T"
1738
 
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1739
 
  fi
1740
 
fi
1741
 
])
1742
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1909: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1743
 
])
1744
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1917: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1745
 
])
1746
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1926: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1747
 
AC_ARG_ENABLE([shared],
1748
 
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1749
 
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1750
 
    [p=${PACKAGE-default}
1751
 
    case $enableval in
1752
 
    yes) enable_shared=yes ;;
1753
 
    no) enable_shared=no ;;
1754
 
    *)
1755
 
      enable_shared=no
1756
 
      # Look at the argument we got.  We use all the common list separators.
1757
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1758
 
      for pkg in $enableval; do
1759
 
        IFS="$lt_save_ifs"
1760
 
        if test "X$pkg" = "X$p"; then
1761
 
          enable_shared=yes
1762
 
        fi
1763
 
      done
1764
 
      IFS="$lt_save_ifs"
1765
 
      ;;
1766
 
    esac],
1767
 
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1768
 
])
1769
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1955: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1770
 
AC_ENABLE_SHARED(no)
1771
 
])
1772
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1965: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1773
 
AC_ARG_ENABLE([static],
1774
 
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1775
 
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1776
 
    [p=${PACKAGE-default}
1777
 
    case $enableval in
1778
 
    yes) enable_static=yes ;;
1779
 
    no) enable_static=no ;;
1780
 
    *)
1781
 
     enable_static=no
1782
 
      # Look at the argument we got.  We use all the common list separators.
1783
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1784
 
      for pkg in $enableval; do
1785
 
        IFS="$lt_save_ifs"
1786
 
        if test "X$pkg" = "X$p"; then
1787
 
          enable_static=yes
1788
 
        fi
1789
 
      done
1790
 
      IFS="$lt_save_ifs"
1791
 
      ;;
1792
 
    esac],
1793
 
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1794
 
])
1795
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1994: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1796
 
AC_ENABLE_STATIC(no)
1797
 
])
1798
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2004: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1799
 
AC_ARG_ENABLE([fast-install],
1800
 
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1801
 
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1802
 
    [p=${PACKAGE-default}
1803
 
    case $enableval in
1804
 
    yes) enable_fast_install=yes ;;
1805
 
    no) enable_fast_install=no ;;
1806
 
    *)
1807
 
      enable_fast_install=no
1808
 
      # Look at the argument we got.  We use all the common list separators.
1809
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1810
 
      for pkg in $enableval; do
1811
 
        IFS="$lt_save_ifs"
1812
 
        if test "X$pkg" = "X$p"; then
1813
 
          enable_fast_install=yes
1814
 
        fi
1815
 
      done
1816
 
      IFS="$lt_save_ifs"
1817
 
      ;;
1818
 
    esac],
1819
 
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1820
 
])
1821
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2033: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1822
 
AC_ENABLE_FAST_INSTALL(no)
1823
 
])
1824
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2043: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1825
 
pic_mode=ifelse($#,1,$1,default)
1826
 
])
1827
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2067: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
546
_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
547
         [Whether dlopen is supported])
 
548
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
549
         [Whether dlopen of programs is supported])
 
550
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
551
         [Whether dlopen of statically linked programs is supported])
 
552
])
 
553
m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
 
554
m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
 
555
You should run autoupdate.])dnl
 
556
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
 
557
m4trace:/usr/share/aclocal/libtool.m4:2740: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
1828
558
AC_MSG_CHECKING([for $1])
1829
559
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1830
560
[case $MAGIC_CMD in
1837
567
dnl $ac_dummy forces splitting on constant user-supplied paths.
1838
568
dnl POSIX.2 word splitting is done only on the output of word expansions,
1839
569
dnl not every word.  This closes a longstanding sh security hole.
1840
 
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
570
  ac_dummy="m4_if([$2], , $PATH, [$2])"
1841
571
  for ac_dir in $ac_dummy; do
1842
572
    IFS="$lt_save_ifs"
1843
573
    test -z "$ac_dir" && ac_dir=.
1852
582
            $EGREP "$file_magic_regex" > /dev/null; then
1853
583
            :
1854
584
          else
1855
 
            cat <<EOF 1>&2
 
585
            cat <<_LT_EOF 1>&2
1856
586
 
1857
587
*** Warning: the command libtool uses to detect shared libraries,
1858
588
*** $file_magic_cmd, produces output that libtool cannot recognize.
1863
593
*** may want to report the problem to your system manager and/or to
1864
594
*** bug-libtool@gnu.org
1865
595
 
1866
 
EOF
 
596
_LT_EOF
1867
597
          fi ;;
1868
598
        esac
1869
599
      fi
1880
610
else
1881
611
  AC_MSG_RESULT(no)
1882
612
fi
1883
 
])
1884
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2130: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1885
 
if test -z "$lt_cv_path_MAGIC_CMD"; then
1886
 
  if test -n "$ac_tool_prefix"; then
1887
 
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1888
 
  else
1889
 
    MAGIC_CMD=:
1890
 
  fi
1891
 
fi
1892
 
])
1893
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2145: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1894
 
    [AC_HELP_STRING([--with-gnu-ld],
 
613
_LT_DECL([], [MAGIC_CMD], [0],
 
614
         [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
615
])
 
616
m4trace:/usr/share/aclocal/libtool.m4:2802: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
 
617
m4trace:/usr/share/aclocal/libtool.m4:2802: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
 
618
You should run autoupdate.])dnl
 
619
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
 
620
m4trace:/usr/share/aclocal/libtool.m4:2825: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
 
621
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
622
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
623
m4_require([_LT_DECL_SED])dnl
 
624
m4_require([_LT_DECL_EGREP])dnl
 
625
 
 
626
AC_ARG_WITH([gnu-ld],
 
627
    [AS_HELP_STRING([--with-gnu-ld],
1895
628
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1896
629
    [test "$withval" = no || with_gnu_ld=yes],
1897
 
    [with_gnu_ld=no])
1898
 
AC_REQUIRE([LT_AC_PROG_SED])dnl
1899
 
AC_REQUIRE([AC_PROG_CC])dnl
1900
 
AC_REQUIRE([AC_CANONICAL_HOST])dnl
1901
 
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
630
    [with_gnu_ld=no])dnl
 
631
 
1902
632
ac_prog=ld
1903
633
if test "$GCC" = yes; then
1904
634
  # Check if gcc -print-prog-name=ld gives a path.
1915
645
    [[\\/]]* | ?:[[\\/]]*)
1916
646
      re_direlt='/[[^/]][[^/]]*/\.\./'
1917
647
      # Canonicalize the pathname of ld
1918
 
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1919
 
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1920
 
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
648
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
649
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
650
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
1921
651
      done
1922
652
      test -z "$LD" && LD="$ac_prog"
1923
653
      ;;
1967
697
  AC_MSG_RESULT(no)
1968
698
fi
1969
699
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1970
 
AC_PROG_LD_GNU
1971
 
])
1972
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2229: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1973
 
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1974
 
[# I'd rather use --version here, but apparently some GNU lds only accept -v.
1975
 
case `$LD -v 2>&1 </dev/null` in
1976
 
*GNU* | *'with BFD'*)
1977
 
  lt_cv_prog_gnu_ld=yes
1978
 
  ;;
1979
 
*)
1980
 
  lt_cv_prog_gnu_ld=no
1981
 
  ;;
1982
 
esac])
1983
 
with_gnu_ld=$lt_cv_prog_gnu_ld
1984
 
])
1985
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2249: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1986
 
  lt_cv_ld_reload_flag,
1987
 
  [lt_cv_ld_reload_flag='-r'])
1988
 
reload_flag=$lt_cv_ld_reload_flag
1989
 
case $reload_flag in
1990
 
"" | " "*) ;;
1991
 
*) reload_flag=" $reload_flag" ;;
1992
 
esac
1993
 
reload_cmds='$LD$reload_flag -o $output$reload_objs'
1994
 
case $host_os in
1995
 
  darwin*)
1996
 
    if test "$GCC" = yes; then
1997
 
      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
1998
 
    else
1999
 
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
2000
 
    fi
2001
 
    ;;
2002
 
esac
2003
 
])
2004
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2275: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
2005
 
lt_cv_deplibs_check_method,
2006
 
[lt_cv_file_magic_cmd='$MAGIC_CMD'
2007
 
lt_cv_file_magic_test_file=
2008
 
lt_cv_deplibs_check_method='unknown'
2009
 
# Need to set the preceding variable on all platforms that support
2010
 
# interlibrary dependencies.
2011
 
# 'none' -- dependencies not supported.
2012
 
# `unknown' -- same as none, but documents that we really don't know.
2013
 
# 'pass_all' -- all dependencies passed with no checks.
2014
 
# 'test_compile' -- check by making test program.
2015
 
# 'file_magic [[regex]]' -- check by looking for files in library path
2016
 
# which responds to the $file_magic_cmd with a given extended regex.
2017
 
# If you have `file' or equivalent on your system and you're not sure
2018
 
# whether `pass_all' will *always* work, you probably want this one.
2019
 
 
2020
 
case $host_os in
2021
 
aix4* | aix5*)
2022
 
  lt_cv_deplibs_check_method=pass_all
2023
 
  ;;
2024
 
 
2025
 
beos*)
2026
 
  lt_cv_deplibs_check_method=pass_all
2027
 
  ;;
2028
 
 
2029
 
bsdi[[45]]*)
2030
 
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2031
 
  lt_cv_file_magic_cmd='/usr/bin/file -L'
2032
 
  lt_cv_file_magic_test_file=/shlib/libc.so
2033
 
  ;;
2034
 
 
2035
 
cygwin*)
2036
 
  # func_win32_libid is a shell function defined in ltmain.sh
2037
 
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2038
 
  lt_cv_file_magic_cmd='func_win32_libid'
2039
 
  ;;
2040
 
 
2041
 
mingw* | pw32*)
2042
 
  # Base MSYS/MinGW do not provide the 'file' command needed by
2043
 
  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2044
 
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2045
 
  lt_cv_file_magic_cmd='$OBJDUMP -f'
2046
 
  ;;
2047
 
 
2048
 
darwin* | rhapsody*)
2049
 
  lt_cv_deplibs_check_method=pass_all
2050
 
  ;;
2051
 
 
2052
 
freebsd* | kfreebsd*-gnu | dragonfly*)
2053
 
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2054
 
    case $host_cpu in
2055
 
    i*86 )
2056
 
      # Not sure whether the presence of OpenBSD here was a mistake.
2057
 
      # Let's accept both of them until this is cleared up.
2058
 
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2059
 
      lt_cv_file_magic_cmd=/usr/bin/file
2060
 
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2061
 
      ;;
2062
 
    esac
2063
 
  else
2064
 
    lt_cv_deplibs_check_method=pass_all
2065
 
  fi
2066
 
  ;;
2067
 
 
2068
 
gnu*)
2069
 
  lt_cv_deplibs_check_method=pass_all
2070
 
  ;;
2071
 
 
2072
 
hpux10.20* | hpux11*)
2073
 
  lt_cv_file_magic_cmd=/usr/bin/file
2074
 
  case $host_cpu in
2075
 
  ia64*)
2076
 
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2077
 
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2078
 
    ;;
2079
 
  hppa*64*)
2080
 
    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
2081
 
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2082
 
    ;;
2083
 
  *)
2084
 
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2085
 
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
2086
 
    ;;
2087
 
  esac
2088
 
  ;;
2089
 
 
2090
 
interix3*)
2091
 
  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2092
 
  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2093
 
  ;;
2094
 
 
2095
 
irix5* | irix6* | nonstopux*)
2096
 
  case $LD in
2097
 
  *-32|*"-32 ") libmagic=32-bit;;
2098
 
  *-n32|*"-n32 ") libmagic=N32;;
2099
 
  *-64|*"-64 ") libmagic=64-bit;;
2100
 
  *) libmagic=never-match;;
2101
 
  esac
2102
 
  lt_cv_deplibs_check_method=pass_all
2103
 
  ;;
2104
 
 
2105
 
# This must be Linux ELF.
2106
 
linux*)
2107
 
  lt_cv_deplibs_check_method=pass_all
2108
 
  ;;
2109
 
 
2110
 
netbsd*)
2111
 
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2112
 
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2113
 
  else
2114
 
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2115
 
  fi
2116
 
  ;;
2117
 
 
2118
 
newos6*)
2119
 
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2120
 
  lt_cv_file_magic_cmd=/usr/bin/file
2121
 
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2122
 
  ;;
2123
 
 
2124
 
nto-qnx*)
2125
 
  lt_cv_deplibs_check_method=unknown
2126
 
  ;;
2127
 
 
2128
 
openbsd*)
2129
 
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2130
 
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2131
 
  else
2132
 
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2133
 
  fi
2134
 
  ;;
2135
 
 
2136
 
osf3* | osf4* | osf5*)
2137
 
  lt_cv_deplibs_check_method=pass_all
2138
 
  ;;
2139
 
 
2140
 
solaris*)
2141
 
  lt_cv_deplibs_check_method=pass_all
2142
 
  ;;
2143
 
 
2144
 
sysv4 | sysv4.3*)
2145
 
  case $host_vendor in
2146
 
  motorola)
2147
 
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
2148
 
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2149
 
    ;;
2150
 
  ncr)
2151
 
    lt_cv_deplibs_check_method=pass_all
2152
 
    ;;
2153
 
  sequent)
2154
 
    lt_cv_file_magic_cmd='/bin/file'
2155
 
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2156
 
    ;;
2157
 
  sni)
2158
 
    lt_cv_file_magic_cmd='/bin/file'
2159
 
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2160
 
    lt_cv_file_magic_test_file=/lib/libc.so
2161
 
    ;;
2162
 
  siemens)
2163
 
    lt_cv_deplibs_check_method=pass_all
2164
 
    ;;
2165
 
  pc)
2166
 
    lt_cv_deplibs_check_method=pass_all
2167
 
    ;;
2168
 
  esac
2169
 
  ;;
2170
 
 
2171
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2172
 
  lt_cv_deplibs_check_method=pass_all
2173
 
  ;;
2174
 
esac
2175
 
])
2176
 
file_magic_cmd=$lt_cv_file_magic_cmd
2177
 
deplibs_check_method=$lt_cv_deplibs_check_method
2178
 
test -z "$deplibs_check_method" && deplibs_check_method=unknown
2179
 
])
2180
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2457: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
700
_LT_PATH_LD_GNU
 
701
AC_SUBST([LD])
 
702
 
 
703
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
704
])
 
705
m4trace:/usr/share/aclocal/libtool.m4:2913: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
706
m4trace:/usr/share/aclocal/libtool.m4:2913: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
 
707
You should run autoupdate.])dnl
 
708
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
709
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
710
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
 
711
You should run autoupdate.])dnl
 
712
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
713
m4trace:/usr/share/aclocal/libtool.m4:3171: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
 
714
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2181
715
[if test -n "$NM"; then
2182
716
  # Let the user override the test.
2183
717
  lt_cv_path_NM="$NM"
2184
718
else
2185
719
  lt_nm_to_check="${ac_tool_prefix}nm"
2186
 
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
 
720
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2187
721
    lt_nm_to_check="$lt_nm_to_check nm"
2188
722
  fi
2189
723
  for lt_tmp_nm in $lt_nm_to_check; do
2219
753
    done
2220
754
    IFS="$lt_save_ifs"
2221
755
  done
2222
 
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
756
  : ${lt_cv_path_NM=no}
2223
757
fi])
2224
 
NM="$lt_cv_path_NM"
 
758
if test "$lt_cv_path_NM" != "no"; then
 
759
  NM="$lt_cv_path_NM"
 
760
else
 
761
  # Didn't find any BSD compatible name lister, look for dumpbin.
 
762
  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
763
  AC_SUBST([DUMPBIN])
 
764
  if test "$DUMPBIN" != ":"; then
 
765
    NM="$DUMPBIN"
 
766
  fi
 
767
fi
 
768
test -z "$NM" && NM=nm
 
769
AC_SUBST([NM])
 
770
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
771
 
 
772
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
773
  [lt_cv_nm_interface="BSD nm"
 
774
  echo "int some_variable = 0;" > conftest.$ac_ext
 
775
  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
776
  (eval "$ac_compile" 2>conftest.err)
 
777
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
778
  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
779
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
780
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
781
  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
782
  cat conftest.out >&AS_MESSAGE_LOG_FD
 
783
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
784
    lt_cv_nm_interface="MS dumpbin"
 
785
  fi
 
786
  rm -f conftest*])
2225
787
])
2226
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2509: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
788
m4trace:/usr/share/aclocal/libtool.m4:3249: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
789
m4trace:/usr/share/aclocal/libtool.m4:3249: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
 
790
You should run autoupdate.])dnl
 
791
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
792
m4trace:/usr/share/aclocal/libtool.m4:3250: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
793
m4trace:/usr/share/aclocal/libtool.m4:3250: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
 
794
You should run autoupdate.])dnl
 
795
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
796
m4trace:/usr/share/aclocal/libtool.m4:3259: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2227
797
LIBM=
2228
798
case $host in
2229
799
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2237
807
  AC_CHECK_LIB(m, cos, LIBM="-lm")
2238
808
  ;;
2239
809
esac
2240
 
])
2241
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2538: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2242
 
  case $enable_ltdl_convenience in
2243
 
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2244
 
  "") enable_ltdl_convenience=yes
2245
 
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2246
 
  esac
2247
 
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2248
 
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2249
 
  # For backwards non-gettext consistent compatibility...
2250
 
  INCLTDL="$LTDLINCL"
2251
 
])
2252
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2564: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2253
 
  AC_CHECK_LIB(ltdl, lt_dlinit,
2254
 
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2255
 
  [if test x"$enable_ltdl_install" = xno; then
2256
 
     AC_MSG_WARN([libltdl not installed, but installation disabled])
2257
 
   else
2258
 
     enable_ltdl_install=yes
2259
 
   fi
 
810
AC_SUBST([LIBM])
 
811
])
 
812
m4trace:/usr/share/aclocal/libtool.m4:3278: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
813
m4trace:/usr/share/aclocal/libtool.m4:3278: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
 
814
You should run autoupdate.])dnl
 
815
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
816
m4trace:/usr/share/aclocal/libtool.m4:6947: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
817
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
818
    [AC_CHECK_TOOL(GCJ, gcj,)
 
819
      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
820
      AC_SUBST(GCJFLAGS)])])[]dnl
 
821
])
 
822
m4trace:/usr/share/aclocal/libtool.m4:6956: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
823
m4trace:/usr/share/aclocal/libtool.m4:6956: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
 
824
You should run autoupdate.])dnl
 
825
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
826
m4trace:/usr/share/aclocal/libtool.m4:6963: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
 
827
])
 
828
m4trace:/usr/share/aclocal/libtool.m4:6968: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
829
m4trace:/usr/share/aclocal/libtool.m4:6968: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
 
830
You should run autoupdate.])dnl
 
831
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
832
m4trace:/usr/share/aclocal/libtool.m4:7067: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
833
m4trace:/usr/share/aclocal/libtool.m4:7067: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
 
834
You should run autoupdate.])dnl
 
835
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
836
m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
 
837
_$0($*)
 
838
])
 
839
m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
 
840
dnl Although the argument is deprecated and no longer documented,
 
841
dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
 
842
dnl here make sure it is the same as any other declaration of libltdl's
 
843
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
 
844
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
 
845
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
 
846
_$0()
 
847
])
 
848
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
849
_LTDL_CONVENIENCE])
 
850
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
 
851
You should run autoupdate.])dnl
 
852
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
853
_LTDL_CONVENIENCE])
 
854
m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
 
855
dnl Although the argument is deprecated and no longer documented,
 
856
dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
 
857
dnl here make sure it is the same as any other declaration of libltdl's
 
858
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
 
859
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
 
860
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
 
861
_$0()
 
862
])
 
863
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
864
_LTDL_INSTALLABLE])
 
865
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
 
866
You should run autoupdate.])dnl
 
867
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
868
_LTDL_INSTALLABLE])
 
869
m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
 
870
  m4_pattern_allow([^_LT_LIBOBJS$])
 
871
  AS_LITERAL_IF([$1], [_LT_LIBSOURCES([$1.c])])dnl
 
872
  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
 
873
])
 
874
m4trace:/usr/share/aclocal/ltdl.m4:224: -1- AC_DEFUN([_LT_LIBSOURCES], [
 
875
  m4_foreach([_LTNAME], [$1], [
 
876
    m4_syscmd([test -r "$lt_libobj_prefix]_LTNAME[" ||
 
877
                test -z "$lt_libobj_prefix" ||
 
878
                test ! -d "$lt_libobj_prefix"])dnl
 
879
    m4_if(m4_sysval, [0], [],
 
880
      [AC_FATAL([missing $lt_libobj_prefix/]_LTNAME)])
2260
881
  ])
2261
 
  if test x"$enable_ltdl_install" = x"yes"; then
2262
 
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2263
 
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2264
 
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2265
 
  else
2266
 
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2267
 
    LIBLTDL="-lltdl"
2268
 
    LTDLINCL=
2269
 
  fi
2270
 
  # For backwards non-gettext consistent compatibility...
2271
 
  INCLTDL="$LTDLINCL"
2272
 
])
2273
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2591: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2274
 
])
2275
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2598: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2276
 
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2277
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2278
 
])
2279
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2606: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2280
 
AC_REQUIRE([AC_PROG_CXX])
2281
 
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2282
 
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2283
 
    (test "X$CXX" != "Xg++"))) ; then
2284
 
  AC_PROG_CXXCPP
2285
 
fi
2286
 
])
2287
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2619: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2288
 
])
2289
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2626: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2290
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2291
 
])
2292
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2635: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2293
 
])
2294
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2642: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2295
 
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2296
 
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2297
 
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2298
 
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2299
 
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2300
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2301
 
])
2302
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2656: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2303
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2304
 
])
2305
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2667: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2306
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2668: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2307
 
AC_LANG_PUSH(C)
2308
 
 
2309
 
# Source file extension for C test sources.
2310
 
ac_ext=c
2311
 
 
2312
 
# Object file extension for compiled C test sources.
2313
 
objext=o
2314
 
_LT_AC_TAGVAR(objext, $1)=$objext
2315
 
 
2316
 
# Code to be used in simple compile tests
2317
 
lt_simple_compile_test_code="int some_variable = 0;\n"
2318
 
 
2319
 
# Code to be used in simple link tests
2320
 
lt_simple_link_test_code='int main(){return(0);}\n'
2321
 
 
2322
 
_LT_AC_SYS_COMPILER
2323
 
 
2324
 
# save warnings/boilerplate of simple test code
2325
 
_LT_COMPILER_BOILERPLATE
2326
 
_LT_LINKER_BOILERPLATE
2327
 
 
2328
 
## CAVEAT EMPTOR:
2329
 
## There is no encapsulation within the following macros, do not change
2330
 
## the running order or otherwise move them around unless you know exactly
2331
 
## what you are doing...
2332
 
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2333
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
2334
 
AC_LIBTOOL_PROG_CC_C_O($1)
2335
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2336
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
2337
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2338
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2339
 
AC_LIBTOOL_SYS_LIB_STRIP
2340
 
AC_LIBTOOL_DLOPEN_SELF
2341
 
 
2342
 
# Report which library types will actually be built
2343
 
AC_MSG_CHECKING([if libtool supports shared libraries])
2344
 
AC_MSG_RESULT([$can_build_shared])
2345
 
 
2346
 
AC_MSG_CHECKING([whether to build shared libraries])
2347
 
test "$can_build_shared" = "no" && enable_shared=no
2348
 
 
2349
 
# On AIX, shared libraries and static libraries use the same namespace, and
2350
 
# are all built from PIC.
2351
 
case $host_os in
2352
 
aix3*)
2353
 
  test "$enable_shared" = yes && enable_static=no
2354
 
  if test -n "$RANLIB"; then
2355
 
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2356
 
    postinstall_cmds='$RANLIB $lib'
2357
 
  fi
2358
 
  ;;
2359
 
 
2360
 
aix4* | aix5*)
2361
 
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2362
 
    test "$enable_shared" = yes && enable_static=no
2363
 
  fi
2364
 
    ;;
 
882
])
 
883
m4trace:/usr/share/aclocal/ltdl.m4:242: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
 
884
_LT_SET_OPTIONS([$0], [$1])
 
885
 
 
886
dnl We need to keep our own list of libobjs separate from our parent project,
 
887
dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
 
888
dnl we look for our own LIBOBJs. Definitions in ltdl-libobj.m4.
 
889
m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
 
890
m4_pushdef([AC_LIBSOURCES], m4_defn([_LT_LIBSOURCES]))
 
891
 
 
892
dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
 
893
m4_if(_LTDL_MODE, [],
 
894
        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
 
895
        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
 
896
                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
 
897
 
 
898
AC_ARG_WITH([included_ltdl],
 
899
    [AS_HELP_STRING([--with-included-ltdl],
 
900
                    [use the GNU ltdl sources included here])])
 
901
 
 
902
if test "x$with_included_ltdl" != xyes; then
 
903
  # We are not being forced to use the included libltdl sources, so
 
904
  # decide whether there is a useful installed version we can use.
 
905
  AC_CHECK_HEADER([ltdl.h],
 
906
      [AC_CHECK_DECL([lt_dlinterface_register],
 
907
           [AC_CHECK_LIB([ltdl], [lt_dlinterface_register],
 
908
               [with_included_ltdl=no],
 
909
               [with_included_ltdl=yes])],
 
910
           [with_included_ltdl=yes],
 
911
           [AC_INCLUDES_DEFAULT
 
912
            #include <ltdl.h>])],
 
913
      [with_included_ltdl=yes],
 
914
      [AC_INCLUDES_DEFAULT]
 
915
  )
 
916
fi
 
917
 
 
918
dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
 
919
dnl was called yet, then for old times' sake, we assume libltdl is in an
 
920
dnl eponymous directory:
 
921
AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
 
922
 
 
923
AC_ARG_WITH([ltdl_include],
 
924
    [AS_HELP_STRING([--with-ltdl-include=DIR],
 
925
                    [use the ltdl headers installed in DIR])])
 
926
 
 
927
if test -n "$with_ltdl_include"; then
 
928
  if test -f "$with_ltdl_include/ltdl.h"; then :
 
929
  else
 
930
    AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
 
931
  fi
 
932
else
 
933
  with_ltdl_include=no
 
934
fi
 
935
 
 
936
AC_ARG_WITH([ltdl_lib],
 
937
    [AS_HELP_STRING([--with-ltdl-lib=DIR],
 
938
                    [use the libltdl.la installed in DIR])])
 
939
 
 
940
if test -n "$with_ltdl_lib"; then
 
941
  if test -f "$with_ltdl_lib/libltdl.la"; then :
 
942
  else
 
943
    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
 
944
  fi
 
945
else
 
946
  with_ltdl_lib=no
 
947
fi
 
948
 
 
949
case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
 
950
  ,yes,no,no,)
 
951
        m4_case(m4_default(_LTDL_TYPE, [convenience]),
 
952
            [convenience], [_LTDL_CONVENIENCE],
 
953
            [installable], [_LTDL_INSTALLABLE],
 
954
          [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
 
955
        ;;
 
956
  ,no,no,no,)
 
957
        # If the included ltdl is not to be used, then use the
 
958
        # preinstalled libltdl we found.
 
959
        AC_DEFINE([HAVE_LTDL], [1],
 
960
          [Define this if a modern libltdl is already installed])
 
961
        LIBLTDL=-lltdl
 
962
        LTDLDEPS=
 
963
        LTDLINCL=
 
964
        ;;
 
965
  ,no*,no,*)
 
966
        AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
 
967
        ;;
 
968
  *)    with_included_ltdl=no
 
969
        LIBLTDL="-L$with_ltdl_lib -lltdl"
 
970
        LTDLDEPS=
 
971
        LTDLINCL="-I$with_ltdl_include"
 
972
        ;;
2365
973
esac
2366
 
AC_MSG_RESULT([$enable_shared])
2367
 
 
2368
 
AC_MSG_CHECKING([whether to build static libraries])
2369
 
# Make sure either enable_shared or enable_static is yes.
2370
 
test "$enable_shared" = yes || enable_static=yes
2371
 
AC_MSG_RESULT([$enable_static])
2372
 
 
2373
 
AC_LIBTOOL_CONFIG($1)
2374
 
 
2375
 
AC_LANG_POP
2376
 
CC="$lt_save_CC"
2377
 
])
2378
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2748: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2379
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2749: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2380
 
AC_REQUIRE([AC_PROG_CXX])
2381
 
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2382
 
 
2383
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2384
 
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2385
 
_LT_AC_TAGVAR(always_export_symbols, $1)=no
2386
 
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2387
 
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2388
 
_LT_AC_TAGVAR(hardcode_direct, $1)=no
2389
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2390
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2391
 
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2392
 
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2393
 
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2394
 
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2395
 
_LT_AC_TAGVAR(module_cmds, $1)=
2396
 
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2397
 
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2398
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2399
 
_LT_AC_TAGVAR(no_undefined_flag, $1)=
2400
 
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2401
 
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2402
 
 
2403
 
# Dependencies to place before and after the object being linked:
2404
 
_LT_AC_TAGVAR(predep_objects, $1)=
2405
 
_LT_AC_TAGVAR(postdep_objects, $1)=
2406
 
_LT_AC_TAGVAR(predeps, $1)=
2407
 
_LT_AC_TAGVAR(postdeps, $1)=
2408
 
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2409
 
 
2410
 
# Source file extension for C++ test sources.
2411
 
ac_ext=cpp
2412
 
 
2413
 
# Object file extension for compiled C++ test sources.
2414
 
objext=o
2415
 
_LT_AC_TAGVAR(objext, $1)=$objext
2416
 
 
2417
 
# Code to be used in simple compile tests
2418
 
lt_simple_compile_test_code="int some_variable = 0;\n"
2419
 
 
2420
 
# Code to be used in simple link tests
2421
 
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
2422
 
 
2423
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2424
 
_LT_AC_SYS_COMPILER
2425
 
 
2426
 
# save warnings/boilerplate of simple test code
2427
 
_LT_COMPILER_BOILERPLATE
2428
 
_LT_LINKER_BOILERPLATE
2429
 
 
2430
 
# Allow CC to be a program name with arguments.
2431
 
lt_save_CC=$CC
2432
 
lt_save_LD=$LD
2433
 
lt_save_GCC=$GCC
2434
 
GCC=$GXX
2435
 
lt_save_with_gnu_ld=$with_gnu_ld
2436
 
lt_save_path_LD=$lt_cv_path_LD
2437
 
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2438
 
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2439
 
else
2440
 
  $as_unset lt_cv_prog_gnu_ld
2441
 
fi
2442
 
if test -n "${lt_cv_path_LDCXX+set}"; then
2443
 
  lt_cv_path_LD=$lt_cv_path_LDCXX
2444
 
else
2445
 
  $as_unset lt_cv_path_LD
2446
 
fi
2447
 
test -z "${LDCXX+set}" || LD=$LDCXX
2448
 
CC=${CXX-"c++"}
2449
 
compiler=$CC
2450
 
_LT_AC_TAGVAR(compiler, $1)=$CC
2451
 
_LT_CC_BASENAME([$compiler])
2452
 
 
2453
 
# We don't want -fno-exception wen compiling C++ code, so set the
2454
 
# no_builtin_flag separately
2455
 
if test "$GXX" = yes; then
2456
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2457
 
else
2458
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2459
 
fi
2460
 
 
2461
 
if test "$GXX" = yes; then
2462
 
  # Set up default GNU C++ configuration
2463
 
 
2464
 
  AC_PROG_LD
2465
 
 
2466
 
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2467
 
  # archiving commands below assume that GNU ld is being used.
2468
 
  if test "$with_gnu_ld" = yes; then
2469
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2470
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2471
 
 
2472
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2473
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2474
 
 
2475
 
    # If archive_cmds runs LD, not CC, wlarc should be empty
2476
 
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2477
 
    #     investigate it a little bit more. (MM)
2478
 
    wlarc='${wl}'
2479
 
 
2480
 
    # ancient GNU ld didn't support --whole-archive et. al.
2481
 
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2482
 
        grep 'no-whole-archive' > /dev/null; then
2483
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2484
 
    else
2485
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2486
 
    fi
2487
 
  else
2488
 
    with_gnu_ld=no
2489
 
    wlarc=
2490
 
 
2491
 
    # A generic and very simple default shared library creation
2492
 
    # command for GNU C++ for the case where it uses the native
2493
 
    # linker, instead of GNU ld.  If possible, this setting should
2494
 
    # overridden to take advantage of the native linker features on
2495
 
    # the platform it is being used on.
2496
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2497
 
  fi
2498
 
 
2499
 
  # Commands to make compiler produce verbose output that lists
2500
 
  # what "hidden" libraries, object files and flags are used when
2501
 
  # linking a shared library.
2502
 
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2503
 
 
2504
 
else
2505
 
  GXX=no
2506
 
  with_gnu_ld=no
2507
 
  wlarc=
2508
 
fi
2509
 
 
2510
 
# PORTME: fill in a description of your system's C++ link characteristics
2511
 
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2512
 
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2513
 
case $host_os in
2514
 
  aix3*)
2515
 
    # FIXME: insert proper C++ library support
2516
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2517
 
    ;;
2518
 
  aix4* | aix5*)
2519
 
    if test "$host_cpu" = ia64; then
2520
 
      # On IA64, the linker does run time linking by default, so we don't
2521
 
      # have to do anything special.
2522
 
      aix_use_runtimelinking=no
2523
 
      exp_sym_flag='-Bexport'
2524
 
      no_entry_flag=""
2525
 
    else
2526
 
      aix_use_runtimelinking=no
2527
 
 
2528
 
      # Test if we are trying to use run time linking or normal
2529
 
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2530
 
      # need to do runtime linking.
2531
 
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2532
 
        for ld_flag in $LDFLAGS; do
2533
 
          case $ld_flag in
2534
 
          *-brtl*)
2535
 
            aix_use_runtimelinking=yes
2536
 
            break
2537
 
            ;;
2538
 
          esac
2539
 
        done
2540
 
        ;;
2541
 
      esac
2542
 
 
2543
 
      exp_sym_flag='-bexport'
2544
 
      no_entry_flag='-bnoentry'
2545
 
    fi
2546
 
 
2547
 
    # When large executables or shared objects are built, AIX ld can
2548
 
    # have problems creating the table of contents.  If linking a library
2549
 
    # or program results in "error TOC overflow" add -mminimal-toc to
2550
 
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2551
 
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2552
 
 
2553
 
    _LT_AC_TAGVAR(archive_cmds, $1)=''
2554
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2555
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2556
 
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2557
 
 
2558
 
    if test "$GXX" = yes; then
2559
 
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2560
 
      # We only want to do this on AIX 4.2 and lower, the check
2561
 
      # below for broken collect2 doesn't work under 4.3+
2562
 
        collect2name=`${CC} -print-prog-name=collect2`
2563
 
        if test -f "$collect2name" && \
2564
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
2565
 
        then
2566
 
          # We have reworked collect2
2567
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2568
 
        else
2569
 
          # We have old collect2
2570
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2571
 
          # It fails to find uninstalled libraries when the uninstalled
2572
 
          # path is not listed in the libpath.  Setting hardcode_minus_L
2573
 
          # to unsupported forces relinking
2574
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2575
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2576
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2577
 
        fi
2578
 
        ;;
2579
 
      esac
2580
 
      shared_flag='-shared'
2581
 
      if test "$aix_use_runtimelinking" = yes; then
2582
 
        shared_flag="$shared_flag "'${wl}-G'
2583
 
      fi
2584
 
    else
2585
 
      # not using gcc
2586
 
      if test "$host_cpu" = ia64; then
2587
 
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2588
 
        # chokes on -Wl,-G. The following line is correct:
2589
 
        shared_flag='-G'
2590
 
      else
2591
 
        if test "$aix_use_runtimelinking" = yes; then
2592
 
          shared_flag='${wl}-G'
2593
 
        else
2594
 
          shared_flag='${wl}-bM:SRE'
2595
 
        fi
2596
 
      fi
2597
 
    fi
2598
 
 
2599
 
    # It seems that -bexpall does not export symbols beginning with
2600
 
    # underscore (_), so it is better to generate a list of symbols to export.
2601
 
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2602
 
    if test "$aix_use_runtimelinking" = yes; then
2603
 
      # Warning - without using the other runtime loading flags (-brtl),
2604
 
      # -berok will link without error, but may produce a broken library.
2605
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2606
 
      # Determine the default libpath from the value encoded in an empty executable.
2607
 
      _LT_AC_SYS_LIBPATH_AIX
2608
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2609
 
 
2610
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2611
 
     else
2612
 
      if test "$host_cpu" = ia64; then
2613
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2614
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2615
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
2616
 
      else
2617
 
        # Determine the default libpath from the value encoded in an empty executable.
2618
 
        _LT_AC_SYS_LIBPATH_AIX
2619
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2620
 
        # Warning - without using the other run time loading flags,
2621
 
        # -berok will link without error, but may produce a broken library.
2622
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2623
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2624
 
        # Exported symbols can be pulled into shared objects from archives
2625
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2626
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2627
 
        # This is similar to how AIX traditionally builds its shared libraries.
2628
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2629
 
      fi
2630
 
    fi
2631
 
    ;;
2632
 
 
2633
 
  beos*)
2634
 
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2635
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2636
 
      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2637
 
      # support --undefined.  This deserves some investigation.  FIXME
2638
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2639
 
    else
2640
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2641
 
    fi
2642
 
    ;;
2643
 
 
2644
 
  chorus*)
2645
 
    case $cc_basename in
2646
 
      *)
2647
 
        # FIXME: insert proper C++ library support
2648
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2649
 
        ;;
2650
 
    esac
2651
 
    ;;
2652
 
 
2653
 
  cygwin* | mingw* | pw32*)
2654
 
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2655
 
    # as there is no search path for DLLs.
2656
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2657
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2658
 
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2659
 
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2660
 
 
2661
 
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2662
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2663
 
      # If the export-symbols file already is a .def file (1st line
2664
 
      # is EXPORTS), use it as is; otherwise, prepend...
2665
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2666
 
        cp $export_symbols $output_objdir/$soname.def;
2667
 
      else
2668
 
        echo EXPORTS > $output_objdir/$soname.def;
2669
 
        cat $export_symbols >> $output_objdir/$soname.def;
2670
 
      fi~
2671
 
      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2672
 
    else
2673
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2674
 
    fi
2675
 
  ;;
2676
 
      darwin* | rhapsody*)
2677
 
        case $host_os in
2678
 
        rhapsody* | darwin1.[[012]])
2679
 
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2680
 
         ;;
2681
 
       *) # Darwin 1.3 on
2682
 
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2683
 
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2684
 
         else
2685
 
           case ${MACOSX_DEPLOYMENT_TARGET} in
2686
 
             10.[[012]])
2687
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2688
 
               ;;
2689
 
             10.*)
2690
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2691
 
               ;;
2692
 
           esac
2693
 
         fi
2694
 
         ;;
2695
 
        esac
2696
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2697
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2698
 
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2699
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2700
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2701
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2702
 
 
2703
 
    if test "$GXX" = yes ; then
2704
 
      lt_int_apple_cc_single_mod=no
2705
 
      output_verbose_link_cmd='echo'
2706
 
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2707
 
       lt_int_apple_cc_single_mod=yes
2708
 
      fi
2709
 
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2710
 
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2711
 
      else
2712
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2713
 
        fi
2714
 
        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2715
 
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2716
 
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2717
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2718
 
          else
2719
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2720
 
          fi
2721
 
            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2722
 
      else
2723
 
      case $cc_basename in
2724
 
        xlc*)
2725
 
         output_verbose_link_cmd='echo'
2726
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
2727
 
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2728
 
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2729
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2730
 
          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2731
 
          ;;
2732
 
       *)
2733
 
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2734
 
          ;;
2735
 
      esac
2736
 
      fi
2737
 
        ;;
2738
 
 
2739
 
  dgux*)
2740
 
    case $cc_basename in
2741
 
      ec++*)
2742
 
        # FIXME: insert proper C++ library support
2743
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2744
 
        ;;
2745
 
      ghcx*)
2746
 
        # Green Hills C++ Compiler
2747
 
        # FIXME: insert proper C++ library support
2748
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2749
 
        ;;
2750
 
      *)
2751
 
        # FIXME: insert proper C++ library support
2752
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2753
 
        ;;
2754
 
    esac
2755
 
    ;;
2756
 
  freebsd[[12]]*)
2757
 
    # C++ shared libraries reported to be fairly broken before switch to ELF
2758
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2759
 
    ;;
2760
 
  freebsd-elf*)
2761
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2762
 
    ;;
2763
 
  freebsd* | kfreebsd*-gnu | dragonfly*)
2764
 
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2765
 
    # conventions
2766
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2767
 
    ;;
2768
 
  gnu*)
2769
 
    ;;
2770
 
  hpux9*)
2771
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2772
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2773
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2774
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2775
 
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2776
 
                                # but as the default
2777
 
                                # location of the library.
2778
 
 
2779
 
    case $cc_basename in
2780
 
    CC*)
2781
 
      # FIXME: insert proper C++ library support
2782
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2783
 
      ;;
2784
 
    aCC*)
2785
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2786
 
      # Commands to make compiler produce verbose output that lists
2787
 
      # what "hidden" libraries, object files and flags are used when
2788
 
      # linking a shared library.
2789
 
      #
2790
 
      # There doesn't appear to be a way to prevent this compiler from
2791
 
      # explicitly linking system object files so we need to strip them
2792
 
      # from the output so that they don't get included in the library
2793
 
      # dependencies.
2794
 
      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2795
 
      ;;
2796
 
    *)
2797
 
      if test "$GXX" = yes; then
2798
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2799
 
      else
2800
 
        # FIXME: insert proper C++ library support
2801
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2802
 
      fi
2803
 
      ;;
2804
 
    esac
 
974
INCLTDL="$LTDLINCL"
 
975
 
 
976
# Report our decision...
 
977
AC_MSG_CHECKING([where to find libltdl headers])
 
978
AC_MSG_RESULT([$LTDLINCL])
 
979
AC_MSG_CHECKING([where to find libltdl library])
 
980
AC_MSG_RESULT([$LIBLTDL])
 
981
 
 
982
_LTDL_SETUP
 
983
 
 
984
dnl restore autoconf definition.
 
985
m4_popdef([AC_LIBOBJ])
 
986
m4_popdef([AC_LIBSOURCES])
 
987
 
 
988
AC_CONFIG_COMMANDS_PRE([
 
989
    _ltdl_libobjs=
 
990
    _ltdl_ltlibobjs=
 
991
    if test -n "$_LT_LIBOBJS"; then
 
992
      # Remove the extension.
 
993
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
 
994
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
 
995
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
 
996
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
 
997
      done
 
998
    fi
 
999
    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
 
1000
    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
 
1001
])
 
1002
 
 
1003
# Only expand once:
 
1004
m4_define([LTDL_INIT])
 
1005
])
 
1006
m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
 
1007
m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
 
1008
You should run autoupdate.])dnl
 
1009
LTDL_INIT($@)])
 
1010
m4trace:/usr/share/aclocal/ltdl.m4:369: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
 
1011
m4trace:/usr/share/aclocal/ltdl.m4:369: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
 
1012
You should run autoupdate.])dnl
 
1013
LTDL_INIT($@)])
 
1014
m4trace:/usr/share/aclocal/ltdl.m4:370: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
 
1015
m4trace:/usr/share/aclocal/ltdl.m4:370: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
 
1016
You should run autoupdate.])dnl
 
1017
LTDL_INIT($@)])
 
1018
m4trace:/usr/share/aclocal/ltdl.m4:383: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
 
1019
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
 
1020
AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
 
1021
AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
 
1022
AC_REQUIRE([LT_LIB_DLLOAD])dnl
 
1023
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
 
1024
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
 
1025
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
 
1026
AC_REQUIRE([gl_FUNC_ARGZ])dnl
 
1027
 
 
1028
m4_require([_LT_CHECK_OBJDIR])dnl
 
1029
m4_require([_LT_HEADER_DLFCN])dnl
 
1030
m4_require([_LT_CHECK_DLPREOPEN])dnl
 
1031
m4_require([_LT_DECL_SED])dnl
 
1032
 
 
1033
# lt_cv_dlopen_self gets defined by LT_SYS_DLOPEN_SELF, called by LT_INIT
 
1034
if test "$lt_cv_dlopen_self" = yes; then
 
1035
  AC_DEFINE([LTDL_DLOPEN_SELF_WORKS], [1],
 
1036
    [Define if dlopen(NULL) is able to resolve symbols from the main program.])
 
1037
fi
 
1038
 
 
1039
dnl Don't require this, or it will be expanded earlier than the code
 
1040
dnl that sets the variables it relies on:
 
1041
_LT_ENABLE_INSTALL
 
1042
 
 
1043
dnl _LTDL_MODE specific code must be called at least once:
 
1044
_LTDL_MODE_DISPATCH
 
1045
 
 
1046
# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
 
1047
# the user used.  This is so that ltdl.h can pick up the parent projects
 
1048
# config.h file, The first file in AC_CONFIG_HEADERS must contain the
 
1049
# definitions required by ltdl.c.
 
1050
# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
 
1051
AC_CONFIG_COMMANDS_PRE([dnl
 
1052
m4_pattern_allow([^LT_CONFIG_H$])dnl
 
1053
m4_ifset([AH_HEADER],
 
1054
    [LT_CONFIG_H=AH_HEADER],
 
1055
    [m4_ifset([AC_LIST_HEADERS],
 
1056
            [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
 
1057
        [])])])
 
1058
AC_SUBST([LT_CONFIG_H])
 
1059
 
 
1060
AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
 
1061
        [], [], [AC_INCLUDES_DEFAULT])
 
1062
 
 
1063
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
 
1064
AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
 
1065
 
 
1066
name=ltdl
 
1067
LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""`
 
1068
AC_SUBST([LTDLOPEN])
 
1069
])
 
1070
m4trace:/usr/share/aclocal/ltdl.m4:457: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1071
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
 
1072
  [lt_cv_sys_dlopen_deplibs],
 
1073
  [# PORTME does your system automatically load deplibs for dlopen?
 
1074
  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
 
1075
  # For now, we just catch OSes we know something about -- in the
 
1076
  # future, we'll try test this programmatically.
 
1077
  lt_cv_sys_dlopen_deplibs=unknown
 
1078
  case $host_os in
 
1079
  aix3*|aix4.1.*|aix4.2.*)
 
1080
    # Unknown whether this is true for these versions of AIX, but
 
1081
    # we want this `case' here to explicitly catch those versions.
 
1082
    lt_cv_sys_dlopen_deplibs=unknown
 
1083
    ;;
 
1084
  aix[[4-9]]*)
 
1085
    lt_cv_sys_dlopen_deplibs=yes
 
1086
    ;;
 
1087
  amigaos*)
 
1088
    case $host_cpu in
 
1089
    powerpc)
 
1090
      lt_cv_sys_dlopen_deplibs=no
 
1091
      ;;
 
1092
    esac
 
1093
    ;;
 
1094
  darwin*)
 
1095
    # Assuming the user has installed a libdl from somewhere, this is true
 
1096
    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
 
1097
    lt_cv_sys_dlopen_deplibs=yes
 
1098
    ;;
 
1099
  freebsd* | dragonfly*)
 
1100
    lt_cv_sys_dlopen_deplibs=yes
 
1101
    ;;
 
1102
  gnu* | linux* | k*bsd*-gnu)
 
1103
    # GNU and its variants, using gnu ld.so (Glibc)
 
1104
    lt_cv_sys_dlopen_deplibs=yes
2805
1105
    ;;
2806
1106
  hpux10*|hpux11*)
2807
 
    if test $with_gnu_ld = no; then
2808
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2809
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2810
 
 
2811
 
      case $host_cpu in
2812
 
      hppa*64*|ia64*)
2813
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2814
 
        ;;
2815
 
      *)
2816
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2817
 
        ;;
2818
 
      esac
2819
 
    fi
2820
 
    case $host_cpu in
2821
 
    hppa*64*|ia64*)
2822
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2823
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2824
 
      ;;
2825
 
    *)
2826
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2827
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2828
 
                                              # but as the default
2829
 
                                              # location of the library.
2830
 
      ;;
2831
 
    esac
2832
 
 
2833
 
    case $cc_basename in
2834
 
      CC*)
2835
 
        # FIXME: insert proper C++ library support
2836
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2837
 
        ;;
2838
 
      aCC*)
2839
 
        case $host_cpu in
2840
 
        hppa*64*)
2841
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2842
 
          ;;
2843
 
        ia64*)
2844
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2845
 
          ;;
2846
 
        *)
2847
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2848
 
          ;;
2849
 
        esac
2850
 
        # Commands to make compiler produce verbose output that lists
2851
 
        # what "hidden" libraries, object files and flags are used when
2852
 
        # linking a shared library.
2853
 
        #
2854
 
        # There doesn't appear to be a way to prevent this compiler from
2855
 
        # explicitly linking system object files so we need to strip them
2856
 
        # from the output so that they don't get included in the library
2857
 
        # dependencies.
2858
 
        output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2859
 
        ;;
2860
 
      *)
2861
 
        if test "$GXX" = yes; then
2862
 
          if test $with_gnu_ld = no; then
2863
 
            case $host_cpu in
2864
 
            hppa*64*)
2865
 
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2866
 
              ;;
2867
 
            ia64*)
2868
 
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2869
 
              ;;
2870
 
            *)
2871
 
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2872
 
              ;;
2873
 
            esac
2874
 
          fi
2875
 
        else
2876
 
          # FIXME: insert proper C++ library support
2877
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2878
 
        fi
2879
 
        ;;
2880
 
    esac
2881
 
    ;;
2882
 
  interix3*)
2883
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2884
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2885
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2886
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2887
 
    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2888
 
    # Instead, shared libraries are loaded at an image base (0x10000000 by
2889
 
    # default) and relocated if they conflict, which is a slow very memory
2890
 
    # consuming and fragmenting process.  To avoid this, we pick a random,
2891
 
    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2892
 
    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2893
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2894
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2895
 
    ;;
2896
 
  irix5* | irix6*)
2897
 
    case $cc_basename in
2898
 
      CC*)
2899
 
        # SGI C++
2900
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2901
 
 
2902
 
        # Archives containing C++ object files must be created using
2903
 
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2904
 
        # necessary to make sure instantiated templates are included
2905
 
        # in the archive.
2906
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2907
 
        ;;
2908
 
      *)
2909
 
        if test "$GXX" = yes; then
2910
 
          if test "$with_gnu_ld" = no; then
2911
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2912
 
          else
2913
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
2914
 
          fi
2915
 
        fi
2916
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2917
 
        ;;
2918
 
    esac
2919
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2920
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2921
 
    ;;
2922
 
  linux*)
2923
 
    case $cc_basename in
2924
 
      KCC*)
2925
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
2926
 
 
2927
 
        # KCC will only create a shared library if the output file
2928
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2929
 
        # to its proper name (with version) after linking.
2930
 
        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2931
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
2932
 
        # Commands to make compiler produce verbose output that lists
2933
 
        # what "hidden" libraries, object files and flags are used when
2934
 
        # linking a shared library.
2935
 
        #
2936
 
        # There doesn't appear to be a way to prevent this compiler from
2937
 
        # explicitly linking system object files so we need to strip them
2938
 
        # from the output so that they don't get included in the library
2939
 
        # dependencies.
2940
 
        output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2941
 
 
2942
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2943
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2944
 
 
2945
 
        # Archives containing C++ object files must be created using
2946
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2947
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2948
 
        ;;
2949
 
      icpc*)
2950
 
        # Intel C++
2951
 
        with_gnu_ld=yes
2952
 
        # version 8.0 and above of icpc choke on multiply defined symbols
2953
 
        # if we add $predep_objects and $postdep_objects, however 7.1 and
2954
 
        # earlier do not add the objects themselves.
2955
 
        case `$CC -V 2>&1` in
2956
 
        *"Version 7."*)
2957
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2958
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2959
 
          ;;
2960
 
        *)  # Version 8.0 or newer
2961
 
          tmp_idyn=
2962
 
          case $host_cpu in
2963
 
            ia64*) tmp_idyn=' -i_dynamic';;
2964
 
          esac
2965
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2966
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2967
 
          ;;
2968
 
        esac
2969
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2970
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2971
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2972
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2973
 
        ;;
2974
 
      pgCC*)
2975
 
        # Portland Group C++ compiler
2976
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2977
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
2978
 
 
2979
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2980
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2981
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
2982
 
        ;;
2983
 
      cxx*)
2984
 
        # Compaq C++
2985
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2986
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
2987
 
 
2988
 
        runpath_var=LD_RUN_PATH
2989
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2990
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2991
 
 
2992
 
        # Commands to make compiler produce verbose output that lists
2993
 
        # what "hidden" libraries, object files and flags are used when
2994
 
        # linking a shared library.
2995
 
        #
2996
 
        # There doesn't appear to be a way to prevent this compiler from
2997
 
        # explicitly linking system object files so we need to strip them
2998
 
        # from the output so that they don't get included in the library
2999
 
        # dependencies.
3000
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3001
 
        ;;
3002
 
    esac
3003
 
    ;;
3004
 
  lynxos*)
3005
 
    # FIXME: insert proper C++ library support
3006
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3007
 
    ;;
3008
 
  m88k*)
3009
 
    # FIXME: insert proper C++ library support
3010
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3011
 
    ;;
3012
 
  mvs*)
3013
 
    case $cc_basename in
3014
 
      cxx*)
3015
 
        # FIXME: insert proper C++ library support
3016
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3017
 
        ;;
3018
 
      *)
3019
 
        # FIXME: insert proper C++ library support
3020
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3021
 
        ;;
3022
 
    esac
3023
 
    ;;
3024
 
  netbsd*)
3025
 
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3026
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3027
 
      wlarc=
3028
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3029
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3030
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3031
 
    fi
3032
 
    # Workaround some broken pre-1.5 toolchains
3033
 
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3034
 
    ;;
3035
 
  openbsd2*)
3036
 
    # C++ shared libraries are fairly broken
3037
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1107
    lt_cv_sys_dlopen_deplibs=yes
 
1108
    ;;
 
1109
  interix*)
 
1110
    lt_cv_sys_dlopen_deplibs=yes
 
1111
    ;;
 
1112
  irix[[12345]]*|irix6.[[01]]*)
 
1113
    # Catch all versions of IRIX before 6.2, and indicate that we don't
 
1114
    # know how it worked for any of those versions.
 
1115
    lt_cv_sys_dlopen_deplibs=unknown
 
1116
    ;;
 
1117
  irix*)
 
1118
    # The case above catches anything before 6.2, and it's known that
 
1119
    # at 6.2 and later dlopen does load deplibs.
 
1120
    lt_cv_sys_dlopen_deplibs=yes
 
1121
    ;;
 
1122
  netbsd* | netbsdelf*-gnu)
 
1123
    lt_cv_sys_dlopen_deplibs=yes
3038
1124
    ;;
3039
1125
  openbsd*)
3040
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3041
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3042
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3043
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3044
 
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3045
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
3046
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3047
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3048
 
    fi
3049
 
    output_verbose_link_cmd='echo'
3050
 
    ;;
3051
 
  osf3*)
3052
 
    case $cc_basename in
3053
 
      KCC*)
3054
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3055
 
 
3056
 
        # KCC will only create a shared library if the output file
3057
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3058
 
        # to its proper name (with version) after linking.
3059
 
        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3060
 
 
3061
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3062
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3063
 
 
3064
 
        # Archives containing C++ object files must be created using
3065
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3066
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3067
 
 
3068
 
        ;;
3069
 
      RCC*)
3070
 
        # Rational C++ 2.4.1
3071
 
        # FIXME: insert proper C++ library support
3072
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3073
 
        ;;
3074
 
      cxx*)
3075
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3076
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3077
 
 
3078
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3079
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3080
 
 
3081
 
        # Commands to make compiler produce verbose output that lists
3082
 
        # what "hidden" libraries, object files and flags are used when
3083
 
        # linking a shared library.
3084
 
        #
3085
 
        # There doesn't appear to be a way to prevent this compiler from
3086
 
        # explicitly linking system object files so we need to strip them
3087
 
        # from the output so that they don't get included in the library
3088
 
        # dependencies.
3089
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3090
 
        ;;
3091
 
      *)
3092
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3093
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3094
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3095
 
 
3096
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3097
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3098
 
 
3099
 
          # Commands to make compiler produce verbose output that lists
3100
 
          # what "hidden" libraries, object files and flags are used when
3101
 
          # linking a shared library.
3102
 
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3103
 
 
3104
 
        else
3105
 
          # FIXME: insert proper C++ library support
3106
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3107
 
        fi
3108
 
        ;;
3109
 
    esac
3110
 
    ;;
3111
 
  osf4* | osf5*)
3112
 
    case $cc_basename in
3113
 
      KCC*)
3114
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3115
 
 
3116
 
        # KCC will only create a shared library if the output file
3117
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3118
 
        # to its proper name (with version) after linking.
3119
 
        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3120
 
 
3121
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3122
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3123
 
 
3124
 
        # Archives containing C++ object files must be created using
3125
 
        # the KAI C++ compiler.
3126
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3127
 
        ;;
3128
 
      RCC*)
3129
 
        # Rational C++ 2.4.1
3130
 
        # FIXME: insert proper C++ library support
3131
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3132
 
        ;;
3133
 
      cxx*)
3134
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3135
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3136
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3137
 
          echo "-hidden">> $lib.exp~
3138
 
          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
3139
 
          $rm $lib.exp'
3140
 
 
3141
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3142
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3143
 
 
3144
 
        # Commands to make compiler produce verbose output that lists
3145
 
        # what "hidden" libraries, object files and flags are used when
3146
 
        # linking a shared library.
3147
 
        #
3148
 
        # There doesn't appear to be a way to prevent this compiler from
3149
 
        # explicitly linking system object files so we need to strip them
3150
 
        # from the output so that they don't get included in the library
3151
 
        # dependencies.
3152
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3153
 
        ;;
3154
 
      *)
3155
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3156
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3157
 
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3158
 
 
3159
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3160
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3161
 
 
3162
 
          # Commands to make compiler produce verbose output that lists
3163
 
          # what "hidden" libraries, object files and flags are used when
3164
 
          # linking a shared library.
3165
 
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3166
 
 
3167
 
        else
3168
 
          # FIXME: insert proper C++ library support
3169
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3170
 
        fi
3171
 
        ;;
3172
 
    esac
3173
 
    ;;
3174
 
  psos*)
3175
 
    # FIXME: insert proper C++ library support
3176
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3177
 
    ;;
3178
 
  sunos4*)
3179
 
    case $cc_basename in
3180
 
      CC*)
3181
 
        # Sun C++ 4.x
3182
 
        # FIXME: insert proper C++ library support
3183
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3184
 
        ;;
3185
 
      lcc*)
3186
 
        # Lucid
3187
 
        # FIXME: insert proper C++ library support
3188
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3189
 
        ;;
3190
 
      *)
3191
 
        # FIXME: insert proper C++ library support
3192
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3193
 
        ;;
3194
 
    esac
 
1126
    lt_cv_sys_dlopen_deplibs=yes
 
1127
    ;;
 
1128
  osf[[1234]]*)
 
1129
    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
 
1130
    # it did *not* use an RPATH in a shared library to find objects the
 
1131
    # library depends on, so we explicitly say `no'.
 
1132
    lt_cv_sys_dlopen_deplibs=no
 
1133
    ;;
 
1134
  osf5.0|osf5.0a|osf5.1)
 
1135
    # dlopen *does* load deplibs and with the right loader patch applied
 
1136
    # it even uses RPATH in a shared library to search for shared objects
 
1137
    # that the library depends on, but there's no easy way to know if that
 
1138
    # patch is installed.  Since this is the case, all we can really
 
1139
    # say is unknown -- it depends on the patch being installed.  If
 
1140
    # it is, this changes to `yes'.  Without it, it would be `no'.
 
1141
    lt_cv_sys_dlopen_deplibs=unknown
 
1142
    ;;
 
1143
  osf*)
 
1144
    # the two cases above should catch all versions of osf <= 5.1.  Read
 
1145
    # the comments above for what we know about them.
 
1146
    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
 
1147
    # is used to find them so we can finally say `yes'.
 
1148
    lt_cv_sys_dlopen_deplibs=yes
 
1149
    ;;
 
1150
  qnx*)
 
1151
    lt_cv_sys_dlopen_deplibs=yes
3195
1152
    ;;
3196
1153
  solaris*)
3197
 
    case $cc_basename in
3198
 
      CC*)
3199
 
        # Sun C++ 4.2, 5.x and Centerline C++
3200
 
        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3201
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3202
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3203
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3204
 
        $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3205
 
 
3206
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3207
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3208
 
        case $host_os in
3209
 
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3210
 
          *)
3211
 
            # The C++ compiler is used as linker so we must use $wl
3212
 
            # flag to pass the commands to the underlying system
3213
 
            # linker. We must also pass each convience library through
3214
 
            # to the system linker between allextract/defaultextract.
3215
 
            # The C++ compiler will combine linker options so we
3216
 
            # cannot just pass the convience library names through
3217
 
            # without $wl.
3218
 
            # Supported since Solaris 2.6 (maybe 2.5.1?)
3219
 
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
3220
 
            ;;
3221
 
        esac
3222
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3223
 
 
3224
 
        output_verbose_link_cmd='echo'
3225
 
 
3226
 
        # Archives containing C++ object files must be created using
3227
 
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3228
 
        # necessary to make sure instantiated templates are included
3229
 
        # in the archive.
3230
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3231
 
        ;;
3232
 
      gcx*)
3233
 
        # Green Hills C++ Compiler
3234
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3235
 
 
3236
 
        # The C++ compiler must be used to create the archive.
3237
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3238
 
        ;;
3239
 
      *)
3240
 
        # GNU C++ compiler with Solaris linker
3241
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3242
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3243
 
          if $CC --version | grep -v '^2\.7' > /dev/null; then
3244
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3245
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3246
 
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3247
 
 
3248
 
            # Commands to make compiler produce verbose output that lists
3249
 
            # what "hidden" libraries, object files and flags are used when
3250
 
            # linking a shared library.
3251
 
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3252
 
          else
3253
 
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3254
 
            # platform.
3255
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3256
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3257
 
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3258
 
 
3259
 
            # Commands to make compiler produce verbose output that lists
3260
 
            # what "hidden" libraries, object files and flags are used when
3261
 
            # linking a shared library.
3262
 
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3263
 
          fi
3264
 
 
3265
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
1154
    lt_cv_sys_dlopen_deplibs=yes
 
1155
    ;;
 
1156
  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
1157
    libltdl_cv_sys_dlopen_deplibs=yes
 
1158
    ;;
 
1159
  esac
 
1160
  ])
 
1161
if test "$lt_cv_sys_dlopen_deplibs" != yes; then
 
1162
 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
 
1163
    [Define if the OS needs help to load dependent libraries for dlopen().])
 
1164
fi
 
1165
])
 
1166
m4trace:/usr/share/aclocal/ltdl.m4:556: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
 
1167
m4trace:/usr/share/aclocal/ltdl.m4:556: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
 
1168
You should run autoupdate.])dnl
 
1169
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
 
1170
m4trace:/usr/share/aclocal/ltdl.m4:563: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1171
AC_CACHE_CHECK([which extension is used for runtime loadable modules],
 
1172
  [libltdl_cv_shlibext],
 
1173
[
 
1174
module=yes
 
1175
eval libltdl_cv_shlibext=$shrext_cmds
 
1176
  ])
 
1177
if test -n "$libltdl_cv_shlibext"; then
 
1178
  m4_pattern_allow([LT_MODULE_EXT])dnl
 
1179
  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
 
1180
    [Define to the extension used for runtime loadable modules, say, ".so".])
 
1181
fi
 
1182
])
 
1183
m4trace:/usr/share/aclocal/ltdl.m4:579: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
 
1184
m4trace:/usr/share/aclocal/ltdl.m4:579: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
 
1185
You should run autoupdate.])dnl
 
1186
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
 
1187
m4trace:/usr/share/aclocal/ltdl.m4:586: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1188
AC_CACHE_CHECK([which variable specifies run-time module search path],
 
1189
  [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
 
1190
if test -n "$lt_cv_module_path_var"; then
 
1191
  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
 
1192
  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
 
1193
    [Define to the name of the environment variable that determines the run-time module search path.])
 
1194
fi
 
1195
])
 
1196
m4trace:/usr/share/aclocal/ltdl.m4:598: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
 
1197
m4trace:/usr/share/aclocal/ltdl.m4:598: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
 
1198
You should run autoupdate.])dnl
 
1199
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
 
1200
m4trace:/usr/share/aclocal/ltdl.m4:605: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1201
AC_CACHE_CHECK([for the default library search path],
 
1202
  [lt_cv_sys_dlsearch_path],
 
1203
  [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
 
1204
if test -n "$lt_cv_sys_dlsearch_path"; then
 
1205
  sys_dlsearch_path=
 
1206
  for dir in $lt_cv_sys_dlsearch_path; do
 
1207
    if test -z "$sys_dlsearch_path"; then
 
1208
      sys_dlsearch_path="$dir"
 
1209
    else
 
1210
      sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
 
1211
    fi
 
1212
  done
 
1213
  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
 
1214
  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
 
1215
    [Define to the system default library search path.])
 
1216
fi
 
1217
])
 
1218
m4trace:/usr/share/aclocal/ltdl.m4:626: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
 
1219
m4trace:/usr/share/aclocal/ltdl.m4:626: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
 
1220
You should run autoupdate.])dnl
 
1221
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
 
1222
m4trace:/usr/share/aclocal/ltdl.m4:652: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
 
1223
LT_DLLOADERS=
 
1224
AC_SUBST([LT_DLLOADERS])
 
1225
 
 
1226
AC_LANG_PUSH([C])
 
1227
 
 
1228
LIBADD_DLOPEN=
 
1229
AC_SEARCH_LIBS([dlopen], [dl],
 
1230
        [AC_DEFINE([HAVE_LIBDL], [1],
 
1231
                   [Define if you have the libdl library or equivalent.])
 
1232
        if test "$ac_cv_search_dlopen" != "none required" ; then
 
1233
          LIBADD_DLOPEN="-ldl"
3266
1234
        fi
3267
 
        ;;
3268
 
    esac
3269
 
    ;;
3270
 
  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3271
 
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3272
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3273
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3274
 
    runpath_var='LD_RUN_PATH'
3275
 
 
3276
 
    case $cc_basename in
3277
 
      CC*)
3278
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3279
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3280
 
        ;;
3281
 
      *)
3282
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3283
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3284
 
        ;;
3285
 
    esac
3286
 
    ;;
3287
 
  sysv5* | sco3.2v5* | sco5v6*)
3288
 
    # Note: We can NOT use -z defs as we might desire, because we do not
3289
 
    # link with -lc, and that would cause any symbols used from libc to
3290
 
    # always be unresolved, which means just about no library would
3291
 
    # ever link correctly.  If we're not using GNU ld we use -z text
3292
 
    # though, which does catch some bad symbols but isn't as heavy-handed
3293
 
    # as -z defs.
3294
 
    # For security reasons, it is highly recommended that you always
3295
 
    # use absolute paths for naming shared libraries, and exclude the
3296
 
    # DT_RUNPATH tag from executables and libraries.  But doing so
3297
 
    # requires that you compile everything twice, which is a pain.
3298
 
    # So that behaviour is only enabled if SCOABSPATH is set to a
3299
 
    # non-empty value in the environment.  Most likely only useful for
3300
 
    # creating official distributions of packages.
3301
 
    # This is a hack until libtool officially supports absolute path
3302
 
    # names for shared libraries.
3303
 
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3304
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3305
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3306
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3307
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3308
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3309
 
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3310
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3311
 
    runpath_var='LD_RUN_PATH'
3312
 
 
3313
 
    case $cc_basename in
3314
 
      CC*)
3315
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3316
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3317
 
        ;;
3318
 
      *)
3319
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3320
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3321
 
        ;;
3322
 
    esac
3323
 
    ;;
3324
 
  tandem*)
3325
 
    case $cc_basename in
3326
 
      NCC*)
3327
 
        # NonStop-UX NCC 3.20
3328
 
        # FIXME: insert proper C++ library support
3329
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3330
 
        ;;
3331
 
      *)
3332
 
        # FIXME: insert proper C++ library support
3333
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3334
 
        ;;
3335
 
    esac
3336
 
    ;;
3337
 
  vxworks*)
3338
 
    # FIXME: insert proper C++ library support
3339
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3340
 
    ;;
3341
 
  *)
3342
 
    # FIXME: insert proper C++ library support
3343
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3344
 
    ;;
3345
 
esac
3346
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3347
 
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3348
 
 
3349
 
_LT_AC_TAGVAR(GCC, $1)="$GXX"
3350
 
_LT_AC_TAGVAR(LD, $1)="$LD"
3351
 
 
3352
 
## CAVEAT EMPTOR:
3353
 
## There is no encapsulation within the following macros, do not change
3354
 
## the running order or otherwise move them around unless you know exactly
3355
 
## what you are doing...
3356
 
AC_LIBTOOL_POSTDEP_PREDEP($1)
3357
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3358
 
AC_LIBTOOL_PROG_CC_C_O($1)
3359
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3360
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3361
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3362
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3363
 
 
3364
 
AC_LIBTOOL_CONFIG($1)
3365
 
 
3366
 
AC_LANG_POP
3367
 
CC=$lt_save_CC
3368
 
LDCXX=$LD
3369
 
LD=$lt_save_LD
3370
 
GCC=$lt_save_GCC
3371
 
with_gnu_ldcxx=$with_gnu_ld
3372
 
with_gnu_ld=$lt_save_with_gnu_ld
3373
 
lt_cv_path_LDCXX=$lt_cv_path_LD
3374
 
lt_cv_path_LD=$lt_save_path_LD
3375
 
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3376
 
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3377
 
])
3378
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:3756: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3379
 
dnl we can't use the lt_simple_compile_test_code here,
3380
 
dnl because it contains code intended for an executable,
3381
 
dnl not a library.  It's possible we should let each
3382
 
dnl tag define a new lt_????_link_test_code variable,
3383
 
dnl but it's only used here...
3384
 
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3385
 
int a;
3386
 
void foo (void) { a = 0; }
3387
 
EOF
3388
 
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3389
 
class Foo
3390
 
{
3391
 
public:
3392
 
  Foo (void) { a = 0; }
3393
 
private:
3394
 
  int a;
3395
 
};
3396
 
EOF
3397
 
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3398
 
      subroutine foo
3399
 
      implicit none
3400
 
      integer*4 a
3401
 
      a=0
3402
 
      return
3403
 
      end
3404
 
EOF
3405
 
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3406
 
public class foo {
3407
 
  private int a;
3408
 
  public void bar (void) {
3409
 
    a = 0;
3410
 
  }
3411
 
};
3412
 
EOF
3413
 
])
3414
 
dnl Parse the compiler output and extract the necessary
3415
 
dnl objects, libraries and library flags.
3416
 
if AC_TRY_EVAL(ac_compile); then
3417
 
  # Parse the compiler output and extract the necessary
3418
 
  # objects, libraries and library flags.
3419
 
 
3420
 
  # Sentinel used to keep track of whether or not we are before
3421
 
  # the conftest object file.
3422
 
  pre_test_object_deps_done=no
3423
 
 
3424
 
  # The `*' in the case matches for architectures that use `case' in
3425
 
  # $output_verbose_cmd can trigger glob expansion during the loop
3426
 
  # eval without this substitution.
3427
 
  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3428
 
 
3429
 
  for p in `eval $output_verbose_link_cmd`; do
3430
 
    case $p in
3431
 
 
3432
 
    -L* | -R* | -l*)
3433
 
       # Some compilers place space between "-{L,R}" and the path.
3434
 
       # Remove the space.
3435
 
       if test $p = "-L" \
3436
 
          || test $p = "-R"; then
3437
 
         prev=$p
3438
 
         continue
3439
 
       else
3440
 
         prev=
3441
 
       fi
3442
 
 
3443
 
       if test "$pre_test_object_deps_done" = no; then
3444
 
         case $p in
3445
 
         -L* | -R*)
3446
 
           # Internal compiler library paths should come after those
3447
 
           # provided the user.  The postdeps already come after the
3448
 
           # user supplied libs so there is no need to process them.
3449
 
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3450
 
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3451
 
           else
3452
 
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3453
 
           fi
3454
 
           ;;
3455
 
         # The "-l" case would never come before the object being
3456
 
         # linked, so don't bother handling this case.
3457
 
         esac
3458
 
       else
3459
 
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3460
 
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3461
 
         else
3462
 
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3463
 
         fi
3464
 
       fi
3465
 
       ;;
3466
 
 
3467
 
    *.$objext)
3468
 
       # This assumes that the test object file only shows up
3469
 
       # once in the compiler output.
3470
 
       if test "$p" = "conftest.$objext"; then
3471
 
         pre_test_object_deps_done=yes
3472
 
         continue
3473
 
       fi
3474
 
 
3475
 
       if test "$pre_test_object_deps_done" = no; then
3476
 
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3477
 
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3478
 
         else
3479
 
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3480
 
         fi
3481
 
       else
3482
 
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3483
 
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3484
 
         else
3485
 
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3486
 
         fi
3487
 
       fi
3488
 
       ;;
3489
 
 
3490
 
    *) ;; # Ignore the rest.
3491
 
 
3492
 
    esac
3493
 
  done
3494
 
 
3495
 
  # Clean up.
3496
 
  rm -f a.out a.exe
3497
 
else
3498
 
  echo "libtool.m4: error: problem compiling $1 test program"
3499
 
fi
3500
 
 
3501
 
$rm -f confest.$objext
3502
 
 
3503
 
# PORTME: override above test on systems where it is broken
3504
 
ifelse([$1],[CXX],
3505
 
[case $host_os in
3506
 
interix3*)
3507
 
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
3508
 
  # hack all around it, let's just trust "g++" to DTRT.
3509
 
  _LT_AC_TAGVAR(predep_objects,$1)=
3510
 
  _LT_AC_TAGVAR(postdep_objects,$1)=
3511
 
  _LT_AC_TAGVAR(postdeps,$1)=
3512
 
  ;;
3513
 
 
3514
 
solaris*)
3515
 
  case $cc_basename in
3516
 
  CC*)
3517
 
    # Adding this requires a known-good setup of shared libraries for
3518
 
    # Sun compiler versions before 5.6, else PIC objects from an old
3519
 
    # archive will be linked into the output, leading to subtle bugs.
3520
 
    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3521
 
    ;;
3522
 
  esac
3523
 
  ;;
3524
 
esac
3525
 
])
3526
 
 
3527
 
case " $_LT_AC_TAGVAR(postdeps, $1) " in
3528
 
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3529
 
esac
3530
 
])
3531
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:3915: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3532
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:3916: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3533
 
AC_LANG_PUSH(Fortran 77)
3534
 
 
3535
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3536
 
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3537
 
_LT_AC_TAGVAR(always_export_symbols, $1)=no
3538
 
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3539
 
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3540
 
_LT_AC_TAGVAR(hardcode_direct, $1)=no
3541
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3542
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3543
 
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3544
 
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3545
 
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3546
 
_LT_AC_TAGVAR(module_cmds, $1)=
3547
 
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3548
 
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3549
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3550
 
_LT_AC_TAGVAR(no_undefined_flag, $1)=
3551
 
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3552
 
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3553
 
 
3554
 
# Source file extension for f77 test sources.
3555
 
ac_ext=f
3556
 
 
3557
 
# Object file extension for compiled f77 test sources.
3558
 
objext=o
3559
 
_LT_AC_TAGVAR(objext, $1)=$objext
3560
 
 
3561
 
# Code to be used in simple compile tests
3562
 
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3563
 
 
3564
 
# Code to be used in simple link tests
3565
 
lt_simple_link_test_code="      program t\n      end\n"
3566
 
 
3567
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3568
 
_LT_AC_SYS_COMPILER
3569
 
 
3570
 
# save warnings/boilerplate of simple test code
3571
 
_LT_COMPILER_BOILERPLATE
3572
 
_LT_LINKER_BOILERPLATE
3573
 
 
3574
 
# Allow CC to be a program name with arguments.
3575
 
lt_save_CC="$CC"
3576
 
CC=${F77-"f77"}
3577
 
compiler=$CC
3578
 
_LT_AC_TAGVAR(compiler, $1)=$CC
3579
 
_LT_CC_BASENAME([$compiler])
3580
 
 
3581
 
AC_MSG_CHECKING([if libtool supports shared libraries])
3582
 
AC_MSG_RESULT([$can_build_shared])
3583
 
 
3584
 
AC_MSG_CHECKING([whether to build shared libraries])
3585
 
test "$can_build_shared" = "no" && enable_shared=no
3586
 
 
3587
 
# On AIX, shared libraries and static libraries use the same namespace, and
3588
 
# are all built from PIC.
3589
 
case $host_os in
3590
 
aix3*)
3591
 
  test "$enable_shared" = yes && enable_static=no
3592
 
  if test -n "$RANLIB"; then
3593
 
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3594
 
    postinstall_cmds='$RANLIB $lib'
3595
 
  fi
3596
 
  ;;
3597
 
aix4* | aix5*)
3598
 
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3599
 
    test "$enable_shared" = yes && enable_static=no
3600
 
  fi
3601
 
  ;;
3602
 
esac
3603
 
AC_MSG_RESULT([$enable_shared])
3604
 
 
3605
 
AC_MSG_CHECKING([whether to build static libraries])
3606
 
# Make sure either enable_shared or enable_static is yes.
3607
 
test "$enable_shared" = yes || enable_static=yes
3608
 
AC_MSG_RESULT([$enable_static])
3609
 
 
3610
 
_LT_AC_TAGVAR(GCC, $1)="$G77"
3611
 
_LT_AC_TAGVAR(LD, $1)="$LD"
3612
 
 
3613
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3614
 
AC_LIBTOOL_PROG_CC_C_O($1)
3615
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3616
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3617
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3618
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3619
 
 
3620
 
AC_LIBTOOL_CONFIG($1)
3621
 
 
3622
 
AC_LANG_POP
3623
 
CC="$lt_save_CC"
3624
 
])
3625
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4017: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3626
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4018: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3627
 
 
3628
 
# Source file extension for Java test sources.
3629
 
ac_ext=java
3630
 
 
3631
 
# Object file extension for compiled Java test sources.
3632
 
objext=o
3633
 
_LT_AC_TAGVAR(objext, $1)=$objext
3634
 
 
3635
 
# Code to be used in simple compile tests
3636
 
lt_simple_compile_test_code="class foo {}\n"
3637
 
 
3638
 
# Code to be used in simple link tests
3639
 
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3640
 
 
3641
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3642
 
_LT_AC_SYS_COMPILER
3643
 
 
3644
 
# save warnings/boilerplate of simple test code
3645
 
_LT_COMPILER_BOILERPLATE
3646
 
_LT_LINKER_BOILERPLATE
3647
 
 
3648
 
# Allow CC to be a program name with arguments.
3649
 
lt_save_CC="$CC"
3650
 
CC=${GCJ-"gcj"}
3651
 
compiler=$CC
3652
 
_LT_AC_TAGVAR(compiler, $1)=$CC
3653
 
_LT_CC_BASENAME([$compiler])
3654
 
 
3655
 
# GCJ did not exist at the time GCC didn't implicitly link libc in.
3656
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3657
 
 
3658
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3659
 
 
3660
 
## CAVEAT EMPTOR:
3661
 
## There is no encapsulation within the following macros, do not change
3662
 
## the running order or otherwise move them around unless you know exactly
3663
 
## what you are doing...
3664
 
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3665
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3666
 
AC_LIBTOOL_PROG_CC_C_O($1)
3667
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3668
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3669
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3670
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3671
 
 
3672
 
AC_LIBTOOL_CONFIG($1)
3673
 
 
3674
 
AC_LANG_RESTORE
3675
 
CC="$lt_save_CC"
3676
 
])
3677
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4077: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3678
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4078: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3679
 
 
3680
 
# Source file extension for RC test sources.
3681
 
ac_ext=rc
3682
 
 
3683
 
# Object file extension for compiled RC test sources.
3684
 
objext=o
3685
 
_LT_AC_TAGVAR(objext, $1)=$objext
3686
 
 
3687
 
# Code to be used in simple compile tests
3688
 
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3689
 
 
3690
 
# Code to be used in simple link tests
3691
 
lt_simple_link_test_code="$lt_simple_compile_test_code"
3692
 
 
3693
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3694
 
_LT_AC_SYS_COMPILER
3695
 
 
3696
 
# save warnings/boilerplate of simple test code
3697
 
_LT_COMPILER_BOILERPLATE
3698
 
_LT_LINKER_BOILERPLATE
3699
 
 
3700
 
# Allow CC to be a program name with arguments.
3701
 
lt_save_CC="$CC"
3702
 
CC=${RC-"windres"}
3703
 
compiler=$CC
3704
 
_LT_AC_TAGVAR(compiler, $1)=$CC
3705
 
_LT_CC_BASENAME([$compiler])
3706
 
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3707
 
 
3708
 
AC_LIBTOOL_CONFIG($1)
3709
 
 
3710
 
AC_LANG_RESTORE
3711
 
CC="$lt_save_CC"
3712
 
])
3713
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4122: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3714
 
# libtool distribution, otherwise you forgot to ship ltmain.sh
3715
 
# with your package, and you will get complaints that there are
3716
 
# no rules to generate ltmain.sh.
3717
 
if test -f "$ltmain"; then
3718
 
  # See if we are running on zsh, and set the options which allow our commands through
3719
 
  # without removal of \ escapes.
3720
 
  if test -n "${ZSH_VERSION+set}" ; then
3721
 
    setopt NO_GLOB_SUBST
3722
 
  fi
3723
 
  # Now quote all the things that may contain metacharacters while being
3724
 
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3725
 
  # variables and quote the copies for generation of the libtool script.
3726
 
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3727
 
    SED SHELL STRIP \
3728
 
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3729
 
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3730
 
    deplibs_check_method reload_flag reload_cmds need_locks \
3731
 
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3732
 
    lt_cv_sys_global_symbol_to_c_name_address \
3733
 
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3734
 
    old_postinstall_cmds old_postuninstall_cmds \
3735
 
    _LT_AC_TAGVAR(compiler, $1) \
3736
 
    _LT_AC_TAGVAR(CC, $1) \
3737
 
    _LT_AC_TAGVAR(LD, $1) \
3738
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3739
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3740
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3741
 
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3742
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3743
 
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3744
 
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3745
 
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3746
 
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3747
 
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3748
 
    _LT_AC_TAGVAR(predep_objects, $1) \
3749
 
    _LT_AC_TAGVAR(postdep_objects, $1) \
3750
 
    _LT_AC_TAGVAR(predeps, $1) \
3751
 
    _LT_AC_TAGVAR(postdeps, $1) \
3752
 
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3753
 
    _LT_AC_TAGVAR(archive_cmds, $1) \
3754
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3755
 
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3756
 
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3757
 
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3758
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3759
 
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3760
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3761
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3762
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3763
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3764
 
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3765
 
    _LT_AC_TAGVAR(module_cmds, $1) \
3766
 
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3767
 
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3768
 
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3769
 
    _LT_AC_TAGVAR(include_expsyms, $1); do
3770
 
 
3771
 
    case $var in
3772
 
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3773
 
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3774
 
    _LT_AC_TAGVAR(archive_cmds, $1) | \
3775
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3776
 
    _LT_AC_TAGVAR(module_cmds, $1) | \
3777
 
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3778
 
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3779
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3780
 
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3781
 
    postinstall_cmds | postuninstall_cmds | \
3782
 
    old_postinstall_cmds | old_postuninstall_cmds | \
3783
 
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3784
 
      # Double-quote double-evaled strings.
3785
 
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3786
 
      ;;
3787
 
    *)
3788
 
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3789
 
      ;;
3790
 
    esac
3791
 
  done
3792
 
 
3793
 
  case $lt_echo in
3794
 
  *'\[$]0 --fallback-echo"')
3795
 
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3796
 
    ;;
3797
 
  esac
3798
 
 
3799
 
ifelse([$1], [],
3800
 
  [cfgfile="${ofile}T"
3801
 
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3802
 
  $rm -f "$cfgfile"
3803
 
  AC_MSG_NOTICE([creating $ofile])],
3804
 
  [cfgfile="$ofile"])
3805
 
 
3806
 
  cat <<__EOF__ >> "$cfgfile"
3807
 
ifelse([$1], [],
3808
 
[#! $SHELL
3809
 
 
3810
 
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3811
 
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3812
 
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3813
 
#
3814
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3815
 
# Free Software Foundation, Inc.
3816
 
#
3817
 
# This file is part of GNU Libtool:
3818
 
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3819
 
#
3820
 
# This program is free software; you can redistribute it and/or modify
3821
 
# it under the terms of the GNU General Public License as published by
3822
 
# the Free Software Foundation; either version 2 of the License, or
3823
 
# (at your option) any later version.
3824
 
#
3825
 
# This program is distributed in the hope that it will be useful, but
3826
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
3827
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3828
 
# General Public License for more details.
3829
 
#
3830
 
# You should have received a copy of the GNU General Public License
3831
 
# along with this program; if not, write to the Free Software
3832
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3833
 
#
3834
 
# As a special exception to the GNU General Public License, if you
3835
 
# distribute this file as part of a program that contains a
3836
 
# configuration script generated by Autoconf, you may include it under
3837
 
# the same distribution terms that you use for the rest of that program.
3838
 
 
3839
 
# A sed program that does not truncate output.
3840
 
SED=$lt_SED
3841
 
 
3842
 
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3843
 
Xsed="$SED -e 1s/^X//"
3844
 
 
3845
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
3846
 
# if CDPATH is set.
3847
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3848
 
 
3849
 
# The names of the tagged configurations supported by this script.
3850
 
available_tags=
3851
 
 
3852
 
# ### BEGIN LIBTOOL CONFIG],
3853
 
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3854
 
 
3855
 
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3856
 
 
3857
 
# Shell to use when invoking shell scripts.
3858
 
SHELL=$lt_SHELL
3859
 
 
3860
 
# Whether or not to build shared libraries.
3861
 
build_libtool_libs=$enable_shared
3862
 
 
3863
 
# Whether or not to build static libraries.
3864
 
build_old_libs=$enable_static
3865
 
 
3866
 
# Whether or not to add -lc for building shared libraries.
3867
 
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3868
 
 
3869
 
# Whether or not to disallow shared libs when runtime libs are static
3870
 
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3871
 
 
3872
 
# Whether or not to optimize for fast installation.
3873
 
fast_install=$enable_fast_install
3874
 
 
3875
 
# The host system.
3876
 
host_alias=$host_alias
3877
 
host=$host
3878
 
host_os=$host_os
3879
 
 
3880
 
# The build system.
3881
 
build_alias=$build_alias
3882
 
build=$build
3883
 
build_os=$build_os
3884
 
 
3885
 
# An echo program that does not interpret backslashes.
3886
 
echo=$lt_echo
3887
 
 
3888
 
# The archiver.
3889
 
AR=$lt_AR
3890
 
AR_FLAGS=$lt_AR_FLAGS
3891
 
 
3892
 
# A C compiler.
3893
 
LTCC=$lt_LTCC
3894
 
 
3895
 
# LTCC compiler flags.
3896
 
LTCFLAGS=$lt_LTCFLAGS
3897
 
 
3898
 
# A language-specific compiler.
3899
 
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3900
 
 
3901
 
# Is the compiler the GNU C compiler?
3902
 
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3903
 
 
3904
 
gcc_dir=\`$CC -print-file-name=. | $SED 's,/\.$,,'\`
3905
 
gcc_ver=\`$CC -dumpversion\`
3906
 
 
3907
 
# An ERE matcher.
3908
 
EGREP=$lt_EGREP
3909
 
 
3910
 
# The linker used to build libraries.
3911
 
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3912
 
 
3913
 
# Whether we need hard or soft links.
3914
 
LN_S=$lt_LN_S
3915
 
 
3916
 
# A BSD-compatible nm program.
3917
 
NM=$lt_NM
3918
 
 
3919
 
# A symbol stripping program
3920
 
STRIP=$lt_STRIP
3921
 
 
3922
 
# Used to examine libraries when file_magic_cmd begins "file"
3923
 
MAGIC_CMD=$MAGIC_CMD
3924
 
 
3925
 
# Used on cygwin: DLL creation program.
3926
 
DLLTOOL="$DLLTOOL"
3927
 
 
3928
 
# Used on cygwin: object dumper.
3929
 
OBJDUMP="$OBJDUMP"
3930
 
 
3931
 
# Used on cygwin: assembler.
3932
 
AS="$AS"
3933
 
 
3934
 
# The name of the directory that contains temporary libtool files.
3935
 
objdir=$objdir
3936
 
 
3937
 
# How to create reloadable object files.
3938
 
reload_flag=$lt_reload_flag
3939
 
reload_cmds=$lt_reload_cmds
3940
 
 
3941
 
# How to pass a linker flag through the compiler.
3942
 
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3943
 
 
3944
 
# Object file suffix (normally "o").
3945
 
objext="$ac_objext"
3946
 
 
3947
 
# Old archive suffix (normally "a").
3948
 
libext="$libext"
3949
 
 
3950
 
# Shared library suffix (normally ".so").
3951
 
shrext_cmds='$shrext_cmds'
3952
 
 
3953
 
# Executable file suffix (normally "").
3954
 
exeext="$exeext"
3955
 
 
3956
 
# Additional compiler flags for building library objects.
3957
 
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3958
 
pic_mode=$pic_mode
3959
 
 
3960
 
# What is the maximum length of a command?
3961
 
max_cmd_len=$lt_cv_sys_max_cmd_len
3962
 
 
3963
 
# Does compiler simultaneously support -c and -o options?
3964
 
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3965
 
 
3966
 
# Must we lock files when doing compilation?
3967
 
need_locks=$lt_need_locks
3968
 
 
3969
 
# Do we need the lib prefix for modules?
3970
 
need_lib_prefix=$need_lib_prefix
3971
 
 
3972
 
# Do we need a version for libraries?
3973
 
need_version=$need_version
3974
 
 
3975
 
# Whether dlopen is supported.
3976
 
dlopen_support=$enable_dlopen
3977
 
 
3978
 
# Whether dlopen of programs is supported.
3979
 
dlopen_self=$enable_dlopen_self
3980
 
 
3981
 
# Whether dlopen of statically linked programs is supported.
3982
 
dlopen_self_static=$enable_dlopen_self_static
3983
 
 
3984
 
# Compiler flag to prevent dynamic linking.
3985
 
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3986
 
 
3987
 
# Compiler flag to turn off builtin functions.
3988
 
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3989
 
 
3990
 
# Compiler flag to allow reflexive dlopens.
3991
 
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3992
 
 
3993
 
# Compiler flag to generate shared objects directly from archives.
3994
 
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3995
 
 
3996
 
# Compiler flag to generate thread-safe objects.
3997
 
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3998
 
 
3999
 
# Library versioning type.
4000
 
version_type=$version_type
4001
 
 
4002
 
# Format of library name prefix.
4003
 
libname_spec=$lt_libname_spec
4004
 
 
4005
 
# List of archive names.  First name is the real one, the rest are links.
4006
 
# The last name is the one that the linker finds with -lNAME.
4007
 
library_names_spec=$lt_library_names_spec
4008
 
 
4009
 
# The coded name of the library, if different from the real name.
4010
 
soname_spec=$lt_soname_spec
4011
 
 
4012
 
# Commands used to build and install an old-style archive.
4013
 
RANLIB=$lt_RANLIB
4014
 
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4015
 
old_postinstall_cmds=$lt_old_postinstall_cmds
4016
 
old_postuninstall_cmds=$lt_old_postuninstall_cmds
4017
 
 
4018
 
# Create an old-style archive from a shared archive.
4019
 
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4020
 
 
4021
 
# Create a temporary old-style archive to link instead of a shared archive.
4022
 
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4023
 
 
4024
 
# Commands used to build and install a shared archive.
4025
 
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4026
 
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4027
 
postinstall_cmds=$lt_postinstall_cmds
4028
 
postuninstall_cmds=$lt_postuninstall_cmds
4029
 
 
4030
 
# Commands used to build a loadable module (assumed same as above if empty)
4031
 
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4032
 
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4033
 
 
4034
 
# Commands to strip libraries.
4035
 
old_striplib=$lt_old_striplib
4036
 
striplib=$lt_striplib
4037
 
 
4038
 
# Dependencies to place before the objects being linked to create a
4039
 
# shared library.
4040
 
predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4041
 
 
4042
 
# Dependencies to place after the objects being linked to create a
4043
 
# shared library.
4044
 
postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4045
 
 
4046
 
# Dependencies to place before the objects being linked to create a
4047
 
# shared library.
4048
 
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4049
 
 
4050
 
# Dependencies to place after the objects being linked to create a
4051
 
# shared library.
4052
 
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4053
 
 
4054
 
# The library search path used internally by the compiler when linking
4055
 
# a shared library.
4056
 
compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4057
 
 
4058
 
# Method to check whether dependent libraries are shared objects.
4059
 
deplibs_check_method=$lt_deplibs_check_method
4060
 
 
4061
 
# Command to use when deplibs_check_method == file_magic.
4062
 
file_magic_cmd=$lt_file_magic_cmd
4063
 
 
4064
 
# Flag that allows shared libraries with undefined symbols to be built.
4065
 
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4066
 
 
4067
 
# Flag that forces no undefined symbols.
4068
 
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4069
 
 
4070
 
# Commands used to finish a libtool library installation in a directory.
4071
 
finish_cmds=$lt_finish_cmds
4072
 
 
4073
 
# Same as above, but a single script fragment to be evaled but not shown.
4074
 
finish_eval=$lt_finish_eval
4075
 
 
4076
 
# Take the output of nm and produce a listing of raw symbols and C names.
4077
 
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4078
 
 
4079
 
# Transform the output of nm in a proper C declaration
4080
 
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4081
 
 
4082
 
# Transform the output of nm in a C name address pair
4083
 
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4084
 
 
4085
 
# This is the shared library runtime path variable.
4086
 
runpath_var=$runpath_var
4087
 
 
4088
 
# This is the shared library path variable.
4089
 
shlibpath_var=$shlibpath_var
4090
 
 
4091
 
# Is shlibpath searched before the hard-coded library search path?
4092
 
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4093
 
 
4094
 
# How to hardcode a shared library path into an executable.
4095
 
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4096
 
 
4097
 
# Whether we should hardcode library paths into libraries.
4098
 
hardcode_into_libs=$hardcode_into_libs
4099
 
 
4100
 
# Flag to hardcode \$libdir into a binary during linking.
4101
 
# This must work even if \$libdir does not exist.
4102
 
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4103
 
 
4104
 
# If ld is used when linking, flag to hardcode \$libdir into
4105
 
# a binary during linking. This must work even if \$libdir does
4106
 
# not exist.
4107
 
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4108
 
 
4109
 
# Whether we need a single -rpath flag with a separated argument.
4110
 
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4111
 
 
4112
 
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4113
 
# resulting binary.
4114
 
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4115
 
 
4116
 
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4117
 
# resulting binary.
4118
 
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4119
 
 
4120
 
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4121
 
# the resulting binary.
4122
 
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4123
 
 
4124
 
# Set to yes if building a shared library automatically hardcodes DIR into the library
4125
 
# and all subsequent libraries and executables linked against it.
4126
 
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4127
 
 
4128
 
# Variables whose values should be saved in libtool wrapper scripts and
4129
 
# restored at relink time.
4130
 
variables_saved_for_relink="$variables_saved_for_relink"
4131
 
 
4132
 
# Whether libtool must link a program against all its dependency libraries.
4133
 
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4134
 
 
4135
 
# Compile-time system search path for libraries
4136
 
sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4137
 
 
4138
 
# Run-time system search path for libraries
4139
 
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4140
 
 
4141
 
# Fix the shell variable \$srcfile for the compiler.
4142
 
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4143
 
 
4144
 
# Set to yes if exported symbols are required.
4145
 
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4146
 
 
4147
 
# The commands to list exported symbols.
4148
 
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4149
 
 
4150
 
# The commands to extract the exported symbol list from a shared archive.
4151
 
extract_expsyms_cmds=$lt_extract_expsyms_cmds
4152
 
 
4153
 
# Symbols that should not be listed in the preloaded symbols.
4154
 
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4155
 
 
4156
 
# Symbols that must always be exported.
4157
 
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4158
 
 
4159
 
ifelse([$1],[],
4160
 
[# ### END LIBTOOL CONFIG],
4161
 
[# ### END LIBTOOL TAG CONFIG: $tagname])
4162
 
 
4163
 
__EOF__
4164
 
 
4165
 
ifelse([$1],[], [
4166
 
  case $host_os in
4167
 
  aix3*)
4168
 
    cat <<\EOF >> "$cfgfile"
4169
 
 
4170
 
# AIX sometimes has problems with the GCC collect2 program.  For some
4171
 
# reason, if we set the COLLECT_NAMES environment variable, the problems
4172
 
# vanish in a puff of smoke.
4173
 
if test "X${COLLECT_NAMES+set}" != Xset; then
4174
 
  COLLECT_NAMES=
4175
 
  export COLLECT_NAMES
4176
 
fi
4177
 
EOF
4178
 
    ;;
4179
 
  esac
4180
 
 
4181
 
  # We use sed instead of cat because bash on DJGPP gets confused if
4182
 
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4183
 
  # text mode, it properly converts lines to CR/LF.  This bash problem
4184
 
  # is reportedly fixed, but why not run on old versions too?
4185
 
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4186
 
 
4187
 
  mv -f "$cfgfile" "$ofile" || \
4188
 
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4189
 
  chmod +x "$ofile"
4190
 
])
4191
 
else
4192
 
  # If there is no Makefile yet, we rely on a make rule to execute
4193
 
  # `config.status --recheck' to rerun these tests and create the
4194
 
  # libtool script then.
4195
 
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4196
 
  if test -f "$ltmain_in"; then
4197
 
    test -f Makefile && make "$ltmain"
4198
 
  fi
4199
 
fi
4200
 
])
4201
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4615: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4202
 
 
4203
 
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4204
 
 
4205
 
if test "$GCC" = yes; then
4206
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4207
 
 
4208
 
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4209
 
    lt_cv_prog_compiler_rtti_exceptions,
4210
 
    [-fno-rtti -fno-exceptions], [],
4211
 
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4212
 
fi
4213
 
])
4214
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4633: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4215
 
AC_REQUIRE([AC_PROG_NM])
4216
 
AC_REQUIRE([AC_OBJEXT])
4217
 
# Check for command to grab the raw symbol name followed by C symbol from nm.
4218
 
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4219
 
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4220
 
[
4221
 
# These are sane defaults that work on at least a few old systems.
4222
 
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4223
 
 
4224
 
# Character class describing NM global symbol codes.
4225
 
symcode='[[BCDEGRST]]'
4226
 
 
4227
 
# Regexp to match symbols that can be accessed directly from C.
4228
 
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4229
 
 
4230
 
# Transform an extracted symbol line into a proper C declaration
4231
 
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4232
 
 
4233
 
# Transform an extracted symbol line into symbol name and symbol address
4234
 
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'"
4235
 
 
4236
 
# Define system-specific variables.
4237
 
case $host_os in
4238
 
aix*)
4239
 
  symcode='[[BCDT]]'
4240
 
  ;;
4241
 
cygwin* | mingw* | pw32*)
4242
 
  symcode='[[ABCDGISTW]]'
4243
 
  ;;
4244
 
hpux*) # Its linker distinguishes data from code symbols
4245
 
  if test "$host_cpu" = ia64; then
4246
 
    symcode='[[ABCDEGRST]]'
4247
 
  fi
4248
 
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4249
 
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4250
 
  ;;
4251
 
linux*)
4252
 
  if test "$host_cpu" = ia64; then
4253
 
    symcode='[[ABCDGIRSTW]]'
4254
 
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4255
 
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4256
 
  fi
4257
 
  ;;
4258
 
irix* | nonstopux*)
4259
 
  symcode='[[BCDEGRST]]'
4260
 
  ;;
4261
 
osf*)
4262
 
  symcode='[[BCDEGQRST]]'
4263
 
  ;;
4264
 
solaris*)
4265
 
  symcode='[[BDRT]]'
4266
 
  ;;
4267
 
sco3.2v5*)
4268
 
  symcode='[[DT]]'
4269
 
  ;;
4270
 
sysv4.2uw2*)
4271
 
  symcode='[[DT]]'
4272
 
  ;;
4273
 
sysv5* | sco5v6* | unixware* | OpenUNIX*)
4274
 
  symcode='[[ABDT]]'
4275
 
  ;;
4276
 
sysv4)
4277
 
  symcode='[[DFNSTU]]'
4278
 
  ;;
4279
 
esac
4280
 
 
4281
 
# Handle CRLF in mingw tool chain
4282
 
opt_cr=
4283
 
case $build_os in
4284
 
mingw*)
4285
 
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4286
 
  ;;
4287
 
esac
4288
 
 
4289
 
# If we're using GNU nm, then use its standard symbol codes.
4290
 
case `$NM -V 2>&1` in
4291
 
*GNU* | *'with BFD'*)
4292
 
  symcode='[[ABCDGIRSTW]]' ;;
4293
 
esac
4294
 
 
4295
 
# Try without a prefix undercore, then with it.
4296
 
for ac_symprfx in "" "_"; do
4297
 
 
4298
 
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4299
 
  symxfrm="\\1 $ac_symprfx\\2 \\2"
4300
 
 
4301
 
  # Write the raw and C identifiers.
4302
 
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4303
 
 
4304
 
  # Check to see that the pipe works correctly.
4305
 
  pipe_works=no
4306
 
 
4307
 
  rm -f conftest*
4308
 
  cat > conftest.$ac_ext <<EOF
4309
 
#ifdef __cplusplus
4310
 
extern "C" {
 
1235
        libltdl_cv_lib_dl_dlopen="yes"
 
1236
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
 
1237
    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
 
1238
#  include <dlfcn.h>
4311
1239
#endif
4312
 
char nm_test_var;
 
1240
    ]], [[dlopen(0, 0);]])],
 
1241
            [AC_DEFINE([HAVE_LIBDL], [1],
 
1242
                       [Define if you have the libdl library or equivalent.])
 
1243
            libltdl_cv_func_dlopen="yes"
 
1244
            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
 
1245
        [AC_CHECK_LIB([svld], [dlopen],
 
1246
                [AC_DEFINE([HAVE_LIBDL], [1],
 
1247
                         [Define if you have the libdl library or equivalent.])
 
1248
                LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
 
1249
                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
 
1250
if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
 
1251
then
 
1252
  lt_save_LIBS="$LIBS"
 
1253
  LIBS="$LIBS $LIBADD_DLOPEN"
 
1254
  AC_CHECK_FUNCS([dlerror])
 
1255
  LIBS="$lt_save_LIBS"
 
1256
fi
 
1257
AC_SUBST([LIBADD_DLOPEN])
 
1258
 
 
1259
LIBADD_SHL_LOAD=
 
1260
AC_CHECK_FUNC([shl_load],
 
1261
        [AC_DEFINE([HAVE_SHL_LOAD], [1],
 
1262
                   [Define if you have the shl_load function.])
 
1263
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
 
1264
    [AC_CHECK_LIB([dld], [shl_load],
 
1265
            [AC_DEFINE([HAVE_SHL_LOAD], [1],
 
1266
                       [Define if you have the shl_load function.])
 
1267
            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
 
1268
            LIBADD_SHL_LOAD="-ldld"])])
 
1269
AC_SUBST([LIBADD_SHL_LOAD])
 
1270
 
 
1271
case $host_os in
 
1272
darwin[[1567]].*)
 
1273
# We only want this for pre-Mac OS X 10.4.
 
1274
  AC_CHECK_FUNC([_dyld_func_lookup],
 
1275
        [AC_DEFINE([HAVE_DYLD], [1],
 
1276
                   [Define if you have the _dyld_func_lookup function.])
 
1277
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
 
1278
  ;;
 
1279
beos*)
 
1280
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
 
1281
  ;;
 
1282
cygwin* | mingw* | os2* | pw32*)
 
1283
  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
 
1284
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
 
1285
  ;;
 
1286
esac
 
1287
 
 
1288
AC_CHECK_LIB([dld], [dld_link],
 
1289
        [AC_DEFINE([HAVE_DLD], [1],
 
1290
                   [Define if you have the GNU dld library.])
 
1291
                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
 
1292
AC_SUBST([LIBADD_DLD_LINK])
 
1293
 
 
1294
m4_pattern_allow([^LT_DLPREOPEN$])
 
1295
LT_DLPREOPEN=
 
1296
if test -n "$LT_DLLOADERS"
 
1297
then
 
1298
  for lt_loader in $LT_DLLOADERS; do
 
1299
    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
 
1300
  done
 
1301
  AC_DEFINE([HAVE_LIBDLLOADER], [1],
 
1302
            [Define if libdlloader will be built on this platform])
 
1303
fi
 
1304
AC_SUBST([LT_DLPREOPEN])
 
1305
 
 
1306
dnl This isn't used anymore, but set it for backwards compatibility
 
1307
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
 
1308
AC_SUBST([LIBADD_DL])
 
1309
 
 
1310
AC_LANG_POP
 
1311
])
 
1312
m4trace:/usr/share/aclocal/ltdl.m4:745: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
 
1313
m4trace:/usr/share/aclocal/ltdl.m4:745: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
 
1314
You should run autoupdate.])dnl
 
1315
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
 
1316
m4trace:/usr/share/aclocal/ltdl.m4:753: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
1317
AC_CACHE_CHECK([for _ prefix in compiled symbols],
 
1318
  [lt_cv_sys_symbol_underscore],
 
1319
  [lt_cv_sys_symbol_underscore=no
 
1320
  cat > conftest.$ac_ext <<_LT_EOF
4313
1321
void nm_test_func(){}
4314
 
#ifdef __cplusplus
4315
 
}
4316
 
#endif
4317
 
int main(){nm_test_var='a';nm_test_func();return(0);}
4318
 
EOF
4319
 
 
 
1322
int main(){nm_test_func;return 0;}
 
1323
_LT_EOF
4320
1324
  if AC_TRY_EVAL(ac_compile); then
4321
1325
    # Now try to grab the symbols.
4322
 
    nlist=conftest.nm
4323
 
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4324
 
      # Try sorting and uniquifying the output.
4325
 
      if sort "$nlist" | uniq > "$nlist"T; then
4326
 
        mv -f "$nlist"T "$nlist"
4327
 
      else
4328
 
        rm -f "$nlist"T
4329
 
      fi
4330
 
 
4331
 
      # Make sure that we snagged all the symbols we need.
4332
 
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4333
 
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4334
 
          cat <<EOF > conftest.$ac_ext
4335
 
#ifdef __cplusplus
4336
 
extern "C" {
4337
 
#endif
4338
 
 
4339
 
EOF
4340
 
          # Now generate the symbol file.
4341
 
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4342
 
 
4343
 
          cat <<EOF >> conftest.$ac_ext
4344
 
#if defined (__STDC__) && __STDC__
4345
 
# define lt_ptr_t void *
4346
 
#else
4347
 
# define lt_ptr_t char *
4348
 
# define const
4349
 
#endif
4350
 
 
4351
 
/* The mapping between symbol names and symbols. */
4352
 
const struct {
4353
 
  const char *name;
4354
 
  lt_ptr_t address;
4355
 
}
4356
 
lt_preloaded_symbols[[]] =
4357
 
{
4358
 
EOF
4359
 
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4360
 
          cat <<\EOF >> conftest.$ac_ext
4361
 
  {0, (lt_ptr_t) 0}
4362
 
};
4363
 
 
4364
 
#ifdef __cplusplus
4365
 
}
4366
 
#endif
4367
 
EOF
4368
 
          # Now try linking the two files.
4369
 
          mv conftest.$ac_objext conftstm.$ac_objext
4370
 
          lt_save_LIBS="$LIBS"
4371
 
          lt_save_CFLAGS="$CFLAGS"
4372
 
          LIBS="conftstm.$ac_objext"
4373
 
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4374
 
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4375
 
            pipe_works=yes
4376
 
          fi
4377
 
          LIBS="$lt_save_LIBS"
4378
 
          CFLAGS="$lt_save_CFLAGS"
4379
 
        else
4380
 
          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4381
 
        fi
4382
 
      else
4383
 
        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4384
 
      fi
4385
 
    else
4386
 
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4387
 
    fi
4388
 
  else
4389
 
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4390
 
    cat conftest.$ac_ext >&5
4391
 
  fi
4392
 
  rm -f conftest* conftst*
4393
 
 
4394
 
  # Do not use the global_symbol_pipe unless it works.
4395
 
  if test "$pipe_works" = yes; then
4396
 
    break
4397
 
  else
4398
 
    lt_cv_sys_global_symbol_pipe=
4399
 
  fi
4400
 
done
4401
 
])
4402
 
if test -z "$lt_cv_sys_global_symbol_pipe"; then
4403
 
  lt_cv_sys_global_symbol_to_cdecl=
4404
 
fi
4405
 
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4406
 
  AC_MSG_RESULT(failed)
4407
 
else
4408
 
  AC_MSG_RESULT(ok)
4409
 
fi
4410
 
])
4411
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4835: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4412
 
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4413
 
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4414
 
 
4415
 
AC_MSG_CHECKING([for $compiler option to produce PIC])
4416
 
 ifelse([$1],[CXX],[
4417
 
  # C++ specific cases for pic, static, wl, etc.
4418
 
  if test "$GXX" = yes; then
4419
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4420
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4421
 
 
4422
 
    case $host_os in
4423
 
    aix*)
4424
 
      # All AIX code is PIC.
4425
 
      if test "$host_cpu" = ia64; then
4426
 
        # AIX 5 now supports IA64 processor
4427
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4428
 
      fi
4429
 
      ;;
4430
 
    amigaos*)
4431
 
      # FIXME: we need at least 68020 code to build shared libraries, but
4432
 
      # adding the `-m68020' flag to GCC prevents building anything better,
4433
 
      # like `-m68040'.
4434
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4435
 
      ;;
4436
 
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4437
 
      # PIC is the default for these OSes.
4438
 
      ;;
4439
 
    mingw* | os2* | pw32*)
4440
 
      # This hack is so that the source file can tell whether it is being
4441
 
      # built for inclusion in a dll (and should export symbols for example).
4442
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4443
 
      ;;
4444
 
    darwin* | rhapsody*)
4445
 
      # PIC is the default on this platform
4446
 
      # Common symbols not allowed in MH_DYLIB files
4447
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4448
 
      ;;
4449
 
    *djgpp*)
4450
 
      # DJGPP does not support shared libraries at all
4451
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4452
 
      ;;
4453
 
    interix3*)
4454
 
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4455
 
      # Instead, we relocate shared libraries at runtime.
4456
 
      ;;
4457
 
    sysv4*MP*)
4458
 
      if test -d /usr/nec; then
4459
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4460
 
      fi
4461
 
      ;;
4462
 
    hpux*)
4463
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4464
 
      # not for PA HP-UX.
4465
 
      case $host_cpu in
4466
 
      hppa*64*|ia64*)
4467
 
        ;;
4468
 
      *)
4469
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4470
 
        ;;
4471
 
      esac
4472
 
      ;;
4473
 
    *)
4474
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4475
 
      ;;
4476
 
    esac
4477
 
  else
4478
 
    case $host_os in
4479
 
      aix4* | aix5*)
4480
 
        # All AIX code is PIC.
4481
 
        if test "$host_cpu" = ia64; then
4482
 
          # AIX 5 now supports IA64 processor
4483
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4484
 
        else
4485
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4486
 
        fi
4487
 
        ;;
4488
 
      chorus*)
4489
 
        case $cc_basename in
4490
 
        cxch68*)
4491
 
          # Green Hills C++ Compiler
4492
 
          # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
4493
 
          ;;
4494
 
        esac
4495
 
        ;;
4496
 
       darwin*)
4497
 
         # PIC is the default on this platform
4498
 
         # Common symbols not allowed in MH_DYLIB files
4499
 
         case $cc_basename in
4500
 
           xlc*)
4501
 
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4502
 
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4503
 
           ;;
4504
 
         esac
4505
 
       ;;
4506
 
      dgux*)
4507
 
        case $cc_basename in
4508
 
          ec++*)
4509
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4510
 
            ;;
4511
 
          ghcx*)
4512
 
            # Green Hills C++ Compiler
4513
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4514
 
            ;;
4515
 
          *)
4516
 
            ;;
4517
 
        esac
4518
 
        ;;
4519
 
      freebsd* | kfreebsd*-gnu | dragonfly*)
4520
 
        # FreeBSD uses GNU C++
4521
 
        ;;
4522
 
      hpux9* | hpux10* | hpux11*)
4523
 
        case $cc_basename in
4524
 
          CC*)
4525
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4526
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4527
 
            if test "$host_cpu" != ia64; then
4528
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4529
 
            fi
4530
 
            ;;
4531
 
          aCC*)
4532
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4533
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4534
 
            case $host_cpu in
4535
 
            hppa*64*|ia64*)
4536
 
              # +Z the default
4537
 
              ;;
4538
 
            *)
4539
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4540
 
              ;;
4541
 
            esac
4542
 
            ;;
4543
 
          *)
4544
 
            ;;
4545
 
        esac
4546
 
        ;;
4547
 
      interix*)
4548
 
        # This is c89, which is MS Visual C++ (no shared libs)
4549
 
        # Anyone wants to do a port?
4550
 
        ;;
4551
 
      irix5* | irix6* | nonstopux*)
4552
 
        case $cc_basename in
4553
 
          CC*)
4554
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4555
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4556
 
            # CC pic flag -KPIC is the default.
4557
 
            ;;
4558
 
          *)
4559
 
            ;;
4560
 
        esac
4561
 
        ;;
4562
 
      linux*)
4563
 
        case $cc_basename in
4564
 
          KCC*)
4565
 
            # KAI C++ Compiler
4566
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4567
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4568
 
            ;;
4569
 
          icpc* | ecpc*)
4570
 
            # Intel C++
4571
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4572
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4573
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4574
 
            ;;
4575
 
          pgCC*)
4576
 
            # Portland Group C++ compiler.
4577
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4578
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4579
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4580
 
            ;;
4581
 
          cxx*)
4582
 
            # Compaq C++
4583
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
4584
 
            # Linux and Compaq Tru64 Unix objects are PIC.
4585
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4586
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4587
 
            ;;
4588
 
          *)
4589
 
            ;;
4590
 
        esac
4591
 
        ;;
4592
 
      lynxos*)
4593
 
        ;;
4594
 
      m88k*)
4595
 
        ;;
4596
 
      mvs*)
4597
 
        case $cc_basename in
4598
 
          cxx*)
4599
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4600
 
            ;;
4601
 
          *)
4602
 
            ;;
4603
 
        esac
4604
 
        ;;
4605
 
      netbsd*)
4606
 
        ;;
4607
 
      osf3* | osf4* | osf5*)
4608
 
        case $cc_basename in
4609
 
          KCC*)
4610
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4611
 
            ;;
4612
 
          RCC*)
4613
 
            # Rational C++ 2.4.1
4614
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4615
 
            ;;
4616
 
          cxx*)
4617
 
            # Digital/Compaq C++
4618
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4619
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
4620
 
            # Linux and Compaq Tru64 Unix objects are PIC.
4621
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4622
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4623
 
            ;;
4624
 
          *)
4625
 
            ;;
4626
 
        esac
4627
 
        ;;
4628
 
      psos*)
4629
 
        ;;
4630
 
      solaris*)
4631
 
        case $cc_basename in
4632
 
          CC*)
4633
 
            # Sun C++ 4.2, 5.x and Centerline C++
4634
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4635
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4636
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4637
 
            ;;
4638
 
          gcx*)
4639
 
            # Green Hills C++ Compiler
4640
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4641
 
            ;;
4642
 
          *)
4643
 
            ;;
4644
 
        esac
4645
 
        ;;
4646
 
      sunos4*)
4647
 
        case $cc_basename in
4648
 
          CC*)
4649
 
            # Sun C++ 4.x
4650
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4651
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4652
 
            ;;
4653
 
          lcc*)
4654
 
            # Lucid
4655
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4656
 
            ;;
4657
 
          *)
4658
 
            ;;
4659
 
        esac
4660
 
        ;;
4661
 
      tandem*)
4662
 
        case $cc_basename in
4663
 
          NCC*)
4664
 
            # NonStop-UX NCC 3.20
4665
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4666
 
            ;;
4667
 
          *)
4668
 
            ;;
4669
 
        esac
4670
 
        ;;
4671
 
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4672
 
        case $cc_basename in
4673
 
          CC*)
4674
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4675
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4676
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4677
 
            ;;
4678
 
        esac
4679
 
        ;;
4680
 
      vxworks*)
4681
 
        ;;
4682
 
      *)
4683
 
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4684
 
        ;;
4685
 
    esac
4686
 
  fi
4687
 
],
4688
 
[
4689
 
  if test "$GCC" = yes; then
4690
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4691
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4692
 
 
4693
 
    case $host_os in
4694
 
      aix*)
4695
 
      # All AIX code is PIC.
4696
 
      if test "$host_cpu" = ia64; then
4697
 
        # AIX 5 now supports IA64 processor
4698
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4699
 
      fi
4700
 
      ;;
4701
 
 
4702
 
    amigaos*)
4703
 
      # FIXME: we need at least 68020 code to build shared libraries, but
4704
 
      # adding the `-m68020' flag to GCC prevents building anything better,
4705
 
      # like `-m68040'.
4706
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4707
 
      ;;
4708
 
 
4709
 
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4710
 
      # PIC is the default for these OSes.
4711
 
      ;;
4712
 
 
4713
 
    mingw* | pw32* | os2*)
4714
 
      # This hack is so that the source file can tell whether it is being
4715
 
      # built for inclusion in a dll (and should export symbols for example).
4716
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4717
 
      ;;
4718
 
 
4719
 
    darwin* | rhapsody*)
4720
 
      # PIC is the default on this platform
4721
 
      # Common symbols not allowed in MH_DYLIB files
4722
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4723
 
      ;;
4724
 
 
4725
 
    interix3*)
4726
 
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4727
 
      # Instead, we relocate shared libraries at runtime.
4728
 
      ;;
4729
 
 
4730
 
    msdosdjgpp*)
4731
 
      # Just because we use GCC doesn't mean we suddenly get shared libraries
4732
 
      # on systems that don't support them.
4733
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4734
 
      enable_shared=no
4735
 
      ;;
4736
 
 
4737
 
    sysv4*MP*)
4738
 
      if test -d /usr/nec; then
4739
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4740
 
      fi
4741
 
      ;;
4742
 
 
4743
 
    hpux*)
4744
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4745
 
      # not for PA HP-UX.
4746
 
      case $host_cpu in
4747
 
      hppa*64*|ia64*)
4748
 
        # +Z the default
4749
 
        ;;
4750
 
      *)
4751
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4752
 
        ;;
4753
 
      esac
4754
 
      ;;
4755
 
 
4756
 
    *)
4757
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4758
 
      ;;
4759
 
    esac
4760
 
  else
4761
 
    # PORTME Check for flag to pass linker flags through the system compiler.
4762
 
    case $host_os in
4763
 
    aix*)
4764
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4765
 
      if test "$host_cpu" = ia64; then
4766
 
        # AIX 5 now supports IA64 processor
4767
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4768
 
      else
4769
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4770
 
      fi
4771
 
      ;;
4772
 
      darwin*)
4773
 
        # PIC is the default on this platform
4774
 
        # Common symbols not allowed in MH_DYLIB files
4775
 
       case $cc_basename in
4776
 
         xlc*)
4777
 
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4778
 
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4779
 
         ;;
4780
 
       esac
4781
 
       ;;
4782
 
 
4783
 
    mingw* | pw32* | os2*)
4784
 
      # This hack is so that the source file can tell whether it is being
4785
 
      # built for inclusion in a dll (and should export symbols for example).
4786
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4787
 
      ;;
4788
 
 
4789
 
    hpux9* | hpux10* | hpux11*)
4790
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4791
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4792
 
      # not for PA HP-UX.
4793
 
      case $host_cpu in
4794
 
      hppa*64*|ia64*)
4795
 
        # +Z the default
4796
 
        ;;
4797
 
      *)
4798
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4799
 
        ;;
4800
 
      esac
4801
 
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4802
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4803
 
      ;;
4804
 
 
4805
 
    irix5* | irix6* | nonstopux*)
4806
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4807
 
      # PIC (with -KPIC) is the default.
4808
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4809
 
      ;;
4810
 
 
4811
 
    newsos6)
4812
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4813
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4814
 
      ;;
4815
 
 
4816
 
    linux*)
4817
 
      case $cc_basename in
4818
 
      icc* | ecc*)
4819
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4820
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4821
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4822
 
        ;;
4823
 
      pgcc* | pgf77* | pgf90* | pgf95*)
4824
 
        # Portland Group compilers (*not* the Pentium gcc compiler,
4825
 
        # which looks to be a dead project)
4826
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4827
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4828
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4829
 
        ;;
4830
 
      ccc*)
4831
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4832
 
        # All Alpha code is PIC.
4833
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4834
 
        ;;
4835
 
      esac
4836
 
      ;;
4837
 
 
4838
 
    osf3* | osf4* | osf5*)
4839
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4840
 
      # All OSF/1 code is PIC.
4841
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4842
 
      ;;
4843
 
 
4844
 
    solaris*)
4845
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4846
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4847
 
      case $cc_basename in
4848
 
      f77* | f90* | f95*)
4849
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4850
 
      *)
4851
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4852
 
      esac
4853
 
      ;;
4854
 
 
4855
 
    sunos4*)
4856
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4857
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4858
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4859
 
      ;;
4860
 
 
4861
 
    sysv4 | sysv4.2uw2* | sysv4.3*)
4862
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4863
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4864
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4865
 
      ;;
4866
 
 
4867
 
    sysv4*MP*)
4868
 
      if test -d /usr/nec ;then
4869
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4870
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4871
 
      fi
4872
 
      ;;
4873
 
 
4874
 
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4875
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4876
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4877
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4878
 
      ;;
4879
 
 
4880
 
    unicos*)
4881
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4882
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4883
 
      ;;
4884
 
 
4885
 
    uts4*)
4886
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4887
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4888
 
      ;;
4889
 
 
4890
 
    *)
4891
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4892
 
      ;;
4893
 
    esac
4894
 
  fi
4895
 
])
4896
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4897
 
 
4898
 
#
4899
 
# Check to make sure the PIC flag actually works.
4900
 
#
4901
 
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4902
 
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4903
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4904
 
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4905
 
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4906
 
     "" | " "*) ;;
4907
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4908
 
     esac],
4909
 
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4910
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4911
 
fi
4912
 
case $host_os in
4913
 
  # For platforms which do not support PIC, -DPIC is meaningless:
4914
 
  *djgpp*)
4915
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4916
 
    ;;
4917
 
  *)
4918
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4919
 
    ;;
4920
 
esac
4921
 
 
4922
 
#
4923
 
# Check to make sure the static flag actually works.
4924
 
#
4925
 
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
4926
 
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4927
 
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
4928
 
  $lt_tmp_static_flag,
4929
 
  [],
4930
 
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
4931
 
])
4932
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:5362: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4933
 
ifelse([$1],[CXX],[
4934
 
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4935
 
  case $host_os in
4936
 
  aix4* | aix5*)
4937
 
    # If we're using GNU nm, then we don't want the "-C" option.
4938
 
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
4939
 
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4940
 
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4941
 
    else
4942
 
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
4943
 
    fi
4944
 
    ;;
4945
 
  pw32*)
4946
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4947
 
  ;;
4948
 
  cygwin* | mingw*)
4949
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4950
 
  ;;
4951
 
  *)
4952
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4953
 
  ;;
4954
 
  esac
4955
 
],[
4956
 
  runpath_var=
4957
 
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4958
 
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4959
 
  _LT_AC_TAGVAR(archive_cmds, $1)=
4960
 
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4961
 
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4962
 
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4963
 
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4964
 
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4965
 
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4966
 
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4967
 
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4968
 
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4969
 
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
4970
 
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4971
 
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4972
 
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4973
 
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4974
 
  _LT_AC_TAGVAR(module_cmds, $1)=
4975
 
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4976
 
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
4977
 
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4978
 
  # include_expsyms should be a list of space-separated symbols to be *always*
4979
 
  # included in the symbol list
4980
 
  _LT_AC_TAGVAR(include_expsyms, $1)=
4981
 
  # exclude_expsyms can be an extended regexp of symbols to exclude
4982
 
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
4983
 
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4984
 
  # as well as any symbol that contains `d'.
4985
 
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4986
 
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4987
 
  # platforms (ab)use it in PIC code, but their linkers get confused if
4988
 
  # the symbol is explicitly referenced.  Since portable code cannot
4989
 
  # rely on this symbol name, it's probably fine to never include it in
4990
 
  # preloaded symbol tables.
4991
 
  extract_expsyms_cmds=
4992
 
  # Just being paranoid about ensuring that cc_basename is set.
4993
 
  _LT_CC_BASENAME([$compiler])
4994
 
  case $host_os in
4995
 
  cygwin* | mingw* | pw32*)
4996
 
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
4997
 
    # When not using gcc, we currently assume that we are using
4998
 
    # Microsoft Visual C++.
4999
 
    if test "$GCC" != yes; then
5000
 
      with_gnu_ld=no
5001
 
    fi
5002
 
    ;;
5003
 
  interix*)
5004
 
    # we just hope/assume this is gcc and not c89 (= MSVC++)
5005
 
    with_gnu_ld=yes
5006
 
    ;;
5007
 
  openbsd*)
5008
 
    with_gnu_ld=no
5009
 
    ;;
5010
 
  esac
5011
 
 
5012
 
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5013
 
  if test "$with_gnu_ld" = yes; then
5014
 
    # If archive_cmds runs LD, not CC, wlarc should be empty
5015
 
    wlarc='${wl}'
5016
 
 
5017
 
    # Set some defaults for GNU ld with shared library support. These
5018
 
    # are reset later if shared libraries are not supported. Putting them
5019
 
    # here allows them to be overridden if necessary.
5020
 
    runpath_var=LD_RUN_PATH
5021
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5022
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5023
 
    # ancient GNU ld didn't support --whole-archive et. al.
5024
 
    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5025
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5026
 
      else
5027
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5028
 
    fi
5029
 
    supports_anon_versioning=no
5030
 
    case `$LD -v 2>/dev/null` in
5031
 
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5032
 
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5033
 
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5034
 
      *\ 2.11.*) ;; # other 2.11 versions
5035
 
      *) supports_anon_versioning=yes ;;
5036
 
    esac
5037
 
 
5038
 
    # See if GNU ld supports shared libraries.
5039
 
    case $host_os in
5040
 
    aix3* | aix4* | aix5*)
5041
 
      # On AIX/PPC, the GNU linker is very broken
5042
 
      if test "$host_cpu" != ia64; then
5043
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5044
 
        cat <<EOF 1>&2
5045
 
 
5046
 
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5047
 
*** to be unable to reliably create shared libraries on AIX.
5048
 
*** Therefore, libtool is disabling shared libraries support.  If you
5049
 
*** really care for shared libraries, you may want to modify your PATH
5050
 
*** so that a non-GNU linker is found, and then restart.
5051
 
 
5052
 
EOF
5053
 
      fi
5054
 
      ;;
5055
 
 
5056
 
    amigaos*)
5057
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5058
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5059
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5060
 
 
5061
 
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5062
 
      # that the semantics of dynamic libraries on AmigaOS, at least up
5063
 
      # to version 4, is to share data among multiple programs linked
5064
 
      # with the same dynamic library.  Since this doesn't match the
5065
 
      # behavior of shared libraries on other platforms, we can't use
5066
 
      # them.
5067
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5068
 
      ;;
5069
 
 
5070
 
    beos*)
5071
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5072
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5073
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5074
 
        # support --undefined.  This deserves some investigation.  FIXME
5075
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5076
 
      else
5077
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5078
 
      fi
5079
 
      ;;
5080
 
 
5081
 
    cygwin* | mingw* | pw32*)
5082
 
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5083
 
      # as there is no search path for DLLs.
5084
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5085
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5086
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5087
 
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5088
 
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5089
 
 
5090
 
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5091
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5092
 
        # If the export-symbols file already is a .def file (1st line
5093
 
        # is EXPORTS), use it as is; otherwise, prepend...
5094
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5095
 
          cp $export_symbols $output_objdir/$soname.def;
5096
 
        else
5097
 
          echo EXPORTS > $output_objdir/$soname.def;
5098
 
          cat $export_symbols >> $output_objdir/$soname.def;
5099
 
        fi~
5100
 
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5101
 
      else
5102
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5103
 
      fi
5104
 
      ;;
5105
 
 
5106
 
    interix3*)
5107
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5108
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5109
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5110
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5111
 
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5112
 
      # Instead, shared libraries are loaded at an image base (0x10000000 by
5113
 
      # default) and relocated if they conflict, which is a slow very memory
5114
 
      # consuming and fragmenting process.  To avoid this, we pick a random,
5115
 
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5116
 
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5117
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5118
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5119
 
      ;;
5120
 
 
5121
 
    linux*)
5122
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5123
 
        tmp_addflag=
5124
 
        case $cc_basename,$host_cpu in
5125
 
        pgcc*)                          # Portland Group C compiler
5126
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5127
 
          tmp_addflag=' $pic_flag'
5128
 
          ;;
5129
 
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5130
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5131
 
          tmp_addflag=' $pic_flag -Mnomain' ;;
5132
 
        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5133
 
          tmp_addflag=' -i_dynamic' ;;
5134
 
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5135
 
          tmp_addflag=' -i_dynamic -nofor_main' ;;
5136
 
        ifc* | ifort*)                  # Intel Fortran compiler
5137
 
          tmp_addflag=' -nofor_main' ;;
5138
 
        esac
5139
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5140
 
 
5141
 
        if test $supports_anon_versioning = yes; then
5142
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5143
 
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5144
 
  $echo "local: *; };" >> $output_objdir/$libname.ver~
5145
 
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5146
 
        fi
5147
 
      else
5148
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5149
 
      fi
5150
 
      ;;
5151
 
 
5152
 
    netbsd*)
5153
 
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5154
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5155
 
        wlarc=
5156
 
      else
5157
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5158
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5159
 
      fi
5160
 
      ;;
5161
 
 
5162
 
    solaris*)
5163
 
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5164
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5165
 
        cat <<EOF 1>&2
5166
 
 
5167
 
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5168
 
*** create shared libraries on Solaris systems.  Therefore, libtool
5169
 
*** is disabling shared libraries support.  We urge you to upgrade GNU
5170
 
*** binutils to release 2.9.1 or newer.  Another option is to modify
5171
 
*** your PATH or compiler configuration so that the native linker is
5172
 
*** used, and then restart.
5173
 
 
5174
 
EOF
5175
 
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5176
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5177
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5178
 
      else
5179
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5180
 
      fi
5181
 
      ;;
5182
 
 
5183
 
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5184
 
      case `$LD -v 2>&1` in
5185
 
        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
5186
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5187
 
        cat <<_LT_EOF 1>&2
5188
 
 
5189
 
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5190
 
*** reliably create shared libraries on SCO systems.  Therefore, libtool
5191
 
*** is disabling shared libraries support.  We urge you to upgrade GNU
5192
 
*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5193
 
*** your PATH or compiler configuration so that the native linker is
5194
 
*** used, and then restart.
5195
 
 
5196
 
_LT_EOF
5197
 
        ;;
5198
 
        *)
5199
 
          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5200
 
            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5201
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5202
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
5203
 
          else
5204
 
            _LT_AC_TAGVAR(ld_shlibs, $1)=no
5205
 
          fi
5206
 
        ;;
5207
 
      esac
5208
 
      ;;
5209
 
 
5210
 
    sunos4*)
5211
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5212
 
      wlarc=
5213
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5214
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5215
 
      ;;
5216
 
 
5217
 
    *)
5218
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5219
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5220
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5221
 
      else
5222
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5223
 
      fi
5224
 
      ;;
5225
 
    esac
5226
 
 
5227
 
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5228
 
      runpath_var=
5229
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5230
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5231
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5232
 
    fi
5233
 
  else
5234
 
    # PORTME fill in a description of your system's linker (not GNU ld)
5235
 
    case $host_os in
5236
 
    aix3*)
5237
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5238
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5239
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
5240
 
      # Note: this linker hardcodes the directories in LIBPATH if there
5241
 
      # are no directories specified by -L.
5242
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5243
 
      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5244
 
        # Neither direct hardcoding nor static linking is supported with a
5245
 
        # broken collect2.
5246
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5247
 
      fi
5248
 
      ;;
5249
 
 
5250
 
    aix4* | aix5*)
5251
 
      if test "$host_cpu" = ia64; then
5252
 
        # On IA64, the linker does run time linking by default, so we don't
5253
 
        # have to do anything special.
5254
 
        aix_use_runtimelinking=no
5255
 
        exp_sym_flag='-Bexport'
5256
 
        no_entry_flag=""
5257
 
      else
5258
 
        # If we're using GNU nm, then we don't want the "-C" option.
5259
 
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
5260
 
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5261
 
          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5262
 
        else
5263
 
          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5264
 
        fi
5265
 
        aix_use_runtimelinking=no
5266
 
 
5267
 
        # Test if we are trying to use run time linking or normal
5268
 
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5269
 
        # need to do runtime linking.
5270
 
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5271
 
          for ld_flag in $LDFLAGS; do
5272
 
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5273
 
            aix_use_runtimelinking=yes
5274
 
            break
5275
 
          fi
5276
 
          done
5277
 
          ;;
5278
 
        esac
5279
 
 
5280
 
        exp_sym_flag='-bexport'
5281
 
        no_entry_flag='-bnoentry'
5282
 
      fi
5283
 
 
5284
 
      # When large executables or shared objects are built, AIX ld can
5285
 
      # have problems creating the table of contents.  If linking a library
5286
 
      # or program results in "error TOC overflow" add -mminimal-toc to
5287
 
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5288
 
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5289
 
 
5290
 
      _LT_AC_TAGVAR(archive_cmds, $1)=''
5291
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5292
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5293
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5294
 
 
5295
 
      if test "$GCC" = yes; then
5296
 
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
5297
 
        # We only want to do this on AIX 4.2 and lower, the check
5298
 
        # below for broken collect2 doesn't work under 4.3+
5299
 
          collect2name=`${CC} -print-prog-name=collect2`
5300
 
          if test -f "$collect2name" && \
5301
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
5302
 
          then
5303
 
          # We have reworked collect2
5304
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5305
 
          else
5306
 
          # We have old collect2
5307
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5308
 
          # It fails to find uninstalled libraries when the uninstalled
5309
 
          # path is not listed in the libpath.  Setting hardcode_minus_L
5310
 
          # to unsupported forces relinking
5311
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5312
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5313
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5314
 
          fi
5315
 
          ;;
5316
 
        esac
5317
 
        shared_flag='-shared'
5318
 
        if test "$aix_use_runtimelinking" = yes; then
5319
 
          shared_flag="$shared_flag "'${wl}-G'
5320
 
        fi
5321
 
      else
5322
 
        # not using gcc
5323
 
        if test "$host_cpu" = ia64; then
5324
 
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5325
 
        # chokes on -Wl,-G. The following line is correct:
5326
 
          shared_flag='-G'
5327
 
        else
5328
 
          if test "$aix_use_runtimelinking" = yes; then
5329
 
            shared_flag='${wl}-G'
5330
 
          else
5331
 
            shared_flag='${wl}-bM:SRE'
5332
 
          fi
5333
 
        fi
5334
 
      fi
5335
 
 
5336
 
      # It seems that -bexpall does not export symbols beginning with
5337
 
      # underscore (_), so it is better to generate a list of symbols to export.
5338
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5339
 
      if test "$aix_use_runtimelinking" = yes; then
5340
 
        # Warning - without using the other runtime loading flags (-brtl),
5341
 
        # -berok will link without error, but may produce a broken library.
5342
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5343
 
       # Determine the default libpath from the value encoded in an empty executable.
5344
 
       _LT_AC_SYS_LIBPATH_AIX
5345
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5346
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5347
 
       else
5348
 
        if test "$host_cpu" = ia64; then
5349
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5350
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5351
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
5352
 
        else
5353
 
         # Determine the default libpath from the value encoded in an empty executable.
5354
 
         _LT_AC_SYS_LIBPATH_AIX
5355
 
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5356
 
          # Warning - without using the other run time loading flags,
5357
 
          # -berok will link without error, but may produce a broken library.
5358
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5359
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5360
 
          # Exported symbols can be pulled into shared objects from archives
5361
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5362
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5363
 
          # This is similar to how AIX traditionally builds its shared libraries.
5364
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5365
 
        fi
5366
 
      fi
5367
 
      ;;
5368
 
 
5369
 
    amigaos*)
5370
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5371
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5372
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5373
 
      # see comment about different semantics on the GNU ld section
5374
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5375
 
      ;;
5376
 
 
5377
 
    bsdi[[45]]*)
5378
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5379
 
      ;;
5380
 
 
5381
 
    cygwin* | mingw* | pw32*)
5382
 
      # When not using gcc, we currently assume that we are using
5383
 
      # Microsoft Visual C++.
5384
 
      # hardcode_libdir_flag_spec is actually meaningless, as there is
5385
 
      # no search path for DLLs.
5386
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5387
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5388
 
      # Tell ltmain to make .lib files, not .a files.
5389
 
      libext=lib
5390
 
      # Tell ltmain to make .dll files, not .so files.
5391
 
      shrext_cmds=".dll"
5392
 
      # FIXME: Setting linknames here is a bad hack.
5393
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5394
 
      # The linker will automatically build a .lib file if we build a DLL.
5395
 
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5396
 
      # FIXME: Should let the user specify the lib program.
5397
 
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5398
 
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5399
 
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5400
 
      ;;
5401
 
 
5402
 
    darwin* | rhapsody*)
5403
 
      case $host_os in
5404
 
        rhapsody* | darwin1.[[012]])
5405
 
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5406
 
         ;;
5407
 
       *) # Darwin 1.3 on
5408
 
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5409
 
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5410
 
         else
5411
 
           case ${MACOSX_DEPLOYMENT_TARGET} in
5412
 
             10.[[012]])
5413
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5414
 
               ;;
5415
 
             10.*)
5416
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5417
 
               ;;
5418
 
           esac
5419
 
         fi
5420
 
         ;;
5421
 
      esac
5422
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5423
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5424
 
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5425
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5426
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5427
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5428
 
    if test "$GCC" = yes ; then
5429
 
        output_verbose_link_cmd='echo'
5430
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5431
 
      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5432
 
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5433
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5434
 
      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5435
 
    else
5436
 
      case $cc_basename in
5437
 
        xlc*)
5438
 
         output_verbose_link_cmd='echo'
5439
 
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
5440
 
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5441
 
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5442
 
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5443
 
          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5444
 
          ;;
5445
 
       *)
5446
 
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5447
 
          ;;
5448
 
      esac
5449
 
    fi
5450
 
      ;;
5451
 
 
5452
 
    dgux*)
5453
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5454
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5455
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5456
 
      ;;
5457
 
 
5458
 
    freebsd1*)
5459
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5460
 
      ;;
5461
 
 
5462
 
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5463
 
    # support.  Future versions do this automatically, but an explicit c++rt0.o
5464
 
    # does not break anything, and helps significantly (at the cost of a little
5465
 
    # extra space).
5466
 
    freebsd2.2*)
5467
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5468
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5469
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5470
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5471
 
      ;;
5472
 
 
5473
 
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5474
 
    freebsd2*)
5475
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5476
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5477
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5478
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5479
 
      ;;
5480
 
 
5481
 
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5482
 
    freebsd* | kfreebsd*-gnu | dragonfly*)
5483
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5484
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5485
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5486
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5487
 
      ;;
5488
 
 
5489
 
    hpux9*)
5490
 
      if test "$GCC" = yes; then
5491
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5492
 
      else
5493
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5494
 
      fi
5495
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5496
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5497
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5498
 
 
5499
 
      # hardcode_minus_L: Not really in the search PATH,
5500
 
      # but as the default location of the library.
5501
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5502
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5503
 
      ;;
5504
 
 
5505
 
    hpux10*)
5506
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5507
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5508
 
      else
5509
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5510
 
      fi
5511
 
      if test "$with_gnu_ld" = no; then
5512
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5513
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5514
 
 
5515
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5516
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5517
 
 
5518
 
        # hardcode_minus_L: Not really in the search PATH,
5519
 
        # but as the default location of the library.
5520
 
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5521
 
      fi
5522
 
      ;;
5523
 
 
5524
 
    hpux11*)
5525
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5526
 
        case $host_cpu in
5527
 
        hppa*64*)
5528
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5529
 
          ;;
5530
 
        ia64*)
5531
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5532
 
          ;;
5533
 
        *)
5534
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5535
 
          ;;
5536
 
        esac
5537
 
      else
5538
 
        case $host_cpu in
5539
 
        hppa*64*)
5540
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5541
 
          ;;
5542
 
        ia64*)
5543
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5544
 
          ;;
5545
 
        *)
5546
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5547
 
          ;;
5548
 
        esac
5549
 
      fi
5550
 
      if test "$with_gnu_ld" = no; then
5551
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5552
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5553
 
 
5554
 
        case $host_cpu in
5555
 
        hppa*64*|ia64*)
5556
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5557
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5558
 
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5559
 
          ;;
5560
 
        *)
5561
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5562
 
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5563
 
 
5564
 
          # hardcode_minus_L: Not really in the search PATH,
5565
 
          # but as the default location of the library.
5566
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5567
 
          ;;
5568
 
        esac
5569
 
      fi
5570
 
      ;;
5571
 
 
5572
 
    irix5* | irix6* | nonstopux*)
5573
 
      if test "$GCC" = yes; then
5574
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5575
 
      else
5576
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5577
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5578
 
      fi
5579
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5580
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5581
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5582
 
      ;;
5583
 
 
5584
 
    netbsd*)
5585
 
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5586
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5587
 
      else
5588
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5589
 
      fi
5590
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5591
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5592
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5593
 
      ;;
5594
 
 
5595
 
    newsos6)
5596
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5597
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5598
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5599
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5600
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5601
 
      ;;
5602
 
 
5603
 
    openbsd*)
5604
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5605
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5606
 
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5607
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5608
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5609
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5610
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5611
 
      else
5612
 
       case $host_os in
5613
 
         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5614
 
           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5615
 
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5616
 
           ;;
5617
 
         *)
5618
 
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5619
 
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5620
 
           ;;
5621
 
       esac
5622
 
      fi
5623
 
      ;;
5624
 
 
5625
 
    os2*)
5626
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5627
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5628
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5629
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5630
 
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5631
 
      ;;
5632
 
 
5633
 
    osf3*)
5634
 
      if test "$GCC" = yes; then
5635
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5636
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5637
 
      else
5638
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5639
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5640
 
      fi
5641
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5642
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5643
 
      ;;
5644
 
 
5645
 
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
5646
 
      if test "$GCC" = yes; then
5647
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5648
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5649
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5650
 
      else
5651
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5652
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5653
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
5654
 
        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
5655
 
 
5656
 
        # Both c and cxx compiler support -rpath directly
5657
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5658
 
      fi
5659
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5660
 
      ;;
5661
 
 
5662
 
    solaris*)
5663
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5664
 
      if test "$GCC" = yes; then
5665
 
        wlarc='${wl}'
5666
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5667
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5668
 
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5669
 
      else
5670
 
        wlarc=''
5671
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5672
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5673
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5674
 
      fi
5675
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5676
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5677
 
      case $host_os in
5678
 
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5679
 
      *)
5680
 
        # The compiler driver will combine linker options so we
5681
 
        # cannot just pass the convience library names through
5682
 
        # without $wl, iff we do not link with $LD.
5683
 
        # Luckily, gcc supports the same syntax we need for Sun Studio.
5684
 
        # Supported since Solaris 2.6 (maybe 2.5.1?)
5685
 
        case $wlarc in
5686
 
        '')
5687
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5688
 
        *)
5689
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
5690
 
        esac ;;
5691
 
      esac
5692
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5693
 
      ;;
5694
 
 
5695
 
    sunos4*)
5696
 
      if test "x$host_vendor" = xsequent; then
5697
 
        # Use $CC to link under sequent, because it throws in some extra .o
5698
 
        # files that make .init and .fini sections work.
5699
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5700
 
      else
5701
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5702
 
      fi
5703
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5704
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5705
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5706
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5707
 
      ;;
5708
 
 
5709
 
    sysv4)
5710
 
      case $host_vendor in
5711
 
        sni)
5712
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5713
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5714
 
        ;;
5715
 
        siemens)
5716
 
          ## LD is ld it makes a PLAMLIB
5717
 
          ## CC just makes a GrossModule.
5718
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5719
 
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5720
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5721
 
        ;;
5722
 
        motorola)
5723
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5724
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5725
 
        ;;
5726
 
      esac
5727
 
      runpath_var='LD_RUN_PATH'
5728
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5729
 
      ;;
5730
 
 
5731
 
    sysv4.3*)
5732
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5733
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5734
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5735
 
      ;;
5736
 
 
5737
 
    sysv4*MP*)
5738
 
      if test -d /usr/nec; then
5739
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5740
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5741
 
        runpath_var=LD_RUN_PATH
5742
 
        hardcode_runpath_var=yes
5743
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5744
 
      fi
5745
 
      ;;
5746
 
 
5747
 
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
5748
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5749
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5750
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5751
 
      runpath_var='LD_RUN_PATH'
5752
 
 
5753
 
      if test "$GCC" = yes; then
5754
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5755
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5756
 
      else
5757
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5758
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5759
 
      fi
5760
 
      ;;
5761
 
 
5762
 
    sysv5* | sco3.2v5* | sco5v6*)
5763
 
      # Note: We can NOT use -z defs as we might desire, because we do not
5764
 
      # link with -lc, and that would cause any symbols used from libc to
5765
 
      # always be unresolved, which means just about no library would
5766
 
      # ever link correctly.  If we're not using GNU ld we use -z text
5767
 
      # though, which does catch some bad symbols but isn't as heavy-handed
5768
 
      # as -z defs.
5769
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5770
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5771
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5772
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5773
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5774
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5775
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5776
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5777
 
      runpath_var='LD_RUN_PATH'
5778
 
 
5779
 
      if test "$GCC" = yes; then
5780
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5781
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5782
 
      else
5783
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5784
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5785
 
      fi
5786
 
      ;;
5787
 
 
5788
 
    uts4*)
5789
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5790
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5791
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5792
 
      ;;
5793
 
 
5794
 
    *)
5795
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5796
 
      ;;
5797
 
    esac
5798
 
  fi
5799
 
])
5800
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5801
 
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5802
 
 
5803
 
#
5804
 
# Do we need to explicitly link libc?
5805
 
#
5806
 
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5807
 
x|xyes)
5808
 
  # Assume -lc should be added
5809
 
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5810
 
 
5811
 
  if test "$enable_shared" = yes && test "$GCC" = yes; then
5812
 
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5813
 
    *'~'*)
5814
 
      # FIXME: we may have to deal with multi-command sequences.
5815
 
      ;;
5816
 
    '$CC '*)
5817
 
      # Test whether the compiler implicitly links with -lc since on some
5818
 
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5819
 
      # to ld, don't add -lc before -lgcc.
5820
 
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5821
 
      $rm conftest*
5822
 
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5823
 
 
5824
 
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5825
 
        soname=conftest
5826
 
        lib=conftest
5827
 
        libobjs=conftest.$ac_objext
5828
 
        deplibs=
5829
 
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5830
 
        pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5831
 
        compiler_flags=-v
5832
 
        linker_flags=-v
5833
 
        verstring=
5834
 
        output_objdir=.
5835
 
        libname=conftest
5836
 
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5837
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5838
 
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5839
 
        then
5840
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1326
    ac_nlist=conftest.nm
 
1327
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
 
1328
      # See whether the symbols have a leading underscore.
 
1329
      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
 
1330
        lt_cv_sys_symbol_underscore=yes
 
1331
      else
 
1332
        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
 
1333
          :
5841
1334
        else
5842
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1335
          echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
5843
1336
        fi
5844
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5845
 
      else
5846
 
        cat conftest.err 1>&5
5847
 
      fi
5848
 
      $rm conftest*
5849
 
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5850
 
      ;;
5851
 
    esac
5852
 
  fi
5853
 
  ;;
5854
 
esac
5855
 
])
5856
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6292: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5857
 
# /* ltdll.c starts here */
5858
 
# #define WIN32_LEAN_AND_MEAN
5859
 
# #include <windows.h>
5860
 
# #undef WIN32_LEAN_AND_MEAN
5861
 
# #include <stdio.h>
5862
 
#
5863
 
# #ifndef __CYGWIN__
5864
 
# #  ifdef __CYGWIN32__
5865
 
# #    define __CYGWIN__ __CYGWIN32__
5866
 
# #  endif
5867
 
# #endif
5868
 
#
5869
 
# #ifdef __cplusplus
5870
 
# extern "C" {
5871
 
# #endif
5872
 
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5873
 
# #ifdef __cplusplus
5874
 
# }
5875
 
# #endif
5876
 
#
5877
 
# #ifdef __CYGWIN__
5878
 
# #include <cygwin/cygwin_dll.h>
5879
 
# DECLARE_CYGWIN_DLL( DllMain );
5880
 
# #endif
5881
 
# HINSTANCE __hDllInstance_base;
5882
 
#
5883
 
# BOOL APIENTRY
5884
 
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5885
 
# {
5886
 
#   __hDllInstance_base = hInst;
5887
 
#   return TRUE;
5888
 
# }
5889
 
# /* ltdll.c ends here */
5890
 
])
5891
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6331: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5892
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6335: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5893
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6336: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5894
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6337: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5895
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6338: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5896
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6339: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5897
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6340: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5898
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6341: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5899
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6346: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5900
 
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5901
 
  AC_SUBST(GCJFLAGS)
5902
 
])
5903
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6352: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5904
 
])
5905
 
m4trace:/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:6366: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5906
 
AC_CACHE_VAL(lt_cv_path_SED,
5907
 
[# Loop through the user's path and test for sed and gsed.
5908
 
# Then use that list of sed's as ones to test for truncation.
5909
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5910
 
for as_dir in $PATH
5911
 
do
5912
 
  IFS=$as_save_IFS
5913
 
  test -z "$as_dir" && as_dir=.
5914
 
  for lt_ac_prog in sed gsed; do
5915
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5916
 
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5917
 
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5918
 
      fi
5919
 
    done
5920
 
  done
5921
 
done
5922
 
IFS=$as_save_IFS
5923
 
lt_ac_max=0
5924
 
lt_ac_count=0
5925
 
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
5926
 
# along with /bin/sed that truncates output.
5927
 
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5928
 
  test ! -f $lt_ac_sed && continue
5929
 
  cat /dev/null > conftest.in
5930
 
  lt_ac_count=0
5931
 
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5932
 
  # Check for GNU sed and select it if it is found.
5933
 
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5934
 
    lt_cv_path_SED=$lt_ac_sed
5935
 
    break
5936
 
  fi
5937
 
  while true; do
5938
 
    cat conftest.in conftest.in >conftest.tmp
5939
 
    mv conftest.tmp conftest.in
5940
 
    cp conftest.in conftest.nl
5941
 
    echo >>conftest.nl
5942
 
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5943
 
    cmp -s conftest.out conftest.nl || break
5944
 
    # 10000 chars as input seems more than enough
5945
 
    test $lt_ac_count -gt 10 && break
5946
 
    lt_ac_count=`expr $lt_ac_count + 1`
5947
 
    if test $lt_ac_count -gt $lt_ac_max; then
5948
 
      lt_ac_max=$lt_ac_count
5949
 
      lt_cv_path_SED=$lt_ac_sed
 
1337
      fi
 
1338
    else
 
1339
      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
5950
1340
    fi
5951
 
  done
5952
 
done
5953
 
])
5954
 
SED=$lt_cv_path_SED
5955
 
AC_SUBST([SED])
5956
 
AC_MSG_RESULT([$SED])
5957
 
])
5958
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
 
1341
  else
 
1342
    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
 
1343
    cat conftest.c >&AS_MESSAGE_LOG_FD
 
1344
  fi
 
1345
  rm -rf conftest*
 
1346
  ])
 
1347
  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
 
1348
  AC_SUBST([sys_symbol_underscore])
 
1349
])
 
1350
m4trace:/usr/share/aclocal/ltdl.m4:790: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
 
1351
m4trace:/usr/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
 
1352
You should run autoupdate.])dnl
 
1353
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
 
1354
m4trace:/usr/share/aclocal/ltdl.m4:797: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
 
1355
if test x"$lt_cv_sys_symbol_underscore" = xyes; then
 
1356
  if test x"$libltdl_cv_func_dlopen" = xyes ||
 
1357
     test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
 
1358
        AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
 
1359
          [libltdl_cv_need_uscore],
 
1360
          [libltdl_cv_need_uscore=unknown
 
1361
          save_LIBS="$LIBS"
 
1362
          LIBS="$LIBS $LIBADD_DLOPEN"
 
1363
          _LT_TRY_DLOPEN_SELF(
 
1364
            [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
 
1365
            [],                          [libltdl_cv_need_uscore=cross])
 
1366
          LIBS="$save_LIBS"
 
1367
        ])
 
1368
  fi
 
1369
fi
 
1370
 
 
1371
if test x"$libltdl_cv_need_uscore" = xyes; then
 
1372
  AC_DEFINE([NEED_USCORE], [1],
 
1373
    [Define if dlsym() requires a leading underscore in symbol names.])
 
1374
fi
 
1375
])
 
1376
m4trace:/usr/share/aclocal/ltdl.m4:822: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
 
1377
m4trace:/usr/share/aclocal/ltdl.m4:822: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
 
1378
You should run autoupdate.])dnl
 
1379
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
 
1380
m4trace:/usr/share/aclocal/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
1381
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
 
1382
AC_DIAGNOSE([obsolete],
 
1383
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1384
put the `dlopen' option into LT_INIT's first parameter.])
 
1385
])
 
1386
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
 
1387
You should run autoupdate.])dnl
 
1388
_LT_SET_OPTION([LT_INIT], [dlopen])
 
1389
AC_DIAGNOSE([obsolete],
 
1390
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1391
put the `dlopen' option into LT_INIT's first parameter.])
 
1392
])
 
1393
m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1394
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
1395
AC_DIAGNOSE([obsolete],
 
1396
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1397
put the `win32-dll' option into LT_INIT's first parameter.])
 
1398
])
 
1399
m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
 
1400
You should run autoupdate.])dnl
 
1401
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1402
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
1403
AC_DIAGNOSE([obsolete],
 
1404
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1405
put the `win32-dll' option into LT_INIT's first parameter.])
 
1406
])
 
1407
m4trace:/usr/share/aclocal/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
1408
])
 
1409
m4trace:/usr/share/aclocal/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
 
1410
])
 
1411
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
1412
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
 
1413
You should run autoupdate.])dnl
 
1414
AC_ENABLE_SHARED($@)])
 
1415
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
1416
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
 
1417
You should run autoupdate.])dnl
 
1418
AC_DISABLE_SHARED($@)])
 
1419
m4trace:/usr/share/aclocal/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
1420
])
 
1421
m4trace:/usr/share/aclocal/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
 
1422
])
 
1423
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
1424
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
 
1425
You should run autoupdate.])dnl
 
1426
AC_ENABLE_STATIC($@)])
 
1427
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
1428
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
 
1429
You should run autoupdate.])dnl
 
1430
AC_DISABLE_STATIC($@)])
 
1431
m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
1432
AC_DIAGNOSE([obsolete],
 
1433
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1434
the `fast-install' option into LT_INIT's first parameter.])
 
1435
])
 
1436
m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
 
1437
You should run autoupdate.])dnl
 
1438
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
1439
AC_DIAGNOSE([obsolete],
 
1440
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1441
the `fast-install' option into LT_INIT's first parameter.])
 
1442
])
 
1443
m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
1444
AC_DIAGNOSE([obsolete],
 
1445
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1446
the `disable-fast-install' option into LT_INIT's first parameter.])
 
1447
])
 
1448
m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
 
1449
You should run autoupdate.])dnl
 
1450
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
1451
AC_DIAGNOSE([obsolete],
 
1452
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1453
the `disable-fast-install' option into LT_INIT's first parameter.])
 
1454
])
 
1455
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
 
1456
AC_DIAGNOSE([obsolete],
 
1457
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1458
put the `pic-only' option into LT_INIT's first parameter.])
 
1459
])
 
1460
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
 
1461
You should run autoupdate.])dnl
 
1462
_LT_SET_OPTION([LT_INIT], [pic-only])
 
1463
AC_DIAGNOSE([obsolete],
 
1464
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1465
put the `pic-only' option into LT_INIT's first parameter.])
 
1466
])
 
1467
m4trace:/usr/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
1468
m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.4'
 
1469
macro_revision='1.2976'
 
1470
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
1471
_LT_DECL(, macro_revision, 0)
 
1472
])
 
1473
m4trace:/usr/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
1474
m4trace:/usr/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
 
1475
m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
 
1476
m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
 
1477
m4trace:/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
 
1478
m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
 
1479
m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
 
1480
m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
 
1481
m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
 
1482
m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
 
1483
m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
 
1484
m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
 
1485
m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
 
1486
m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
 
1487
m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
 
1488
m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
 
1489
m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
 
1490
m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
 
1491
m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
 
1492
m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
 
1493
m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
 
1494
m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
 
1495
m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
 
1496
m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
 
1497
m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
 
1498
m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
 
1499
m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
 
1500
m4trace:/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
 
1501
m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
 
1502
m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
 
1503
m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
 
1504
m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
 
1505
m4trace:/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
 
1506
m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
 
1507
m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
 
1508
m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC])
 
1509
m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
 
1510
m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
 
1511
m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
 
1512
m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
 
1513
m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
 
1514
m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
 
1515
m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
 
1516
m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
 
1517
m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
 
1518
m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
 
1519
m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
 
1520
m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
 
1521
m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
5959
1522
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
5960
1523
dnl require some minimum version.  Point them to the right macro.
5961
 
m4_if([$1], [1.10], [],
 
1524
m4_if([$1], [1.10.1], [],
5962
1525
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
5963
1526
])
5964
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
5965
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
5966
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 
1527
m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
 
1528
m4_ifndef([AC_AUTOCONF_VERSION],
 
1529
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
1530
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
1531
m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5967
1532
AC_PREREQ([2.50])dnl
5968
1533
# expand $ac_aux_dir to an absolute path
5969
1534
am_aux_dir=`cd $ac_aux_dir && pwd`
5970
1535
])
5971
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
1536
m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5972
1537
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5973
1538
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5974
1539
AC_SUBST([$1_TRUE])dnl
5987
1552
  AC_MSG_ERROR([[conditional "$1" was never defined.
5988
1553
Usually this means the macro was only invoked conditionally.]])
5989
1554
fi])])
5990
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
1555
m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5991
1556
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5992
1557
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5993
1558
AC_REQUIRE([AM_DEP_TRACK])dnl
6091
1656
  test "x$enable_dependency_tracking" != xno \
6092
1657
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6093
1658
])
6094
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1659
m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6095
1660
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6096
1661
])
6097
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
1662
m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6098
1663
[  --disable-dependency-tracking  speeds up one-time build
6099
1664
  --enable-dependency-tracking   do not reject slow dependency extractors])
6100
1665
if test "x$enable_dependency_tracking" != xno; then
6105
1670
AC_SUBST([AMDEPBACKSLASH])dnl
6106
1671
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6107
1672
])
6108
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
1673
m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6109
1674
  # Strip MF so we end up with the name of the file.
6110
1675
  mf=`echo "$mf" | sed -e 's/:.*$//'`
6111
1676
  # Check whether this is an Automake generated Makefile or not.
6115
1680
  # each Makefile.in and add a new line on top of each file to say so.
6116
1681
  # Grep'ing the whole file is not good either: AIX grep has a line
6117
1682
  # limit of 2048, but all sed's we know have understand at least 4000.
6118
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
1683
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6119
1684
    dirpart=`AS_DIRNAME("$mf")`
6120
1685
  else
6121
1686
    continue
6145
1710
  done
6146
1711
done
6147
1712
])
6148
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
1713
m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6149
1714
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6150
1715
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6151
1716
])
6152
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
 
1717
m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6153
1718
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6154
1719
dnl the ones we care about.
6155
1720
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6226
1791
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6227
1792
])
6228
1793
])
6229
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
1794
m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
1795
_am_arg=$1
6230
1796
_am_stamp_count=1
6231
1797
for _am_header in $config_headers :; do
6232
1798
  case $_am_header in
6233
 
    $1 | $1:* )
 
1799
    $_am_arg | $_am_arg:* )
6234
1800
      break ;;
6235
1801
    * )
6236
1802
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6237
1803
  esac
6238
1804
done
6239
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6240
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1805
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
1806
m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6241
1807
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6242
1808
AC_SUBST(install_sh)])
6243
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
1809
m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6244
1810
mkdir .tst 2>/dev/null
6245
1811
if test -d .tst; then
6246
1812
  am__leading_dot=.
6249
1815
fi
6250
1816
rmdir .tst 2>/dev/null
6251
1817
AC_SUBST([am__leading_dot])])
6252
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
1818
m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6253
1819
cat > confinc << 'END'
6254
1820
am__doit:
6255
1821
        @echo done
6286
1852
AC_MSG_RESULT([$_am_result])
6287
1853
rm -f confinc confmf
6288
1854
])
6289
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
1855
m4trace:/usr/share/aclocal-1.10/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
6290
1856
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6291
1857
AC_REQUIRE_AUX_FILE([compile])dnl
6292
1858
# FIXME: we rely on the cache variable name because
6306
1872
m4_define([AC_PROG_CC],
6307
1873
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
6308
1874
])
6309
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
1875
m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6310
1876
$1=${$1-"${am_missing_run}$2"}
6311
1877
AC_SUBST($1)])
6312
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1878
m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6313
1879
AC_REQUIRE_AUX_FILE([missing])dnl
6314
1880
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6315
1881
# Use eval to expand $SHELL
6320
1886
  AC_MSG_WARN([`missing' script is too old or missing])
6321
1887
fi
6322
1888
])
6323
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
 
1889
m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6324
1890
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6325
1891
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6326
1892
dnl while keeping a definition of mkdir_p for backward compatibility.
6335
1901
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6336
1902
esac
6337
1903
])
6338
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6339
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6340
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6341
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6342
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
1904
m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
1905
m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
1906
m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
1907
m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
1908
m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6343
1909
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6344
1910
   ac_status=$?
6345
1911
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6346
1912
   (exit $ac_status); }])
6347
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
1913
m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6348
1914
# Just in case
6349
1915
sleep 1
6350
1916
echo timestamp > conftest.file
6381
1947
Check your system clock])
6382
1948
fi
6383
1949
AC_MSG_RESULT(yes)])
6384
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1950
m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6385
1951
# Installed binaries are usually stripped using `strip' when the user
6386
1952
# run `make install-strip'.  However `strip' might not be the right
6387
1953
# tool to use in cross-compilation environments, therefore Automake
6392
1958
fi
6393
1959
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6394
1960
AC_SUBST([INSTALL_STRIP_PROGRAM])])
6395
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6396
 
m4trace:/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
1961
m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
 
1962
m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6397
1963
AM_MISSING_PROG([AMTAR], [tar])
6398
1964
m4_if([$1], [v7],
6399
1965
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6660
2226
m4trace:configure.ac:71: -1- m4_pattern_allow([^build_cpu$])
6661
2227
m4trace:configure.ac:71: -1- m4_pattern_allow([^build_vendor$])
6662
2228
m4trace:configure.ac:71: -1- m4_pattern_allow([^build_os$])
6663
 
m4trace:configure.ac:204: -1- AM_INIT_AUTOMAKE
6664
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6665
 
m4trace:configure.ac:204: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6666
 
m4trace:configure.ac:204: -1- AM_AUTOMAKE_VERSION([1.10])
6667
 
m4trace:configure.ac:204: -1- _AM_AUTOCONF_VERSION([2.61])
6668
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6669
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6670
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^INSTALL_DATA$])
6671
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^am__isrc$])
6672
 
m4trace:configure.ac:204: -1- _AM_SUBST_NOTMAKE([am__isrc])
6673
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^CYGPATH_W$])
6674
 
m4trace:configure.ac:204: -1- _AM_SET_OPTIONS([])
6675
 
m4trace:configure.ac:204: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
 
2229
m4trace:configure.ac:207: -1- AM_INIT_AUTOMAKE
 
2230
m4trace:configure.ac:207: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
2231
m4trace:configure.ac:207: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
2232
m4trace:configure.ac:207: -1- AM_AUTOMAKE_VERSION([1.10.1])
 
2233
m4trace:configure.ac:207: -1- _AM_AUTOCONF_VERSION([2.61])
 
2234
m4trace:configure.ac:207: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
2235
m4trace:configure.ac:207: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
2236
m4trace:configure.ac:207: -1- m4_pattern_allow([^INSTALL_DATA$])
 
2237
m4trace:configure.ac:207: -1- m4_pattern_allow([^am__isrc$])
 
2238
m4trace:configure.ac:207: -1- _AM_SUBST_NOTMAKE([am__isrc])
 
2239
m4trace:configure.ac:207: -1- m4_pattern_allow([^CYGPATH_W$])
 
2240
m4trace:configure.ac:207: -1- _AM_SET_OPTIONS([])
 
2241
m4trace:configure.ac:207: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
6676
2242
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
6677
 
/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
6678
 
/build/toolchain/lin32/automake-1.10/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
6679
 
configure.ac:204: the top level])
6680
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^PACKAGE$])
6681
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^VERSION$])
6682
 
m4trace:configure.ac:204: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
2243
/usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
 
2244
/usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
 
2245
configure.ac:207: the top level])
 
2246
m4trace:configure.ac:207: -1- m4_pattern_allow([^PACKAGE$])
 
2247
m4trace:configure.ac:207: -1- m4_pattern_allow([^VERSION$])
 
2248
m4trace:configure.ac:207: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6683
2249
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6684
 
m4trace:configure.ac:204: -2- _AM_MANGLE_OPTION([no-define])
6685
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^PACKAGE$])
6686
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^VERSION$])
6687
 
m4trace:configure.ac:204: -1- AM_SANITY_CHECK
6688
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6689
 
m4trace:configure.ac:204: -1- AM_MISSING_HAS_RUN
6690
 
m4trace:configure.ac:204: -1- AM_AUX_DIR_EXPAND
6691
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^ACLOCAL$])
6692
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6693
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AUTOCONF$])
6694
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6695
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AUTOMAKE$])
6696
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6697
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AUTOHEADER$])
6698
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6699
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^MAKEINFO$])
6700
 
m4trace:configure.ac:204: -1- AM_PROG_INSTALL_SH
6701
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^install_sh$])
6702
 
m4trace:configure.ac:204: -1- AM_PROG_INSTALL_STRIP
6703
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^STRIP$])
6704
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6705
 
m4trace:configure.ac:204: -1- AM_PROG_MKDIR_P
6706
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^mkdir_p$])
6707
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AWK$])
6708
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^SET_MAKE$])
6709
 
m4trace:configure.ac:204: -1- AM_SET_LEADING_DOT
6710
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^am__leading_dot$])
6711
 
m4trace:configure.ac:204: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
2250
m4trace:configure.ac:207: -2- _AM_MANGLE_OPTION([no-define])
 
2251
m4trace:configure.ac:207: -1- m4_pattern_allow([^PACKAGE$])
 
2252
m4trace:configure.ac:207: -1- m4_pattern_allow([^VERSION$])
 
2253
m4trace:configure.ac:207: -1- AM_SANITY_CHECK
 
2254
m4trace:configure.ac:207: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
2255
m4trace:configure.ac:207: -1- AM_MISSING_HAS_RUN
 
2256
m4trace:configure.ac:207: -1- AM_AUX_DIR_EXPAND
 
2257
m4trace:configure.ac:207: -1- m4_pattern_allow([^ACLOCAL$])
 
2258
m4trace:configure.ac:207: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
2259
m4trace:configure.ac:207: -1- m4_pattern_allow([^AUTOCONF$])
 
2260
m4trace:configure.ac:207: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
2261
m4trace:configure.ac:207: -1- m4_pattern_allow([^AUTOMAKE$])
 
2262
m4trace:configure.ac:207: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
2263
m4trace:configure.ac:207: -1- m4_pattern_allow([^AUTOHEADER$])
 
2264
m4trace:configure.ac:207: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
2265
m4trace:configure.ac:207: -1- m4_pattern_allow([^MAKEINFO$])
 
2266
m4trace:configure.ac:207: -1- AM_PROG_INSTALL_SH
 
2267
m4trace:configure.ac:207: -1- m4_pattern_allow([^install_sh$])
 
2268
m4trace:configure.ac:207: -1- AM_PROG_INSTALL_STRIP
 
2269
m4trace:configure.ac:207: -1- m4_pattern_allow([^STRIP$])
 
2270
m4trace:configure.ac:207: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
2271
m4trace:configure.ac:207: -1- AM_PROG_MKDIR_P
 
2272
m4trace:configure.ac:207: -1- m4_pattern_allow([^mkdir_p$])
 
2273
m4trace:configure.ac:207: -1- m4_pattern_allow([^AWK$])
 
2274
m4trace:configure.ac:207: -1- m4_pattern_allow([^SET_MAKE$])
 
2275
m4trace:configure.ac:207: -1- AM_SET_LEADING_DOT
 
2276
m4trace:configure.ac:207: -1- m4_pattern_allow([^am__leading_dot$])
 
2277
m4trace:configure.ac:207: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6712
2278
                             [_AM_PROG_TAR([v7])])])
6713
 
m4trace:configure.ac:204: -2- _AM_MANGLE_OPTION([tar-ustar])
6714
 
m4trace:configure.ac:204: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6715
 
m4trace:configure.ac:204: -2- _AM_MANGLE_OPTION([tar-pax])
6716
 
m4trace:configure.ac:204: -1- _AM_PROG_TAR([v7])
6717
 
m4trace:configure.ac:204: -1- AM_MISSING_PROG([AMTAR], [tar])
6718
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^AMTAR$])
6719
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^am__tar$])
6720
 
m4trace:configure.ac:204: -1- m4_pattern_allow([^am__untar$])
6721
 
m4trace:configure.ac:204: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
2279
m4trace:configure.ac:207: -2- _AM_MANGLE_OPTION([tar-ustar])
 
2280
m4trace:configure.ac:207: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
2281
m4trace:configure.ac:207: -2- _AM_MANGLE_OPTION([tar-pax])
 
2282
m4trace:configure.ac:207: -1- _AM_PROG_TAR([v7])
 
2283
m4trace:configure.ac:207: -1- AM_MISSING_PROG([AMTAR], [tar])
 
2284
m4trace:configure.ac:207: -1- m4_pattern_allow([^AMTAR$])
 
2285
m4trace:configure.ac:207: -1- m4_pattern_allow([^am__tar$])
 
2286
m4trace:configure.ac:207: -1- m4_pattern_allow([^am__untar$])
 
2287
m4trace:configure.ac:207: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6722
2288
                  [_AM_DEPENDENCIES(CC)],
6723
2289
                  [define([AC_PROG_CC],
6724
2290
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6731
2297
                  [define([AC_PROG_OBJC],
6732
2298
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6733
2299
])
6734
 
m4trace:configure.ac:204: -2- _AM_MANGLE_OPTION([no-dependencies])
6735
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CC$])
6736
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CFLAGS$])
6737
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^LDFLAGS$])
6738
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^LIBS$])
6739
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CPPFLAGS$])
6740
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CC$])
6741
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CC$])
6742
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CC$])
6743
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CC$])
6744
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^ac_ct_CC$])
6745
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^EXEEXT$])
6746
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^OBJEXT$])
6747
 
m4trace:configure.ac:227: -1- _AM_DEPENDENCIES([CC])
6748
 
m4trace:configure.ac:227: -1- AM_SET_DEPDIR
6749
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^DEPDIR$])
6750
 
m4trace:configure.ac:227: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6751
 
m4trace:configure.ac:227: -1- AM_MAKE_INCLUDE
6752
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^am__include$])
6753
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^am__quote$])
6754
 
m4trace:configure.ac:227: -1- AM_DEP_TRACK
6755
 
m4trace:configure.ac:227: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6756
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^AMDEP_TRUE$])
6757
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^AMDEP_FALSE$])
6758
 
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6759
 
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6760
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6761
 
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6762
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CCDEPMODE$])
6763
 
m4trace:configure.ac:227: -1- AM_CONDITIONAL([am__fastdepCC], [
6764
 
  test "x$enable_dependency_tracking" != xno \
6765
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6766
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6767
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6768
 
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6769
 
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6770
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CPP$])
6771
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CPPFLAGS$])
6772
 
m4trace:configure.ac:227: -1- m4_pattern_allow([^CPP$])
6773
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CC$])
6774
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CFLAGS$])
6775
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^LDFLAGS$])
6776
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^LIBS$])
6777
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CPPFLAGS$])
6778
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CC$])
6779
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CC$])
6780
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CC$])
6781
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CC$])
6782
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^ac_ct_CC$])
6783
 
m4trace:configure.ac:228: -1- _AM_DEPENDENCIES([CC])
6784
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^CCDEPMODE$])
6785
 
m4trace:configure.ac:228: -1- AM_CONDITIONAL([am__fastdepCC], [
6786
 
  test "x$enable_dependency_tracking" != xno \
6787
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6788
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6789
 
m4trace:configure.ac:228: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6790
 
m4trace:configure.ac:228: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6791
 
m4trace:configure.ac:228: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6792
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^CXX$])
6793
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^CXXFLAGS$])
6794
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^LDFLAGS$])
6795
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^LIBS$])
6796
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^CPPFLAGS$])
6797
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^CXX$])
6798
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^ac_ct_CXX$])
6799
 
m4trace:configure.ac:232: -1- _AM_DEPENDENCIES([CXX])
6800
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^CXXDEPMODE$])
6801
 
m4trace:configure.ac:232: -1- AM_CONDITIONAL([am__fastdepCXX], [
6802
 
  test "x$enable_dependency_tracking" != xno \
6803
 
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6804
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
6805
 
m4trace:configure.ac:232: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
6806
 
m4trace:configure.ac:232: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
6807
 
m4trace:configure.ac:232: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
6808
 
m4trace:configure.ac:237: -1- AM_PROG_CC_C_O
6809
 
m4trace:configure.ac:237: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
6810
 
m4trace:configure.ac:240: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6811
 
m4trace:configure.ac:240: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6812
 
m4trace:configure.ac:240: -1- m4_pattern_allow([^INSTALL_DATA$])
6813
 
m4trace:configure.ac:241: -1- m4_pattern_allow([^SED$])
6814
 
m4trace:configure.ac:241: -1- m4_pattern_allow([^SED$])
6815
 
m4trace:configure.ac:242: -1- m4_pattern_allow([^LN_S$])
6816
 
m4trace:configure.ac:246: -1- AC_PROG_LIBTOOL
6817
 
m4trace:configure.ac:246: -1- _AC_PROG_LIBTOOL
6818
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SETUP
6819
 
m4trace:configure.ac:246: -1- AC_ENABLE_SHARED
6820
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6821
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6822
 
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6823
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1926: AC_ENABLE_SHARED is expanded from...
6824
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6825
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6826
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6827
 
configure.ac:246: the top level])
6828
 
m4trace:configure.ac:246: -1- AC_ENABLE_STATIC
6829
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6830
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6831
 
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6832
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1965: AC_ENABLE_STATIC is expanded from...
6833
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6834
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6835
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6836
 
configure.ac:246: the top level])
6837
 
m4trace:configure.ac:246: -1- AC_ENABLE_FAST_INSTALL
6838
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6839
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6840
 
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6841
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2004: AC_ENABLE_FAST_INSTALL is expanded from...
6842
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6843
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6844
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6845
 
configure.ac:246: the top level])
6846
 
m4trace:configure.ac:246: -1- AC_PROG_LD
6847
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6848
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6849
 
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6850
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2145: AC_PROG_LD is expanded from...
6851
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6852
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6853
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6854
 
configure.ac:246: the top level])
6855
 
m4trace:configure.ac:246: -1- LT_AC_PROG_SED
6856
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^SED$])
6857
 
m4trace:configure.ac:246: -1- AC_PROG_LD_GNU
6858
 
m4trace:configure.ac:246: -1- AC_PROG_EGREP
6859
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^GREP$])
6860
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^GREP$])
6861
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^EGREP$])
6862
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^EGREP$])
6863
 
m4trace:configure.ac:246: -1- AC_PROG_LD_RELOAD_FLAG
6864
 
m4trace:configure.ac:246: -1- AC_PROG_NM
6865
 
m4trace:configure.ac:246: -1- AC_DEPLIBS_CHECK_METHOD
6866
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6867
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6868
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6869
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_OBJDIR
6870
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
6871
 
m4trace:configure.ac:246: -1- _LT_AC_PROG_ECHO_BACKSLASH
6872
 
m4trace:configure.ac:246: -1- _LT_AC_SHELL_INIT([
6873
 
# Check that we are running under the correct shell.
6874
 
SHELL=${CONFIG_SHELL-/bin/sh}
6875
 
 
6876
 
case X$ECHO in
6877
 
X*--fallback-echo)
6878
 
  # Remove one level of quotation (which was required for Make).
6879
 
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6880
 
  ;;
6881
 
esac
6882
 
 
6883
 
echo=${ECHO-echo}
6884
 
if test "X[$]1" = X--no-reexec; then
6885
 
  # Discard the --no-reexec flag, and continue.
6886
 
  shift
6887
 
elif test "X[$]1" = X--fallback-echo; then
6888
 
  # Avoid inline document here, it may be left over
6889
 
  :
6890
 
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6891
 
  # Yippee, $echo works!
6892
 
  :
6893
 
else
6894
 
  # Restart under the correct shell.
6895
 
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6896
 
fi
6897
 
 
6898
 
if test "X[$]1" = X--fallback-echo; then
6899
 
  # used as fallback echo
6900
 
  shift
6901
 
  cat <<EOF
6902
 
[$]*
6903
 
EOF
6904
 
  exit 0
6905
 
fi
6906
 
 
6907
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
6908
 
# if CDPATH is set.
6909
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6910
 
 
6911
 
if test -z "$ECHO"; then
6912
 
if test "X${echo_test_string+set}" != Xset; then
6913
 
# find a string as large as possible, as long as the shell can cope with it
6914
 
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6915
 
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6916
 
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6917
 
       echo_test_string=`eval $cmd` &&
6918
 
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6919
 
    then
6920
 
      break
6921
 
    fi
6922
 
  done
6923
 
fi
6924
 
 
6925
 
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6926
 
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6927
 
   test "X$echo_testing_string" = "X$echo_test_string"; then
6928
 
  :
6929
 
else
6930
 
  # The Solaris, AIX, and Digital Unix default echo programs unquote
6931
 
  # backslashes.  This makes it impossible to quote backslashes using
6932
 
  #   echo "$something" | sed 's/\\/\\\\/g'
6933
 
  #
6934
 
  # So, first we look for a working echo in the user's PATH.
6935
 
 
6936
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6937
 
  for dir in $PATH /usr/ucb; do
6938
 
    IFS="$lt_save_ifs"
6939
 
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6940
 
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6941
 
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6942
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
6943
 
      echo="$dir/echo"
6944
 
      break
6945
 
    fi
6946
 
  done
6947
 
  IFS="$lt_save_ifs"
6948
 
 
6949
 
  if test "X$echo" = Xecho; then
6950
 
    # We didn't find a better echo, so look for alternatives.
6951
 
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6952
 
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6953
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
6954
 
      # This shell has a builtin print -r that does the trick.
6955
 
      echo='print -r'
6956
 
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6957
 
         test "X$CONFIG_SHELL" != X/bin/ksh; then
6958
 
      # If we have ksh, try running configure again with it.
6959
 
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6960
 
      export ORIGINAL_CONFIG_SHELL
6961
 
      CONFIG_SHELL=/bin/ksh
6962
 
      export CONFIG_SHELL
6963
 
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6964
 
    else
6965
 
      # Try using printf.
6966
 
      echo='printf %s\n'
6967
 
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6968
 
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6969
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
6970
 
        # Cool, printf works
6971
 
        :
6972
 
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6973
 
           test "X$echo_testing_string" = 'X\t' &&
6974
 
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6975
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
6976
 
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6977
 
        export CONFIG_SHELL
6978
 
        SHELL="$CONFIG_SHELL"
6979
 
        export SHELL
6980
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6981
 
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6982
 
           test "X$echo_testing_string" = 'X\t' &&
6983
 
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6984
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
6985
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6986
 
      else
6987
 
        # maybe with a smaller string...
6988
 
        prev=:
6989
 
 
6990
 
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6991
 
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6992
 
          then
6993
 
            break
6994
 
          fi
6995
 
          prev="$cmd"
6996
 
        done
6997
 
 
6998
 
        if test "$prev" != 'sed 50q "[$]0"'; then
6999
 
          echo_test_string=`eval $prev`
7000
 
          export echo_test_string
7001
 
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7002
 
        else
7003
 
          # Oops.  We lost completely, so just stick with echo.
7004
 
          echo=echo
7005
 
        fi
7006
 
      fi
7007
 
    fi
7008
 
  fi
7009
 
fi
7010
 
fi
7011
 
 
7012
 
# Copy echo and quote the copy suitably for passing to libtool from
7013
 
# the Makefile, instead of quoting the original, which is used later.
7014
 
ECHO=$echo
7015
 
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7016
 
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7017
 
fi
7018
 
 
7019
 
AC_SUBST(ECHO)
7020
 
])
7021
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^ECHO$])
7022
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^AR$])
7023
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^RANLIB$])
7024
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^STRIP$])
7025
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
7026
 
m4trace:configure.ac:246: -1- AC_PATH_MAGIC
7027
 
m4trace:configure.ac:246: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7028
 
m4trace:configure.ac:246: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7029
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7030
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7031
 
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7032
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7033
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7034
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7035
 
configure.ac:246: the top level])
7036
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7037
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7038
 
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7039
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7040
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7041
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7042
 
configure.ac:246: the top level])
7043
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LANG_C_CONFIG
7044
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_C_CONFIG
7045
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([objext], [])
7046
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
7047
 
m4trace:configure.ac:246: -1- _LT_COMPILER_BOILERPLATE
7048
 
m4trace:configure.ac:246: -1- _LT_LINKER_BOILERPLATE
7049
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7050
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7051
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7052
 
m4trace:configure.ac:246: -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"])
7053
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7054
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7055
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7056
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7057
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7058
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7059
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7060
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7061
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7062
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7063
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7064
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7065
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7066
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7067
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7068
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7069
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7070
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7071
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7072
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7073
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7074
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7075
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7076
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7077
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7078
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7079
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7080
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7081
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7082
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7083
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7084
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7085
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7086
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7087
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7088
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7089
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7090
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7091
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7092
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7093
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7094
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7095
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7096
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7097
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7098
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7099
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7100
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7101
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7102
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7103
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7104
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7105
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7106
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7107
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7108
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7109
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7110
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7111
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7112
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7113
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7114
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7115
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7116
 
m4trace:configure.ac:246: -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
7117
 
     "" | " "*) ;;
7118
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7119
 
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7120
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7121
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7122
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7123
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7124
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7125
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7126
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7127
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7128
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7129
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7130
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7131
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7132
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7133
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7134
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7135
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7136
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7137
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_CC_C_O([])
7138
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7139
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7140
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7141
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7142
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7143
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7144
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7145
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7146
 
m4trace:configure.ac:246: -1- _LT_AC_LOCK
7147
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7148
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7149
 
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7150
 
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7151
 
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7152
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:469: _LT_AC_LOCK is expanded from...
7153
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1073: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7154
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2668: _LT_AC_LANG_C_CONFIG is expanded from...
7155
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:2667: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7156
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7157
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7158
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7159
 
configure.ac:246: the top level])
7160
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7161
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7162
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7163
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7164
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7165
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7166
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7167
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7168
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7169
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7170
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7171
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7172
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7173
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7174
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7175
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7176
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7177
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7178
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7179
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7180
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7181
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7182
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7183
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [])
7184
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7185
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
7186
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7187
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7188
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7189
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7190
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7191
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7192
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7193
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7194
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7195
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7196
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7197
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7198
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7199
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7200
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7201
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7202
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7203
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7204
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7205
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7206
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7207
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7208
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7209
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7210
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7211
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7212
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7213
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7214
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7215
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7216
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7217
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7218
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7219
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7220
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7221
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7222
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7223
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7224
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7225
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7226
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7227
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7228
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7229
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7230
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7231
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7232
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7233
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7234
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7235
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7236
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7237
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7238
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7239
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7240
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7241
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7242
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7243
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7244
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7245
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7246
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7247
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7248
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7249
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7250
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7251
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7252
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7253
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7254
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7255
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7256
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7257
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7258
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
7259
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7260
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7261
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7262
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7263
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7264
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
7265
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7266
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7267
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7268
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7269
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7270
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7271
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7272
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7273
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7274
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7275
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7276
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7277
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7278
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7279
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7280
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7281
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7282
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7283
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7284
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7285
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7286
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7287
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7288
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7289
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7290
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7291
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7292
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7293
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7294
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7295
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7296
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7297
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7298
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7299
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7300
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7301
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7302
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7303
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7304
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7305
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7306
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7307
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7308
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7309
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7310
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7311
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7312
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7313
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7314
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7315
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7316
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7317
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7318
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7319
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7320
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7321
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7322
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7323
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7324
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7325
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7326
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7327
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7328
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7329
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7330
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7331
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7332
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7333
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7334
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7335
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7336
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7337
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7338
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7339
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7340
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7341
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7342
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7343
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7344
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7345
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7346
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7347
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7348
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7349
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7350
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7351
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7352
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7353
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7354
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7355
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7356
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7357
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7358
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7359
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7360
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7361
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7362
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7363
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7364
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7365
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7366
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7367
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7368
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7369
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7370
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7371
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7372
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7373
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7374
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7375
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7376
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7377
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7378
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7379
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7380
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7381
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7382
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7383
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7384
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7385
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7386
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7387
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7388
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7389
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7390
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7391
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7392
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7393
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7394
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7395
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7396
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7397
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7398
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7399
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7400
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7401
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7402
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7403
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7404
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7405
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7406
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7407
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7408
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7409
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7410
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([reload_cmds], [])
7411
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7412
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7413
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7414
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7415
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7416
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7417
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7418
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7419
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7420
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7421
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7422
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7423
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7424
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7425
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7426
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7427
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7428
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7429
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7430
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7431
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7432
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7433
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7434
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7435
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7436
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7437
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7438
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7439
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7440
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7441
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7442
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7443
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7444
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7445
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7446
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7447
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7448
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7449
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7450
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7451
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7452
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7453
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7454
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([archive_cmds], [])
7455
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7456
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7457
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7458
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7459
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7460
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7461
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7462
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7463
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7464
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([runpath_var], [])
7465
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7466
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7467
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7468
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7469
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7470
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7471
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7472
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7473
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7474
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_LIB_STRIP
7475
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_DLOPEN_SELF
7476
 
m4trace:configure.ac:246: -1- _LT_AC_CHECK_DLFCN
7477
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^STDC_HEADERS$])
7478
 
m4trace:configure.ac:246: -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])
7479
 
m4trace:configure.ac:246: -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])
7480
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CONFIG([])
7481
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [])
7482
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([CC], [])
7483
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [])
7484
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7485
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7486
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7487
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7488
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7489
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7490
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7491
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7492
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7493
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7494
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [])
7495
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [])
7496
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [])
7497
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [])
7498
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7499
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7500
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7501
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7502
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7503
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7504
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7505
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7506
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7507
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7508
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7509
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7510
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7511
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7512
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7513
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7514
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7515
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [])
7516
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7517
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7518
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7519
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7520
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7521
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7522
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7523
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7524
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7525
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7526
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [])
7527
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [])
7528
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [])
7529
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7530
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7531
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7532
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7533
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7534
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7535
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7536
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7537
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7538
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7539
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7540
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [])
7541
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7542
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [])
7543
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7544
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [])
7545
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [])
7546
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [])
7547
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [])
7548
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7549
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7550
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7551
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [])
7552
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7553
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7554
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7555
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7556
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7557
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7558
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7559
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7560
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7561
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7562
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7563
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7564
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [])
7565
 
m4trace:configure.ac:246: -1- _LT_AC_TAGCONFIG
7566
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7567
 
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7568
 
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7569
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
7570
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7571
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7572
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7573
 
configure.ac:246: the top level])
7574
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
7575
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7576
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7577
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7578
 
configure.ac:246: the top level])
7579
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
7580
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7581
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7582
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7583
 
configure.ac:246: the top level])
7584
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7585
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7586
 
m4trace:configure.ac:246: -1- _LT_AC_PROG_CXXCPP
7587
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^CXXCPP$])
7588
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^CPPFLAGS$])
7589
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^CXXCPP$])
7590
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7591
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7592
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7593
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7594
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7595
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7596
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7597
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7598
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7599
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7600
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7601
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7602
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7603
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7604
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7605
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7606
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7607
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7608
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7609
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7610
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7611
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [CXX])
7612
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7613
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7614
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([objext], [CXX])
7615
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
7616
 
m4trace:configure.ac:246: -1- _LT_COMPILER_BOILERPLATE
7617
 
m4trace:configure.ac:246: -1- _LT_LINKER_BOILERPLATE
7618
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [CXX])
7619
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
7620
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7621
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7622
 
m4trace:configure.ac:246: -1- AC_PROG_LD
7623
 
m4trace:configure.ac:246: -1- AC_PROG_LD_GNU
7624
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7625
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7626
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7627
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7628
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7629
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7630
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7631
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7632
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7633
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7634
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7635
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7636
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7637
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7638
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7639
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7640
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7641
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7642
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7643
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7644
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
7645
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7646
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7647
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7648
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7649
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7650
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
7651
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7652
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7653
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7654
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7655
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7656
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7657
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7658
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7659
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7660
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7661
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7662
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7663
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7664
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7665
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7666
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7667
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7668
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7669
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7670
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7671
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7672
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7673
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7674
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7675
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7676
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7677
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7678
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7679
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7680
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7681
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7682
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7683
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7684
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7685
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7686
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7687
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7688
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7689
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7690
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7691
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7692
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7693
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7694
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7695
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7696
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7697
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7698
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7699
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7700
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7701
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7702
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7703
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7704
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7705
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7706
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7707
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7708
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7709
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7710
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7711
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7712
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7713
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7714
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7715
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7716
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7717
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7718
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7719
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7720
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7721
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7722
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7723
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7724
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7725
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7726
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7727
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7728
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7729
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7730
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7731
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7732
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7733
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7734
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7735
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7736
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7737
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7738
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7739
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7740
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7741
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7742
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7743
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7744
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7745
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7746
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7747
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7748
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7749
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7750
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7751
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7752
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7753
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7754
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7755
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7756
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7757
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7758
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7759
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7760
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7761
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7762
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7763
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7764
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7765
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7766
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7767
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7768
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7769
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7770
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7771
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7772
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7773
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7774
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7775
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7776
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7777
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7778
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7779
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7780
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7781
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7782
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7783
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7784
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7785
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7786
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7787
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7788
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7789
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7790
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7791
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7792
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7793
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7794
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7795
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7796
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7797
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7798
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7799
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7800
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7801
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7802
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7803
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7804
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7805
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7806
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7807
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7808
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7809
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7810
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7811
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7812
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7813
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7814
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7815
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7816
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7817
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7818
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7819
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7820
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7821
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7822
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7823
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7824
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7825
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7826
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7827
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7828
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7829
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7830
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7831
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7832
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7833
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7834
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7835
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7836
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7837
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7838
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7839
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7840
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7841
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7842
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7843
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7844
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7845
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7846
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7847
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [CXX])
7848
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [CXX])
7849
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7850
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7851
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7852
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7853
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7854
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7855
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7856
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7857
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7858
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7859
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7860
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7861
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7862
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7863
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7864
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7865
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7866
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7867
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7868
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7869
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7870
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7871
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7872
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7873
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7874
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7875
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7876
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7877
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7878
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7879
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7880
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7881
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7882
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7883
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7884
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7885
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7886
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7887
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7888
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7889
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7890
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7891
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7892
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7893
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7894
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7895
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7896
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7897
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7898
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7899
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7900
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7901
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7902
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7903
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7904
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7905
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7906
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7907
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7908
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7909
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7910
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7911
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7912
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7913
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7914
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7915
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7916
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7917
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7918
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7919
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7920
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7921
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7922
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7923
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7924
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7925
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7926
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7927
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7928
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7929
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7930
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7931
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7932
 
m4trace:configure.ac:246: -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
7933
 
     "" | " "*) ;;
7934
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7935
 
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7936
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7937
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7938
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7939
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7940
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7941
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7942
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7943
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7944
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7945
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7946
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7947
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7948
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7949
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7950
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
7951
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
7952
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7953
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7954
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7955
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7956
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7957
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7958
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7959
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7960
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7961
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7962
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7963
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7964
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7965
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7966
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7967
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7968
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7969
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7970
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7971
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7972
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7973
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7974
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7975
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7976
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7977
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7978
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7979
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7980
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7981
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7982
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7983
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7984
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7985
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7986
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7987
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7988
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7989
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7990
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
7991
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7992
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7993
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7994
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7995
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7996
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7997
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7998
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7999
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8000
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CONFIG([CXX])
8001
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [CXX])
8002
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([CC], [CXX])
8003
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [CXX])
8004
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8005
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8006
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8007
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8008
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8009
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8010
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8011
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8012
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8013
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8014
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8015
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8016
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [CXX])
8017
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8018
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8019
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8020
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8021
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8022
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8023
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8024
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8025
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8026
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8027
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8028
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8029
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8030
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8031
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8032
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8033
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8034
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8035
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8036
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8037
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8038
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8039
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8040
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8041
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8042
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8043
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8044
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8045
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8046
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [CXX])
8047
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [CXX])
8048
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [CXX])
8049
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8050
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8051
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8052
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8053
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8054
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8055
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8056
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8057
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8058
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8059
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8060
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8061
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8062
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8063
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8064
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8065
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8066
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [CXX])
8067
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8068
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8069
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8070
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8071
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8072
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8073
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8074
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8075
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8076
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8077
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8078
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8079
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8080
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8081
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8082
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8083
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8084
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8085
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LANG_F77_CONFIG
8086
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_F77_CONFIG([F77])
8087
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^F77$])
8088
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^FFLAGS$])
8089
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^LDFLAGS$])
8090
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^LIBS$])
8091
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^F77$])
8092
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^ac_ct_F77$])
8093
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8094
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8095
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8096
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8097
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8098
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8099
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8100
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8101
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8102
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8103
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8104
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8105
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8106
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8107
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8108
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8109
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8110
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8111
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([objext], [F77])
8112
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
8113
 
m4trace:configure.ac:246: -1- _LT_COMPILER_BOILERPLATE
8114
 
m4trace:configure.ac:246: -1- _LT_LINKER_BOILERPLATE
8115
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [F77])
8116
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
8117
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [F77])
8118
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [F77])
8119
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8120
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8121
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8122
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8123
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8124
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8125
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8126
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8127
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8128
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8129
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8130
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8131
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8132
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8133
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8134
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8135
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8136
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8137
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8138
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8139
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8140
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8141
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8142
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8143
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8144
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8145
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8146
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8147
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8148
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8149
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8150
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8151
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8152
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8153
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8154
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8155
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8156
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8157
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8158
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8159
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8160
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8161
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8162
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8163
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8164
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8165
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8166
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8167
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8168
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8169
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8170
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8171
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8172
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8173
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8174
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8175
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8176
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8177
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8178
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8179
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8180
 
m4trace:configure.ac:246: -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
8181
 
     "" | " "*) ;;
8182
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8183
 
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8184
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8185
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8186
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8187
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8188
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8189
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8190
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8191
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8192
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8193
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8194
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8195
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8196
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8197
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8198
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8199
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8200
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8201
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8202
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8203
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8204
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8205
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8206
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8207
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8208
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8209
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8210
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8211
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8212
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8213
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8214
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8215
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8216
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8217
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8218
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8219
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8220
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8221
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8222
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8223
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8224
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8225
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8226
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8227
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8228
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8229
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8230
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8231
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8232
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8233
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8234
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8235
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
8236
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8237
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8238
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8239
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8240
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8241
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8242
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8243
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8244
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8245
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8246
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8247
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8248
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8249
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8250
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8251
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8252
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8253
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8254
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8255
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8256
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8257
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8258
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8259
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8260
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8261
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8262
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8263
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8264
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8265
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8266
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8267
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8268
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8269
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8270
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8271
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8272
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8273
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8274
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8275
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8276
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8277
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8278
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8279
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8280
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8281
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8282
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8283
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8284
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8285
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8286
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8287
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8288
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8289
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8290
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8291
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8292
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8293
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8294
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8295
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8296
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8297
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8298
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8299
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8300
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8301
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8302
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8303
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8304
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8305
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8306
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8307
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8308
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
8309
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8310
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8311
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8312
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8313
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8314
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
8315
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8316
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8317
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8318
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8319
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8320
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8321
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8322
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8323
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8324
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8325
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8326
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8327
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8328
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8329
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8330
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8331
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8332
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8333
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8334
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8335
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8336
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8337
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8338
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8339
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8340
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8341
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8342
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8343
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8344
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8345
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8346
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8347
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8348
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8349
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8350
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8351
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8352
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8353
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8354
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8355
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8356
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8357
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8358
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8359
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8360
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8361
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8362
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8363
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8364
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8365
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8366
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8367
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8368
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8369
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8370
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8371
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8372
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8373
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8374
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8375
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8376
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8377
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8378
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8379
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8380
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8381
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8382
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8383
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8384
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8385
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8386
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8387
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8388
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8389
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8390
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8391
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8392
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8393
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8394
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8395
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8396
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8397
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8398
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8399
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8400
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8401
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8402
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8403
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8404
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8405
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8406
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8407
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8408
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8409
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8410
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8411
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8412
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8413
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8414
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8415
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8416
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8417
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8418
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8419
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8420
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8421
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8422
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8423
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8424
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8425
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8426
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8427
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8428
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8429
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8430
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8431
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8432
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8433
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8434
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8435
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8436
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8437
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8438
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8439
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8440
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8441
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8442
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8443
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8444
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8445
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8446
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8447
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8448
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8449
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8450
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8451
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8452
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8453
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8454
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8455
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8456
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8457
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8458
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8459
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8460
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8461
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8462
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8463
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8464
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8465
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8466
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8467
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8468
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8469
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8470
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8471
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8472
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8473
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8474
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8475
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8476
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8477
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8478
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8479
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8480
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8481
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8482
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8483
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8484
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8485
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8486
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8487
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8488
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8489
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8490
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8491
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8492
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8493
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8494
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8495
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8496
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8497
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8498
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8499
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8500
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8501
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8502
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8503
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8504
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8505
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8506
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8507
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8508
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8509
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8510
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8511
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8512
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8513
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8514
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8515
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8516
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8517
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8518
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8519
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8520
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8521
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8522
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8523
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8524
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CONFIG([F77])
8525
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [F77])
8526
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([CC], [F77])
8527
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [F77])
8528
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8529
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8530
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8531
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8532
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8533
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8534
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8535
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8536
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8537
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8538
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8539
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8540
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [F77])
8541
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [F77])
8542
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8543
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8544
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8545
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8546
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8547
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8548
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8549
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8550
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8551
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8552
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8553
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8554
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8555
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8556
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8557
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8558
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8559
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8560
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8561
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8562
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8563
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8564
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8565
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8566
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8567
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8568
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8569
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8570
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [F77])
8571
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [F77])
8572
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [F77])
8573
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8574
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8575
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8576
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8577
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8578
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8579
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8580
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8581
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8582
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8583
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8584
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8585
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8586
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8587
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8588
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8589
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8590
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [F77])
8591
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [F77])
8592
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8593
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8594
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8595
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8596
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8597
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8598
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8599
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8600
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8601
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8602
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8603
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8604
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8605
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8606
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8607
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8608
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8609
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8610
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8611
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8612
 
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8613
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4018: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8614
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4017: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8615
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
8616
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8617
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8618
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8619
 
configure.ac:246: the top level])
8620
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([objext], [GCJ])
8621
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
8622
 
m4trace:configure.ac:246: -1- _LT_COMPILER_BOILERPLATE
8623
 
m4trace:configure.ac:246: -1- _LT_LINKER_BOILERPLATE
8624
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8625
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
8626
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8627
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8628
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8629
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8630
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8631
 
m4trace:configure.ac:246: -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"])
8632
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8633
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8634
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8635
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8636
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8637
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8638
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8639
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8640
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8641
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8642
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8643
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8644
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8645
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8646
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8647
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8648
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8649
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8650
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8651
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8652
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8653
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8654
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8655
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8656
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8657
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8658
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8659
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8660
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8661
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8662
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8663
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8664
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8665
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8666
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8667
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8668
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8669
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8670
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8671
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8672
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8673
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8674
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8675
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8676
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8677
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8678
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8679
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8680
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8681
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8682
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8683
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8684
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8685
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8686
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8687
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8688
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8689
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8690
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8691
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8692
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8693
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8694
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8695
 
m4trace:configure.ac:246: -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
8696
 
     "" | " "*) ;;
8697
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8698
 
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8699
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8700
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8701
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8702
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8703
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8704
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8705
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8706
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8707
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8708
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8709
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8710
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8711
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8712
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8713
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8714
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8715
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8716
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8717
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8718
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8719
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8720
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8721
 
m4trace:configure.ac:246: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8722
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8723
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8724
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8725
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8726
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8727
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8728
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8729
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8730
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8731
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8732
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8733
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8734
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8735
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8736
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8737
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8738
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8739
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8740
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8741
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8742
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8743
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8744
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8745
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8746
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8747
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8748
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8749
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8750
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
8751
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8752
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8753
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8754
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8755
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8756
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8757
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8758
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8759
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8760
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8761
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8762
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8763
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8764
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8765
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8766
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8767
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8768
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8769
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8770
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8771
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8772
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8773
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8774
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8775
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8776
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8777
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8778
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8779
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8780
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8781
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8782
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8783
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8784
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8785
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8786
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8787
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8788
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8789
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8790
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8791
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8792
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8793
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8794
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8795
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8796
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8797
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8798
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8799
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8800
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8801
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8802
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8803
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8804
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8805
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8806
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8807
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8808
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8809
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8810
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8811
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8812
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8813
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8814
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8815
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8816
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8817
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8818
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8819
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8820
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8821
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8822
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8823
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
8824
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8825
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8826
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8827
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8828
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8829
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_LIBPATH_AIX
8830
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8831
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8832
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8833
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8834
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8835
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8836
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8837
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8838
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8839
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8840
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8841
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8842
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8843
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8844
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8845
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8846
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8847
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8848
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8849
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8850
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8851
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8852
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8853
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8854
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8855
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8856
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8857
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8858
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8859
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8860
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8861
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8862
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8863
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8864
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8865
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8866
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8867
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8868
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8869
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8870
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8871
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8872
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8873
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8874
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8875
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8876
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8877
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8878
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8879
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8880
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8881
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8882
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8883
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8884
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8885
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8886
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8887
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8888
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8889
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8890
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8891
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8892
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8893
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8894
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8895
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8896
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8897
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8898
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8899
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8900
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8901
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8902
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8903
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8904
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8905
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8906
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8907
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8908
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8909
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8910
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8911
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8912
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8913
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8914
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8915
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8916
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8917
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8918
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8919
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8920
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8921
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8922
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8923
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8924
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8925
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8926
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8927
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8928
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8929
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8930
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8931
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8932
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8933
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8934
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8935
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8936
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8937
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8938
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8939
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8940
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8941
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8942
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8943
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8944
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8945
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8946
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8947
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8948
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8949
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8950
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8951
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8952
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8953
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8954
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8955
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8956
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8957
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8958
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8959
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8960
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8961
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8962
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8963
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8964
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8965
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8966
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8967
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8968
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8969
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8970
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8971
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8972
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8973
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8974
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8975
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8976
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8977
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8978
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8979
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8980
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8981
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8982
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8983
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8984
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8985
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8986
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8987
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8988
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8989
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8990
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8991
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8992
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8993
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8994
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8995
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8996
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8997
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8998
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8999
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9000
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9001
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9002
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9003
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9004
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9005
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9006
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9007
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9008
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9009
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9010
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9011
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9012
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9013
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9014
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9015
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9016
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9017
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9018
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9019
 
m4trace:configure.ac:246: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9020
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9021
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9022
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9023
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9024
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9025
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9026
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9027
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9028
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9029
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9030
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9031
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9032
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9033
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9034
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9035
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9036
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9037
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9038
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9039
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CONFIG([GCJ])
9040
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9041
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([CC], [GCJ])
9042
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [GCJ])
9043
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9044
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9045
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9046
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9047
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9048
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9049
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9050
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9051
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9052
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9053
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9054
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9055
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9056
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9057
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9058
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9059
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9060
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9061
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9062
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9063
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9064
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9065
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9066
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9067
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9068
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9069
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9070
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9071
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9072
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9073
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9074
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9075
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9076
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9077
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9078
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9079
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9080
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9081
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9082
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9083
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9084
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9085
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9086
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9087
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [GCJ])
9088
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9089
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9090
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9091
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9092
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9093
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9094
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9095
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9096
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9097
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9098
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9099
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9100
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9101
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9102
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9103
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9104
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9105
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9106
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9107
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9108
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9109
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9110
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9111
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9112
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9113
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9114
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9115
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9116
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9117
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9118
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9119
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9120
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9121
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9122
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9123
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9124
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9125
 
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9126
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4018: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9127
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4017: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9128
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
9129
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9130
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9131
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9132
 
configure.ac:246: the top level])
9133
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_LANG_RC_CONFIG
9134
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_RC_CONFIG([RC])
9135
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9136
 
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9137
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4078: _LT_AC_LANG_RC_CONFIG is expanded from...
9138
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4077: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9139
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
9140
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9141
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9142
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9143
 
configure.ac:246: the top level])
9144
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([objext], [RC])
9145
 
m4trace:configure.ac:246: -1- _LT_AC_SYS_COMPILER
9146
 
m4trace:configure.ac:246: -1- _LT_COMPILER_BOILERPLATE
9147
 
m4trace:configure.ac:246: -1- _LT_LINKER_BOILERPLATE
9148
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [RC])
9149
 
m4trace:configure.ac:246: -1- _LT_CC_BASENAME([$compiler])
9150
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9151
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CONFIG([RC])
9152
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [RC])
9153
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([CC], [RC])
9154
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [RC])
9155
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9156
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9157
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9158
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9159
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9160
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9161
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9162
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9163
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9164
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9165
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9166
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9167
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [RC])
9168
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [RC])
9169
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9170
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9171
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9172
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9173
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9174
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9175
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9176
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9177
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9178
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9179
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9180
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9181
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9182
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9183
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9184
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9185
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9186
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9187
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9188
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9189
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9190
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9191
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9192
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9193
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9194
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9195
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9196
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9197
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler], [RC])
9198
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([GCC], [RC])
9199
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([LD], [RC])
9200
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9201
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9202
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9203
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9204
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9205
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9206
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9207
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9208
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9209
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9210
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9211
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9212
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9213
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9214
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9215
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9216
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9217
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([predeps], [RC])
9218
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([postdeps], [RC])
9219
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9220
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9221
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9222
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9223
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9224
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9225
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9226
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9227
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9228
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9229
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9230
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9231
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9232
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9233
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9234
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9235
 
m4trace:configure.ac:246: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9236
 
m4trace:configure.ac:246: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9237
 
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9238
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4078: _LT_AC_LANG_RC_CONFIG is expanded from...
9239
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:4077: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9240
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:1804: _LT_AC_TAGCONFIG is expanded from...
9241
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9242
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9243
 
/build/toolchain/lin32/libtool-1.5.22/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9244
 
configure.ac:246: the top level])
9245
 
m4trace:configure.ac:246: -1- m4_pattern_allow([^LIBTOOL$])
9246
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_CXX
9247
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_CXX
9248
 
m4trace:configure.ac:246: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9249
 
m4trace:configure.ac:246: -1- AC_LIBTOOL_F77
9250
 
m4trace:configure.ac:246: -1- _LT_AC_LANG_F77
9251
 
m4trace:configure.ac:246: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9252
 
m4trace:configure.ac:252: -1- m4_pattern_allow([^HAVE_PKG_CONFIG$])
9253
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^XMKMF$])
9254
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
9255
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^X_CFLAGS$])
9256
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^X_PRE_LIBS$])
9257
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^X_LIBS$])
9258
 
m4trace:configure.ac:266: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
9259
 
m4trace:configure.ac:289: -1- AC_VMW_CHECK_LIB([glib-2.0], [GLIB2], [glib-2.0], [], [2.6.0], [glib.h], [g_key_file_new], [], [AC_MSG_ERROR([glib >= 2.6.0 is required.])])
9260
 
m4trace:configure.ac:289: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9261
 
m4trace:configure.ac:289: -1- m4_pattern_allow([^GLIB2_CPPFLAGS$])
9262
 
m4trace:configure.ac:289: -1- m4_pattern_allow([^GLIB2_LIBS$])
9263
 
m4trace:configure.ac:298: -1- AC_VMW_CHECK_LIB([gmodule-2.0], [GMODULE], [gmodule-2.0], [], [2.6.0], [], [], [], [AC_MSG_ERROR([gmodule >= 2.6.0 is required.])])
9264
 
m4trace:configure.ac:298: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9265
 
m4trace:configure.ac:298: -1- m4_pattern_allow([^GMODULE_CPPFLAGS$])
9266
 
m4trace:configure.ac:298: -1- m4_pattern_allow([^GMODULE_LIBS$])
9267
 
m4trace:configure.ac:307: -1- AC_VMW_CHECK_LIB([gobject-2.0], [GOBJECT], [gobject-2.0], [], [2.6.0], [glib-object.h], [], [], [AC_MSG_ERROR([gobject >= 2.6.0 is required.])])
9268
 
m4trace:configure.ac:307: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9269
 
m4trace:configure.ac:307: -1- m4_pattern_allow([^GOBJECT_CPPFLAGS$])
9270
 
m4trace:configure.ac:307: -1- m4_pattern_allow([^GOBJECT_LIBS$])
9271
 
m4trace:configure.ac:316: -1- AC_VMW_CHECK_LIB([gthread-2.0], [GTHREAD], [gthread-2.0], [], [2.6.0], [], [], [], [AC_MSG_ERROR([glib >= 2.6.0 is required.])])
9272
 
m4trace:configure.ac:316: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9273
 
m4trace:configure.ac:316: -1- m4_pattern_allow([^GTHREAD_CPPFLAGS$])
9274
 
m4trace:configure.ac:316: -1- m4_pattern_allow([^GTHREAD_LIBS$])
9275
 
m4trace:configure.ac:325: -1- m4_pattern_allow([^have_genmarshal$])
9276
 
m4trace:configure.ac:337: -1- AC_VMW_CHECK_LIB([fuse], [FUSE], [fuse], [], [], [fuse.h], [fuse_main], [have_fuse=yes], [have_fuse=no;
 
2300
m4trace:configure.ac:207: -2- _AM_MANGLE_OPTION([no-dependencies])
 
2301
m4trace:configure.ac:230: -1- m4_pattern_allow([^CC$])
 
2302
m4trace:configure.ac:230: -1- m4_pattern_allow([^CFLAGS$])
 
2303
m4trace:configure.ac:230: -1- m4_pattern_allow([^LDFLAGS$])
 
2304
m4trace:configure.ac:230: -1- m4_pattern_allow([^LIBS$])
 
2305
m4trace:configure.ac:230: -1- m4_pattern_allow([^CPPFLAGS$])
 
2306
m4trace:configure.ac:230: -1- m4_pattern_allow([^CC$])
 
2307
m4trace:configure.ac:230: -1- m4_pattern_allow([^CC$])
 
2308
m4trace:configure.ac:230: -1- m4_pattern_allow([^CC$])
 
2309
m4trace:configure.ac:230: -1- m4_pattern_allow([^CC$])
 
2310
m4trace:configure.ac:230: -1- m4_pattern_allow([^ac_ct_CC$])
 
2311
m4trace:configure.ac:230: -1- m4_pattern_allow([^EXEEXT$])
 
2312
m4trace:configure.ac:230: -1- m4_pattern_allow([^OBJEXT$])
 
2313
m4trace:configure.ac:230: -1- _AM_DEPENDENCIES([CC])
 
2314
m4trace:configure.ac:230: -1- AM_SET_DEPDIR
 
2315
m4trace:configure.ac:230: -1- m4_pattern_allow([^DEPDIR$])
 
2316
m4trace:configure.ac:230: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
2317
m4trace:configure.ac:230: -1- AM_MAKE_INCLUDE
 
2318
m4trace:configure.ac:230: -1- m4_pattern_allow([^am__include$])
 
2319
m4trace:configure.ac:230: -1- m4_pattern_allow([^am__quote$])
 
2320
m4trace:configure.ac:230: -1- AM_DEP_TRACK
 
2321
m4trace:configure.ac:230: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
2322
m4trace:configure.ac:230: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
2323
m4trace:configure.ac:230: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
2324
m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
 
2325
m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
 
2326
m4trace:configure.ac:230: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
2327
m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
 
2328
m4trace:configure.ac:230: -1- m4_pattern_allow([^CCDEPMODE$])
 
2329
m4trace:configure.ac:230: -1- AM_CONDITIONAL([am__fastdepCC], [
 
2330
  test "x$enable_dependency_tracking" != xno \
 
2331
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
2332
m4trace:configure.ac:230: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
2333
m4trace:configure.ac:230: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
2334
m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
2335
m4trace:configure.ac:230: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
2336
m4trace:configure.ac:230: -1- m4_pattern_allow([^CPP$])
 
2337
m4trace:configure.ac:230: -1- m4_pattern_allow([^CPPFLAGS$])
 
2338
m4trace:configure.ac:230: -1- m4_pattern_allow([^CPP$])
 
2339
m4trace:configure.ac:231: -1- m4_pattern_allow([^CC$])
 
2340
m4trace:configure.ac:231: -1- m4_pattern_allow([^CFLAGS$])
 
2341
m4trace:configure.ac:231: -1- m4_pattern_allow([^LDFLAGS$])
 
2342
m4trace:configure.ac:231: -1- m4_pattern_allow([^LIBS$])
 
2343
m4trace:configure.ac:231: -1- m4_pattern_allow([^CPPFLAGS$])
 
2344
m4trace:configure.ac:231: -1- m4_pattern_allow([^CC$])
 
2345
m4trace:configure.ac:231: -1- m4_pattern_allow([^CC$])
 
2346
m4trace:configure.ac:231: -1- m4_pattern_allow([^CC$])
 
2347
m4trace:configure.ac:231: -1- m4_pattern_allow([^CC$])
 
2348
m4trace:configure.ac:231: -1- m4_pattern_allow([^ac_ct_CC$])
 
2349
m4trace:configure.ac:231: -1- _AM_DEPENDENCIES([CC])
 
2350
m4trace:configure.ac:231: -1- m4_pattern_allow([^CCDEPMODE$])
 
2351
m4trace:configure.ac:231: -1- AM_CONDITIONAL([am__fastdepCC], [
 
2352
  test "x$enable_dependency_tracking" != xno \
 
2353
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
2354
m4trace:configure.ac:231: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
2355
m4trace:configure.ac:231: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
2356
m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
2357
m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
2358
m4trace:configure.ac:235: -1- m4_pattern_allow([^CXX$])
 
2359
m4trace:configure.ac:235: -1- m4_pattern_allow([^CXXFLAGS$])
 
2360
m4trace:configure.ac:235: -1- m4_pattern_allow([^LDFLAGS$])
 
2361
m4trace:configure.ac:235: -1- m4_pattern_allow([^LIBS$])
 
2362
m4trace:configure.ac:235: -1- m4_pattern_allow([^CPPFLAGS$])
 
2363
m4trace:configure.ac:235: -1- m4_pattern_allow([^CXX$])
 
2364
m4trace:configure.ac:235: -1- m4_pattern_allow([^ac_ct_CXX$])
 
2365
m4trace:configure.ac:235: -1- _AM_DEPENDENCIES([CXX])
 
2366
m4trace:configure.ac:235: -1- m4_pattern_allow([^CXXDEPMODE$])
 
2367
m4trace:configure.ac:235: -1- AM_CONDITIONAL([am__fastdepCXX], [
 
2368
  test "x$enable_dependency_tracking" != xno \
 
2369
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 
2370
m4trace:configure.ac:235: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
 
2371
m4trace:configure.ac:235: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
 
2372
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
 
2373
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
 
2374
m4trace:configure.ac:240: -1- AM_PROG_CC_C_O
 
2375
m4trace:configure.ac:240: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
 
2376
m4trace:configure.ac:243: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
2377
m4trace:configure.ac:243: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
2378
m4trace:configure.ac:243: -1- m4_pattern_allow([^INSTALL_DATA$])
 
2379
m4trace:configure.ac:244: -1- m4_pattern_allow([^SED$])
 
2380
m4trace:configure.ac:244: -1- m4_pattern_allow([^SED$])
 
2381
m4trace:configure.ac:245: -1- m4_pattern_allow([^LN_S$])
 
2382
m4trace:configure.ac:249: -1- AC_PROG_LIBTOOL
 
2383
m4trace:configure.ac:249: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
 
2384
You should run autoupdate.], [/usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
 
2385
configure.ac:249: the top level])
 
2386
m4trace:configure.ac:249: -1- LT_INIT
 
2387
m4trace:configure.ac:249: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
 
2388
m4trace:configure.ac:249: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
 
2389
m4trace:configure.ac:249: -1- LTOPTIONS_VERSION
 
2390
m4trace:configure.ac:249: -1- LTSUGAR_VERSION
 
2391
m4trace:configure.ac:249: -1- LTVERSION_VERSION
 
2392
m4trace:configure.ac:249: -1- LTOBSOLETE_VERSION
 
2393
m4trace:configure.ac:249: -1- _LT_PROG_LTMAIN
 
2394
m4trace:configure.ac:249: -1- m4_pattern_allow([^LIBTOOL$])
 
2395
m4trace:configure.ac:249: -1- LT_PATH_LD
 
2396
m4trace:configure.ac:249: -1- m4_pattern_allow([^SED$])
 
2397
m4trace:configure.ac:249: -1- m4_pattern_allow([^SED$])
 
2398
m4trace:configure.ac:249: -1- AC_PROG_EGREP
 
2399
m4trace:configure.ac:249: -1- m4_pattern_allow([^GREP$])
 
2400
m4trace:configure.ac:249: -1- m4_pattern_allow([^GREP$])
 
2401
m4trace:configure.ac:249: -1- m4_pattern_allow([^EGREP$])
 
2402
m4trace:configure.ac:249: -1- m4_pattern_allow([^EGREP$])
 
2403
m4trace:configure.ac:249: -1- m4_pattern_allow([^FGREP$])
 
2404
m4trace:configure.ac:249: -1- m4_pattern_allow([^FGREP$])
 
2405
m4trace:configure.ac:249: -1- m4_pattern_allow([^GREP$])
 
2406
m4trace:configure.ac:249: -1- m4_pattern_allow([^LD$])
 
2407
m4trace:configure.ac:249: -1- LT_PATH_NM
 
2408
m4trace:configure.ac:249: -1- m4_pattern_allow([^DUMPBIN$])
 
2409
m4trace:configure.ac:249: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
 
2410
m4trace:configure.ac:249: -1- m4_pattern_allow([^DUMPBIN$])
 
2411
m4trace:configure.ac:249: -1- m4_pattern_allow([^NM$])
 
2412
m4trace:configure.ac:249: -1- LT_CMD_MAX_LEN
 
2413
m4trace:configure.ac:249: -1- m4_pattern_allow([^AR$])
 
2414
m4trace:configure.ac:249: -1- m4_pattern_allow([^STRIP$])
 
2415
m4trace:configure.ac:249: -1- m4_pattern_allow([^RANLIB$])
 
2416
m4trace:configure.ac:249: -1- m4_pattern_allow([LT_OBJDIR])
 
2417
m4trace:configure.ac:249: -1- m4_pattern_allow([^LT_OBJDIR$])
 
2418
m4trace:configure.ac:249: -1- m4_pattern_allow([^lt_ECHO$])
 
2419
m4trace:configure.ac:249: -1- _LT_CC_BASENAME([$compiler])
 
2420
m4trace:configure.ac:249: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
2421
m4trace:configure.ac:249: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
2422
m4trace:configure.ac:249: -1- LT_SUPPORTED_TAG([CC])
 
2423
m4trace:configure.ac:249: -1- _LT_COMPILER_BOILERPLATE
 
2424
m4trace:configure.ac:249: -1- _LT_LINKER_BOILERPLATE
 
2425
m4trace:configure.ac:249: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
 
2426
m4trace:configure.ac:249: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
 
2427
     "" | " "*) ;;
 
2428
     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
 
2429
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
 
2430
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
2431
m4trace:configure.ac:249: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
 
2432
m4trace:configure.ac:249: -1- m4_pattern_allow([^DSYMUTIL$])
 
2433
m4trace:configure.ac:249: -1- m4_pattern_allow([^NMEDIT$])
 
2434
m4trace:configure.ac:249: -1- m4_pattern_allow([^LIPO$])
 
2435
m4trace:configure.ac:249: -1- m4_pattern_allow([^OTOOL$])
 
2436
m4trace:configure.ac:249: -1- m4_pattern_allow([^OTOOL64$])
 
2437
m4trace:configure.ac:249: -1- LT_SYS_DLOPEN_SELF
 
2438
m4trace:configure.ac:249: -1- m4_pattern_allow([^STDC_HEADERS$])
 
2439
m4trace:configure.ac:249: -1- LT_LANG([CXX])
 
2440
m4trace:configure.ac:249: -1- LT_SUPPORTED_TAG([CXX])
 
2441
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXX$])
 
2442
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXFLAGS$])
 
2443
m4trace:configure.ac:249: -1- m4_pattern_allow([^LDFLAGS$])
 
2444
m4trace:configure.ac:249: -1- m4_pattern_allow([^LIBS$])
 
2445
m4trace:configure.ac:249: -1- m4_pattern_allow([^CPPFLAGS$])
 
2446
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXX$])
 
2447
m4trace:configure.ac:249: -1- m4_pattern_allow([^ac_ct_CXX$])
 
2448
m4trace:configure.ac:249: -1- _AM_DEPENDENCIES([CXX])
 
2449
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXDEPMODE$])
 
2450
m4trace:configure.ac:249: -1- AM_CONDITIONAL([am__fastdepCXX], [
 
2451
  test "x$enable_dependency_tracking" != xno \
 
2452
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 
2453
m4trace:configure.ac:249: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
 
2454
m4trace:configure.ac:249: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
 
2455
m4trace:configure.ac:249: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
 
2456
m4trace:configure.ac:249: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
 
2457
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXCPP$])
 
2458
m4trace:configure.ac:249: -1- m4_pattern_allow([^CPPFLAGS$])
 
2459
m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXCPP$])
 
2460
m4trace:configure.ac:249: -1- _LT_COMPILER_BOILERPLATE
 
2461
m4trace:configure.ac:249: -1- _LT_LINKER_BOILERPLATE
 
2462
m4trace:configure.ac:249: -1- _LT_CC_BASENAME([$compiler])
 
2463
m4trace:configure.ac:249: -1- LT_PATH_LD
 
2464
m4trace:configure.ac:249: -1- m4_pattern_allow([^LD$])
 
2465
m4trace:configure.ac:249: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
 
2466
     "" | " "*) ;;
 
2467
     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
 
2468
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
 
2469
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
 
2470
m4trace:configure.ac:249: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
 
2471
m4trace:configure.ac:255: -1- m4_pattern_allow([^HAVE_PKG_CONFIG$])
 
2472
m4trace:configure.ac:269: -1- m4_pattern_allow([^XMKMF$])
 
2473
m4trace:configure.ac:269: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
 
2474
m4trace:configure.ac:269: -1- m4_pattern_allow([^X_CFLAGS$])
 
2475
m4trace:configure.ac:269: -1- m4_pattern_allow([^X_PRE_LIBS$])
 
2476
m4trace:configure.ac:269: -1- m4_pattern_allow([^X_LIBS$])
 
2477
m4trace:configure.ac:269: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
 
2478
m4trace:configure.ac:292: -1- AC_VMW_CHECK_LIB([glib-2.0], [GLIB2], [glib-2.0], [], [2.6.0], [glib.h], [g_key_file_new], [], [AC_MSG_ERROR([glib >= 2.6.0 is required.])])
 
2479
m4trace:configure.ac:292: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2480
m4trace:configure.ac:292: -1- m4_pattern_allow([^GLIB2_CPPFLAGS$])
 
2481
m4trace:configure.ac:292: -1- m4_pattern_allow([^GLIB2_LIBS$])
 
2482
m4trace:configure.ac:301: -1- AC_VMW_CHECK_LIB([gmodule-2.0], [GMODULE], [gmodule-2.0], [], [2.6.0], [], [], [], [AC_MSG_ERROR([gmodule >= 2.6.0 is required.])])
 
2483
m4trace:configure.ac:301: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2484
m4trace:configure.ac:301: -1- m4_pattern_allow([^GMODULE_CPPFLAGS$])
 
2485
m4trace:configure.ac:301: -1- m4_pattern_allow([^GMODULE_LIBS$])
 
2486
m4trace:configure.ac:310: -1- AC_VMW_CHECK_LIB([gobject-2.0], [GOBJECT], [gobject-2.0], [], [2.6.0], [glib-object.h], [], [], [AC_MSG_ERROR([gobject >= 2.6.0 is required.])])
 
2487
m4trace:configure.ac:310: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2488
m4trace:configure.ac:310: -1- m4_pattern_allow([^GOBJECT_CPPFLAGS$])
 
2489
m4trace:configure.ac:310: -1- m4_pattern_allow([^GOBJECT_LIBS$])
 
2490
m4trace:configure.ac:319: -1- AC_VMW_CHECK_LIB([gthread-2.0], [GTHREAD], [gthread-2.0], [], [2.6.0], [], [], [], [AC_MSG_ERROR([glib >= 2.6.0 is required.])])
 
2491
m4trace:configure.ac:319: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2492
m4trace:configure.ac:319: -1- m4_pattern_allow([^GTHREAD_CPPFLAGS$])
 
2493
m4trace:configure.ac:319: -1- m4_pattern_allow([^GTHREAD_LIBS$])
 
2494
m4trace:configure.ac:328: -1- m4_pattern_allow([^have_genmarshal$])
 
2495
m4trace:configure.ac:341: -1- AC_VMW_CHECK_LIB([glib-2.0], [GLIB2], [glib-2.0], [], [2.14.0], [glib.h], [g_regex_new], [have_glib_2_14=yes], [AC_MSG_WARN([glib is not recent enough, some features will be disabled.])])
 
2496
m4trace:configure.ac:341: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2497
m4trace:configure.ac:341: -1- m4_pattern_allow([^GLIB2_CPPFLAGS$])
 
2498
m4trace:configure.ac:341: -1- m4_pattern_allow([^GLIB2_LIBS$])
 
2499
m4trace:configure.ac:355: -1- AC_VMW_CHECK_LIB([fuse], [FUSE], [fuse], [], [], [fuse.h], [fuse_main], [have_fuse=yes], [have_fuse=no;
9277
2500
                  AC_MSG_WARN([Fuse is missing, vmblock-fuse will be disabled.])])
9278
 
m4trace:configure.ac:337: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9279
 
m4trace:configure.ac:337: -1- m4_pattern_allow([^FUSE_CPPFLAGS$])
9280
 
m4trace:configure.ac:337: -1- m4_pattern_allow([^FUSE_LIBS$])
9281
 
m4trace:configure.ac:363: -1- AC_VMW_CHECK_LIB([pam], [PAM], [], [], [], [security/pam_appl.h], [pam_start], [PAM_CPPFLAGS="$PAM_CPPFLAGS -DUSE_PAM"], [AC_VMW_LIB_ERROR([PAM], [pam])])
9282
 
m4trace:configure.ac:363: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9283
 
m4trace:configure.ac:363: -1- m4_pattern_allow([^PAM_CPPFLAGS$])
9284
 
m4trace:configure.ac:363: -1- m4_pattern_allow([^PAM_LIBS$])
9285
 
m4trace:configure.ac:363: -1- AC_VMW_LIB_ERROR([PAM], [pam])
9286
 
m4trace:configure.ac:470: -1- AC_VMW_CHECK_LIB([uriparser], [URIPARSER], [], [], [], [Uri.h], [uriFreeQueryListA], [], [AC_MSG_ERROR([uriparser library not found or is too old. Please configure without Unity (using --disable-unity) or install the liburiparser devel package.])])
9287
 
m4trace:configure.ac:470: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9288
 
m4trace:configure.ac:470: -1- m4_pattern_allow([^URIPARSER_CPPFLAGS$])
9289
 
m4trace:configure.ac:470: -1- m4_pattern_allow([^URIPARSER_LIBS$])
9290
 
m4trace:configure.ac:481: -1- AC_VMW_CHECK_LIB([png12], [LIBPNG], [libpng12], [libpng-config], [], [png.h], [png_access_version_number], [], [AC_MSG_ERROR([libpng not found. Please configure without Unity (using --disable-unity) or install the libpng devel package])])
9291
 
m4trace:configure.ac:481: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9292
 
m4trace:configure.ac:481: -1- m4_pattern_allow([^LIBPNG_CPPFLAGS$])
9293
 
m4trace:configure.ac:481: -1- m4_pattern_allow([^LIBPNG_LIBS$])
9294
 
m4trace:configure.ac:498: -1- AC_VMW_CHECK_LIB([z], [ZLIB], [], [], [], [zlib.h], [zlibVersion], [], [AC_MSG_ERROR([zlib library not found. Please configure without Unity (using --disable-unity) or install the zlib devel package.])])
9295
 
m4trace:configure.ac:498: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9296
 
m4trace:configure.ac:498: -1- m4_pattern_allow([^ZLIB_CPPFLAGS$])
9297
 
m4trace:configure.ac:498: -1- m4_pattern_allow([^ZLIB_LIBS$])
9298
 
m4trace:configure.ac:513: -1- AC_VMW_CHECK_LIB([gtk-x11-2.0], [GTK], [gtk+-2.0], [], [2.4.0], [gtk/gtk.h], [gdk_display_get_default_group], [GTK_CPPFLAGS="$GTK_CPPFLAGS -DGTK2"], [AC_MSG_ERROR([Gtk+ 2.0 library not found or too old. Please configure without Gtk+ support (using --without-gtk2) or install the Gtk+ 2.0 devel package.])])
9299
 
m4trace:configure.ac:513: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9300
 
m4trace:configure.ac:513: -1- m4_pattern_allow([^GTK_CPPFLAGS$])
9301
 
m4trace:configure.ac:513: -1- m4_pattern_allow([^GTK_LIBS$])
9302
 
m4trace:configure.ac:541: -1- AC_VMW_CHECK_LIBXX([gtkmm-2.4], [GTKMM], [gtkmm-2.4], [], [2.4.0], [gtkmm.h], [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm.])])
9303
 
m4trace:configure.ac:541: -1- AC_VMW_CHECK_LIB([gtkmm-2.4], [GTKMM], [gtkmm-2.4], [], [2.4.0], [gtkmm.h], [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm.])])
9304
 
m4trace:configure.ac:541: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9305
 
m4trace:configure.ac:541: -1- m4_pattern_allow([^GTKMM_CPPFLAGS$])
9306
 
m4trace:configure.ac:541: -1- m4_pattern_allow([^GTKMM_LIBS$])
9307
 
m4trace:configure.ac:611: -1- AC_VMW_CHECK_LIB([proc-3.2.7], [PROCPS], [], [], [], [], [getstat], [VMWARE_USER_LDADD="$VMWARE_USER_LDADD $PROCPS_LIBS"], [AC_MSG_ERROR([libproc not found. Please configure without procps (using --without-procps) or install procps - http://procps.sourceforge.net])])
9308
 
m4trace:configure.ac:611: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9309
 
m4trace:configure.ac:611: -1- m4_pattern_allow([^PROCPS_CPPFLAGS$])
9310
 
m4trace:configure.ac:611: -1- m4_pattern_allow([^PROCPS_LIBS$])
9311
 
m4trace:configure.ac:623: -1- m4_pattern_allow([^NO_PROCPS$])
9312
 
m4trace:configure.ac:638: -1- AC_VMW_CHECK_LIB([dumbnet], [DNET], [], [dumbnet-config], [], [dumbnet.h], [intf_open], [have_dnet=1;
 
2501
m4trace:configure.ac:355: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2502
m4trace:configure.ac:355: -1- m4_pattern_allow([^FUSE_CPPFLAGS$])
 
2503
m4trace:configure.ac:355: -1- m4_pattern_allow([^FUSE_LIBS$])
 
2504
m4trace:configure.ac:381: -1- AC_VMW_CHECK_LIB([pam], [PAM], [], [], [], [security/pam_appl.h], [pam_start], [PAM_CPPFLAGS="$PAM_CPPFLAGS -DUSE_PAM"], [AC_VMW_LIB_ERROR([PAM], [pam])])
 
2505
m4trace:configure.ac:381: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2506
m4trace:configure.ac:381: -1- m4_pattern_allow([^PAM_CPPFLAGS$])
 
2507
m4trace:configure.ac:381: -1- m4_pattern_allow([^PAM_LIBS$])
 
2508
m4trace:configure.ac:381: -1- AC_VMW_LIB_ERROR([PAM], [pam])
 
2509
m4trace:configure.ac:488: -1- AC_VMW_CHECK_LIB([uriparser], [URIPARSER], [], [], [], [Uri.h], [uriFreeQueryListA], [], [AC_MSG_ERROR([uriparser library not found or is too old. Please configure without Unity (using --disable-unity) or install the liburiparser devel package.])])
 
2510
m4trace:configure.ac:488: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2511
m4trace:configure.ac:488: -1- m4_pattern_allow([^URIPARSER_CPPFLAGS$])
 
2512
m4trace:configure.ac:488: -1- m4_pattern_allow([^URIPARSER_LIBS$])
 
2513
m4trace:configure.ac:499: -1- AC_VMW_CHECK_LIB([png12], [LIBPNG], [libpng12], [libpng-config], [], [png.h], [png_access_version_number], [], [AC_MSG_ERROR([libpng not found. Please configure without Unity (using --disable-unity) or install the libpng devel package])])
 
2514
m4trace:configure.ac:499: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2515
m4trace:configure.ac:499: -1- m4_pattern_allow([^LIBPNG_CPPFLAGS$])
 
2516
m4trace:configure.ac:499: -1- m4_pattern_allow([^LIBPNG_LIBS$])
 
2517
m4trace:configure.ac:516: -1- AC_VMW_CHECK_LIB([z], [ZLIB], [], [], [], [zlib.h], [zlibVersion], [], [AC_MSG_ERROR([zlib library not found. Please configure without Unity (using --disable-unity) or install the zlib devel package.])])
 
2518
m4trace:configure.ac:516: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2519
m4trace:configure.ac:516: -1- m4_pattern_allow([^ZLIB_CPPFLAGS$])
 
2520
m4trace:configure.ac:516: -1- m4_pattern_allow([^ZLIB_LIBS$])
 
2521
m4trace:configure.ac:531: -1- AC_VMW_CHECK_LIB([gtk-x11-2.0], [GTK], [gtk+-2.0], [], [2.4.0], [gtk/gtk.h], [gdk_display_get_default_group], [GTK_CPPFLAGS="$GTK_CPPFLAGS -DGTK2"], [AC_MSG_ERROR([Gtk+ 2.0 library not found or too old. Please configure without Gtk+ support (using --without-gtk2) or install the Gtk+ 2.0 devel package.])])
 
2522
m4trace:configure.ac:531: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2523
m4trace:configure.ac:531: -1- m4_pattern_allow([^GTK_CPPFLAGS$])
 
2524
m4trace:configure.ac:531: -1- m4_pattern_allow([^GTK_LIBS$])
 
2525
m4trace:configure.ac:559: -1- AC_VMW_CHECK_LIBXX([gtkmm-2.4], [GTKMM], [gtkmm-2.4], [], [2.4.0], [gtkmm.h], [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm.])])
 
2526
m4trace:configure.ac:559: -1- AC_VMW_CHECK_LIB([gtkmm-2.4], [GTKMM], [gtkmm-2.4], [], [2.4.0], [gtkmm.h], [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm.])])
 
2527
m4trace:configure.ac:559: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2528
m4trace:configure.ac:559: -1- m4_pattern_allow([^GTKMM_CPPFLAGS$])
 
2529
m4trace:configure.ac:559: -1- m4_pattern_allow([^GTKMM_LIBS$])
 
2530
m4trace:configure.ac:638: -1- AC_VMW_CHECK_LIB([proc-3.2.7], [PROCPS], [], [], [], [], [getstat], [VMWARE_USER_LDADD="$VMWARE_USER_LDADD $PROCPS_LIBS"], [AC_MSG_ERROR([libproc not found. Please configure without procps (using --without-procps) or install procps - http://procps.sourceforge.net])])
 
2531
m4trace:configure.ac:638: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2532
m4trace:configure.ac:638: -1- m4_pattern_allow([^PROCPS_CPPFLAGS$])
 
2533
m4trace:configure.ac:638: -1- m4_pattern_allow([^PROCPS_LIBS$])
 
2534
m4trace:configure.ac:650: -1- m4_pattern_allow([^NO_PROCPS$])
 
2535
m4trace:configure.ac:665: -1- AC_VMW_CHECK_LIB([dumbnet], [DNET], [], [dumbnet-config], [], [dumbnet.h], [intf_open], [have_dnet=1;
9313
2536
                     AC_DEFINE([DNET_IS_DUMBNET], 1, [Define to 1 if substituting Debian's libdumbnet for libdnet.])], [])
9314
 
m4trace:configure.ac:638: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9315
 
m4trace:configure.ac:638: -1- m4_pattern_allow([^DNET_CPPFLAGS$])
9316
 
m4trace:configure.ac:638: -1- m4_pattern_allow([^DNET_LIBS$])
9317
 
m4trace:configure.ac:638: -1- m4_pattern_allow([^DNET_IS_DUMBNET$])
9318
 
m4trace:configure.ac:650: -1- AC_VMW_CHECK_LIB([dnet], [DNET], [], [dnet-config], [], [dnet.h], [intf_open], [have_dnet=1], [])
9319
 
m4trace:configure.ac:650: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9320
 
m4trace:configure.ac:650: -1- m4_pattern_allow([^DNET_CPPFLAGS$])
9321
 
m4trace:configure.ac:650: -1- m4_pattern_allow([^DNET_LIBS$])
9322
 
m4trace:configure.ac:671: -1- m4_pattern_allow([^NO_DNET$])
9323
 
m4trace:configure.ac:681: -1- m4_pattern_allow([^have_cxx$])
9324
 
m4trace:configure.ac:688: -1- AC_VMW_CHECK_LIBXX([icuuc], [ICU], [], [icu-config], [], [unicode/utf.h], [], [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"], [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])])
9325
 
m4trace:configure.ac:688: -1- AC_VMW_CHECK_LIB([icuuc], [ICU], [], [icu-config], [], [unicode/utf.h], [], [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"], [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])])
9326
 
m4trace:configure.ac:688: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
9327
 
m4trace:configure.ac:688: -1- m4_pattern_allow([^ICU_CPPFLAGS$])
9328
 
m4trace:configure.ac:688: -1- m4_pattern_allow([^ICU_LIBS$])
9329
 
m4trace:configure.ac:710: -1- m4_pattern_allow([^RPCGEN$])
9330
 
m4trace:configure.ac:759: -1- m4_pattern_allow([^HAVE__BOOL$])
9331
 
m4trace:configure.ac:759: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
9332
 
m4trace:configure.ac:760: -1- m4_pattern_allow([^const$])
9333
 
m4trace:configure.ac:761: -1- m4_pattern_allow([^uid_t$])
9334
 
m4trace:configure.ac:761: -1- m4_pattern_allow([^gid_t$])
9335
 
m4trace:configure.ac:763: -1- m4_pattern_allow([^mode_t$])
9336
 
m4trace:configure.ac:764: -1- m4_pattern_allow([^off_t$])
9337
 
m4trace:configure.ac:765: -1- m4_pattern_allow([^pid_t$])
9338
 
m4trace:configure.ac:766: -1- m4_pattern_allow([^size_t$])
9339
 
m4trace:configure.ac:767: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_RDEV$])
9340
 
m4trace:configure.ac:768: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
9341
 
m4trace:configure.ac:769: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
9342
 
m4trace:configure.ac:770: -1- m4_pattern_allow([^volatile$])
9343
 
m4trace:configure.ac:780: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9344
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9345
 
configure.ac:780: the top level])
9346
 
m4trace:configure.ac:798: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9347
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9348
 
configure.ac:798: the top level])
 
2537
m4trace:configure.ac:665: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2538
m4trace:configure.ac:665: -1- m4_pattern_allow([^DNET_CPPFLAGS$])
 
2539
m4trace:configure.ac:665: -1- m4_pattern_allow([^DNET_LIBS$])
 
2540
m4trace:configure.ac:665: -1- m4_pattern_allow([^DNET_IS_DUMBNET$])
 
2541
m4trace:configure.ac:677: -1- AC_VMW_CHECK_LIB([dnet], [DNET], [], [dnet-config], [], [dnet.h], [intf_open], [have_dnet=1], [])
 
2542
m4trace:configure.ac:677: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2543
m4trace:configure.ac:677: -1- m4_pattern_allow([^DNET_CPPFLAGS$])
 
2544
m4trace:configure.ac:677: -1- m4_pattern_allow([^DNET_LIBS$])
 
2545
m4trace:configure.ac:698: -1- m4_pattern_allow([^NO_DNET$])
 
2546
m4trace:configure.ac:708: -1- m4_pattern_allow([^have_cxx$])
 
2547
m4trace:configure.ac:715: -1- AC_VMW_CHECK_LIBXX([icuuc], [ICU], [], [icu-config], [], [unicode/utf.h], [], [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"], [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])])
 
2548
m4trace:configure.ac:715: -1- AC_VMW_CHECK_LIB([icuuc], [ICU], [], [icu-config], [], [unicode/utf.h], [], [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"], [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])])
 
2549
m4trace:configure.ac:715: -1- m4_pattern_allow([^ac_vmw_lib_cfg$])
 
2550
m4trace:configure.ac:715: -1- m4_pattern_allow([^ICU_CPPFLAGS$])
 
2551
m4trace:configure.ac:715: -1- m4_pattern_allow([^ICU_LIBS$])
 
2552
m4trace:configure.ac:737: -1- m4_pattern_allow([^RPCGEN$])
 
2553
m4trace:configure.ac:786: -1- m4_pattern_allow([^HAVE__BOOL$])
 
2554
m4trace:configure.ac:786: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
 
2555
m4trace:configure.ac:787: -1- m4_pattern_allow([^const$])
 
2556
m4trace:configure.ac:788: -1- m4_pattern_allow([^uid_t$])
 
2557
m4trace:configure.ac:788: -1- m4_pattern_allow([^gid_t$])
 
2558
m4trace:configure.ac:790: -1- m4_pattern_allow([^mode_t$])
 
2559
m4trace:configure.ac:791: -1- m4_pattern_allow([^off_t$])
 
2560
m4trace:configure.ac:792: -1- m4_pattern_allow([^pid_t$])
 
2561
m4trace:configure.ac:793: -1- m4_pattern_allow([^size_t$])
 
2562
m4trace:configure.ac:794: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_RDEV$])
 
2563
m4trace:configure.ac:795: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
 
2564
m4trace:configure.ac:796: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
 
2565
m4trace:configure.ac:797: -1- m4_pattern_allow([^volatile$])
 
2566
m4trace:configure.ac:807: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
 
2567
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
 
2568
configure.ac:807: the top level])
9349
2569
m4trace:configure.ac:825: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9350
2570
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9351
2571
configure.ac:825: the top level])
9352
 
m4trace:configure.ac:848: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9353
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9354
 
configure.ac:848: the top level])
9355
 
m4trace:configure.ac:865: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9356
 
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9357
 
configure.ac:865: the top level])
9358
 
m4trace:configure.ac:883: -1- m4_pattern_allow([^have_doxygen$])
9359
 
m4trace:configure.ac:890: -1- m4_pattern_allow([^DOT$])
9360
 
m4trace:configure.ac:897: -1- m4_pattern_allow([^DOT$])
9361
 
m4trace:configure.ac:898: -1- m4_pattern_allow([^HAVE_DOT$])
9362
 
m4trace:configure.ac:900: -1- m4_pattern_allow([^MSCGEN$])
9363
 
m4trace:configure.ac:908: -1- m4_pattern_allow([^MSCGEN_DIR$])
9364
 
m4trace:configure.ac:1023: -1- AM_CONDITIONAL([BUILD_HGFSMOUNTER], [test "$buildHgfsmounter" = "yes"])
9365
 
m4trace:configure.ac:1023: -1- m4_pattern_allow([^BUILD_HGFSMOUNTER_TRUE$])
9366
 
m4trace:configure.ac:1023: -1- m4_pattern_allow([^BUILD_HGFSMOUNTER_FALSE$])
9367
 
m4trace:configure.ac:1023: -1- _AM_SUBST_NOTMAKE([BUILD_HGFSMOUNTER_TRUE])
9368
 
m4trace:configure.ac:1023: -1- _AM_SUBST_NOTMAKE([BUILD_HGFSMOUNTER_FALSE])
9369
 
m4trace:configure.ac:1024: -1- AM_CONDITIONAL([LINUX], [test "$os" = "linux"])
9370
 
m4trace:configure.ac:1024: -1- m4_pattern_allow([^LINUX_TRUE$])
9371
 
m4trace:configure.ac:1024: -1- m4_pattern_allow([^LINUX_FALSE$])
9372
 
m4trace:configure.ac:1024: -1- _AM_SUBST_NOTMAKE([LINUX_TRUE])
9373
 
m4trace:configure.ac:1024: -1- _AM_SUBST_NOTMAKE([LINUX_FALSE])
9374
 
m4trace:configure.ac:1025: -1- AM_CONDITIONAL([SOLARIS], [test "$os" = "solaris"])
9375
 
m4trace:configure.ac:1025: -1- m4_pattern_allow([^SOLARIS_TRUE$])
9376
 
m4trace:configure.ac:1025: -1- m4_pattern_allow([^SOLARIS_FALSE$])
9377
 
m4trace:configure.ac:1025: -1- _AM_SUBST_NOTMAKE([SOLARIS_TRUE])
9378
 
m4trace:configure.ac:1025: -1- _AM_SUBST_NOTMAKE([SOLARIS_FALSE])
9379
 
m4trace:configure.ac:1026: -1- AM_CONDITIONAL([FREEBSD], [test "$os" = "freebsd"])
9380
 
m4trace:configure.ac:1026: -1- m4_pattern_allow([^FREEBSD_TRUE$])
9381
 
m4trace:configure.ac:1026: -1- m4_pattern_allow([^FREEBSD_FALSE$])
9382
 
m4trace:configure.ac:1026: -1- _AM_SUBST_NOTMAKE([FREEBSD_TRUE])
9383
 
m4trace:configure.ac:1026: -1- _AM_SUBST_NOTMAKE([FREEBSD_FALSE])
9384
 
m4trace:configure.ac:1027: -1- AM_CONDITIONAL([FREEBSD_CUSTOM_SYSDIR], [test "$os" = "freebsd" -a -n "$SYSDIR"])
9385
 
m4trace:configure.ac:1027: -1- m4_pattern_allow([^FREEBSD_CUSTOM_SYSDIR_TRUE$])
9386
 
m4trace:configure.ac:1027: -1- m4_pattern_allow([^FREEBSD_CUSTOM_SYSDIR_FALSE$])
9387
 
m4trace:configure.ac:1027: -1- _AM_SUBST_NOTMAKE([FREEBSD_CUSTOM_SYSDIR_TRUE])
9388
 
m4trace:configure.ac:1027: -1- _AM_SUBST_NOTMAKE([FREEBSD_CUSTOM_SYSDIR_FALSE])
9389
 
m4trace:configure.ac:1028: -1- AM_CONDITIONAL([THIRTY_TWO_BIT_USERSPACE], [test "$userSpaceBitness" = "32"])
9390
 
m4trace:configure.ac:1028: -1- m4_pattern_allow([^THIRTY_TWO_BIT_USERSPACE_TRUE$])
9391
 
m4trace:configure.ac:1028: -1- m4_pattern_allow([^THIRTY_TWO_BIT_USERSPACE_FALSE$])
9392
 
m4trace:configure.ac:1028: -1- _AM_SUBST_NOTMAKE([THIRTY_TWO_BIT_USERSPACE_TRUE])
9393
 
m4trace:configure.ac:1028: -1- _AM_SUBST_NOTMAKE([THIRTY_TWO_BIT_USERSPACE_FALSE])
9394
 
m4trace:configure.ac:1029: -1- AM_CONDITIONAL([HAVE_X11], [test "$have_x" = "yes"])
9395
 
m4trace:configure.ac:1029: -1- m4_pattern_allow([^HAVE_X11_TRUE$])
9396
 
m4trace:configure.ac:1029: -1- m4_pattern_allow([^HAVE_X11_FALSE$])
9397
 
m4trace:configure.ac:1029: -1- _AM_SUBST_NOTMAKE([HAVE_X11_TRUE])
9398
 
m4trace:configure.ac:1029: -1- _AM_SUBST_NOTMAKE([HAVE_X11_FALSE])
9399
 
m4trace:configure.ac:1030: -1- AM_CONDITIONAL([HAVE_ICU], [test "$with_icu" = "yes"])
9400
 
m4trace:configure.ac:1030: -1- m4_pattern_allow([^HAVE_ICU_TRUE$])
9401
 
m4trace:configure.ac:1030: -1- m4_pattern_allow([^HAVE_ICU_FALSE$])
9402
 
m4trace:configure.ac:1030: -1- _AM_SUBST_NOTMAKE([HAVE_ICU_TRUE])
9403
 
m4trace:configure.ac:1030: -1- _AM_SUBST_NOTMAKE([HAVE_ICU_FALSE])
9404
 
m4trace:configure.ac:1031: -1- AM_CONDITIONAL([WITH_KERNEL_MODULES], [test "$with_kernel_modules" = "yes"])
9405
 
m4trace:configure.ac:1031: -1- m4_pattern_allow([^WITH_KERNEL_MODULES_TRUE$])
9406
 
m4trace:configure.ac:1031: -1- m4_pattern_allow([^WITH_KERNEL_MODULES_FALSE$])
9407
 
m4trace:configure.ac:1031: -1- _AM_SUBST_NOTMAKE([WITH_KERNEL_MODULES_TRUE])
9408
 
m4trace:configure.ac:1031: -1- _AM_SUBST_NOTMAKE([WITH_KERNEL_MODULES_FALSE])
9409
 
m4trace:configure.ac:1032: -1- AM_CONDITIONAL([ENABLE_UNITY], [test "$enable_unity" = "yes"])
9410
 
m4trace:configure.ac:1032: -1- m4_pattern_allow([^ENABLE_UNITY_TRUE$])
9411
 
m4trace:configure.ac:1032: -1- m4_pattern_allow([^ENABLE_UNITY_FALSE$])
9412
 
m4trace:configure.ac:1032: -1- _AM_SUBST_NOTMAKE([ENABLE_UNITY_TRUE])
9413
 
m4trace:configure.ac:1032: -1- _AM_SUBST_NOTMAKE([ENABLE_UNITY_FALSE])
9414
 
m4trace:configure.ac:1033: -1- AM_CONDITIONAL([WITH_ROOT_PRIVILEGES], [test "$with_root_privileges" = "yes"])
9415
 
m4trace:configure.ac:1033: -1- m4_pattern_allow([^WITH_ROOT_PRIVILEGES_TRUE$])
9416
 
m4trace:configure.ac:1033: -1- m4_pattern_allow([^WITH_ROOT_PRIVILEGES_FALSE$])
9417
 
m4trace:configure.ac:1033: -1- _AM_SUBST_NOTMAKE([WITH_ROOT_PRIVILEGES_TRUE])
9418
 
m4trace:configure.ac:1033: -1- _AM_SUBST_NOTMAKE([WITH_ROOT_PRIVILEGES_FALSE])
9419
 
m4trace:configure.ac:1034: -1- AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = "yes"])
9420
 
m4trace:configure.ac:1034: -1- m4_pattern_allow([^HAVE_DOXYGEN_TRUE$])
9421
 
m4trace:configure.ac:1034: -1- m4_pattern_allow([^HAVE_DOXYGEN_FALSE$])
9422
 
m4trace:configure.ac:1034: -1- _AM_SUBST_NOTMAKE([HAVE_DOXYGEN_TRUE])
9423
 
m4trace:configure.ac:1034: -1- _AM_SUBST_NOTMAKE([HAVE_DOXYGEN_FALSE])
9424
 
m4trace:configure.ac:1035: -1- AM_CONDITIONAL([HAVE_FUSE], [test "$have_fuse" = "yes"])
9425
 
m4trace:configure.ac:1035: -1- m4_pattern_allow([^HAVE_FUSE_TRUE$])
9426
 
m4trace:configure.ac:1035: -1- m4_pattern_allow([^HAVE_FUSE_FALSE$])
9427
 
m4trace:configure.ac:1035: -1- _AM_SUBST_NOTMAKE([HAVE_FUSE_TRUE])
9428
 
m4trace:configure.ac:1035: -1- _AM_SUBST_NOTMAKE([HAVE_FUSE_FALSE])
9429
 
m4trace:configure.ac:1036: -1- AM_CONDITIONAL([HAVE_GNU_LD], [test "$with_gnu_ld" = "yes"])
9430
 
m4trace:configure.ac:1036: -1- m4_pattern_allow([^HAVE_GNU_LD_TRUE$])
9431
 
m4trace:configure.ac:1036: -1- m4_pattern_allow([^HAVE_GNU_LD_FALSE$])
9432
 
m4trace:configure.ac:1036: -1- _AM_SUBST_NOTMAKE([HAVE_GNU_LD_TRUE])
9433
 
m4trace:configure.ac:1036: -1- _AM_SUBST_NOTMAKE([HAVE_GNU_LD_FALSE])
9434
 
m4trace:configure.ac:1037: -1- AM_CONDITIONAL([HAVE_GTKMM], [test "$have_x" = "yes" -a "$with_gtkmm" = "yes"])
9435
 
m4trace:configure.ac:1037: -1- m4_pattern_allow([^HAVE_GTKMM_TRUE$])
9436
 
m4trace:configure.ac:1037: -1- m4_pattern_allow([^HAVE_GTKMM_FALSE$])
9437
 
m4trace:configure.ac:1037: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_TRUE])
9438
 
m4trace:configure.ac:1037: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_FALSE])
9439
 
m4trace:configure.ac:1038: -1- AM_CONDITIONAL([HAVE_PAM], [test "$with_pam" = "yes"])
9440
 
m4trace:configure.ac:1038: -1- m4_pattern_allow([^HAVE_PAM_TRUE$])
9441
 
m4trace:configure.ac:1038: -1- m4_pattern_allow([^HAVE_PAM_FALSE$])
9442
 
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([HAVE_PAM_TRUE])
9443
 
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([HAVE_PAM_FALSE])
9444
 
m4trace:configure.ac:1049: -1- m4_pattern_allow([^NO_MULTIMON$])
9445
 
m4trace:configure.ac:1108: -1- m4_pattern_allow([^TOOLS_VERSION$])
9446
 
m4trace:configure.ac:1109: -1- m4_pattern_allow([^TARGET_OS$])
9447
 
m4trace:configure.ac:1110: -1- m4_pattern_allow([^KERNEL_RELEASE$])
9448
 
m4trace:configure.ac:1111: -1- m4_pattern_allow([^MODULES_OS$])
9449
 
m4trace:configure.ac:1112: -1- m4_pattern_allow([^MODULES_DIR$])
9450
 
m4trace:configure.ac:1113: -1- m4_pattern_allow([^MODULES$])
9451
 
m4trace:configure.ac:1114: -1- m4_pattern_allow([^COMMON_XLIBS$])
9452
 
m4trace:configure.ac:1115: -1- m4_pattern_allow([^PAM_PREFIX$])
9453
 
m4trace:configure.ac:1116: -1- m4_pattern_allow([^PLUGIN_CPPFLAGS$])
9454
 
m4trace:configure.ac:1117: -1- m4_pattern_allow([^PLUGIN_LDFLAGS$])
9455
 
m4trace:configure.ac:1118: -1- m4_pattern_allow([^VMTOOLS_CPPFLAGS$])
9456
 
m4trace:configure.ac:1119: -1- m4_pattern_allow([^VMTOOLS_LIBS$])
9457
 
m4trace:configure.ac:1120: -1- m4_pattern_allow([^RPCGENFLAGS$])
9458
 
m4trace:configure.ac:1121: -1- m4_pattern_allow([^XDR_LIBS$])
9459
 
m4trace:configure.ac:1122: -1- m4_pattern_allow([^TEST_PLUGIN_INSTALLDIR$])
9460
 
m4trace:configure.ac:1123: -1- m4_pattern_allow([^VMSVC_PLUGIN_INSTALLDIR$])
9461
 
m4trace:configure.ac:1124: -1- m4_pattern_allow([^VMUSR_PLUGIN_INSTALLDIR$])
9462
 
m4trace:configure.ac:1129: -1- m4_pattern_allow([^SYSDIR$])
9463
 
m4trace:configure.ac:1134: -1- m4_pattern_allow([^LIB_AUTH_CPPFLAGS$])
9464
 
m4trace:configure.ac:1135: -1- m4_pattern_allow([^LIB_FILE_CPPFLAGS$])
9465
 
m4trace:configure.ac:1136: -1- m4_pattern_allow([^LIB_HGFS_SERVER_CPPFLAGS$])
9466
 
m4trace:configure.ac:1137: -1- m4_pattern_allow([^LIB_IMPERSONATE_CPPFLAGS$])
9467
 
m4trace:configure.ac:1138: -1- m4_pattern_allow([^LIB_MISC_CPPFLAGS$])
9468
 
m4trace:configure.ac:1139: -1- m4_pattern_allow([^LIB_PROC_MGR_CPPFLAGS$])
9469
 
m4trace:configure.ac:1140: -1- m4_pattern_allow([^LIB_STRING_CPPFLAGS$])
9470
 
m4trace:configure.ac:1141: -1- m4_pattern_allow([^LIB_USER_CPPFLAGS$])
9471
 
m4trace:configure.ac:1142: -1- m4_pattern_allow([^LIBVMTOOLS_LIBADD$])
9472
 
m4trace:configure.ac:1146: -1- m4_pattern_allow([^VIX_LIBADD$])
9473
 
m4trace:configure.ac:1147: -1- m4_pattern_allow([^VMWARE_USER_CPPFLAGS$])
9474
 
m4trace:configure.ac:1148: -1- m4_pattern_allow([^VMWARE_USER_LDADD$])
9475
 
m4trace:configure.ac:1245: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9476
 
m4trace:configure.ac:1245: -1- m4_pattern_allow([^LTLIBOBJS$])
9477
 
m4trace:configure.ac:1245: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
 
2572
m4trace:configure.ac:852: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
 
2573
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
 
2574
configure.ac:852: the top level])
 
2575
m4trace:configure.ac:875: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
 
2576
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
 
2577
configure.ac:875: the top level])
 
2578
m4trace:configure.ac:892: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
 
2579
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
 
2580
configure.ac:892: the top level])
 
2581
m4trace:configure.ac:910: -1- m4_pattern_allow([^have_doxygen$])
 
2582
m4trace:configure.ac:917: -1- m4_pattern_allow([^DOT$])
 
2583
m4trace:configure.ac:924: -1- m4_pattern_allow([^DOT$])
 
2584
m4trace:configure.ac:925: -1- m4_pattern_allow([^HAVE_DOT$])
 
2585
m4trace:configure.ac:927: -1- m4_pattern_allow([^MSCGEN$])
 
2586
m4trace:configure.ac:935: -1- m4_pattern_allow([^MSCGEN_DIR$])
 
2587
m4trace:configure.ac:1038: -1- AM_CONDITIONAL([BUILD_HGFSMOUNTER], [test "$buildHgfsmounter" = "yes"])
 
2588
m4trace:configure.ac:1038: -1- m4_pattern_allow([^BUILD_HGFSMOUNTER_TRUE$])
 
2589
m4trace:configure.ac:1038: -1- m4_pattern_allow([^BUILD_HGFSMOUNTER_FALSE$])
 
2590
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([BUILD_HGFSMOUNTER_TRUE])
 
2591
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([BUILD_HGFSMOUNTER_FALSE])
 
2592
m4trace:configure.ac:1039: -1- AM_CONDITIONAL([LINUX], [test "$os" = "linux"])
 
2593
m4trace:configure.ac:1039: -1- m4_pattern_allow([^LINUX_TRUE$])
 
2594
m4trace:configure.ac:1039: -1- m4_pattern_allow([^LINUX_FALSE$])
 
2595
m4trace:configure.ac:1039: -1- _AM_SUBST_NOTMAKE([LINUX_TRUE])
 
2596
m4trace:configure.ac:1039: -1- _AM_SUBST_NOTMAKE([LINUX_FALSE])
 
2597
m4trace:configure.ac:1040: -1- AM_CONDITIONAL([SOLARIS], [test "$os" = "solaris"])
 
2598
m4trace:configure.ac:1040: -1- m4_pattern_allow([^SOLARIS_TRUE$])
 
2599
m4trace:configure.ac:1040: -1- m4_pattern_allow([^SOLARIS_FALSE$])
 
2600
m4trace:configure.ac:1040: -1- _AM_SUBST_NOTMAKE([SOLARIS_TRUE])
 
2601
m4trace:configure.ac:1040: -1- _AM_SUBST_NOTMAKE([SOLARIS_FALSE])
 
2602
m4trace:configure.ac:1041: -1- AM_CONDITIONAL([FREEBSD], [test "$os" = "freebsd"])
 
2603
m4trace:configure.ac:1041: -1- m4_pattern_allow([^FREEBSD_TRUE$])
 
2604
m4trace:configure.ac:1041: -1- m4_pattern_allow([^FREEBSD_FALSE$])
 
2605
m4trace:configure.ac:1041: -1- _AM_SUBST_NOTMAKE([FREEBSD_TRUE])
 
2606
m4trace:configure.ac:1041: -1- _AM_SUBST_NOTMAKE([FREEBSD_FALSE])
 
2607
m4trace:configure.ac:1042: -1- AM_CONDITIONAL([FREEBSD_CUSTOM_SYSDIR], [test "$os" = "freebsd" -a -n "$SYSDIR"])
 
2608
m4trace:configure.ac:1042: -1- m4_pattern_allow([^FREEBSD_CUSTOM_SYSDIR_TRUE$])
 
2609
m4trace:configure.ac:1042: -1- m4_pattern_allow([^FREEBSD_CUSTOM_SYSDIR_FALSE$])
 
2610
m4trace:configure.ac:1042: -1- _AM_SUBST_NOTMAKE([FREEBSD_CUSTOM_SYSDIR_TRUE])
 
2611
m4trace:configure.ac:1042: -1- _AM_SUBST_NOTMAKE([FREEBSD_CUSTOM_SYSDIR_FALSE])
 
2612
m4trace:configure.ac:1043: -1- AM_CONDITIONAL([THIRTY_TWO_BIT_USERSPACE], [test "$userSpaceBitness" = "32"])
 
2613
m4trace:configure.ac:1043: -1- m4_pattern_allow([^THIRTY_TWO_BIT_USERSPACE_TRUE$])
 
2614
m4trace:configure.ac:1043: -1- m4_pattern_allow([^THIRTY_TWO_BIT_USERSPACE_FALSE$])
 
2615
m4trace:configure.ac:1043: -1- _AM_SUBST_NOTMAKE([THIRTY_TWO_BIT_USERSPACE_TRUE])
 
2616
m4trace:configure.ac:1043: -1- _AM_SUBST_NOTMAKE([THIRTY_TWO_BIT_USERSPACE_FALSE])
 
2617
m4trace:configure.ac:1044: -1- AM_CONDITIONAL([HAVE_X11], [test "$have_x" = "yes"])
 
2618
m4trace:configure.ac:1044: -1- m4_pattern_allow([^HAVE_X11_TRUE$])
 
2619
m4trace:configure.ac:1044: -1- m4_pattern_allow([^HAVE_X11_FALSE$])
 
2620
m4trace:configure.ac:1044: -1- _AM_SUBST_NOTMAKE([HAVE_X11_TRUE])
 
2621
m4trace:configure.ac:1044: -1- _AM_SUBST_NOTMAKE([HAVE_X11_FALSE])
 
2622
m4trace:configure.ac:1045: -1- AM_CONDITIONAL([HAVE_ICU], [test "$with_icu" = "yes"])
 
2623
m4trace:configure.ac:1045: -1- m4_pattern_allow([^HAVE_ICU_TRUE$])
 
2624
m4trace:configure.ac:1045: -1- m4_pattern_allow([^HAVE_ICU_FALSE$])
 
2625
m4trace:configure.ac:1045: -1- _AM_SUBST_NOTMAKE([HAVE_ICU_TRUE])
 
2626
m4trace:configure.ac:1045: -1- _AM_SUBST_NOTMAKE([HAVE_ICU_FALSE])
 
2627
m4trace:configure.ac:1046: -1- AM_CONDITIONAL([WITH_KERNEL_MODULES], [test "$with_kernel_modules" = "yes"])
 
2628
m4trace:configure.ac:1046: -1- m4_pattern_allow([^WITH_KERNEL_MODULES_TRUE$])
 
2629
m4trace:configure.ac:1046: -1- m4_pattern_allow([^WITH_KERNEL_MODULES_FALSE$])
 
2630
m4trace:configure.ac:1046: -1- _AM_SUBST_NOTMAKE([WITH_KERNEL_MODULES_TRUE])
 
2631
m4trace:configure.ac:1046: -1- _AM_SUBST_NOTMAKE([WITH_KERNEL_MODULES_FALSE])
 
2632
m4trace:configure.ac:1047: -1- AM_CONDITIONAL([ENABLE_UNITY], [test "$enable_unity" = "yes"])
 
2633
m4trace:configure.ac:1047: -1- m4_pattern_allow([^ENABLE_UNITY_TRUE$])
 
2634
m4trace:configure.ac:1047: -1- m4_pattern_allow([^ENABLE_UNITY_FALSE$])
 
2635
m4trace:configure.ac:1047: -1- _AM_SUBST_NOTMAKE([ENABLE_UNITY_TRUE])
 
2636
m4trace:configure.ac:1047: -1- _AM_SUBST_NOTMAKE([ENABLE_UNITY_FALSE])
 
2637
m4trace:configure.ac:1048: -1- AM_CONDITIONAL([WITH_ROOT_PRIVILEGES], [test "$with_root_privileges" = "yes"])
 
2638
m4trace:configure.ac:1048: -1- m4_pattern_allow([^WITH_ROOT_PRIVILEGES_TRUE$])
 
2639
m4trace:configure.ac:1048: -1- m4_pattern_allow([^WITH_ROOT_PRIVILEGES_FALSE$])
 
2640
m4trace:configure.ac:1048: -1- _AM_SUBST_NOTMAKE([WITH_ROOT_PRIVILEGES_TRUE])
 
2641
m4trace:configure.ac:1048: -1- _AM_SUBST_NOTMAKE([WITH_ROOT_PRIVILEGES_FALSE])
 
2642
m4trace:configure.ac:1049: -1- AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = "yes"])
 
2643
m4trace:configure.ac:1049: -1- m4_pattern_allow([^HAVE_DOXYGEN_TRUE$])
 
2644
m4trace:configure.ac:1049: -1- m4_pattern_allow([^HAVE_DOXYGEN_FALSE$])
 
2645
m4trace:configure.ac:1049: -1- _AM_SUBST_NOTMAKE([HAVE_DOXYGEN_TRUE])
 
2646
m4trace:configure.ac:1049: -1- _AM_SUBST_NOTMAKE([HAVE_DOXYGEN_FALSE])
 
2647
m4trace:configure.ac:1050: -1- AM_CONDITIONAL([HAVE_FUSE], [test "$have_fuse" = "yes"])
 
2648
m4trace:configure.ac:1050: -1- m4_pattern_allow([^HAVE_FUSE_TRUE$])
 
2649
m4trace:configure.ac:1050: -1- m4_pattern_allow([^HAVE_FUSE_FALSE$])
 
2650
m4trace:configure.ac:1050: -1- _AM_SUBST_NOTMAKE([HAVE_FUSE_TRUE])
 
2651
m4trace:configure.ac:1050: -1- _AM_SUBST_NOTMAKE([HAVE_FUSE_FALSE])
 
2652
m4trace:configure.ac:1051: -1- AM_CONDITIONAL([HAVE_GNU_LD], [test "$with_gnu_ld" = "yes"])
 
2653
m4trace:configure.ac:1051: -1- m4_pattern_allow([^HAVE_GNU_LD_TRUE$])
 
2654
m4trace:configure.ac:1051: -1- m4_pattern_allow([^HAVE_GNU_LD_FALSE$])
 
2655
m4trace:configure.ac:1051: -1- _AM_SUBST_NOTMAKE([HAVE_GNU_LD_TRUE])
 
2656
m4trace:configure.ac:1051: -1- _AM_SUBST_NOTMAKE([HAVE_GNU_LD_FALSE])
 
2657
m4trace:configure.ac:1052: -1- AM_CONDITIONAL([HAVE_GTKMM], [test "$have_x" = "yes" -a "$with_gtkmm" = "yes"])
 
2658
m4trace:configure.ac:1052: -1- m4_pattern_allow([^HAVE_GTKMM_TRUE$])
 
2659
m4trace:configure.ac:1052: -1- m4_pattern_allow([^HAVE_GTKMM_FALSE$])
 
2660
m4trace:configure.ac:1052: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_TRUE])
 
2661
m4trace:configure.ac:1052: -1- _AM_SUBST_NOTMAKE([HAVE_GTKMM_FALSE])
 
2662
m4trace:configure.ac:1053: -1- AM_CONDITIONAL([HAVE_PAM], [test "$with_pam" = "yes"])
 
2663
m4trace:configure.ac:1053: -1- m4_pattern_allow([^HAVE_PAM_TRUE$])
 
2664
m4trace:configure.ac:1053: -1- m4_pattern_allow([^HAVE_PAM_FALSE$])
 
2665
m4trace:configure.ac:1053: -1- _AM_SUBST_NOTMAKE([HAVE_PAM_TRUE])
 
2666
m4trace:configure.ac:1053: -1- _AM_SUBST_NOTMAKE([HAVE_PAM_FALSE])
 
2667
m4trace:configure.ac:1054: -1- AM_CONDITIONAL([USE_SLASH_PROC], [test "os" = "linux" -a "$have_glib_2_14" = "yes"])
 
2668
m4trace:configure.ac:1054: -1- m4_pattern_allow([^USE_SLASH_PROC_TRUE$])
 
2669
m4trace:configure.ac:1054: -1- m4_pattern_allow([^USE_SLASH_PROC_FALSE$])
 
2670
m4trace:configure.ac:1054: -1- _AM_SUBST_NOTMAKE([USE_SLASH_PROC_TRUE])
 
2671
m4trace:configure.ac:1054: -1- _AM_SUBST_NOTMAKE([USE_SLASH_PROC_FALSE])
 
2672
m4trace:configure.ac:1065: -1- m4_pattern_allow([^NO_MULTIMON$])
 
2673
m4trace:configure.ac:1123: -1- m4_pattern_allow([^TOOLS_VERSION$])
 
2674
m4trace:configure.ac:1124: -1- m4_pattern_allow([^TARGET_OS$])
 
2675
m4trace:configure.ac:1125: -1- m4_pattern_allow([^KERNEL_RELEASE$])
 
2676
m4trace:configure.ac:1126: -1- m4_pattern_allow([^MODULES_OS$])
 
2677
m4trace:configure.ac:1127: -1- m4_pattern_allow([^MODULES_DIR$])
 
2678
m4trace:configure.ac:1128: -1- m4_pattern_allow([^MODULES$])
 
2679
m4trace:configure.ac:1129: -1- m4_pattern_allow([^COMMON_XLIBS$])
 
2680
m4trace:configure.ac:1130: -1- m4_pattern_allow([^PAM_PREFIX$])
 
2681
m4trace:configure.ac:1131: -1- m4_pattern_allow([^PLUGIN_CPPFLAGS$])
 
2682
m4trace:configure.ac:1132: -1- m4_pattern_allow([^PLUGIN_LDFLAGS$])
 
2683
m4trace:configure.ac:1133: -1- m4_pattern_allow([^VMTOOLS_CPPFLAGS$])
 
2684
m4trace:configure.ac:1134: -1- m4_pattern_allow([^VMTOOLS_LIBS$])
 
2685
m4trace:configure.ac:1135: -1- m4_pattern_allow([^RPCGENFLAGS$])
 
2686
m4trace:configure.ac:1136: -1- m4_pattern_allow([^XDR_LIBS$])
 
2687
m4trace:configure.ac:1137: -1- m4_pattern_allow([^TEST_PLUGIN_INSTALLDIR$])
 
2688
m4trace:configure.ac:1138: -1- m4_pattern_allow([^COMMON_PLUGIN_INSTALLDIR$])
 
2689
m4trace:configure.ac:1139: -1- m4_pattern_allow([^VMSVC_PLUGIN_INSTALLDIR$])
 
2690
m4trace:configure.ac:1140: -1- m4_pattern_allow([^VMUSR_PLUGIN_INSTALLDIR$])
 
2691
m4trace:configure.ac:1145: -1- m4_pattern_allow([^SYSDIR$])
 
2692
m4trace:configure.ac:1150: -1- m4_pattern_allow([^LIB_AUTH_CPPFLAGS$])
 
2693
m4trace:configure.ac:1151: -1- m4_pattern_allow([^LIB_FILE_CPPFLAGS$])
 
2694
m4trace:configure.ac:1152: -1- m4_pattern_allow([^LIB_HGFS_SERVER_CPPFLAGS$])
 
2695
m4trace:configure.ac:1153: -1- m4_pattern_allow([^LIB_IMPERSONATE_CPPFLAGS$])
 
2696
m4trace:configure.ac:1154: -1- m4_pattern_allow([^LIB_MISC_CPPFLAGS$])
 
2697
m4trace:configure.ac:1155: -1- m4_pattern_allow([^LIB_PROC_MGR_CPPFLAGS$])
 
2698
m4trace:configure.ac:1156: -1- m4_pattern_allow([^LIB_STRING_CPPFLAGS$])
 
2699
m4trace:configure.ac:1157: -1- m4_pattern_allow([^LIB_USER_CPPFLAGS$])
 
2700
m4trace:configure.ac:1158: -1- m4_pattern_allow([^LIBVMTOOLS_LIBADD$])
 
2701
m4trace:configure.ac:1162: -1- m4_pattern_allow([^VIX_LIBADD$])
 
2702
m4trace:configure.ac:1163: -1- m4_pattern_allow([^VMWARE_USER_CPPFLAGS$])
 
2703
m4trace:configure.ac:1164: -1- m4_pattern_allow([^VMWARE_USER_LDADD$])
 
2704
m4trace:configure.ac:1264: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
2705
m4trace:configure.ac:1264: -1- m4_pattern_allow([^LTLIBOBJS$])
 
2706
m4trace:configure.ac:1264: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
 
2707
m4trace:configure.ac:1264: -1- _LT_PROG_LTMAIN