~ubuntu-branches/ubuntu/quantal/xfce4-datetime-plugin/quantal

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-10-26 22:13:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061026221320-733nc56o8l13iiaf
Tags: 0.4.0-1
* New upstream release, ported to Xfce 4.4 API.         Closes: #370113
* Bumped build-depends on >= 4.4.99.1 (4.4rc1).
* Set Standard policy version to 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
m4trace:/usr/share/aclocal/glib-gettext.m4:398: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
 
2
m4trace:/usr/share/aclocal/glib-gettext.m4:398: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
 
3
m4trace:/usr/share/aclocal/intltool.m4:161: -1- AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])dnl
 
4
 
 
5
case "$am__api_version" in
 
6
    1.[01234])
 
7
        AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
 
8
    ;;
 
9
    *)
 
10
    ;;
 
11
esac
 
12
 
 
13
if test -n "$1"; then
 
14
    AC_MSG_CHECKING(for intltool >= $1)
 
15
 
 
16
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
17
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
 
18
    [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
 
19
    ]
 
20
    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
 
21
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
22
        AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
 
23
fi
 
24
 
 
25
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
26
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
27
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
28
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
29
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
 
30
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
31
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
32
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
33
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
34
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
35
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
36
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' 
 
37
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
38
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
39
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
40
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
41
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
42
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
43
 
 
44
AC_SUBST(INTLTOOL_DESKTOP_RULE)
 
45
AC_SUBST(INTLTOOL_DIRECTORY_RULE)
 
46
AC_SUBST(INTLTOOL_KEYS_RULE)
 
47
AC_SUBST(INTLTOOL_PROP_RULE)
 
48
AC_SUBST(INTLTOOL_OAF_RULE)
 
49
AC_SUBST(INTLTOOL_PONG_RULE)
 
50
AC_SUBST(INTLTOOL_SERVER_RULE)
 
51
AC_SUBST(INTLTOOL_SHEET_RULE)
 
52
AC_SUBST(INTLTOOL_SOUNDLIST_RULE)
 
53
AC_SUBST(INTLTOOL_UI_RULE)
 
54
AC_SUBST(INTLTOOL_XAM_RULE)
 
55
AC_SUBST(INTLTOOL_KBD_RULE)
 
56
AC_SUBST(INTLTOOL_XML_RULE)
 
57
AC_SUBST(INTLTOOL_XML_NOMERGE_RULE)
 
58
AC_SUBST(INTLTOOL_CAVES_RULE)
 
59
AC_SUBST(INTLTOOL_SCHEMAS_RULE)
 
60
AC_SUBST(INTLTOOL_THEME_RULE)
 
61
AC_SUBST(INTLTOOL_SERVICE_RULE)
 
62
 
 
63
# Use the tools built into the package, not the ones that are installed.
 
64
AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
 
65
AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge')
 
66
AC_SUBST(INTLTOOL_UPDATE, '$(top_builddir)/intltool-update')
 
67
 
 
68
AC_PATH_PROG(INTLTOOL_PERL, perl)
 
69
if test -z "$INTLTOOL_PERL"; then
 
70
   AC_MSG_ERROR([perl not found; required for intltool])
 
71
fi
 
72
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
73
   AC_MSG_ERROR([perl 5.x required for intltool])
 
74
fi
 
75
if test "x$2" != "xno-xml"; then
 
76
   AC_MSG_CHECKING([for XML::Parser])
 
77
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
78
       AC_MSG_RESULT([ok])
 
79
   else
 
80
       AC_MSG_ERROR([XML::Parser perl module is required for intltool])
 
81
   fi
 
82
fi
 
83
 
 
84
AC_PATH_PROG(INTLTOOL_ICONV, iconv, iconv)
 
85
AC_PATH_PROG(INTLTOOL_MSGFMT, msgfmt, msgfmt)
 
86
AC_PATH_PROG(INTLTOOL_MSGMERGE, msgmerge, msgmerge)
 
87
AC_PATH_PROG(INTLTOOL_XGETTEXT, xgettext, xgettext)
 
88
 
 
89
# Substitute ALL_LINGUAS so we can use it in po/Makefile
 
90
AC_SUBST(ALL_LINGUAS)
 
91
    
 
92
IT_PO_SUBDIR([po])
 
93
 
 
94
dnl The following is very similar to
 
95
dnl
 
96
dnl     AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update])
 
97
dnl
 
98
dnl with the following slight differences:
 
99
dnl  - the *.in files are in ac_aux_dir,
 
100
dnl  - if the file haven't changed upon reconfigure, it's not touched,
 
101
dnl  - the evaluation of the third parameter enables a hack which computes
 
102
dnl    the actual value of $libdir,
 
103
dnl  - the user sees "executing intltool commands", instead of
 
104
dnl    "creating intltool-extract" and such.
 
105
dnl
 
106
dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were
 
107
dnl a reason for it.
 
108
 
 
109
AC_CONFIG_COMMANDS([intltool], [
 
110
 
 
111
for file in intltool-extract intltool-merge intltool-update; do
 
112
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
 
113
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
 
114
      -e "s|@INTLTOOL_ICONV@|${INTLTOOL_ICONV}|g" \
 
115
      -e "s|@INTLTOOL_MSGFMT@|${INTLTOOL_MSGFMT}|g" \
 
116
      -e "s|@INTLTOOL_MSGMERGE@|${INTLTOOL_MSGMERGE}|g" \
 
117
      -e "s|@INTLTOOL_XGETTEXT@|${INTLTOOL_XGETTEXT}|g" \
 
118
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
 
119
        < ${ac_aux_dir}/${file}.in > ${file}.out
 
120
  if cmp -s ${file} ${file}.out 2>/dev/null; then
 
121
    rm -f ${file}.out
 
122
  else
 
123
    mv -f ${file}.out ${file}
 
124
  fi
 
125
  chmod ugo+x ${file}
 
126
  chmod u+w ${file}
 
127
done
 
128
 
 
129
],
 
130
[INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
 
131
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
 
132
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' INTLTOOL_ICONV='${INTLTOOL_ICONV}'
 
133
INTLTOOL_MSGFMT='${INTLTOOL_MSGFMT}' INTLTOOL_MSGMERGE='${INTLTOOL_MSGMERGE}'
 
134
INTLTOOL_XGETTEXT='${INTLTOOL_XGETTEXT}'])
 
135
 
 
136
])
 
137
m4trace:/usr/share/aclocal/intltool.m4:197: -1- AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
 
138
dnl
 
139
dnl The following CONFIG_COMMANDS should be exetuted at the very end
 
140
dnl of config.status.
 
141
AC_CONFIG_COMMANDS_PRE([
 
142
  AC_CONFIG_COMMANDS([$1/stamp-it], [
 
143
    rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
 
144
    >"$1/stamp-it.tmp"
 
145
    [sed '/^#/d
 
146
         s/^[[].*] *//
 
147
         /^[    ]*$/d
 
148
        '"s|^|  $ac_top_srcdir/|" \
 
149
      "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
 
150
    ]
 
151
    if test ! -f "$1/Makefile"; then
 
152
      AC_MSG_ERROR([$1/Makefile is not ready.])
 
153
    fi
 
154
    mv "$1/Makefile" "$1/Makefile.tmp"
 
155
    [sed '/^POTFILES =/,/[^\\]$/ {
 
156
                /^POTFILES =/!d
 
157
                r $1/POTFILES
 
158
          }
 
159
         ' "$1/Makefile.tmp" >"$1/Makefile"]
 
160
    rm -f "$1/Makefile.tmp"
 
161
    mv "$1/stamp-it.tmp" "$1/stamp-it"
 
162
  ])
 
163
])dnl
 
164
])
 
165
m4trace:/usr/share/aclocal/intltool.m4:201: -1- AU_DEFUN([AC_PROG_INTLTOOL], [m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
 
166
m4trace:/usr/share/aclocal/intltool.m4:201: -1- AC_DEFUN([AC_PROG_INTLTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete.
 
167
You should run autoupdate.])dnl
 
168
m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
 
169
m4trace:/usr/share/aclocal/libtool.m4:55: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
 
170
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
 
171
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
 
172
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
173
    [AC_LIBTOOL_CXX],
 
174
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
 
175
  ])])
 
176
dnl And a similar setup for Fortran 77 support
 
177
  AC_PROVIDE_IFELSE([AC_PROG_F77],
 
178
    [AC_LIBTOOL_F77],
 
179
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
 
180
])])
 
181
 
 
182
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
 
183
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
 
184
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
 
185
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
186
    [AC_LIBTOOL_GCJ],
 
187
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
188
      [AC_LIBTOOL_GCJ],
 
189
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
 
190
        [AC_LIBTOOL_GCJ],
 
191
      [ifdef([AC_PROG_GCJ],
 
192
             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
193
       ifdef([A][M_PROG_GCJ],
 
194
             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
195
       ifdef([LT_AC_PROG_GCJ],
 
196
             [define([LT_AC_PROG_GCJ],
 
197
                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
 
198
])])
 
199
m4trace:/usr/share/aclocal/libtool.m4:75: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
 
200
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
 
201
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
 
202
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
203
 
 
204
# This can be used to rebuild libtool when needed
 
205
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
206
 
 
207
# Always use our own libtool.
 
208
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
209
AC_SUBST(LIBTOOL)dnl
 
210
 
 
211
# Prevent multiple expansion
 
212
define([AC_PROG_LIBTOOL], [])
 
213
])
 
214
m4trace:/usr/share/aclocal/libtool.m4:220: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
 
215
AC_REQUIRE([AC_ENABLE_SHARED])dnl
 
216
AC_REQUIRE([AC_ENABLE_STATIC])dnl
 
217
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
 
218
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
219
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
220
AC_REQUIRE([AC_PROG_CC])dnl
 
221
AC_REQUIRE([AC_PROG_LD])dnl
 
222
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
 
223
AC_REQUIRE([AC_PROG_NM])dnl
 
224
 
 
225
AC_REQUIRE([AC_PROG_LN_S])dnl
 
226
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
 
227
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
228
AC_REQUIRE([AC_OBJEXT])dnl
 
229
AC_REQUIRE([AC_EXEEXT])dnl
 
230
dnl
 
231
 
 
232
AC_LIBTOOL_SYS_MAX_CMD_LEN
 
233
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
234
AC_LIBTOOL_OBJDIR
 
235
 
 
236
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
237
_LT_AC_PROG_ECHO_BACKSLASH
 
238
 
 
239
case $host_os in
 
240
aix3*)
 
241
  # AIX sometimes has problems with the GCC collect2 program.  For some
 
242
  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
243
  # vanish in a puff of smoke.
 
244
  if test "X${COLLECT_NAMES+set}" != Xset; then
 
245
    COLLECT_NAMES=
 
246
    export COLLECT_NAMES
 
247
  fi
 
248
  ;;
 
249
esac
 
250
 
 
251
# Sed substitution that helps us do robust quoting.  It backslashifies
 
252
# metacharacters that are still active within double-quoted strings.
 
253
Xsed='sed -e 1s/^X//'
 
254
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
255
 
 
256
# Same as above, but do not quote variable references.
 
257
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
 
258
 
 
259
# Sed substitution to delay expansion of an escaped shell variable in a
 
260
# double_quote_subst'ed string.
 
261
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
262
 
 
263
# Sed substitution to avoid accidental globbing in evaled expressions
 
264
no_glob_subst='s/\*/\\\*/g'
 
265
 
 
266
# Constants:
 
267
rm="rm -f"
 
268
 
 
269
# Global variables:
 
270
default_ofile=libtool
 
271
can_build_shared=yes
 
272
 
 
273
# All known linkers require a `.a' archive for static linking (except MSVC,
 
274
# which needs '.lib').
 
275
libext=a
 
276
ltmain="$ac_aux_dir/ltmain.sh"
 
277
ofile="$default_ofile"
 
278
with_gnu_ld="$lt_cv_prog_gnu_ld"
 
279
 
 
280
AC_CHECK_TOOL(AR, ar, false)
 
281
AC_CHECK_TOOL(RANLIB, ranlib, :)
 
282
AC_CHECK_TOOL(STRIP, strip, :)
 
283
 
 
284
old_CC="$CC"
 
285
old_CFLAGS="$CFLAGS"
 
286
 
 
287
# Set sane defaults for various variables
 
288
test -z "$AR" && AR=ar
 
289
test -z "$AR_FLAGS" && AR_FLAGS=cru
 
290
test -z "$AS" && AS=as
 
291
test -z "$CC" && CC=cc
 
292
test -z "$LTCC" && LTCC=$CC
 
293
test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
294
test -z "$DLLTOOL" && DLLTOOL=dlltool
 
295
test -z "$LD" && LD=ld
 
296
test -z "$LN_S" && LN_S="ln -s"
 
297
test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
298
test -z "$NM" && NM=nm
 
299
test -z "$SED" && SED=sed
 
300
test -z "$OBJDUMP" && OBJDUMP=objdump
 
301
test -z "$RANLIB" && RANLIB=:
 
302
test -z "$STRIP" && STRIP=:
 
303
test -z "$ac_objext" && ac_objext=o
 
304
 
 
305
# Determine commands to create old-style static archives.
 
306
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
 
307
old_postinstall_cmds='chmod 644 $oldlib'
 
308
old_postuninstall_cmds=
 
309
 
 
310
if test -n "$RANLIB"; then
 
311
  case $host_os in
 
312
  openbsd*)
 
313
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
314
    ;;
 
315
  *)
 
316
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
317
    ;;
 
318
  esac
 
319
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
320
fi
 
321
 
 
322
_LT_CC_BASENAME([$compiler])
 
323
 
 
324
# Only perform the check for file, if the check method requires it
 
325
case $deplibs_check_method in
 
326
file_magic*)
 
327
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
328
    AC_PATH_MAGIC
 
329
  fi
 
330
  ;;
 
331
esac
 
332
 
 
333
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
 
334
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
335
enable_win32_dll=yes, enable_win32_dll=no)
 
336
 
 
337
AC_ARG_ENABLE([libtool-lock],
 
338
    [AC_HELP_STRING([--disable-libtool-lock],
 
339
        [avoid locking (might break parallel builds)])])
 
340
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
341
 
 
342
AC_ARG_WITH([pic],
 
343
    [AC_HELP_STRING([--with-pic],
 
344
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
345
    [pic_mode="$withval"],
 
346
    [pic_mode=default])
 
347
test -z "$pic_mode" && pic_mode=default
 
348
 
 
349
# Use C for the default configuration in the libtool script
 
350
tagname=
 
351
AC_LIBTOOL_LANG_C_CONFIG
 
352
_LT_AC_TAGCONFIG
 
353
])
 
354
m4trace:/usr/share/aclocal/libtool.m4:236: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
 
355
 
 
356
# If no C compiler was specified, use CC.
 
357
LTCC=${LTCC-"$CC"}
 
358
 
 
359
# If no C compiler flags were specified, use CFLAGS.
 
360
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
361
 
 
362
# Allow CC to be a program name with arguments.
 
363
compiler=$CC
 
364
])
 
365
m4trace:/usr/share/aclocal/libtool.m4:252: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
 
366
  case $cc_temp in
 
367
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
368
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
369
    \-*) ;;
 
370
    *) break;;
 
371
  esac
 
372
done
 
373
cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
374
])
 
375
m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
 
376
printf "$lt_simple_compile_test_code" >conftest.$ac_ext
 
377
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
378
_lt_compiler_boilerplate=`cat conftest.err`
 
379
$rm conftest*
 
380
])
 
381
m4trace:/usr/share/aclocal/libtool.m4:278: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
 
382
printf "$lt_simple_link_test_code" >conftest.$ac_ext
 
383
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
384
_lt_linker_boilerplate=`cat conftest.err`
 
385
$rm conftest*
 
386
])
 
387
m4trace:/usr/share/aclocal/libtool.m4:297: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
388
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
389
}'`
 
390
# Check for a 64-bit object if we didn't find anything.
 
391
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; }
 
392
}'`; fi],[])
 
393
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
394
])
 
395
m4trace:/usr/share/aclocal/libtool.m4:308: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
 
396
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
397
         [AC_DIVERT_PUSH(NOTICE)])
 
398
$1
 
399
AC_DIVERT_POP
 
400
])
 
401
m4trace:/usr/share/aclocal/libtool.m4:464: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
 
402
# Check that we are running under the correct shell.
 
403
SHELL=${CONFIG_SHELL-/bin/sh}
 
404
 
 
405
case X$ECHO in
 
406
X*--fallback-echo)
 
407
  # Remove one level of quotation (which was required for Make).
 
408
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
409
  ;;
 
410
esac
 
411
 
 
412
echo=${ECHO-echo}
 
413
if test "X[$]1" = X--no-reexec; then
 
414
  # Discard the --no-reexec flag, and continue.
 
415
  shift
 
416
elif test "X[$]1" = X--fallback-echo; then
 
417
  # Avoid inline document here, it may be left over
 
418
  :
 
419
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
420
  # Yippee, $echo works!
 
421
  :
 
422
else
 
423
  # Restart under the correct shell.
 
424
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
425
fi
 
426
 
 
427
if test "X[$]1" = X--fallback-echo; then
 
428
  # used as fallback echo
 
429
  shift
 
430
  cat <<EOF
 
431
[$]*
 
432
EOF
 
433
  exit 0
 
434
fi
 
435
 
 
436
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
437
# if CDPATH is set.
 
438
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
439
 
 
440
if test -z "$ECHO"; then
 
441
if test "X${echo_test_string+set}" != Xset; then
 
442
# find a string as large as possible, as long as the shell can cope with it
 
443
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
444
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
445
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
446
       echo_test_string=`eval $cmd` &&
 
447
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
448
    then
 
449
      break
 
450
    fi
 
451
  done
 
452
fi
 
453
 
 
454
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
455
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
456
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
457
  :
 
458
else
 
459
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
460
  # backslashes.  This makes it impossible to quote backslashes using
 
461
  #   echo "$something" | sed 's/\\/\\\\/g'
 
462
  #
 
463
  # So, first we look for a working echo in the user's PATH.
 
464
 
 
465
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
466
  for dir in $PATH /usr/ucb; do
 
467
    IFS="$lt_save_ifs"
 
468
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
469
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
470
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
471
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
472
      echo="$dir/echo"
 
473
      break
 
474
    fi
 
475
  done
 
476
  IFS="$lt_save_ifs"
 
477
 
 
478
  if test "X$echo" = Xecho; then
 
479
    # We didn't find a better echo, so look for alternatives.
 
480
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
481
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
482
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
483
      # This shell has a builtin print -r that does the trick.
 
484
      echo='print -r'
 
485
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
486
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
487
      # If we have ksh, try running configure again with it.
 
488
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
489
      export ORIGINAL_CONFIG_SHELL
 
490
      CONFIG_SHELL=/bin/ksh
 
491
      export CONFIG_SHELL
 
492
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
493
    else
 
494
      # Try using printf.
 
495
      echo='printf %s\n'
 
496
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
497
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
498
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
499
        # Cool, printf works
 
500
        :
 
501
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
502
           test "X$echo_testing_string" = 'X\t' &&
 
503
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
504
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
505
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
506
        export CONFIG_SHELL
 
507
        SHELL="$CONFIG_SHELL"
 
508
        export SHELL
 
509
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
510
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
511
           test "X$echo_testing_string" = 'X\t' &&
 
512
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
513
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
514
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
515
      else
 
516
        # maybe with a smaller string...
 
517
        prev=:
 
518
 
 
519
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
520
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
521
          then
 
522
            break
 
523
          fi
 
524
          prev="$cmd"
 
525
        done
 
526
 
 
527
        if test "$prev" != 'sed 50q "[$]0"'; then
 
528
          echo_test_string=`eval $prev`
 
529
          export echo_test_string
 
530
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
531
        else
 
532
          # Oops.  We lost completely, so just stick with echo.
 
533
          echo=echo
 
534
        fi
 
535
      fi
 
536
    fi
 
537
  fi
 
538
fi
 
539
fi
 
540
 
 
541
# Copy echo and quote the copy suitably for passing to libtool from
 
542
# the Makefile, instead of quoting the original, which is used later.
 
543
ECHO=$echo
 
544
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
545
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
546
fi
 
547
 
 
548
AC_SUBST(ECHO)
 
549
])])
 
550
m4trace:/usr/share/aclocal/libtool.m4:608: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
 
551
    [AC_HELP_STRING([--disable-libtool-lock],
 
552
        [avoid locking (might break parallel builds)])])
 
553
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
554
 
 
555
# Some flags need to be propagated to the compiler or linker for good
 
556
# libtool support.
 
557
case $host in
 
558
ia64-*-hpux*)
 
559
  # Find out which ABI we are using.
 
560
  echo 'int i;' > conftest.$ac_ext
 
561
  if AC_TRY_EVAL(ac_compile); then
 
562
    case `/usr/bin/file conftest.$ac_objext` in
 
563
    *ELF-32*)
 
564
      HPUX_IA64_MODE="32"
 
565
      ;;
 
566
    *ELF-64*)
 
567
      HPUX_IA64_MODE="64"
 
568
      ;;
 
569
    esac
 
570
  fi
 
571
  rm -rf conftest*
 
572
  ;;
 
573
*-*-irix6*)
 
574
  # Find out which ABI we are using.
 
575
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
576
  if AC_TRY_EVAL(ac_compile); then
 
577
   if test "$lt_cv_prog_gnu_ld" = yes; then
 
578
    case `/usr/bin/file conftest.$ac_objext` in
 
579
    *32-bit*)
 
580
      LD="${LD-ld} -melf32bsmip"
 
581
      ;;
 
582
    *N32*)
 
583
      LD="${LD-ld} -melf32bmipn32"
 
584
      ;;
 
585
    *64-bit*)
 
586
      LD="${LD-ld} -melf64bmip"
 
587
      ;;
 
588
    esac
 
589
   else
 
590
    case `/usr/bin/file conftest.$ac_objext` in
 
591
    *32-bit*)
 
592
      LD="${LD-ld} -32"
 
593
      ;;
 
594
    *N32*)
 
595
      LD="${LD-ld} -n32"
 
596
      ;;
 
597
    *64-bit*)
 
598
      LD="${LD-ld} -64"
 
599
      ;;
 
600
    esac
 
601
   fi
 
602
  fi
 
603
  rm -rf conftest*
 
604
  ;;
 
605
 
 
606
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
 
607
  # Find out which ABI we are using.
 
608
  echo 'int i;' > conftest.$ac_ext
 
609
  if AC_TRY_EVAL(ac_compile); then
 
610
    case `/usr/bin/file conftest.o` in
 
611
    *32-bit*)
 
612
      case $host in
 
613
        x86_64-*linux*)
 
614
          LD="${LD-ld} -m elf_i386"
 
615
          ;;
 
616
        ppc64-*linux*|powerpc64-*linux*)
 
617
          LD="${LD-ld} -m elf32ppclinux"
 
618
          ;;
 
619
        s390x-*linux*)
 
620
          LD="${LD-ld} -m elf_s390"
 
621
          ;;
 
622
        sparc64-*linux*)
 
623
          LD="${LD-ld} -m elf32_sparc"
 
624
          ;;
 
625
      esac
 
626
      ;;
 
627
    *64-bit*)
 
628
      case $host in
 
629
        x86_64-*linux*)
 
630
          LD="${LD-ld} -m elf_x86_64"
 
631
          ;;
 
632
        ppc*-*linux*|powerpc*-*linux*)
 
633
          LD="${LD-ld} -m elf64ppc"
 
634
          ;;
 
635
        s390*-*linux*)
 
636
          LD="${LD-ld} -m elf64_s390"
 
637
          ;;
 
638
        sparc*-*linux*)
 
639
          LD="${LD-ld} -m elf64_sparc"
 
640
          ;;
 
641
      esac
 
642
      ;;
 
643
    esac
 
644
  fi
 
645
  rm -rf conftest*
 
646
  ;;
 
647
 
 
648
*-*-sco3.2v5*)
 
649
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
650
  SAVE_CFLAGS="$CFLAGS"
 
651
  CFLAGS="$CFLAGS -belf"
 
652
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
653
    [AC_LANG_PUSH(C)
 
654
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
655
     AC_LANG_POP])
 
656
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
657
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
658
    CFLAGS="$SAVE_CFLAGS"
 
659
  fi
 
660
  ;;
 
661
sparc*-*solaris*)
 
662
  # Find out which ABI we are using.
 
663
  echo 'int i;' > conftest.$ac_ext
 
664
  if AC_TRY_EVAL(ac_compile); then
 
665
    case `/usr/bin/file conftest.o` in
 
666
    *64-bit*)
 
667
      case $lt_cv_prog_gnu_ld in
 
668
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
669
      *)    LD="${LD-ld} -64" ;;
 
670
      esac
 
671
      ;;
 
672
    esac
 
673
  fi
 
674
  rm -rf conftest*
 
675
  ;;
 
676
 
 
677
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
678
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
679
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
680
  AC_CHECK_TOOL(AS, as, false)
 
681
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
682
  ;;
 
683
  ])
 
684
esac
 
685
 
 
686
need_locks="$enable_libtool_lock"
 
687
 
 
688
])
 
689
m4trace:/usr/share/aclocal/libtool.m4:653: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
 
690
AC_CACHE_CHECK([$1], [$2],
 
691
  [$2=no
 
692
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
693
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
694
   lt_compiler_flag="$3"
 
695
   # Insert the option either (1) after the last *FLAGS variable, or
 
696
   # (2) before a word containing "conftest.", or (3) at the end.
 
697
   # Note that $ac_compile itself does not contain backslashes and begins
 
698
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
699
   # The option is referenced via a variable to avoid confusing sed.
 
700
   lt_compile=`echo "$ac_compile" | $SED \
 
701
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
702
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
703
   -e 's:$: $lt_compiler_flag:'`
 
704
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
705
   (eval "$lt_compile" 2>conftest.err)
 
706
   ac_status=$?
 
707
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
708
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
709
   if (exit $ac_status) && test -s "$ac_outfile"; then
 
710
     # The compiler can only warn and ignore the option if not recognized
 
711
     # So say no if there are warnings other than the usual output.
 
712
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
713
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
714
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
715
       $2=yes
 
716
     fi
 
717
   fi
 
718
   $rm conftest*
 
719
])
 
720
 
 
721
if test x"[$]$2" = xyes; then
 
722
    ifelse([$5], , :, [$5])
 
723
else
 
724
    ifelse([$6], , :, [$6])
 
725
fi
 
726
])
 
727
m4trace:/usr/share/aclocal/libtool.m4:690: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
 
728
  [$2=no
 
729
   save_LDFLAGS="$LDFLAGS"
 
730
   LDFLAGS="$LDFLAGS $3"
 
731
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
732
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
733
     # The linker can only warn and ignore the option if not recognized
 
734
     # So say no if there are warnings
 
735
     if test -s conftest.err; then
 
736
       # Append any errors to the config.log.
 
737
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
738
       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
739
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
740
       if diff conftest.exp conftest.er2 >/dev/null; then
 
741
         $2=yes
 
742
       fi
 
743
     else
 
744
       $2=yes
 
745
     fi
 
746
   fi
 
747
   $rm conftest*
 
748
   LDFLAGS="$save_LDFLAGS"
 
749
])
 
750
 
 
751
if test x"[$]$2" = xyes; then
 
752
    ifelse([$4], , :, [$4])
 
753
else
 
754
    ifelse([$5], , :, [$5])
 
755
fi
 
756
])
 
757
m4trace:/usr/share/aclocal/libtool.m4:805: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
 
758
AC_MSG_CHECKING([the maximum length of command line arguments])
 
759
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
760
  i=0
 
761
  teststring="ABCD"
 
762
 
 
763
  case $build_os in
 
764
  msdosdjgpp*)
 
765
    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
766
    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
767
    # during glob expansion).  Even if it were fixed, the result of this
 
768
    # check would be larger than it should be.
 
769
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
770
    ;;
 
771
 
 
772
  gnu*)
 
773
    # Under GNU Hurd, this test is not required because there is
 
774
    # no limit to the length of command line arguments.
 
775
    # Libtool will interpret -1 as no limit whatsoever
 
776
    lt_cv_sys_max_cmd_len=-1;
 
777
    ;;
 
778
 
 
779
  cygwin* | mingw*)
 
780
    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
781
    # about 5 minutes as the teststring grows exponentially.
 
782
    # Worse, since 9x/ME are not pre-emptively multitasking,
 
783
    # you end up with a "frozen" computer, even though with patience
 
784
    # the test eventually succeeds (with a max line length of 256k).
 
785
    # Instead, let's just punt: use the minimum linelength reported by
 
786
    # all of the supported platforms: 8192 (on NT/2K/XP).
 
787
    lt_cv_sys_max_cmd_len=8192;
 
788
    ;;
 
789
 
 
790
  amigaos*)
 
791
    # On AmigaOS with pdksh, this test takes hours, literally.
 
792
    # So we just punt and use a minimum line length of 8192.
 
793
    lt_cv_sys_max_cmd_len=8192;
 
794
    ;;
 
795
 
 
796
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
797
    # This has been around since 386BSD, at least.  Likely further.
 
798
    if test -x /sbin/sysctl; then
 
799
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
800
    elif test -x /usr/sbin/sysctl; then
 
801
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
802
    else
 
803
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
 
804
    fi
 
805
    # And add a safety zone
 
806
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
807
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
808
    ;;
 
809
 
 
810
  interix*)
 
811
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
812
    lt_cv_sys_max_cmd_len=196608
 
813
    ;;
 
814
 
 
815
  osf*)
 
816
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
817
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
818
    # nice to cause kernel panics so lets avoid the loop below.
 
819
    # First set a reasonable default.
 
820
    lt_cv_sys_max_cmd_len=16384
 
821
    #
 
822
    if test -x /sbin/sysconfig; then
 
823
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
824
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
825
      esac
 
826
    fi
 
827
    ;;
 
828
  sco3.2v5*)
 
829
    lt_cv_sys_max_cmd_len=102400
 
830
    ;;
 
831
  sysv5* | sco5v6* | sysv4.2uw2*)
 
832
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
833
    if test -n "$kargmax"; then
 
834
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
835
    else
 
836
      lt_cv_sys_max_cmd_len=32768
 
837
    fi
 
838
    ;;
 
839
  *)
 
840
    # If test is not a shell built-in, we'll probably end up computing a
 
841
    # maximum length that is only half of the actual maximum length, but
 
842
    # we can't tell.
 
843
    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
844
    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 
845
               = "XX$teststring") >/dev/null 2>&1 &&
 
846
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
847
            lt_cv_sys_max_cmd_len=$new_result &&
 
848
            test $i != 17 # 1/2 MB should be enough
 
849
    do
 
850
      i=`expr $i + 1`
 
851
      teststring=$teststring$teststring
 
852
    done
 
853
    teststring=
 
854
    # Add a significant safety factor because C++ compilers can tack on massive
 
855
    # amounts of additional arguments before passing them to the linker.
 
856
    # It appears as though 1/2 is a usable value.
 
857
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
858
    ;;
 
859
  esac
 
860
])
 
861
if test -n $lt_cv_sys_max_cmd_len ; then
 
862
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
863
else
 
864
  AC_MSG_RESULT(none)
 
865
fi
 
866
])
 
867
m4trace:/usr/share/aclocal/libtool.m4:812: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
 
868
])
 
869
m4trace:/usr/share/aclocal/libtool.m4:903: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
870
if test "$cross_compiling" = yes; then :
 
871
  [$4]
 
872
else
 
873
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
874
  lt_status=$lt_dlunknown
 
875
  cat > conftest.$ac_ext <<EOF
 
876
[#line __oline__ "configure"
 
877
#include "confdefs.h"
 
878
 
 
879
#if HAVE_DLFCN_H
 
880
#include <dlfcn.h>
 
881
#endif
 
882
 
 
883
#include <stdio.h>
 
884
 
 
885
#ifdef RTLD_GLOBAL
 
886
#  define LT_DLGLOBAL           RTLD_GLOBAL
 
887
#else
 
888
#  ifdef DL_GLOBAL
 
889
#    define LT_DLGLOBAL         DL_GLOBAL
 
890
#  else
 
891
#    define LT_DLGLOBAL         0
 
892
#  endif
 
893
#endif
 
894
 
 
895
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
896
   find out it does not work in some platform. */
 
897
#ifndef LT_DLLAZY_OR_NOW
 
898
#  ifdef RTLD_LAZY
 
899
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
 
900
#  else
 
901
#    ifdef DL_LAZY
 
902
#      define LT_DLLAZY_OR_NOW          DL_LAZY
 
903
#    else
 
904
#      ifdef RTLD_NOW
 
905
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
 
906
#      else
 
907
#        ifdef DL_NOW
 
908
#          define LT_DLLAZY_OR_NOW      DL_NOW
 
909
#        else
 
910
#          define LT_DLLAZY_OR_NOW      0
 
911
#        endif
 
912
#      endif
 
913
#    endif
 
914
#  endif
 
915
#endif
 
916
 
 
917
#ifdef __cplusplus
 
918
extern "C" void exit (int);
 
919
#endif
 
920
 
 
921
void fnord() { int i=42;}
 
922
int main ()
 
923
{
 
924
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
925
  int status = $lt_dlunknown;
 
926
 
 
927
  if (self)
 
928
    {
 
929
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
930
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
931
      /* dlclose (self); */
 
932
    }
 
933
  else
 
934
    puts (dlerror ());
 
935
 
 
936
    exit (status);
 
937
}]
 
938
EOF
 
939
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
940
    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
941
    lt_status=$?
 
942
    case x$lt_status in
 
943
      x$lt_dlno_uscore) $1 ;;
 
944
      x$lt_dlneed_uscore) $2 ;;
 
945
      x$lt_dlunknown|x*) $3 ;;
 
946
    esac
 
947
  else :
 
948
    # compilation failed
 
949
    $3
 
950
  fi
 
951
fi
 
952
rm -fr conftest*
 
953
])
 
954
m4trace:/usr/share/aclocal/libtool.m4:1016: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
955
if test "x$enable_dlopen" != xyes; then
 
956
  enable_dlopen=unknown
 
957
  enable_dlopen_self=unknown
 
958
  enable_dlopen_self_static=unknown
 
959
else
 
960
  lt_cv_dlopen=no
 
961
  lt_cv_dlopen_libs=
 
962
 
 
963
  case $host_os in
 
964
  beos*)
 
965
    lt_cv_dlopen="load_add_on"
 
966
    lt_cv_dlopen_libs=
 
967
    lt_cv_dlopen_self=yes
 
968
    ;;
 
969
 
 
970
  mingw* | pw32*)
 
971
    lt_cv_dlopen="LoadLibrary"
 
972
    lt_cv_dlopen_libs=
 
973
   ;;
 
974
 
 
975
  cygwin*)
 
976
    lt_cv_dlopen="dlopen"
 
977
    lt_cv_dlopen_libs=
 
978
   ;;
 
979
 
 
980
  darwin*)
 
981
  # if libdl is installed we need to link against it
 
982
    AC_CHECK_LIB([dl], [dlopen],
 
983
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
984
    lt_cv_dlopen="dyld"
 
985
    lt_cv_dlopen_libs=
 
986
    lt_cv_dlopen_self=yes
 
987
    ])
 
988
   ;;
 
989
 
 
990
  *)
 
991
    AC_CHECK_FUNC([shl_load],
 
992
          [lt_cv_dlopen="shl_load"],
 
993
      [AC_CHECK_LIB([dld], [shl_load],
 
994
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 
995
        [AC_CHECK_FUNC([dlopen],
 
996
              [lt_cv_dlopen="dlopen"],
 
997
          [AC_CHECK_LIB([dl], [dlopen],
 
998
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
999
            [AC_CHECK_LIB([svld], [dlopen],
 
1000
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
1001
              [AC_CHECK_LIB([dld], [dld_link],
 
1002
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
1003
              ])
 
1004
            ])
 
1005
          ])
 
1006
        ])
 
1007
      ])
 
1008
    ;;
 
1009
  esac
 
1010
 
 
1011
  if test "x$lt_cv_dlopen" != xno; then
 
1012
    enable_dlopen=yes
 
1013
  else
 
1014
    enable_dlopen=no
 
1015
  fi
 
1016
 
 
1017
  case $lt_cv_dlopen in
 
1018
  dlopen)
 
1019
    save_CPPFLAGS="$CPPFLAGS"
 
1020
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
1021
 
 
1022
    save_LDFLAGS="$LDFLAGS"
 
1023
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
1024
 
 
1025
    save_LIBS="$LIBS"
 
1026
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
1027
 
 
1028
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
1029
          lt_cv_dlopen_self, [dnl
 
1030
          _LT_AC_TRY_DLOPEN_SELF(
 
1031
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
1032
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
1033
    ])
 
1034
 
 
1035
    if test "x$lt_cv_dlopen_self" = xyes; then
 
1036
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
1037
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
1038
          lt_cv_dlopen_self_static, [dnl
 
1039
          _LT_AC_TRY_DLOPEN_SELF(
 
1040
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
1041
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
1042
      ])
 
1043
    fi
 
1044
 
 
1045
    CPPFLAGS="$save_CPPFLAGS"
 
1046
    LDFLAGS="$save_LDFLAGS"
 
1047
    LIBS="$save_LIBS"
 
1048
    ;;
 
1049
  esac
 
1050
 
 
1051
  case $lt_cv_dlopen_self in
 
1052
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
1053
  *) enable_dlopen_self=unknown ;;
 
1054
  esac
 
1055
 
 
1056
  case $lt_cv_dlopen_self_static in
 
1057
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
1058
  *) enable_dlopen_self_static=unknown ;;
 
1059
  esac
 
1060
fi
 
1061
])
 
1062
m4trace:/usr/share/aclocal/libtool.m4:1067: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
1063
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
1064
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
1065
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
1066
   $rm -r conftest 2>/dev/null
 
1067
   mkdir conftest
 
1068
   cd conftest
 
1069
   mkdir out
 
1070
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
1071
 
 
1072
   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
1073
   # Insert the option either (1) after the last *FLAGS variable, or
 
1074
   # (2) before a word containing "conftest.", or (3) at the end.
 
1075
   # Note that $ac_compile itself does not contain backslashes and begins
 
1076
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
1077
   lt_compile=`echo "$ac_compile" | $SED \
 
1078
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
1079
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
1080
   -e 's:$: $lt_compiler_flag:'`
 
1081
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
1082
   (eval "$lt_compile" 2>out/conftest.err)
 
1083
   ac_status=$?
 
1084
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
1085
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
1086
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
1087
   then
 
1088
     # The compiler can only warn and ignore the option if not recognized
 
1089
     # So say no if there are warnings
 
1090
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
1091
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
1092
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
1093
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
1094
     fi
 
1095
   fi
 
1096
   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
1097
   $rm conftest*
 
1098
   # SGI C++ compiler will create directory out/ii_files/ for
 
1099
   # template instantiation
 
1100
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
1101
   $rm out/* && rmdir out
 
1102
   cd ..
 
1103
   rmdir conftest
 
1104
   $rm conftest*
 
1105
])
 
1106
])
 
1107
m4trace:/usr/share/aclocal/libtool.m4:1094: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
 
1108
 
 
1109
hard_links="nottested"
 
1110
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
1111
  # do not overwrite the value of need_locks provided by the user
 
1112
  AC_MSG_CHECKING([if we can lock with hard links])
 
1113
  hard_links=yes
 
1114
  $rm conftest*
 
1115
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
1116
  touch conftest.a
 
1117
  ln conftest.a conftest.b 2>&5 || hard_links=no
 
1118
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
1119
  AC_MSG_RESULT([$hard_links])
 
1120
  if test "$hard_links" = no; then
 
1121
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
1122
    need_locks=warn
 
1123
  fi
 
1124
else
 
1125
  need_locks=no
 
1126
fi
 
1127
])
 
1128
m4trace:/usr/share/aclocal/libtool.m4:1111: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
1129
[rm -f .libs 2>/dev/null
 
1130
mkdir .libs 2>/dev/null
 
1131
if test -d .libs; then
 
1132
  lt_cv_objdir=.libs
 
1133
else
 
1134
  # MS-DOS does not allow filenames that begin with a dot.
 
1135
  lt_cv_objdir=_libs
 
1136
fi
 
1137
rmdir .libs 2>/dev/null])
 
1138
objdir=$lt_cv_objdir
 
1139
])
 
1140
m4trace:/usr/share/aclocal/libtool.m4:1152: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
 
1141
_LT_AC_TAGVAR(hardcode_action, $1)=
 
1142
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
 
1143
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
 
1144
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
1145
 
 
1146
  # We can hardcode non-existant directories.
 
1147
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
1148
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
1149
     # have to relink, otherwise we might link with an installed library
 
1150
     # when we should be linking with a yet-to-be-installed one
 
1151
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
1152
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
 
1153
    # Linking always hardcodes the temporary library directory.
 
1154
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
 
1155
  else
 
1156
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
1157
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
 
1158
  fi
 
1159
else
 
1160
  # We cannot hardcode anything, or else we can only hardcode existing
 
1161
  # directories.
 
1162
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
 
1163
fi
 
1164
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
 
1165
 
 
1166
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
 
1167
  # Fast installation is not supported
 
1168
  enable_fast_install=no
 
1169
elif test "$shlibpath_overrides_runpath" = yes ||
 
1170
     test "$enable_shared" = no; then
 
1171
  # Fast installation is not necessary
 
1172
  enable_fast_install=needless
 
1173
fi
 
1174
])
 
1175
m4trace:/usr/share/aclocal/libtool.m4:1181: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
 
1176
old_striplib=
 
1177
AC_MSG_CHECKING([whether stripping libraries is possible])
 
1178
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
1179
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
1180
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
1181
  AC_MSG_RESULT([yes])
 
1182
else
 
1183
# FIXME - insert some real tests, host_os isn't really good enough
 
1184
  case $host_os in
 
1185
   darwin*)
 
1186
       if test -n "$STRIP" ; then
 
1187
         striplib="$STRIP -x"
 
1188
         AC_MSG_RESULT([yes])
 
1189
       else
 
1190
  AC_MSG_RESULT([no])
 
1191
fi
 
1192
       ;;
 
1193
   *)
 
1194
  AC_MSG_RESULT([no])
 
1195
    ;;
 
1196
  esac
 
1197
fi
 
1198
])
 
1199
m4trace:/usr/share/aclocal/libtool.m4:1770: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
 
1200
library_names_spec=
 
1201
libname_spec='lib$name'
 
1202
soname_spec=
 
1203
shrext_cmds=".so"
 
1204
postinstall_cmds=
 
1205
postuninstall_cmds=
 
1206
finish_cmds=
 
1207
finish_eval=
 
1208
shlibpath_var=
 
1209
shlibpath_overrides_runpath=unknown
 
1210
version_type=none
 
1211
dynamic_linker="$host_os ld.so"
 
1212
sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
1213
if test "$GCC" = yes; then
 
1214
  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
1215
  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
 
1216
    # if the path contains ";" then we assume it to be the separator
 
1217
    # otherwise default to the standard path separator (i.e. ":") - it is
 
1218
    # assumed that no part of a normal pathname contains ";" but that should
 
1219
    # okay in the real world where ";" in dirpaths is itself problematic.
 
1220
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
1221
  else
 
1222
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
1223
  fi
 
1224
else
 
1225
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
1226
fi
 
1227
need_lib_prefix=unknown
 
1228
hardcode_into_libs=no
 
1229
 
 
1230
# when you set need_version to no, make sure it does not cause -set_version
 
1231
# flags to be left without arguments
 
1232
need_version=unknown
 
1233
 
 
1234
case $host_os in
 
1235
aix3*)
 
1236
  version_type=linux
 
1237
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
1238
  shlibpath_var=LIBPATH
 
1239
 
 
1240
  # AIX 3 has no versioning support, so we append a major version to the name.
 
1241
  soname_spec='${libname}${release}${shared_ext}$major'
 
1242
  ;;
 
1243
 
 
1244
aix4* | aix5*)
 
1245
  version_type=linux
 
1246
  need_lib_prefix=no
 
1247
  need_version=no
 
1248
  hardcode_into_libs=yes
 
1249
  if test "$host_cpu" = ia64; then
 
1250
    # AIX 5 supports IA64
 
1251
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
1252
    shlibpath_var=LD_LIBRARY_PATH
 
1253
  else
 
1254
    # With GCC up to 2.95.x, collect2 would create an import file
 
1255
    # for dependence libraries.  The import file would start with
 
1256
    # the line `#! .'.  This would cause the generated library to
 
1257
    # depend on `.', always an invalid library.  This was fixed in
 
1258
    # development snapshots of GCC prior to 3.0.
 
1259
    case $host_os in
 
1260
      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
1261
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
1262
           echo ' yes '
 
1263
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
1264
        :
 
1265
      else
 
1266
        can_build_shared=no
 
1267
      fi
 
1268
      ;;
 
1269
    esac
 
1270
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
1271
    # soname into executable. Probably we can add versioning support to
 
1272
    # collect2, so additional links can be useful in future.
 
1273
    if test "$aix_use_runtimelinking" = yes; then
 
1274
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
1275
      # instead of lib<name>.a to let people know that these are not
 
1276
      # typical AIX shared libraries.
 
1277
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1278
    else
 
1279
      # We preserve .a as extension for shared libraries through AIX4.2
 
1280
      # and later when we are not doing run time linking.
 
1281
      library_names_spec='${libname}${release}.a $libname.a'
 
1282
      soname_spec='${libname}${release}${shared_ext}$major'
 
1283
    fi
 
1284
    shlibpath_var=LIBPATH
 
1285
  fi
 
1286
  ;;
 
1287
 
 
1288
amigaos*)
 
1289
  library_names_spec='$libname.ixlibrary $libname.a'
 
1290
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
1291
  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'
 
1292
  ;;
 
1293
 
 
1294
beos*)
 
1295
  library_names_spec='${libname}${shared_ext}'
 
1296
  dynamic_linker="$host_os ld.so"
 
1297
  shlibpath_var=LIBRARY_PATH
 
1298
  ;;
 
1299
 
 
1300
bsdi[[45]]*)
 
1301
  version_type=linux
 
1302
  need_version=no
 
1303
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1304
  soname_spec='${libname}${release}${shared_ext}$major'
 
1305
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
1306
  shlibpath_var=LD_LIBRARY_PATH
 
1307
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
1308
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
1309
  # the default ld.so.conf also contains /usr/contrib/lib and
 
1310
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
1311
  # libtool to hard-code these into programs
 
1312
  ;;
 
1313
 
 
1314
cygwin* | mingw* | pw32*)
 
1315
  version_type=windows
 
1316
  shrext_cmds=".dll"
 
1317
  need_version=no
 
1318
  need_lib_prefix=no
 
1319
 
 
1320
  case $GCC,$host_os in
 
1321
  yes,cygwin* | yes,mingw* | yes,pw32*)
 
1322
    library_names_spec='$libname.dll.a'
 
1323
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
1324
    postinstall_cmds='base_file=`basename \${file}`~
 
1325
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
1326
      dldir=$destdir/`dirname \$dlpath`~
 
1327
      test -d \$dldir || mkdir -p \$dldir~
 
1328
      $install_prog $dir/$dlname \$dldir/$dlname~
 
1329
      chmod a+x \$dldir/$dlname'
 
1330
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
1331
      dlpath=$dir/\$dldll~
 
1332
       $rm \$dlpath'
 
1333
    shlibpath_overrides_runpath=yes
 
1334
 
 
1335
    case $host_os in
 
1336
    cygwin*)
 
1337
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
1338
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1339
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
1340
      ;;
 
1341
    mingw*)
 
1342
      # MinGW DLLs use traditional 'lib' prefix
 
1343
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1344
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
1345
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
 
1346
        # It is most probably a Windows format PATH printed by
 
1347
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
1348
        # path with ; separators, and with drive letters. We can handle the
 
1349
        # drive letters (cygwin fileutils understands them), so leave them,
 
1350
        # especially as we might pass files found there to a mingw objdump,
 
1351
        # which wouldn't understand a cygwinified path. Ahh.
 
1352
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
1353
      else
 
1354
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
1355
      fi
 
1356
      ;;
 
1357
    pw32*)
 
1358
      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
1359
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1360
      ;;
 
1361
    esac
 
1362
    ;;
 
1363
 
 
1364
  *)
 
1365
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
1366
    ;;
 
1367
  esac
 
1368
  dynamic_linker='Win32 ld.exe'
 
1369
  # FIXME: first we should search . and the directory the executable is in
 
1370
  shlibpath_var=PATH
 
1371
  ;;
 
1372
 
 
1373
darwin* | rhapsody*)
 
1374
  dynamic_linker="$host_os dyld"
 
1375
  version_type=darwin
 
1376
  need_lib_prefix=no
 
1377
  need_version=no
 
1378
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
1379
  soname_spec='${libname}${release}${major}$shared_ext'
 
1380
  shlibpath_overrides_runpath=yes
 
1381
  shlibpath_var=DYLD_LIBRARY_PATH
 
1382
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
1383
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
1384
  if test "$GCC" = yes; then
 
1385
    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"`
 
1386
  else
 
1387
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
1388
  fi
 
1389
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
1390
  ;;
 
1391
 
 
1392
dgux*)
 
1393
  version_type=linux
 
1394
  need_lib_prefix=no
 
1395
  need_version=no
 
1396
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
1397
  soname_spec='${libname}${release}${shared_ext}$major'
 
1398
  shlibpath_var=LD_LIBRARY_PATH
 
1399
  ;;
 
1400
 
 
1401
freebsd1*)
 
1402
  dynamic_linker=no
 
1403
  ;;
 
1404
 
 
1405
freebsd* | dragonfly*)
 
1406
  # DragonFly does not have aout.  When/if they implement a new
 
1407
  # versioning mechanism, adjust this.
 
1408
  if test -x /usr/bin/objformat; then
 
1409
    objformat=`/usr/bin/objformat`
 
1410
  else
 
1411
    case $host_os in
 
1412
    freebsd[[123]]*) objformat=aout ;;
 
1413
    *) objformat=elf ;;
 
1414
    esac
 
1415
  fi
 
1416
  version_type=freebsd-$objformat
 
1417
  case $version_type in
 
1418
    freebsd-elf*)
 
1419
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1420
      need_version=no
 
1421
      need_lib_prefix=no
 
1422
      ;;
 
1423
    freebsd-*)
 
1424
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
1425
      need_version=yes
 
1426
      ;;
 
1427
  esac
 
1428
  shlibpath_var=LD_LIBRARY_PATH
 
1429
  case $host_os in
 
1430
  freebsd2*)
 
1431
    shlibpath_overrides_runpath=yes
 
1432
    ;;
 
1433
  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
1434
    shlibpath_overrides_runpath=yes
 
1435
    hardcode_into_libs=yes
 
1436
    ;;
 
1437
  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
1438
  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
1439
    shlibpath_overrides_runpath=no
 
1440
    hardcode_into_libs=yes
 
1441
    ;;
 
1442
  freebsd*) # from 4.6 on
 
1443
    shlibpath_overrides_runpath=yes
 
1444
    hardcode_into_libs=yes
 
1445
    ;;
 
1446
  esac
 
1447
  ;;
 
1448
 
 
1449
gnu*)
 
1450
  version_type=linux
 
1451
  need_lib_prefix=no
 
1452
  need_version=no
 
1453
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
1454
  soname_spec='${libname}${release}${shared_ext}$major'
 
1455
  shlibpath_var=LD_LIBRARY_PATH
 
1456
  hardcode_into_libs=yes
 
1457
  ;;
 
1458
 
 
1459
hpux9* | hpux10* | hpux11*)
 
1460
  # Give a soname corresponding to the major version so that dld.sl refuses to
 
1461
  # link against other versions.
 
1462
  version_type=sunos
 
1463
  need_lib_prefix=no
 
1464
  need_version=no
 
1465
  case $host_cpu in
 
1466
  ia64*)
 
1467
    shrext_cmds='.so'
 
1468
    hardcode_into_libs=yes
 
1469
    dynamic_linker="$host_os dld.so"
 
1470
    shlibpath_var=LD_LIBRARY_PATH
 
1471
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1472
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1473
    soname_spec='${libname}${release}${shared_ext}$major'
 
1474
    if test "X$HPUX_IA64_MODE" = X32; then
 
1475
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
1476
    else
 
1477
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
1478
    fi
 
1479
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1480
    ;;
 
1481
   hppa*64*)
 
1482
     shrext_cmds='.sl'
 
1483
     hardcode_into_libs=yes
 
1484
     dynamic_linker="$host_os dld.sl"
 
1485
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
1486
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1487
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1488
     soname_spec='${libname}${release}${shared_ext}$major'
 
1489
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
1490
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1491
     ;;
 
1492
   *)
 
1493
    shrext_cmds='.sl'
 
1494
    dynamic_linker="$host_os dld.sl"
 
1495
    shlibpath_var=SHLIB_PATH
 
1496
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
1497
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1498
    soname_spec='${libname}${release}${shared_ext}$major'
 
1499
    ;;
 
1500
  esac
 
1501
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
1502
  postinstall_cmds='chmod 555 $lib'
 
1503
  ;;
 
1504
 
 
1505
interix3*)
 
1506
  version_type=linux
 
1507
  need_lib_prefix=no
 
1508
  need_version=no
 
1509
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1510
  soname_spec='${libname}${release}${shared_ext}$major'
 
1511
  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
1512
  shlibpath_var=LD_LIBRARY_PATH
 
1513
  shlibpath_overrides_runpath=no
 
1514
  hardcode_into_libs=yes
 
1515
  ;;
 
1516
 
 
1517
irix5* | irix6* | nonstopux*)
 
1518
  case $host_os in
 
1519
    nonstopux*) version_type=nonstopux ;;
 
1520
    *)
 
1521
        if test "$lt_cv_prog_gnu_ld" = yes; then
 
1522
                version_type=linux
 
1523
        else
 
1524
                version_type=irix
 
1525
        fi ;;
 
1526
  esac
 
1527
  need_lib_prefix=no
 
1528
  need_version=no
 
1529
  soname_spec='${libname}${release}${shared_ext}$major'
 
1530
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1531
  case $host_os in
 
1532
  irix5* | nonstopux*)
 
1533
    libsuff= shlibsuff=
 
1534
    ;;
 
1535
  *)
 
1536
    case $LD in # libtool.m4 will add one of these switches to LD
 
1537
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
1538
      libsuff= shlibsuff= libmagic=32-bit;;
 
1539
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
1540
      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
1541
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
1542
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
1543
    *) libsuff= shlibsuff= libmagic=never-match;;
 
1544
    esac
 
1545
    ;;
 
1546
  esac
 
1547
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
1548
  shlibpath_overrides_runpath=no
 
1549
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
1550
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
1551
  hardcode_into_libs=yes
 
1552
  ;;
 
1553
 
 
1554
# No shared lib support for Linux oldld, aout, or coff.
 
1555
linux*oldld* | linux*aout* | linux*coff*)
 
1556
  dynamic_linker=no
 
1557
  ;;
 
1558
 
 
1559
# This must be Linux ELF.
 
1560
linux* | k*bsd*-gnu)
 
1561
  version_type=linux
 
1562
  need_lib_prefix=no
 
1563
  need_version=no
 
1564
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1565
  soname_spec='${libname}${release}${shared_ext}$major'
 
1566
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
1567
  shlibpath_var=LD_LIBRARY_PATH
 
1568
  shlibpath_overrides_runpath=no
 
1569
  # This implies no fast_install, which is unacceptable.
 
1570
  # Some rework will be needed to allow for fast_install
 
1571
  # before this can be enabled.
 
1572
  hardcode_into_libs=yes
 
1573
 
 
1574
  # Append ld.so.conf contents to the search path
 
1575
  if test -f /etc/ld.so.conf; then
 
1576
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,    ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
1577
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
1578
  fi
 
1579
 
 
1580
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
1581
  # powerpc, because MkLinux only supported shared libraries with the
 
1582
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
1583
  # most powerpc-linux boxes support dynamic linking these days and
 
1584
  # people can always --disable-shared, the test was removed, and we
 
1585
  # assume the GNU/Linux dynamic linker is in use.
 
1586
  dynamic_linker='GNU/Linux ld.so'
 
1587
  ;;
 
1588
 
 
1589
netbsdelf*-gnu)
 
1590
  version_type=linux
 
1591
  need_lib_prefix=no
 
1592
  need_version=no
 
1593
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1594
  soname_spec='${libname}${release}${shared_ext}$major'
 
1595
  shlibpath_var=LD_LIBRARY_PATH
 
1596
  shlibpath_overrides_runpath=no
 
1597
  hardcode_into_libs=yes
 
1598
  dynamic_linker='NetBSD ld.elf_so'
 
1599
  ;;
 
1600
 
 
1601
netbsd*)
 
1602
  version_type=sunos
 
1603
  need_lib_prefix=no
 
1604
  need_version=no
 
1605
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
1606
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1607
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1608
    dynamic_linker='NetBSD (a.out) ld.so'
 
1609
  else
 
1610
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1611
    soname_spec='${libname}${release}${shared_ext}$major'
 
1612
    dynamic_linker='NetBSD ld.elf_so'
 
1613
  fi
 
1614
  shlibpath_var=LD_LIBRARY_PATH
 
1615
  shlibpath_overrides_runpath=yes
 
1616
  hardcode_into_libs=yes
 
1617
  ;;
 
1618
 
 
1619
newsos6)
 
1620
  version_type=linux
 
1621
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1622
  shlibpath_var=LD_LIBRARY_PATH
 
1623
  shlibpath_overrides_runpath=yes
 
1624
  ;;
 
1625
 
 
1626
nto-qnx*)
 
1627
  version_type=linux
 
1628
  need_lib_prefix=no
 
1629
  need_version=no
 
1630
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1631
  soname_spec='${libname}${release}${shared_ext}$major'
 
1632
  shlibpath_var=LD_LIBRARY_PATH
 
1633
  shlibpath_overrides_runpath=yes
 
1634
  ;;
 
1635
 
 
1636
openbsd*)
 
1637
  version_type=sunos
 
1638
  sys_lib_dlsearch_path_spec="/usr/lib"
 
1639
  need_lib_prefix=no
 
1640
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
1641
  case $host_os in
 
1642
    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
1643
    *)                         need_version=no  ;;
 
1644
  esac
 
1645
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1646
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1647
  shlibpath_var=LD_LIBRARY_PATH
 
1648
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1649
    case $host_os in
 
1650
      openbsd2.[[89]] | openbsd2.[[89]].*)
 
1651
        shlibpath_overrides_runpath=no
 
1652
        ;;
 
1653
      *)
 
1654
        shlibpath_overrides_runpath=yes
 
1655
        ;;
 
1656
      esac
 
1657
  else
 
1658
    shlibpath_overrides_runpath=yes
 
1659
  fi
 
1660
  ;;
 
1661
 
 
1662
os2*)
 
1663
  libname_spec='$name'
 
1664
  shrext_cmds=".dll"
 
1665
  need_lib_prefix=no
 
1666
  library_names_spec='$libname${shared_ext} $libname.a'
 
1667
  dynamic_linker='OS/2 ld.exe'
 
1668
  shlibpath_var=LIBPATH
 
1669
  ;;
 
1670
 
 
1671
osf3* | osf4* | osf5*)
 
1672
  version_type=osf
 
1673
  need_lib_prefix=no
 
1674
  need_version=no
 
1675
  soname_spec='${libname}${release}${shared_ext}$major'
 
1676
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1677
  shlibpath_var=LD_LIBRARY_PATH
 
1678
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
1679
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
1680
  ;;
 
1681
 
 
1682
solaris*)
 
1683
  version_type=linux
 
1684
  need_lib_prefix=no
 
1685
  need_version=no
 
1686
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1687
  soname_spec='${libname}${release}${shared_ext}$major'
 
1688
  shlibpath_var=LD_LIBRARY_PATH
 
1689
  shlibpath_overrides_runpath=yes
 
1690
  hardcode_into_libs=yes
 
1691
  # ldd complains unless libraries are executable
 
1692
  postinstall_cmds='chmod +x $lib'
 
1693
  ;;
 
1694
 
 
1695
sunos4*)
 
1696
  version_type=sunos
 
1697
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1698
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
1699
  shlibpath_var=LD_LIBRARY_PATH
 
1700
  shlibpath_overrides_runpath=yes
 
1701
  if test "$with_gnu_ld" = yes; then
 
1702
    need_lib_prefix=no
 
1703
  fi
 
1704
  need_version=yes
 
1705
  ;;
 
1706
 
 
1707
sysv4 | sysv4.3*)
 
1708
  version_type=linux
 
1709
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1710
  soname_spec='${libname}${release}${shared_ext}$major'
 
1711
  shlibpath_var=LD_LIBRARY_PATH
 
1712
  case $host_vendor in
 
1713
    sni)
 
1714
      shlibpath_overrides_runpath=no
 
1715
      need_lib_prefix=no
 
1716
      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
1717
      runpath_var=LD_RUN_PATH
 
1718
      ;;
 
1719
    siemens)
 
1720
      need_lib_prefix=no
 
1721
      ;;
 
1722
    motorola)
 
1723
      need_lib_prefix=no
 
1724
      need_version=no
 
1725
      shlibpath_overrides_runpath=no
 
1726
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
1727
      ;;
 
1728
  esac
 
1729
  ;;
 
1730
 
 
1731
sysv4*MP*)
 
1732
  if test -d /usr/nec ;then
 
1733
    version_type=linux
 
1734
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
1735
    soname_spec='$libname${shared_ext}.$major'
 
1736
    shlibpath_var=LD_LIBRARY_PATH
 
1737
  fi
 
1738
  ;;
 
1739
 
 
1740
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
1741
  version_type=freebsd-elf
 
1742
  need_lib_prefix=no
 
1743
  need_version=no
 
1744
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1745
  soname_spec='${libname}${release}${shared_ext}$major'
 
1746
  shlibpath_var=LD_LIBRARY_PATH
 
1747
  hardcode_into_libs=yes
 
1748
  if test "$with_gnu_ld" = yes; then
 
1749
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
1750
    shlibpath_overrides_runpath=no
 
1751
  else
 
1752
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
1753
    shlibpath_overrides_runpath=yes
 
1754
    case $host_os in
 
1755
      sco3.2v5*)
 
1756
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
1757
        ;;
 
1758
    esac
 
1759
  fi
 
1760
  sys_lib_dlsearch_path_spec='/usr/lib'
 
1761
  ;;
 
1762
 
 
1763
uts4*)
 
1764
  version_type=linux
 
1765
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1766
  soname_spec='${libname}${release}${shared_ext}$major'
 
1767
  shlibpath_var=LD_LIBRARY_PATH
 
1768
  ;;
 
1769
 
 
1770
*)
 
1771
  dynamic_linker=no
 
1772
  ;;
 
1773
esac
 
1774
AC_MSG_RESULT([$dynamic_linker])
 
1775
test "$dynamic_linker" = no && can_build_shared=no
 
1776
 
 
1777
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
1778
if test "$GCC" = yes; then
 
1779
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
1780
fi
 
1781
])
 
1782
m4trace:/usr/share/aclocal/libtool.m4:1874: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
 
1783
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
 
1784
        [include additional configurations @<:@automatic@:>@])],
 
1785
    [tagnames="$withval"])
 
1786
 
 
1787
if test -f "$ltmain" && test -n "$tagnames"; then
 
1788
  if test ! -f "${ofile}"; then
 
1789
    AC_MSG_WARN([output file `$ofile' does not exist])
 
1790
  fi
 
1791
 
 
1792
  if test -z "$LTCC"; then
 
1793
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
1794
    if test -z "$LTCC"; then
 
1795
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
 
1796
    else
 
1797
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
 
1798
    fi
 
1799
  fi
 
1800
  if test -z "$LTCFLAGS"; then
 
1801
    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
 
1802
  fi
 
1803
 
 
1804
  # Extract list of available tagged configurations in $ofile.
 
1805
  # Note that this assumes the entire list is on one line.
 
1806
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
 
1807
 
 
1808
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1809
  for tagname in $tagnames; do
 
1810
    IFS="$lt_save_ifs"
 
1811
    # Check whether tagname contains only valid characters
 
1812
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
 
1813
    "") ;;
 
1814
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
 
1815
        ;;
 
1816
    esac
 
1817
 
 
1818
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
1819
    then
 
1820
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
 
1821
    fi
 
1822
 
 
1823
    # Update the list of available tags.
 
1824
    if test -n "$tagname"; then
 
1825
      echo appending configuration tag \"$tagname\" to $ofile
 
1826
 
 
1827
      case $tagname in
 
1828
      CXX)
 
1829
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1830
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1831
            (test "X$CXX" != "Xg++"))) ; then
 
1832
          AC_LIBTOOL_LANG_CXX_CONFIG
 
1833
        else
 
1834
          tagname=""
 
1835
        fi
 
1836
        ;;
 
1837
 
 
1838
      F77)
 
1839
        if test -n "$F77" && test "X$F77" != "Xno"; then
 
1840
          AC_LIBTOOL_LANG_F77_CONFIG
 
1841
        else
 
1842
          tagname=""
 
1843
        fi
 
1844
        ;;
 
1845
 
 
1846
      GCJ)
 
1847
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
1848
          AC_LIBTOOL_LANG_GCJ_CONFIG
 
1849
        else
 
1850
          tagname=""
 
1851
        fi
 
1852
        ;;
 
1853
 
 
1854
      RC)
 
1855
        AC_LIBTOOL_LANG_RC_CONFIG
 
1856
        ;;
 
1857
 
 
1858
      *)
 
1859
        AC_MSG_ERROR([Unsupported tag name: $tagname])
 
1860
        ;;
 
1861
      esac
 
1862
 
 
1863
      # Append the new tag name to the list of available tags.
 
1864
      if test -n "$tagname" ; then
 
1865
      available_tags="$available_tags $tagname"
 
1866
    fi
 
1867
    fi
 
1868
  done
 
1869
  IFS="$lt_save_ifs"
 
1870
 
 
1871
  # Now substitute the updated list of available tags.
 
1872
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
 
1873
    mv "${ofile}T" "$ofile"
 
1874
    chmod +x "$ofile"
 
1875
  else
 
1876
    rm -f "${ofile}T"
 
1877
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
 
1878
  fi
 
1879
fi
 
1880
])
 
1881
m4trace:/usr/share/aclocal/libtool.m4:1882: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
 
1882
])
 
1883
m4trace:/usr/share/aclocal/libtool.m4:1890: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 
1884
])
 
1885
m4trace:/usr/share/aclocal/libtool.m4:1920: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 
1886
AC_ARG_ENABLE([shared],
 
1887
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
1888
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
 
1889
    [p=${PACKAGE-default}
 
1890
    case $enableval in
 
1891
    yes) enable_shared=yes ;;
 
1892
    no) enable_shared=no ;;
 
1893
    *)
 
1894
      enable_shared=no
 
1895
      # Look at the argument we got.  We use all the common list separators.
 
1896
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1897
      for pkg in $enableval; do
 
1898
        IFS="$lt_save_ifs"
 
1899
        if test "X$pkg" = "X$p"; then
 
1900
          enable_shared=yes
 
1901
        fi
 
1902
      done
 
1903
      IFS="$lt_save_ifs"
 
1904
      ;;
 
1905
    esac],
 
1906
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
 
1907
])
 
1908
m4trace:/usr/share/aclocal/libtool.m4:1929: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1909
AC_ENABLE_SHARED(no)
 
1910
])
 
1911
m4trace:/usr/share/aclocal/libtool.m4:1959: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 
1912
AC_ARG_ENABLE([static],
 
1913
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
1914
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
 
1915
    [p=${PACKAGE-default}
 
1916
    case $enableval in
 
1917
    yes) enable_static=yes ;;
 
1918
    no) enable_static=no ;;
 
1919
    *)
 
1920
     enable_static=no
 
1921
      # Look at the argument we got.  We use all the common list separators.
 
1922
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1923
      for pkg in $enableval; do
 
1924
        IFS="$lt_save_ifs"
 
1925
        if test "X$pkg" = "X$p"; then
 
1926
          enable_static=yes
 
1927
        fi
 
1928
      done
 
1929
      IFS="$lt_save_ifs"
 
1930
      ;;
 
1931
    esac],
 
1932
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
 
1933
])
 
1934
m4trace:/usr/share/aclocal/libtool.m4:1968: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1935
AC_ENABLE_STATIC(no)
 
1936
])
 
1937
m4trace:/usr/share/aclocal/libtool.m4:1998: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 
1938
AC_ARG_ENABLE([fast-install],
 
1939
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
1940
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
1941
    [p=${PACKAGE-default}
 
1942
    case $enableval in
 
1943
    yes) enable_fast_install=yes ;;
 
1944
    no) enable_fast_install=no ;;
 
1945
    *)
 
1946
      enable_fast_install=no
 
1947
      # Look at the argument we got.  We use all the common list separators.
 
1948
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1949
      for pkg in $enableval; do
 
1950
        IFS="$lt_save_ifs"
 
1951
        if test "X$pkg" = "X$p"; then
 
1952
          enable_fast_install=yes
 
1953
        fi
 
1954
      done
 
1955
      IFS="$lt_save_ifs"
 
1956
      ;;
 
1957
    esac],
 
1958
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
 
1959
])
 
1960
m4trace:/usr/share/aclocal/libtool.m4:2007: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1961
AC_ENABLE_FAST_INSTALL(no)
 
1962
])
 
1963
m4trace:/usr/share/aclocal/libtool.m4:2017: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1964
pic_mode=ifelse($#,1,$1,default)
 
1965
])
 
1966
m4trace:/usr/share/aclocal/libtool.m4:2095: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1967
AC_MSG_CHECKING([for $1])
 
1968
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
1969
[case $MAGIC_CMD in
 
1970
[[\\/*] |  ?:[\\/]*])
 
1971
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
1972
  ;;
 
1973
*)
 
1974
  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
1975
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1976
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
1977
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
1978
dnl not every word.  This closes a longstanding sh security hole.
 
1979
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
1980
  for ac_dir in $ac_dummy; do
 
1981
    IFS="$lt_save_ifs"
 
1982
    test -z "$ac_dir" && ac_dir=.
 
1983
    if test -f $ac_dir/$1; then
 
1984
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
1985
      if test -n "$file_magic_test_file"; then
 
1986
        case $deplibs_check_method in
 
1987
        "file_magic "*)
 
1988
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
1989
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1990
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
1991
            $EGREP "$file_magic_regex" > /dev/null; then
 
1992
            :
 
1993
          else
 
1994
            cat <<EOF 1>&2
 
1995
 
 
1996
*** Warning: the command libtool uses to detect shared libraries,
 
1997
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
1998
*** The result is that libtool may fail to recognize shared libraries
 
1999
*** as such.  This will affect the creation of libtool libraries that
 
2000
*** depend on shared libraries, but programs linked with such libtool
 
2001
*** libraries will work regardless of this problem.  Nevertheless, you
 
2002
*** may want to report the problem to your system manager and/or to
 
2003
*** bug-libtool@gnu.org
 
2004
 
 
2005
EOF
 
2006
          fi ;;
 
2007
        esac
 
2008
      fi
 
2009
      break
 
2010
    fi
 
2011
  done
 
2012
  IFS="$lt_save_ifs"
 
2013
  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
2014
  ;;
 
2015
esac])
 
2016
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
2017
if test -n "$MAGIC_CMD"; then
 
2018
  AC_MSG_RESULT($MAGIC_CMD)
 
2019
else
 
2020
  AC_MSG_RESULT(no)
 
2021
fi
 
2022
])
 
2023
m4trace:/usr/share/aclocal/libtool.m4:2110: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
2024
if test -z "$lt_cv_path_MAGIC_CMD"; then
 
2025
  if test -n "$ac_tool_prefix"; then
 
2026
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
2027
  else
 
2028
    MAGIC_CMD=:
 
2029
  fi
 
2030
fi
 
2031
])
 
2032
m4trace:/usr/share/aclocal/libtool.m4:2195: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
 
2033
    [AC_HELP_STRING([--with-gnu-ld],
 
2034
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
2035
    [test "$withval" = no || with_gnu_ld=yes],
 
2036
    [with_gnu_ld=no])
 
2037
AC_REQUIRE([LT_AC_PROG_SED])dnl
 
2038
AC_REQUIRE([AC_PROG_CC])dnl
 
2039
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2040
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
2041
ac_prog=ld
 
2042
if test "$GCC" = yes; then
 
2043
  # Check if gcc -print-prog-name=ld gives a path.
 
2044
  AC_MSG_CHECKING([for ld used by $CC])
 
2045
  case $host in
 
2046
  *-*-mingw*)
 
2047
    # gcc leaves a trailing carriage return which upsets mingw
 
2048
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
2049
  *)
 
2050
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
2051
  esac
 
2052
  case $ac_prog in
 
2053
    # Accept absolute paths.
 
2054
    [[\\/]]* | ?:[[\\/]]*)
 
2055
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
2056
      # Canonicalize the pathname of ld
 
2057
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
2058
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
2059
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
2060
      done
 
2061
      test -z "$LD" && LD="$ac_prog"
 
2062
      ;;
 
2063
  "")
 
2064
    # If it fails, then pretend we aren't using GCC.
 
2065
    ac_prog=ld
 
2066
    ;;
 
2067
  *)
 
2068
    # If it is relative, then search for the first ld in PATH.
 
2069
    with_gnu_ld=unknown
 
2070
    ;;
 
2071
  esac
 
2072
elif test "$with_gnu_ld" = yes; then
 
2073
  AC_MSG_CHECKING([for GNU ld])
 
2074
else
 
2075
  AC_MSG_CHECKING([for non-GNU ld])
 
2076
fi
 
2077
AC_CACHE_VAL(lt_cv_path_LD,
 
2078
[if test -z "$LD"; then
 
2079
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2080
  for ac_dir in $PATH; do
 
2081
    IFS="$lt_save_ifs"
 
2082
    test -z "$ac_dir" && ac_dir=.
 
2083
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
2084
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
2085
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
2086
      # but apparently some variants of GNU ld only accept -v.
 
2087
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
2088
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
2089
      *GNU* | *'with BFD'*)
 
2090
        test "$with_gnu_ld" != no && break
 
2091
        ;;
 
2092
      *)
 
2093
        test "$with_gnu_ld" != yes && break
 
2094
        ;;
 
2095
      esac
 
2096
    fi
 
2097
  done
 
2098
  IFS="$lt_save_ifs"
 
2099
else
 
2100
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
2101
fi])
 
2102
LD="$lt_cv_path_LD"
 
2103
if test -n "$LD"; then
 
2104
  AC_MSG_RESULT($LD)
 
2105
else
 
2106
  AC_MSG_RESULT(no)
 
2107
fi
 
2108
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
2109
AC_PROG_LD_GNU
 
2110
])
 
2111
m4trace:/usr/share/aclocal/libtool.m4:2213: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
2112
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
2113
[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
2114
case `$LD -v 2>&1 </dev/null` in
 
2115
*GNU* | *'with BFD'*)
 
2116
  lt_cv_prog_gnu_ld=yes
 
2117
  ;;
 
2118
*)
 
2119
  lt_cv_prog_gnu_ld=no
 
2120
  ;;
 
2121
esac])
 
2122
with_gnu_ld=$lt_cv_prog_gnu_ld
 
2123
])
 
2124
m4trace:/usr/share/aclocal/libtool.m4:2239: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
 
2125
  lt_cv_ld_reload_flag,
 
2126
  [lt_cv_ld_reload_flag='-r'])
 
2127
reload_flag=$lt_cv_ld_reload_flag
 
2128
case $reload_flag in
 
2129
"" | " "*) ;;
 
2130
*) reload_flag=" $reload_flag" ;;
 
2131
esac
 
2132
reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
2133
case $host_os in
 
2134
  darwin*)
 
2135
    if test "$GCC" = yes; then
 
2136
      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
2137
    else
 
2138
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
2139
    fi
 
2140
    ;;
 
2141
esac
 
2142
])
 
2143
m4trace:/usr/share/aclocal/libtool.m4:2422: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
 
2144
lt_cv_deplibs_check_method,
 
2145
[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
2146
lt_cv_file_magic_test_file=
 
2147
lt_cv_deplibs_check_method='unknown'
 
2148
# Need to set the preceding variable on all platforms that support
 
2149
# interlibrary dependencies.
 
2150
# 'none' -- dependencies not supported.
 
2151
# `unknown' -- same as none, but documents that we really don't know.
 
2152
# 'pass_all' -- all dependencies passed with no checks.
 
2153
# 'test_compile' -- check by making test program.
 
2154
# 'file_magic [[regex]]' -- check by looking for files in library path
 
2155
# which responds to the $file_magic_cmd with a given extended regex.
 
2156
# If you have `file' or equivalent on your system and you're not sure
 
2157
# whether `pass_all' will *always* work, you probably want this one.
 
2158
 
 
2159
case $host_os in
 
2160
aix4* | aix5*)
 
2161
  lt_cv_deplibs_check_method=pass_all
 
2162
  ;;
 
2163
 
 
2164
beos*)
 
2165
  lt_cv_deplibs_check_method=pass_all
 
2166
  ;;
 
2167
 
 
2168
bsdi[[45]]*)
 
2169
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
2170
  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
2171
  lt_cv_file_magic_test_file=/shlib/libc.so
 
2172
  ;;
 
2173
 
 
2174
cygwin*)
 
2175
  # func_win32_libid is a shell function defined in ltmain.sh
 
2176
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
2177
  lt_cv_file_magic_cmd='func_win32_libid'
 
2178
  ;;
 
2179
 
 
2180
mingw* | pw32*)
 
2181
  # Base MSYS/MinGW do not provide the 'file' command needed by
 
2182
  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
 
2183
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
2184
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
2185
  ;;
 
2186
 
 
2187
darwin* | rhapsody*)
 
2188
  lt_cv_deplibs_check_method=pass_all
 
2189
  ;;
 
2190
 
 
2191
freebsd* | dragonfly*)
 
2192
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
2193
    case $host_cpu in
 
2194
    i*86 )
 
2195
      # Not sure whether the presence of OpenBSD here was a mistake.
 
2196
      # Let's accept both of them until this is cleared up.
 
2197
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
2198
      lt_cv_file_magic_cmd=/usr/bin/file
 
2199
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
2200
      ;;
 
2201
    esac
 
2202
  else
 
2203
    lt_cv_deplibs_check_method=pass_all
 
2204
  fi
 
2205
  ;;
 
2206
 
 
2207
gnu*)
 
2208
  lt_cv_deplibs_check_method=pass_all
 
2209
  ;;
 
2210
 
 
2211
hpux10.20* | hpux11*)
 
2212
  lt_cv_file_magic_cmd=/usr/bin/file
 
2213
  case $host_cpu in
 
2214
  ia64*)
 
2215
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
2216
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
2217
    ;;
 
2218
  hppa*64*)
 
2219
    [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]']
 
2220
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
2221
    ;;
 
2222
  *)
 
2223
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
2224
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
2225
    ;;
 
2226
  esac
 
2227
  ;;
 
2228
 
 
2229
interix3*)
 
2230
  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
2231
  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
2232
  ;;
 
2233
 
 
2234
irix5* | irix6* | nonstopux*)
 
2235
  case $LD in
 
2236
  *-32|*"-32 ") libmagic=32-bit;;
 
2237
  *-n32|*"-n32 ") libmagic=N32;;
 
2238
  *-64|*"-64 ") libmagic=64-bit;;
 
2239
  *) libmagic=never-match;;
 
2240
  esac
 
2241
  lt_cv_deplibs_check_method=pass_all
 
2242
  ;;
 
2243
 
 
2244
# This must be Linux ELF.
 
2245
linux* | k*bsd*-gnu)
 
2246
  lt_cv_deplibs_check_method=pass_all
 
2247
  ;;
 
2248
 
 
2249
netbsd* | netbsdelf*-gnu)
 
2250
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
2251
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
2252
  else
 
2253
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
2254
  fi
 
2255
  ;;
 
2256
 
 
2257
newos6*)
 
2258
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
2259
  lt_cv_file_magic_cmd=/usr/bin/file
 
2260
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
2261
  ;;
 
2262
 
 
2263
nto-qnx*)
 
2264
  lt_cv_deplibs_check_method=unknown
 
2265
  ;;
 
2266
 
 
2267
openbsd*)
 
2268
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2269
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
2270
  else
 
2271
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
2272
  fi
 
2273
  ;;
 
2274
 
 
2275
osf3* | osf4* | osf5*)
 
2276
  lt_cv_deplibs_check_method=pass_all
 
2277
  ;;
 
2278
 
 
2279
solaris*)
 
2280
  lt_cv_deplibs_check_method=pass_all
 
2281
  ;;
 
2282
 
 
2283
sysv4 | sysv4.3*)
 
2284
  case $host_vendor in
 
2285
  motorola)
 
2286
    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]]'
 
2287
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
2288
    ;;
 
2289
  ncr)
 
2290
    lt_cv_deplibs_check_method=pass_all
 
2291
    ;;
 
2292
  sequent)
 
2293
    lt_cv_file_magic_cmd='/bin/file'
 
2294
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
2295
    ;;
 
2296
  sni)
 
2297
    lt_cv_file_magic_cmd='/bin/file'
 
2298
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
2299
    lt_cv_file_magic_test_file=/lib/libc.so
 
2300
    ;;
 
2301
  siemens)
 
2302
    lt_cv_deplibs_check_method=pass_all
 
2303
    ;;
 
2304
  pc)
 
2305
    lt_cv_deplibs_check_method=pass_all
 
2306
    ;;
 
2307
  esac
 
2308
  ;;
 
2309
 
 
2310
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
2311
  lt_cv_deplibs_check_method=pass_all
 
2312
  ;;
 
2313
esac
 
2314
])
 
2315
file_magic_cmd=$lt_cv_file_magic_cmd
 
2316
deplibs_check_method=$lt_cv_deplibs_check_method
 
2317
test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
2318
])
 
2319
m4trace:/usr/share/aclocal/libtool.m4:2474: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
2320
[if test -n "$NM"; then
 
2321
  # Let the user override the test.
 
2322
  lt_cv_path_NM="$NM"
 
2323
else
 
2324
  lt_nm_to_check="${ac_tool_prefix}nm"
 
2325
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
 
2326
    lt_nm_to_check="$lt_nm_to_check nm"
 
2327
  fi
 
2328
  for lt_tmp_nm in $lt_nm_to_check; do
 
2329
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2330
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
2331
      IFS="$lt_save_ifs"
 
2332
      test -z "$ac_dir" && ac_dir=.
 
2333
      tmp_nm="$ac_dir/$lt_tmp_nm"
 
2334
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
2335
        # Check to see if the nm accepts a BSD-compat flag.
 
2336
        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
2337
        #   nm: unknown option "B" ignored
 
2338
        # Tru64's nm complains that /dev/null is an invalid object file
 
2339
        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
2340
        */dev/null* | *'Invalid file or object type'*)
 
2341
          lt_cv_path_NM="$tmp_nm -B"
 
2342
          break
 
2343
          ;;
 
2344
        *)
 
2345
          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
2346
          */dev/null*)
 
2347
            lt_cv_path_NM="$tmp_nm -p"
 
2348
            break
 
2349
            ;;
 
2350
          *)
 
2351
            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
2352
            continue # so that we can try to find one that supports BSD flags
 
2353
            ;;
 
2354
          esac
 
2355
          ;;
 
2356
        esac
 
2357
      fi
 
2358
    done
 
2359
    IFS="$lt_save_ifs"
 
2360
  done
 
2361
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
2362
fi])
 
2363
NM="$lt_cv_path_NM"
 
2364
])
 
2365
m4trace:/usr/share/aclocal/libtool.m4:2495: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2366
LIBM=
 
2367
case $host in
 
2368
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
2369
  # These system don't have libm, or don't need it
 
2370
  ;;
 
2371
*-ncr-sysv4.3*)
 
2372
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
2373
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
2374
  ;;
 
2375
*)
 
2376
  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
2377
  ;;
 
2378
esac
 
2379
])
 
2380
m4trace:/usr/share/aclocal/libtool.m4:2520: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2381
  case $enable_ltdl_convenience in
 
2382
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
 
2383
  "") enable_ltdl_convenience=yes
 
2384
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
 
2385
  esac
 
2386
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
 
2387
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2388
  # For backwards non-gettext consistent compatibility...
 
2389
  INCLTDL="$LTDLINCL"
 
2390
])
 
2391
m4trace:/usr/share/aclocal/libtool.m4:2556: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2392
  AC_CHECK_LIB(ltdl, lt_dlinit,
 
2393
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
 
2394
  [if test x"$enable_ltdl_install" = xno; then
 
2395
     AC_MSG_WARN([libltdl not installed, but installation disabled])
 
2396
   else
 
2397
     enable_ltdl_install=yes
 
2398
   fi
 
2399
  ])
 
2400
  if test x"$enable_ltdl_install" = x"yes"; then
 
2401
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
 
2402
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
 
2403
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2404
  else
 
2405
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
 
2406
    LIBLTDL="-lltdl"
 
2407
    LTDLINCL=
 
2408
  fi
 
2409
  # For backwards non-gettext consistent compatibility...
 
2410
  INCLTDL="$LTDLINCL"
 
2411
])
 
2412
m4trace:/usr/share/aclocal/libtool.m4:2564: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
 
2413
])
 
2414
m4trace:/usr/share/aclocal/libtool.m4:2573: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
 
2415
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2416
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
2417
])
 
2418
m4trace:/usr/share/aclocal/libtool.m4:2585: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
 
2419
AC_REQUIRE([AC_PROG_CXX])
 
2420
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
2421
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
2422
    (test "X$CXX" != "Xg++"))) ; then
 
2423
  AC_PROG_CXXCPP
 
2424
fi
 
2425
])
 
2426
m4trace:/usr/share/aclocal/libtool.m4:2592: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
 
2427
])
 
2428
m4trace:/usr/share/aclocal/libtool.m4:2600: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
 
2429
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
2430
])
 
2431
m4trace:/usr/share/aclocal/libtool.m4:2608: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
 
2432
])
 
2433
m4trace:/usr/share/aclocal/libtool.m4:2621: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
 
2434
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
 
2435
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
 
2436
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
 
2437
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
 
2438
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
 
2439
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
 
2440
])
 
2441
m4trace:/usr/share/aclocal/libtool.m4:2630: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
 
2442
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
 
2443
])
 
2444
m4trace:/usr/share/aclocal/libtool.m4:2638: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
 
2445
m4trace:/usr/share/aclocal/libtool.m4:2711: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
 
2446
AC_LANG_PUSH(C)
 
2447
 
 
2448
# Source file extension for C test sources.
 
2449
ac_ext=c
 
2450
 
 
2451
# Object file extension for compiled C test sources.
 
2452
objext=o
 
2453
_LT_AC_TAGVAR(objext, $1)=$objext
 
2454
 
 
2455
# Code to be used in simple compile tests
 
2456
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2457
 
 
2458
# Code to be used in simple link tests
 
2459
lt_simple_link_test_code='int main(){return(0);}\n'
 
2460
 
 
2461
_LT_AC_SYS_COMPILER
 
2462
 
 
2463
# save warnings/boilerplate of simple test code
 
2464
_LT_COMPILER_BOILERPLATE
 
2465
_LT_LINKER_BOILERPLATE
 
2466
 
 
2467
## CAVEAT EMPTOR:
 
2468
## There is no encapsulation within the following macros, do not change
 
2469
## the running order or otherwise move them around unless you know exactly
 
2470
## what you are doing...
 
2471
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
2472
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
2473
AC_LIBTOOL_PROG_CC_C_O($1)
 
2474
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
2475
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2476
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2477
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2478
AC_LIBTOOL_SYS_LIB_STRIP
 
2479
AC_LIBTOOL_DLOPEN_SELF
 
2480
 
 
2481
# Report which library types will actually be built
 
2482
AC_MSG_CHECKING([if libtool supports shared libraries])
 
2483
AC_MSG_RESULT([$can_build_shared])
 
2484
 
 
2485
AC_MSG_CHECKING([whether to build shared libraries])
 
2486
test "$can_build_shared" = "no" && enable_shared=no
 
2487
 
 
2488
# On AIX, shared libraries and static libraries use the same namespace, and
 
2489
# are all built from PIC.
 
2490
case $host_os in
 
2491
aix3*)
 
2492
  test "$enable_shared" = yes && enable_static=no
 
2493
  if test -n "$RANLIB"; then
 
2494
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
2495
    postinstall_cmds='$RANLIB $lib'
 
2496
  fi
 
2497
  ;;
 
2498
 
 
2499
aix4* | aix5*)
 
2500
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
2501
    test "$enable_shared" = yes && enable_static=no
 
2502
  fi
 
2503
    ;;
 
2504
esac
 
2505
AC_MSG_RESULT([$enable_shared])
 
2506
 
 
2507
AC_MSG_CHECKING([whether to build static libraries])
 
2508
# Make sure either enable_shared or enable_static is yes.
 
2509
test "$enable_shared" = yes || enable_static=yes
 
2510
AC_MSG_RESULT([$enable_static])
 
2511
 
 
2512
AC_LIBTOOL_CONFIG($1)
 
2513
 
 
2514
AC_LANG_POP
 
2515
CC="$lt_save_CC"
 
2516
])
 
2517
m4trace:/usr/share/aclocal/libtool.m4:2719: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
 
2518
m4trace:/usr/share/aclocal/libtool.m4:3719: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
 
2519
AC_REQUIRE([AC_PROG_CXX])
 
2520
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2521
 
 
2522
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2523
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
2524
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2525
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
2526
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
2527
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2528
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
2529
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
2530
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2531
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
2532
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2533
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
2534
_LT_AC_TAGVAR(module_cmds, $1)=
 
2535
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
2536
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
2537
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2538
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
2539
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2540
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
2541
 
 
2542
# Dependencies to place before and after the object being linked:
 
2543
_LT_AC_TAGVAR(predep_objects, $1)=
 
2544
_LT_AC_TAGVAR(postdep_objects, $1)=
 
2545
_LT_AC_TAGVAR(predeps, $1)=
 
2546
_LT_AC_TAGVAR(postdeps, $1)=
 
2547
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
2548
 
 
2549
# Source file extension for C++ test sources.
 
2550
ac_ext=cpp
 
2551
 
 
2552
# Object file extension for compiled C++ test sources.
 
2553
objext=o
 
2554
_LT_AC_TAGVAR(objext, $1)=$objext
 
2555
 
 
2556
# Code to be used in simple compile tests
 
2557
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2558
 
 
2559
# Code to be used in simple link tests
 
2560
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
 
2561
 
 
2562
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2563
_LT_AC_SYS_COMPILER
 
2564
 
 
2565
# save warnings/boilerplate of simple test code
 
2566
_LT_COMPILER_BOILERPLATE
 
2567
_LT_LINKER_BOILERPLATE
 
2568
 
 
2569
# Allow CC to be a program name with arguments.
 
2570
lt_save_CC=$CC
 
2571
lt_save_LD=$LD
 
2572
lt_save_GCC=$GCC
 
2573
GCC=$GXX
 
2574
lt_save_with_gnu_ld=$with_gnu_ld
 
2575
lt_save_path_LD=$lt_cv_path_LD
 
2576
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
2577
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
2578
else
 
2579
  $as_unset lt_cv_prog_gnu_ld
 
2580
fi
 
2581
if test -n "${lt_cv_path_LDCXX+set}"; then
 
2582
  lt_cv_path_LD=$lt_cv_path_LDCXX
 
2583
else
 
2584
  $as_unset lt_cv_path_LD
 
2585
fi
 
2586
test -z "${LDCXX+set}" || LD=$LDCXX
 
2587
CC=${CXX-"c++"}
 
2588
compiler=$CC
 
2589
_LT_AC_TAGVAR(compiler, $1)=$CC
 
2590
_LT_CC_BASENAME([$compiler])
 
2591
 
 
2592
# We don't want -fno-exception wen compiling C++ code, so set the
 
2593
# no_builtin_flag separately
 
2594
if test "$GXX" = yes; then
 
2595
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
2596
else
 
2597
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
2598
fi
 
2599
 
 
2600
if test "$GXX" = yes; then
 
2601
  # Set up default GNU C++ configuration
 
2602
 
 
2603
  AC_PROG_LD
 
2604
 
 
2605
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
2606
  # archiving commands below assume that GNU ld is being used.
 
2607
  if test "$with_gnu_ld" = yes; then
 
2608
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2609
    _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'
 
2610
 
 
2611
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2612
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2613
 
 
2614
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
2615
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
2616
    #     investigate it a little bit more. (MM)
 
2617
    wlarc='${wl}'
 
2618
 
 
2619
    # ancient GNU ld didn't support --whole-archive et. al.
 
2620
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
 
2621
        grep 'no-whole-archive' > /dev/null; then
 
2622
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2623
    else
 
2624
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2625
    fi
 
2626
  else
 
2627
    with_gnu_ld=no
 
2628
    wlarc=
 
2629
 
 
2630
    # A generic and very simple default shared library creation
 
2631
    # command for GNU C++ for the case where it uses the native
 
2632
    # linker, instead of GNU ld.  If possible, this setting should
 
2633
    # overridden to take advantage of the native linker features on
 
2634
    # the platform it is being used on.
 
2635
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2636
  fi
 
2637
 
 
2638
  # Commands to make compiler produce verbose output that lists
 
2639
  # what "hidden" libraries, object files and flags are used when
 
2640
  # linking a shared library.
 
2641
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
2642
 
 
2643
else
 
2644
  GXX=no
 
2645
  with_gnu_ld=no
 
2646
  wlarc=
 
2647
fi
 
2648
 
 
2649
# PORTME: fill in a description of your system's C++ link characteristics
 
2650
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
2651
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2652
case $host_os in
 
2653
  aix3*)
 
2654
    # FIXME: insert proper C++ library support
 
2655
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2656
    ;;
 
2657
  aix4* | aix5*)
 
2658
    if test "$host_cpu" = ia64; then
 
2659
      # On IA64, the linker does run time linking by default, so we don't
 
2660
      # have to do anything special.
 
2661
      aix_use_runtimelinking=no
 
2662
      exp_sym_flag='-Bexport'
 
2663
      no_entry_flag=""
 
2664
    else
 
2665
      aix_use_runtimelinking=no
 
2666
 
 
2667
      # Test if we are trying to use run time linking or normal
 
2668
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
2669
      # need to do runtime linking.
 
2670
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
2671
        for ld_flag in $LDFLAGS; do
 
2672
          case $ld_flag in
 
2673
          *-brtl*)
 
2674
            aix_use_runtimelinking=yes
 
2675
            break
 
2676
            ;;
 
2677
          esac
 
2678
        done
 
2679
        ;;
 
2680
      esac
 
2681
 
 
2682
      exp_sym_flag='-bexport'
 
2683
      no_entry_flag='-bnoentry'
 
2684
    fi
 
2685
 
 
2686
    # When large executables or shared objects are built, AIX ld can
 
2687
    # have problems creating the table of contents.  If linking a library
 
2688
    # or program results in "error TOC overflow" add -mminimal-toc to
 
2689
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
2690
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
2691
 
 
2692
    _LT_AC_TAGVAR(archive_cmds, $1)=''
 
2693
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2694
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2695
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2696
 
 
2697
    if test "$GXX" = yes; then
 
2698
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
2699
      # We only want to do this on AIX 4.2 and lower, the check
 
2700
      # below for broken collect2 doesn't work under 4.3+
 
2701
        collect2name=`${CC} -print-prog-name=collect2`
 
2702
        if test -f "$collect2name" && \
 
2703
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
2704
        then
 
2705
          # We have reworked collect2
 
2706
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2707
        else
 
2708
          # We have old collect2
 
2709
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
2710
          # It fails to find uninstalled libraries when the uninstalled
 
2711
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
2712
          # to unsupported forces relinking
 
2713
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2714
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2715
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2716
        fi
 
2717
        ;;
 
2718
      esac
 
2719
      shared_flag='-shared'
 
2720
      if test "$aix_use_runtimelinking" = yes; then
 
2721
        shared_flag="$shared_flag "'${wl}-G'
 
2722
      fi
 
2723
    else
 
2724
      # not using gcc
 
2725
      if test "$host_cpu" = ia64; then
 
2726
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
2727
        # chokes on -Wl,-G. The following line is correct:
 
2728
        shared_flag='-G'
 
2729
      else
 
2730
        if test "$aix_use_runtimelinking" = yes; then
 
2731
          shared_flag='${wl}-G'
 
2732
        else
 
2733
          shared_flag='${wl}-bM:SRE'
 
2734
        fi
 
2735
      fi
 
2736
    fi
 
2737
 
 
2738
    # It seems that -bexpall does not export symbols beginning with
 
2739
    # underscore (_), so it is better to generate a list of symbols to export.
 
2740
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2741
    if test "$aix_use_runtimelinking" = yes; then
 
2742
      # Warning - without using the other runtime loading flags (-brtl),
 
2743
      # -berok will link without error, but may produce a broken library.
 
2744
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
2745
      # Determine the default libpath from the value encoded in an empty executable.
 
2746
      _LT_AC_SYS_LIBPATH_AIX
 
2747
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2748
 
 
2749
      _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"
 
2750
     else
 
2751
      if test "$host_cpu" = ia64; then
 
2752
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
2753
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
2754
        _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"
 
2755
      else
 
2756
        # Determine the default libpath from the value encoded in an empty executable.
 
2757
        _LT_AC_SYS_LIBPATH_AIX
 
2758
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2759
        # Warning - without using the other run time loading flags,
 
2760
        # -berok will link without error, but may produce a broken library.
 
2761
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
2762
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
2763
        # Exported symbols can be pulled into shared objects from archives
 
2764
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
2765
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2766
        # This is similar to how AIX traditionally builds its shared libraries.
 
2767
        _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'
 
2768
      fi
 
2769
    fi
 
2770
    ;;
 
2771
 
 
2772
  beos*)
 
2773
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2774
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2775
      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
2776
      # support --undefined.  This deserves some investigation.  FIXME
 
2777
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2778
    else
 
2779
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2780
    fi
 
2781
    ;;
 
2782
 
 
2783
  chorus*)
 
2784
    case $cc_basename in
 
2785
      *)
 
2786
        # FIXME: insert proper C++ library support
 
2787
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2788
        ;;
 
2789
    esac
 
2790
    ;;
 
2791
 
 
2792
  cygwin* | mingw* | pw32*)
 
2793
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
2794
    # as there is no search path for DLLs.
 
2795
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2796
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2797
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2798
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
2799
 
 
2800
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
2801
      _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'
 
2802
      # If the export-symbols file already is a .def file (1st line
 
2803
      # is EXPORTS), use it as is; otherwise, prepend...
 
2804
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
2805
        cp $export_symbols $output_objdir/$soname.def;
 
2806
      else
 
2807
        echo EXPORTS > $output_objdir/$soname.def;
 
2808
        cat $export_symbols >> $output_objdir/$soname.def;
 
2809
      fi~
 
2810
      $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'
 
2811
    else
 
2812
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2813
    fi
 
2814
  ;;
 
2815
      darwin* | rhapsody*)
 
2816
        case $host_os in
 
2817
        rhapsody* | darwin1.[[012]])
 
2818
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
2819
         ;;
 
2820
       *) # Darwin 1.3 on
 
2821
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
2822
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2823
         else
 
2824
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
2825
             10.[[012]])
 
2826
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2827
               ;;
 
2828
             10.*)
 
2829
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
2830
               ;;
 
2831
           esac
 
2832
         fi
 
2833
         ;;
 
2834
        esac
 
2835
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2836
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2837
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
2838
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2839
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
2840
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2841
 
 
2842
    if test "$GXX" = yes ; then
 
2843
      lt_int_apple_cc_single_mod=no
 
2844
      output_verbose_link_cmd='echo'
 
2845
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
2846
       lt_int_apple_cc_single_mod=yes
 
2847
      fi
 
2848
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2849
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
2850
      else
 
2851
          _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'
 
2852
        fi
 
2853
        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2854
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
2855
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2856
            _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}'
 
2857
          else
 
2858
            _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}'
 
2859
          fi
 
2860
            _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}'
 
2861
      else
 
2862
      case $cc_basename in
 
2863
        xlc*)
 
2864
         output_verbose_link_cmd='echo'
 
2865
          _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'
 
2866
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2867
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
2868
          _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}'
 
2869
          _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}'
 
2870
          ;;
 
2871
       *)
 
2872
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2873
          ;;
 
2874
      esac
 
2875
      fi
 
2876
        ;;
 
2877
 
 
2878
  dgux*)
 
2879
    case $cc_basename in
 
2880
      ec++*)
 
2881
        # FIXME: insert proper C++ library support
 
2882
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2883
        ;;
 
2884
      ghcx*)
 
2885
        # Green Hills C++ Compiler
 
2886
        # FIXME: insert proper C++ library support
 
2887
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2888
        ;;
 
2889
      *)
 
2890
        # FIXME: insert proper C++ library support
 
2891
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2892
        ;;
 
2893
    esac
 
2894
    ;;
 
2895
  freebsd[[12]]*)
 
2896
    # C++ shared libraries reported to be fairly broken before switch to ELF
 
2897
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2898
    ;;
 
2899
  freebsd-elf*)
 
2900
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2901
    ;;
 
2902
  freebsd* | dragonfly*)
 
2903
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
2904
    # conventions
 
2905
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2906
    ;;
 
2907
  gnu*)
 
2908
    ;;
 
2909
  hpux9*)
 
2910
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2911
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2912
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2913
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2914
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2915
                                # but as the default
 
2916
                                # location of the library.
 
2917
 
 
2918
    case $cc_basename in
 
2919
    CC*)
 
2920
      # FIXME: insert proper C++ library support
 
2921
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2922
      ;;
 
2923
    aCC*)
 
2924
      _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'
 
2925
      # Commands to make compiler produce verbose output that lists
 
2926
      # what "hidden" libraries, object files and flags are used when
 
2927
      # linking a shared library.
 
2928
      #
 
2929
      # There doesn't appear to be a way to prevent this compiler from
 
2930
      # explicitly linking system object files so we need to strip them
 
2931
      # from the output so that they don't get included in the library
 
2932
      # dependencies.
 
2933
      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'
 
2934
      ;;
 
2935
    *)
 
2936
      if test "$GXX" = yes; then
 
2937
        _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'
 
2938
      else
 
2939
        # FIXME: insert proper C++ library support
 
2940
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2941
      fi
 
2942
      ;;
 
2943
    esac
 
2944
    ;;
 
2945
  hpux10*|hpux11*)
 
2946
    if test $with_gnu_ld = no; then
 
2947
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2948
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2949
 
 
2950
      case $host_cpu in
 
2951
      hppa*64*|ia64*)
 
2952
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
2953
        ;;
 
2954
      *)
 
2955
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2956
        ;;
 
2957
      esac
 
2958
    fi
 
2959
    case $host_cpu in
 
2960
    hppa*64*|ia64*)
 
2961
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2962
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2963
      ;;
 
2964
    *)
 
2965
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2966
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2967
                                              # but as the default
 
2968
                                              # location of the library.
 
2969
      ;;
 
2970
    esac
 
2971
 
 
2972
    case $cc_basename in
 
2973
      CC*)
 
2974
        # FIXME: insert proper C++ library support
 
2975
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2976
        ;;
 
2977
      aCC*)
 
2978
        case $host_cpu in
 
2979
        hppa*64*)
 
2980
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2981
          ;;
 
2982
        ia64*)
 
2983
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2984
          ;;
 
2985
        *)
 
2986
          _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'
 
2987
          ;;
 
2988
        esac
 
2989
        # Commands to make compiler produce verbose output that lists
 
2990
        # what "hidden" libraries, object files and flags are used when
 
2991
        # linking a shared library.
 
2992
        #
 
2993
        # There doesn't appear to be a way to prevent this compiler from
 
2994
        # explicitly linking system object files so we need to strip them
 
2995
        # from the output so that they don't get included in the library
 
2996
        # dependencies.
 
2997
        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'
 
2998
        ;;
 
2999
      *)
 
3000
        if test "$GXX" = yes; then
 
3001
          if test $with_gnu_ld = no; then
 
3002
            case $host_cpu in
 
3003
            hppa*64*)
 
3004
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
3005
              ;;
 
3006
            ia64*)
 
3007
              _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'
 
3008
              ;;
 
3009
            *)
 
3010
              _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'
 
3011
              ;;
 
3012
            esac
 
3013
          fi
 
3014
        else
 
3015
          # FIXME: insert proper C++ library support
 
3016
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3017
        fi
 
3018
        ;;
 
3019
    esac
 
3020
    ;;
 
3021
  interix3*)
 
3022
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3023
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3024
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3025
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
3026
    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
3027
    # Instead, shared libraries are loaded at an image base (0x10000000 by
 
3028
    # default) and relocated if they conflict, which is a slow very memory
 
3029
    # consuming and fragmenting process.  To avoid this, we pick a random,
 
3030
    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
3031
    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
3032
    _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'
 
3033
    _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'
 
3034
    ;;
 
3035
  irix5* | irix6*)
 
3036
    case $cc_basename in
 
3037
      CC*)
 
3038
        # SGI C++
 
3039
        _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'
 
3040
 
 
3041
        # Archives containing C++ object files must be created using
 
3042
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
3043
        # necessary to make sure instantiated templates are included
 
3044
        # in the archive.
 
3045
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
3046
        ;;
 
3047
      *)
 
3048
        if test "$GXX" = yes; then
 
3049
          if test "$with_gnu_ld" = no; then
 
3050
            _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'
 
3051
          else
 
3052
            _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'
 
3053
          fi
 
3054
        fi
 
3055
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3056
        ;;
 
3057
    esac
 
3058
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3059
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3060
    ;;
 
3061
  linux* | k*bsd*-gnu)
 
3062
    case $cc_basename in
 
3063
      KCC*)
 
3064
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
3065
 
 
3066
        # KCC will only create a shared library if the output file
 
3067
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
3068
        # to its proper name (with version) after linking.
 
3069
        _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'
 
3070
        _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'
 
3071
        # Commands to make compiler produce verbose output that lists
 
3072
        # what "hidden" libraries, object files and flags are used when
 
3073
        # linking a shared library.
 
3074
        #
 
3075
        # There doesn't appear to be a way to prevent this compiler from
 
3076
        # explicitly linking system object files so we need to strip them
 
3077
        # from the output so that they don't get included in the library
 
3078
        # dependencies.
 
3079
        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'
 
3080
 
 
3081
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
 
3082
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
3083
 
 
3084
        # Archives containing C++ object files must be created using
 
3085
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
3086
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
3087
        ;;
 
3088
      icpc*)
 
3089
        # Intel C++
 
3090
        with_gnu_ld=yes
 
3091
        # version 8.0 and above of icpc choke on multiply defined symbols
 
3092
        # if we add $predep_objects and $postdep_objects, however 7.1 and
 
3093
        # earlier do not add the objects themselves.
 
3094
        case `$CC -V 2>&1` in
 
3095
        *"Version 7."*)
 
3096
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3097
          _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'
 
3098
          ;;
 
3099
        *)  # Version 8.0 or newer
 
3100
          tmp_idyn=
 
3101
          case $host_cpu in
 
3102
            ia64*) tmp_idyn=' -i_dynamic';;
 
3103
          esac
 
3104
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3105
          _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'
 
3106
          ;;
 
3107
        esac
 
3108
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3109
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3110
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
3111
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
3112
        ;;
 
3113
      pgCC*)
 
3114
        # Portland Group C++ compiler
 
3115
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
3116
        _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'
 
3117
 
 
3118
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
3119
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
3120
        _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'
 
3121
        ;;
 
3122
      cxx*)
 
3123
        # Compaq C++
 
3124
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3125
        _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'
 
3126
 
 
3127
        runpath_var=LD_RUN_PATH
 
3128
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
3129
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3130
 
 
3131
        # Commands to make compiler produce verbose output that lists
 
3132
        # what "hidden" libraries, object files and flags are used when
 
3133
        # linking a shared library.
 
3134
        #
 
3135
        # There doesn't appear to be a way to prevent this compiler from
 
3136
        # explicitly linking system object files so we need to strip them
 
3137
        # from the output so that they don't get included in the library
 
3138
        # dependencies.
 
3139
        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'
 
3140
        ;;
 
3141
    esac
 
3142
    ;;
 
3143
  lynxos*)
 
3144
    # FIXME: insert proper C++ library support
 
3145
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3146
    ;;
 
3147
  m88k*)
 
3148
    # FIXME: insert proper C++ library support
 
3149
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3150
    ;;
 
3151
  mvs*)
 
3152
    case $cc_basename in
 
3153
      cxx*)
 
3154
        # FIXME: insert proper C++ library support
 
3155
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3156
        ;;
 
3157
      *)
 
3158
        # FIXME: insert proper C++ library support
 
3159
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3160
        ;;
 
3161
    esac
 
3162
    ;;
 
3163
  netbsd* | netbsdelf*-gnu)
 
3164
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
3165
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
3166
      wlarc=
 
3167
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
3168
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
3169
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3170
    fi
 
3171
    # Workaround some broken pre-1.5 toolchains
 
3172
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
3173
    ;;
 
3174
  openbsd2*)
 
3175
    # C++ shared libraries are fairly broken
 
3176
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3177
    ;;
 
3178
  openbsd*)
 
3179
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
3180
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3181
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
3182
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3183
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
3184
      _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'
 
3185
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
3186
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
3187
    fi
 
3188
    output_verbose_link_cmd='echo'
 
3189
    ;;
 
3190
  osf3*)
 
3191
    case $cc_basename in
 
3192
      KCC*)
 
3193
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
3194
 
 
3195
        # KCC will only create a shared library if the output file
 
3196
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
3197
        # to its proper name (with version) after linking.
 
3198
        _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'
 
3199
 
 
3200
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3201
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3202
 
 
3203
        # Archives containing C++ object files must be created using
 
3204
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
3205
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
3206
 
 
3207
        ;;
 
3208
      RCC*)
 
3209
        # Rational C++ 2.4.1
 
3210
        # FIXME: insert proper C++ library support
 
3211
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3212
        ;;
 
3213
      cxx*)
 
3214
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3215
        _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'
 
3216
 
 
3217
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3218
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3219
 
 
3220
        # Commands to make compiler produce verbose output that lists
 
3221
        # what "hidden" libraries, object files and flags are used when
 
3222
        # linking a shared library.
 
3223
        #
 
3224
        # There doesn't appear to be a way to prevent this compiler from
 
3225
        # explicitly linking system object files so we need to strip them
 
3226
        # from the output so that they don't get included in the library
 
3227
        # dependencies.
 
3228
        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'
 
3229
        ;;
 
3230
      *)
 
3231
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3232
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3233
          _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'
 
3234
 
 
3235
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3236
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3237
 
 
3238
          # Commands to make compiler produce verbose output that lists
 
3239
          # what "hidden" libraries, object files and flags are used when
 
3240
          # linking a shared library.
 
3241
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
3242
 
 
3243
        else
 
3244
          # FIXME: insert proper C++ library support
 
3245
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3246
        fi
 
3247
        ;;
 
3248
    esac
 
3249
    ;;
 
3250
  osf4* | osf5*)
 
3251
    case $cc_basename in
 
3252
      KCC*)
 
3253
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
3254
 
 
3255
        # KCC will only create a shared library if the output file
 
3256
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
3257
        # to its proper name (with version) after linking.
 
3258
        _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'
 
3259
 
 
3260
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3261
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3262
 
 
3263
        # Archives containing C++ object files must be created using
 
3264
        # the KAI C++ compiler.
 
3265
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 
3266
        ;;
 
3267
      RCC*)
 
3268
        # Rational C++ 2.4.1
 
3269
        # FIXME: insert proper C++ library support
 
3270
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3271
        ;;
 
3272
      cxx*)
 
3273
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
3274
        _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'
 
3275
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
3276
          echo "-hidden">> $lib.exp~
 
3277
          $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~
 
3278
          $rm $lib.exp'
 
3279
 
 
3280
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
3281
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3282
 
 
3283
        # Commands to make compiler produce verbose output that lists
 
3284
        # what "hidden" libraries, object files and flags are used when
 
3285
        # linking a shared library.
 
3286
        #
 
3287
        # There doesn't appear to be a way to prevent this compiler from
 
3288
        # explicitly linking system object files so we need to strip them
 
3289
        # from the output so that they don't get included in the library
 
3290
        # dependencies.
 
3291
        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'
 
3292
        ;;
 
3293
      *)
 
3294
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3295
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3296
         _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'
 
3297
 
 
3298
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3299
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3300
 
 
3301
          # Commands to make compiler produce verbose output that lists
 
3302
          # what "hidden" libraries, object files and flags are used when
 
3303
          # linking a shared library.
 
3304
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
3305
 
 
3306
        else
 
3307
          # FIXME: insert proper C++ library support
 
3308
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3309
        fi
 
3310
        ;;
 
3311
    esac
 
3312
    ;;
 
3313
  psos*)
 
3314
    # FIXME: insert proper C++ library support
 
3315
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3316
    ;;
 
3317
  sunos4*)
 
3318
    case $cc_basename in
 
3319
      CC*)
 
3320
        # Sun C++ 4.x
 
3321
        # FIXME: insert proper C++ library support
 
3322
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3323
        ;;
 
3324
      lcc*)
 
3325
        # Lucid
 
3326
        # FIXME: insert proper C++ library support
 
3327
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3328
        ;;
 
3329
      *)
 
3330
        # FIXME: insert proper C++ library support
 
3331
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3332
        ;;
 
3333
    esac
 
3334
    ;;
 
3335
  solaris*)
 
3336
    case $cc_basename in
 
3337
      CC*)
 
3338
        # Sun C++ 4.2, 5.x and Centerline C++
 
3339
        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
 
3340
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
3341
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
3342
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3343
        $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'
 
3344
 
 
3345
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
3346
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3347
        case $host_os in
 
3348
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
3349
          *)
 
3350
            # The C++ compiler is used as linker so we must use $wl
 
3351
            # flag to pass the commands to the underlying system
 
3352
            # linker. We must also pass each convience library through
 
3353
            # to the system linker between allextract/defaultextract.
 
3354
            # The C++ compiler will combine linker options so we
 
3355
            # cannot just pass the convience library names through
 
3356
            # without $wl.
 
3357
            # Supported since Solaris 2.6 (maybe 2.5.1?)
 
3358
            _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'
 
3359
            ;;
 
3360
        esac
 
3361
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3362
 
 
3363
        output_verbose_link_cmd='echo'
 
3364
 
 
3365
        # Archives containing C++ object files must be created using
 
3366
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
3367
        # necessary to make sure instantiated templates are included
 
3368
        # in the archive.
 
3369
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
3370
        ;;
 
3371
      gcx*)
 
3372
        # Green Hills C++ Compiler
 
3373
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3374
 
 
3375
        # The C++ compiler must be used to create the archive.
 
3376
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
3377
        ;;
 
3378
      *)
 
3379
        # GNU C++ compiler with Solaris linker
 
3380
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3381
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
3382
          if $CC --version | grep -v '^2\.7' > /dev/null; then
 
3383
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3384
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3385
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3386
 
 
3387
            # Commands to make compiler produce verbose output that lists
 
3388
            # what "hidden" libraries, object files and flags are used when
 
3389
            # linking a shared library.
 
3390
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3391
          else
 
3392
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
3393
            # platform.
 
3394
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3395
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3396
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3397
 
 
3398
            # Commands to make compiler produce verbose output that lists
 
3399
            # what "hidden" libraries, object files and flags are used when
 
3400
            # linking a shared library.
 
3401
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3402
          fi
 
3403
 
 
3404
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
3405
        fi
 
3406
        ;;
 
3407
    esac
 
3408
    ;;
 
3409
  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
3410
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
3411
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3412
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3413
    runpath_var='LD_RUN_PATH'
 
3414
 
 
3415
    case $cc_basename in
 
3416
      CC*)
 
3417
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3418
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3419
        ;;
 
3420
      *)
 
3421
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3422
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3423
        ;;
 
3424
    esac
 
3425
    ;;
 
3426
  sysv5* | sco3.2v5* | sco5v6*)
 
3427
    # Note: We can NOT use -z defs as we might desire, because we do not
 
3428
    # link with -lc, and that would cause any symbols used from libc to
 
3429
    # always be unresolved, which means just about no library would
 
3430
    # ever link correctly.  If we're not using GNU ld we use -z text
 
3431
    # though, which does catch some bad symbols but isn't as heavy-handed
 
3432
    # as -z defs.
 
3433
    # For security reasons, it is highly recommended that you always
 
3434
    # use absolute paths for naming shared libraries, and exclude the
 
3435
    # DT_RUNPATH tag from executables and libraries.  But doing so
 
3436
    # requires that you compile everything twice, which is a pain.
 
3437
    # So that behaviour is only enabled if SCOABSPATH is set to a
 
3438
    # non-empty value in the environment.  Most likely only useful for
 
3439
    # creating official distributions of packages.
 
3440
    # This is a hack until libtool officially supports absolute path
 
3441
    # names for shared libraries.
 
3442
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
3443
    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
3444
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3445
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3446
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
3447
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
3448
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3449
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
3450
    runpath_var='LD_RUN_PATH'
 
3451
 
 
3452
    case $cc_basename in
 
3453
      CC*)
 
3454
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3455
        _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'
 
3456
        ;;
 
3457
      *)
 
3458
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3459
        _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'
 
3460
        ;;
 
3461
    esac
 
3462
    ;;
 
3463
  tandem*)
 
3464
    case $cc_basename in
 
3465
      NCC*)
 
3466
        # NonStop-UX NCC 3.20
 
3467
        # FIXME: insert proper C++ library support
 
3468
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3469
        ;;
 
3470
      *)
 
3471
        # FIXME: insert proper C++ library support
 
3472
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3473
        ;;
 
3474
    esac
 
3475
    ;;
 
3476
  vxworks*)
 
3477
    # FIXME: insert proper C++ library support
 
3478
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3479
    ;;
 
3480
  *)
 
3481
    # FIXME: insert proper C++ library support
 
3482
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3483
    ;;
 
3484
esac
 
3485
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
3486
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
3487
 
 
3488
_LT_AC_TAGVAR(GCC, $1)="$GXX"
 
3489
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3490
 
 
3491
## CAVEAT EMPTOR:
 
3492
## There is no encapsulation within the following macros, do not change
 
3493
## the running order or otherwise move them around unless you know exactly
 
3494
## what you are doing...
 
3495
AC_LIBTOOL_POSTDEP_PREDEP($1)
 
3496
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3497
AC_LIBTOOL_PROG_CC_C_O($1)
 
3498
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3499
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3500
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3501
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3502
 
 
3503
AC_LIBTOOL_CONFIG($1)
 
3504
 
 
3505
AC_LANG_POP
 
3506
CC=$lt_save_CC
 
3507
LDCXX=$LD
 
3508
LD=$lt_save_LD
 
3509
GCC=$lt_save_GCC
 
3510
with_gnu_ldcxx=$with_gnu_ld
 
3511
with_gnu_ld=$lt_save_with_gnu_ld
 
3512
lt_cv_path_LDCXX=$lt_cv_path_LD
 
3513
lt_cv_path_LD=$lt_save_path_LD
 
3514
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
3515
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
3516
])
 
3517
m4trace:/usr/share/aclocal/libtool.m4:3879: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
 
3518
dnl we can't use the lt_simple_compile_test_code here,
 
3519
dnl because it contains code intended for an executable,
 
3520
dnl not a library.  It's possible we should let each
 
3521
dnl tag define a new lt_????_link_test_code variable,
 
3522
dnl but it's only used here...
 
3523
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
 
3524
int a;
 
3525
void foo (void) { a = 0; }
 
3526
EOF
 
3527
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
 
3528
class Foo
 
3529
{
 
3530
public:
 
3531
  Foo (void) { a = 0; }
 
3532
private:
 
3533
  int a;
 
3534
};
 
3535
EOF
 
3536
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
 
3537
      subroutine foo
 
3538
      implicit none
 
3539
      integer*4 a
 
3540
      a=0
 
3541
      return
 
3542
      end
 
3543
EOF
 
3544
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
 
3545
public class foo {
 
3546
  private int a;
 
3547
  public void bar (void) {
 
3548
    a = 0;
 
3549
  }
 
3550
};
 
3551
EOF
 
3552
])
 
3553
dnl Parse the compiler output and extract the necessary
 
3554
dnl objects, libraries and library flags.
 
3555
if AC_TRY_EVAL(ac_compile); then
 
3556
  # Parse the compiler output and extract the necessary
 
3557
  # objects, libraries and library flags.
 
3558
 
 
3559
  # Sentinel used to keep track of whether or not we are before
 
3560
  # the conftest object file.
 
3561
  pre_test_object_deps_done=no
 
3562
 
 
3563
  # The `*' in the case matches for architectures that use `case' in
 
3564
  # $output_verbose_cmd can trigger glob expansion during the loop
 
3565
  # eval without this substitution.
 
3566
  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
3567
 
 
3568
  for p in `eval $output_verbose_link_cmd`; do
 
3569
    case $p in
 
3570
 
 
3571
    -L* | -R* | -l*)
 
3572
       # Some compilers place space between "-{L,R}" and the path.
 
3573
       # Remove the space.
 
3574
       if test $p = "-L" \
 
3575
          || test $p = "-R"; then
 
3576
         prev=$p
 
3577
         continue
 
3578
       else
 
3579
         prev=
 
3580
       fi
 
3581
 
 
3582
       if test "$pre_test_object_deps_done" = no; then
 
3583
         case $p in
 
3584
         -L* | -R*)
 
3585
           # Internal compiler library paths should come after those
 
3586
           # provided the user.  The postdeps already come after the
 
3587
           # user supplied libs so there is no need to process them.
 
3588
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
 
3589
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
3590
           else
 
3591
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
3592
           fi
 
3593
           ;;
 
3594
         # The "-l" case would never come before the object being
 
3595
         # linked, so don't bother handling this case.
 
3596
         esac
 
3597
       else
 
3598
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
 
3599
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
 
3600
         else
 
3601
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
 
3602
         fi
 
3603
       fi
 
3604
       ;;
 
3605
 
 
3606
    *.$objext)
 
3607
       # This assumes that the test object file only shows up
 
3608
       # once in the compiler output.
 
3609
       if test "$p" = "conftest.$objext"; then
 
3610
         pre_test_object_deps_done=yes
 
3611
         continue
 
3612
       fi
 
3613
 
 
3614
       if test "$pre_test_object_deps_done" = no; then
 
3615
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
 
3616
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
 
3617
         else
 
3618
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
 
3619
         fi
 
3620
       else
 
3621
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
 
3622
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
 
3623
         else
 
3624
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
 
3625
         fi
 
3626
       fi
 
3627
       ;;
 
3628
 
 
3629
    *) ;; # Ignore the rest.
 
3630
 
 
3631
    esac
 
3632
  done
 
3633
 
 
3634
  # Clean up.
 
3635
  rm -f a.out a.exe
 
3636
else
 
3637
  echo "libtool.m4: error: problem compiling $1 test program"
 
3638
fi
 
3639
 
 
3640
$rm -f confest.$objext
 
3641
 
 
3642
# PORTME: override above test on systems where it is broken
 
3643
ifelse([$1],[CXX],
 
3644
[case $host_os in
 
3645
interix3*)
 
3646
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
3647
  # hack all around it, let's just trust "g++" to DTRT.
 
3648
  _LT_AC_TAGVAR(predep_objects,$1)=
 
3649
  _LT_AC_TAGVAR(postdep_objects,$1)=
 
3650
  _LT_AC_TAGVAR(postdeps,$1)=
 
3651
  ;;
 
3652
 
 
3653
solaris*)
 
3654
  case $cc_basename in
 
3655
  CC*)
 
3656
    # Adding this requires a known-good setup of shared libraries for
 
3657
    # Sun compiler versions before 5.6, else PIC objects from an old
 
3658
    # archive will be linked into the output, leading to subtle bugs.
 
3659
    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
 
3660
    ;;
 
3661
  esac
 
3662
  ;;
 
3663
esac
 
3664
])
 
3665
 
 
3666
case " $_LT_AC_TAGVAR(postdeps, $1) " in
 
3667
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
3668
esac
 
3669
])
 
3670
m4trace:/usr/share/aclocal/libtool.m4:3886: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
 
3671
m4trace:/usr/share/aclocal/libtool.m4:3980: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
 
3672
AC_LANG_PUSH(Fortran 77)
 
3673
 
 
3674
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3675
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
3676
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3677
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
3678
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
3679
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3680
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
3681
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
3682
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
3683
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
3684
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
3685
_LT_AC_TAGVAR(module_cmds, $1)=
 
3686
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
3687
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
3688
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
3689
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
3690
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3691
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
3692
 
 
3693
# Source file extension for f77 test sources.
 
3694
ac_ext=f
 
3695
 
 
3696
# Object file extension for compiled f77 test sources.
 
3697
objext=o
 
3698
_LT_AC_TAGVAR(objext, $1)=$objext
 
3699
 
 
3700
# Code to be used in simple compile tests
 
3701
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
 
3702
 
 
3703
# Code to be used in simple link tests
 
3704
lt_simple_link_test_code="      program t\n      end\n"
 
3705
 
 
3706
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3707
_LT_AC_SYS_COMPILER
 
3708
 
 
3709
# save warnings/boilerplate of simple test code
 
3710
_LT_COMPILER_BOILERPLATE
 
3711
_LT_LINKER_BOILERPLATE
 
3712
 
 
3713
# Allow CC to be a program name with arguments.
 
3714
lt_save_CC="$CC"
 
3715
CC=${F77-"f77"}
 
3716
compiler=$CC
 
3717
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3718
_LT_CC_BASENAME([$compiler])
 
3719
 
 
3720
AC_MSG_CHECKING([if libtool supports shared libraries])
 
3721
AC_MSG_RESULT([$can_build_shared])
 
3722
 
 
3723
AC_MSG_CHECKING([whether to build shared libraries])
 
3724
test "$can_build_shared" = "no" && enable_shared=no
 
3725
 
 
3726
# On AIX, shared libraries and static libraries use the same namespace, and
 
3727
# are all built from PIC.
 
3728
case $host_os in
 
3729
aix3*)
 
3730
  test "$enable_shared" = yes && enable_static=no
 
3731
  if test -n "$RANLIB"; then
 
3732
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
3733
    postinstall_cmds='$RANLIB $lib'
 
3734
  fi
 
3735
  ;;
 
3736
aix4* | aix5*)
 
3737
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
3738
    test "$enable_shared" = yes && enable_static=no
 
3739
  fi
 
3740
  ;;
 
3741
esac
 
3742
AC_MSG_RESULT([$enable_shared])
 
3743
 
 
3744
AC_MSG_CHECKING([whether to build static libraries])
 
3745
# Make sure either enable_shared or enable_static is yes.
 
3746
test "$enable_shared" = yes || enable_static=yes
 
3747
AC_MSG_RESULT([$enable_static])
 
3748
 
 
3749
_LT_AC_TAGVAR(GCC, $1)="$G77"
 
3750
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3751
 
 
3752
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3753
AC_LIBTOOL_PROG_CC_C_O($1)
 
3754
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3755
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3756
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3757
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3758
 
 
3759
AC_LIBTOOL_CONFIG($1)
 
3760
 
 
3761
AC_LANG_POP
 
3762
CC="$lt_save_CC"
 
3763
])
 
3764
m4trace:/usr/share/aclocal/libtool.m4:3988: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
 
3765
m4trace:/usr/share/aclocal/libtool.m4:4040: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
 
3766
 
 
3767
# Source file extension for Java test sources.
 
3768
ac_ext=java
 
3769
 
 
3770
# Object file extension for compiled Java test sources.
 
3771
objext=o
 
3772
_LT_AC_TAGVAR(objext, $1)=$objext
 
3773
 
 
3774
# Code to be used in simple compile tests
 
3775
lt_simple_compile_test_code="class foo {}\n"
 
3776
 
 
3777
# Code to be used in simple link tests
 
3778
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
 
3779
 
 
3780
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3781
_LT_AC_SYS_COMPILER
 
3782
 
 
3783
# save warnings/boilerplate of simple test code
 
3784
_LT_COMPILER_BOILERPLATE
 
3785
_LT_LINKER_BOILERPLATE
 
3786
 
 
3787
# Allow CC to be a program name with arguments.
 
3788
lt_save_CC="$CC"
 
3789
CC=${GCJ-"gcj"}
 
3790
compiler=$CC
 
3791
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3792
_LT_CC_BASENAME([$compiler])
 
3793
 
 
3794
# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
3795
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3796
 
 
3797
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
3798
 
 
3799
## CAVEAT EMPTOR:
 
3800
## There is no encapsulation within the following macros, do not change
 
3801
## the running order or otherwise move them around unless you know exactly
 
3802
## what you are doing...
 
3803
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
3804
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3805
AC_LIBTOOL_PROG_CC_C_O($1)
 
3806
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3807
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3808
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3809
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3810
 
 
3811
AC_LIBTOOL_CONFIG($1)
 
3812
 
 
3813
AC_LANG_RESTORE
 
3814
CC="$lt_save_CC"
 
3815
])
 
3816
m4trace:/usr/share/aclocal/libtool.m4:4048: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
 
3817
m4trace:/usr/share/aclocal/libtool.m4:4084: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
 
3818
 
 
3819
# Source file extension for RC test sources.
 
3820
ac_ext=rc
 
3821
 
 
3822
# Object file extension for compiled RC test sources.
 
3823
objext=o
 
3824
_LT_AC_TAGVAR(objext, $1)=$objext
 
3825
 
 
3826
# Code to be used in simple compile tests
 
3827
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
 
3828
 
 
3829
# Code to be used in simple link tests
 
3830
lt_simple_link_test_code="$lt_simple_compile_test_code"
 
3831
 
 
3832
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3833
_LT_AC_SYS_COMPILER
 
3834
 
 
3835
# save warnings/boilerplate of simple test code
 
3836
_LT_COMPILER_BOILERPLATE
 
3837
_LT_LINKER_BOILERPLATE
 
3838
 
 
3839
# Allow CC to be a program name with arguments.
 
3840
lt_save_CC="$CC"
 
3841
CC=${RC-"windres"}
 
3842
compiler=$CC
 
3843
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3844
_LT_CC_BASENAME([$compiler])
 
3845
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
3846
 
 
3847
AC_LIBTOOL_CONFIG($1)
 
3848
 
 
3849
AC_LANG_RESTORE
 
3850
CC="$lt_save_CC"
 
3851
])
 
3852
m4trace:/usr/share/aclocal/libtool.m4:4578: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
 
3853
# libtool distribution, otherwise you forgot to ship ltmain.sh
 
3854
# with your package, and you will get complaints that there are
 
3855
# no rules to generate ltmain.sh.
 
3856
if test -f "$ltmain"; then
 
3857
  # See if we are running on zsh, and set the options which allow our commands through
 
3858
  # without removal of \ escapes.
 
3859
  if test -n "${ZSH_VERSION+set}" ; then
 
3860
    setopt NO_GLOB_SUBST
 
3861
  fi
 
3862
  # Now quote all the things that may contain metacharacters while being
 
3863
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
3864
  # variables and quote the copies for generation of the libtool script.
 
3865
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
3866
    SED SHELL STRIP \
 
3867
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
3868
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
3869
    deplibs_check_method reload_flag reload_cmds need_locks \
 
3870
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
3871
    lt_cv_sys_global_symbol_to_c_name_address \
 
3872
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
3873
    old_postinstall_cmds old_postuninstall_cmds \
 
3874
    _LT_AC_TAGVAR(compiler, $1) \
 
3875
    _LT_AC_TAGVAR(CC, $1) \
 
3876
    _LT_AC_TAGVAR(LD, $1) \
 
3877
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
 
3878
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
 
3879
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
 
3880
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
 
3881
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
 
3882
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
 
3883
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
 
3884
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
 
3885
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
 
3886
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
 
3887
    _LT_AC_TAGVAR(predep_objects, $1) \
 
3888
    _LT_AC_TAGVAR(postdep_objects, $1) \
 
3889
    _LT_AC_TAGVAR(predeps, $1) \
 
3890
    _LT_AC_TAGVAR(postdeps, $1) \
 
3891
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
 
3892
    _LT_AC_TAGVAR(archive_cmds, $1) \
 
3893
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
 
3894
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
 
3895
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
 
3896
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
 
3897
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
 
3898
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
 
3899
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
 
3900
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
 
3901
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
 
3902
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
 
3903
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
 
3904
    _LT_AC_TAGVAR(module_cmds, $1) \
 
3905
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
 
3906
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
 
3907
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
 
3908
    _LT_AC_TAGVAR(include_expsyms, $1); do
 
3909
 
 
3910
    case $var in
 
3911
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
 
3912
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
 
3913
    _LT_AC_TAGVAR(archive_cmds, $1) | \
 
3914
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
 
3915
    _LT_AC_TAGVAR(module_cmds, $1) | \
 
3916
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
 
3917
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
 
3918
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
 
3919
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
3920
    postinstall_cmds | postuninstall_cmds | \
 
3921
    old_postinstall_cmds | old_postuninstall_cmds | \
 
3922
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
3923
      # Double-quote double-evaled strings.
 
3924
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
3925
      ;;
 
3926
    *)
 
3927
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
3928
      ;;
 
3929
    esac
 
3930
  done
 
3931
 
 
3932
  case $lt_echo in
 
3933
  *'\[$]0 --fallback-echo"')
 
3934
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
 
3935
    ;;
 
3936
  esac
 
3937
 
 
3938
ifelse([$1], [],
 
3939
  [cfgfile="${ofile}T"
 
3940
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
3941
  $rm -f "$cfgfile"
 
3942
  AC_MSG_NOTICE([creating $ofile])],
 
3943
  [cfgfile="$ofile"])
 
3944
 
 
3945
  cat <<__EOF__ >> "$cfgfile"
 
3946
ifelse([$1], [],
 
3947
[#! $SHELL
 
3948
 
 
3949
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
3950
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
3951
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
3952
#
 
3953
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 
3954
# Free Software Foundation, Inc.
 
3955
#
 
3956
# This file is part of GNU Libtool:
 
3957
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
3958
#
 
3959
# This program is free software; you can redistribute it and/or modify
 
3960
# it under the terms of the GNU General Public License as published by
 
3961
# the Free Software Foundation; either version 2 of the License, or
 
3962
# (at your option) any later version.
 
3963
#
 
3964
# This program is distributed in the hope that it will be useful, but
 
3965
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
3966
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
3967
# General Public License for more details.
 
3968
#
 
3969
# You should have received a copy of the GNU General Public License
 
3970
# along with this program; if not, write to the Free Software
 
3971
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
3972
#
 
3973
# As a special exception to the GNU General Public License, if you
 
3974
# distribute this file as part of a program that contains a
 
3975
# configuration script generated by Autoconf, you may include it under
 
3976
# the same distribution terms that you use for the rest of that program.
 
3977
 
 
3978
# A sed program that does not truncate output.
 
3979
SED=$lt_SED
 
3980
 
 
3981
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
3982
Xsed="$SED -e 1s/^X//"
 
3983
 
 
3984
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
3985
# if CDPATH is set.
 
3986
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
3987
 
 
3988
# The names of the tagged configurations supported by this script.
 
3989
available_tags=
 
3990
 
 
3991
# ### BEGIN LIBTOOL CONFIG],
 
3992
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
 
3993
 
 
3994
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
3995
 
 
3996
# Shell to use when invoking shell scripts.
 
3997
SHELL=$lt_SHELL
 
3998
 
 
3999
# Whether or not to build shared libraries.
 
4000
build_libtool_libs=$enable_shared
 
4001
 
 
4002
# Whether or not to build static libraries.
 
4003
build_old_libs=$enable_static
 
4004
 
 
4005
# Whether or not to add -lc for building shared libraries.
 
4006
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
 
4007
 
 
4008
# Whether or not to disallow shared libs when runtime libs are static
 
4009
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
 
4010
 
 
4011
# Whether or not to optimize for fast installation.
 
4012
fast_install=$enable_fast_install
 
4013
 
 
4014
# The host system.
 
4015
host_alias=$host_alias
 
4016
host=$host
 
4017
host_os=$host_os
 
4018
 
 
4019
# The build system.
 
4020
build_alias=$build_alias
 
4021
build=$build
 
4022
build_os=$build_os
 
4023
 
 
4024
# An echo program that does not interpret backslashes.
 
4025
echo=$lt_echo
 
4026
 
 
4027
# The archiver.
 
4028
AR=$lt_AR
 
4029
AR_FLAGS=$lt_AR_FLAGS
 
4030
 
 
4031
# A C compiler.
 
4032
LTCC=$lt_LTCC
 
4033
 
 
4034
# LTCC compiler flags.
 
4035
LTCFLAGS=$lt_LTCFLAGS
 
4036
 
 
4037
# A language-specific compiler.
 
4038
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
4039
 
 
4040
# Is the compiler the GNU C compiler?
 
4041
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
 
4042
 
 
4043
# An ERE matcher.
 
4044
EGREP=$lt_EGREP
 
4045
 
 
4046
# The linker used to build libraries.
 
4047
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
 
4048
 
 
4049
# Whether we need hard or soft links.
 
4050
LN_S=$lt_LN_S
 
4051
 
 
4052
# A BSD-compatible nm program.
 
4053
NM=$lt_NM
 
4054
 
 
4055
# A symbol stripping program
 
4056
STRIP=$lt_STRIP
 
4057
 
 
4058
# Used to examine libraries when file_magic_cmd begins "file"
 
4059
MAGIC_CMD=$MAGIC_CMD
 
4060
 
 
4061
# Used on cygwin: DLL creation program.
 
4062
DLLTOOL="$DLLTOOL"
 
4063
 
 
4064
# Used on cygwin: object dumper.
 
4065
OBJDUMP="$OBJDUMP"
 
4066
 
 
4067
# Used on cygwin: assembler.
 
4068
AS="$AS"
 
4069
 
 
4070
# The name of the directory that contains temporary libtool files.
 
4071
objdir=$objdir
 
4072
 
 
4073
# How to create reloadable object files.
 
4074
reload_flag=$lt_reload_flag
 
4075
reload_cmds=$lt_reload_cmds
 
4076
 
 
4077
# How to pass a linker flag through the compiler.
 
4078
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
4079
 
 
4080
# Object file suffix (normally "o").
 
4081
objext="$ac_objext"
 
4082
 
 
4083
# Old archive suffix (normally "a").
 
4084
libext="$libext"
 
4085
 
 
4086
# Shared library suffix (normally ".so").
 
4087
shrext_cmds='$shrext_cmds'
 
4088
 
 
4089
# Executable file suffix (normally "").
 
4090
exeext="$exeext"
 
4091
 
 
4092
# Additional compiler flags for building library objects.
 
4093
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
4094
pic_mode=$pic_mode
 
4095
 
 
4096
# What is the maximum length of a command?
 
4097
max_cmd_len=$lt_cv_sys_max_cmd_len
 
4098
 
 
4099
# Does compiler simultaneously support -c and -o options?
 
4100
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
4101
 
 
4102
# Must we lock files when doing compilation?
 
4103
need_locks=$lt_need_locks
 
4104
 
 
4105
# Do we need the lib prefix for modules?
 
4106
need_lib_prefix=$need_lib_prefix
 
4107
 
 
4108
# Do we need a version for libraries?
 
4109
need_version=$need_version
 
4110
 
 
4111
# Whether dlopen is supported.
 
4112
dlopen_support=$enable_dlopen
 
4113
 
 
4114
# Whether dlopen of programs is supported.
 
4115
dlopen_self=$enable_dlopen_self
 
4116
 
 
4117
# Whether dlopen of statically linked programs is supported.
 
4118
dlopen_self_static=$enable_dlopen_self_static
 
4119
 
 
4120
# Compiler flag to prevent dynamic linking.
 
4121
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
 
4122
 
 
4123
# Compiler flag to turn off builtin functions.
 
4124
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
 
4125
 
 
4126
# Compiler flag to allow reflexive dlopens.
 
4127
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
 
4128
 
 
4129
# Compiler flag to generate shared objects directly from archives.
 
4130
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
 
4131
 
 
4132
# Compiler flag to generate thread-safe objects.
 
4133
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
 
4134
 
 
4135
# Library versioning type.
 
4136
version_type=$version_type
 
4137
 
 
4138
# Format of library name prefix.
 
4139
libname_spec=$lt_libname_spec
 
4140
 
 
4141
# List of archive names.  First name is the real one, the rest are links.
 
4142
# The last name is the one that the linker finds with -lNAME.
 
4143
library_names_spec=$lt_library_names_spec
 
4144
 
 
4145
# The coded name of the library, if different from the real name.
 
4146
soname_spec=$lt_soname_spec
 
4147
 
 
4148
# Commands used to build and install an old-style archive.
 
4149
RANLIB=$lt_RANLIB
 
4150
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
 
4151
old_postinstall_cmds=$lt_old_postinstall_cmds
 
4152
old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
4153
 
 
4154
# Create an old-style archive from a shared archive.
 
4155
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
 
4156
 
 
4157
# Create a temporary old-style archive to link instead of a shared archive.
 
4158
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
 
4159
 
 
4160
# Commands used to build and install a shared archive.
 
4161
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
 
4162
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
 
4163
postinstall_cmds=$lt_postinstall_cmds
 
4164
postuninstall_cmds=$lt_postuninstall_cmds
 
4165
 
 
4166
# Commands used to build a loadable module (assumed same as above if empty)
 
4167
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
 
4168
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
 
4169
 
 
4170
# Commands to strip libraries.
 
4171
old_striplib=$lt_old_striplib
 
4172
striplib=$lt_striplib
 
4173
 
 
4174
# Dependencies to place before the objects being linked to create a
 
4175
# shared library.
 
4176
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
 
4177
 
 
4178
# Dependencies to place after the objects being linked to create a
 
4179
# shared library.
 
4180
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
 
4181
 
 
4182
# Dependencies to place before the objects being linked to create a
 
4183
# shared library.
 
4184
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
 
4185
 
 
4186
# Dependencies to place after the objects being linked to create a
 
4187
# shared library.
 
4188
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
 
4189
 
 
4190
# The library search path used internally by the compiler when linking
 
4191
# a shared library.
 
4192
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
 
4193
 
 
4194
# Method to check whether dependent libraries are shared objects.
 
4195
deplibs_check_method=$lt_deplibs_check_method
 
4196
 
 
4197
# Command to use when deplibs_check_method == file_magic.
 
4198
file_magic_cmd=$lt_file_magic_cmd
 
4199
 
 
4200
# Flag that allows shared libraries with undefined symbols to be built.
 
4201
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
4202
 
 
4203
# Flag that forces no undefined symbols.
 
4204
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
 
4205
 
 
4206
# Commands used to finish a libtool library installation in a directory.
 
4207
finish_cmds=$lt_finish_cmds
 
4208
 
 
4209
# Same as above, but a single script fragment to be evaled but not shown.
 
4210
finish_eval=$lt_finish_eval
 
4211
 
 
4212
# Take the output of nm and produce a listing of raw symbols and C names.
 
4213
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
4214
 
 
4215
# Transform the output of nm in a proper C declaration
 
4216
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
4217
 
 
4218
# Transform the output of nm in a C name address pair
 
4219
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
4220
 
 
4221
# This is the shared library runtime path variable.
 
4222
runpath_var=$runpath_var
 
4223
 
 
4224
# This is the shared library path variable.
 
4225
shlibpath_var=$shlibpath_var
 
4226
 
 
4227
# Is shlibpath searched before the hard-coded library search path?
 
4228
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
4229
 
 
4230
# How to hardcode a shared library path into an executable.
 
4231
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
 
4232
 
 
4233
# Whether we should hardcode library paths into libraries.
 
4234
hardcode_into_libs=$hardcode_into_libs
 
4235
 
 
4236
# Flag to hardcode \$libdir into a binary during linking.
 
4237
# This must work even if \$libdir does not exist.
 
4238
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
 
4239
 
 
4240
# If ld is used when linking, flag to hardcode \$libdir into
 
4241
# a binary during linking. This must work even if \$libdir does
 
4242
# not exist.
 
4243
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
 
4244
 
 
4245
# Whether we need a single -rpath flag with a separated argument.
 
4246
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
 
4247
 
 
4248
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
4249
# resulting binary.
 
4250
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
 
4251
 
 
4252
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
4253
# resulting binary.
 
4254
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
 
4255
 
 
4256
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
4257
# the resulting binary.
 
4258
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
 
4259
 
 
4260
# Set to yes if building a shared library automatically hardcodes DIR into the library
 
4261
# and all subsequent libraries and executables linked against it.
 
4262
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
 
4263
 
 
4264
# Variables whose values should be saved in libtool wrapper scripts and
 
4265
# restored at relink time.
 
4266
variables_saved_for_relink="$variables_saved_for_relink"
 
4267
 
 
4268
# Whether libtool must link a program against all its dependency libraries.
 
4269
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
 
4270
 
 
4271
# Compile-time system search path for libraries
 
4272
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
4273
 
 
4274
# Run-time system search path for libraries
 
4275
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
4276
 
 
4277
# Fix the shell variable \$srcfile for the compiler.
 
4278
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
 
4279
 
 
4280
# Set to yes if exported symbols are required.
 
4281
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
 
4282
 
 
4283
# The commands to list exported symbols.
 
4284
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
 
4285
 
 
4286
# The commands to extract the exported symbol list from a shared archive.
 
4287
extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
4288
 
 
4289
# Symbols that should not be listed in the preloaded symbols.
 
4290
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
 
4291
 
 
4292
# Symbols that must always be exported.
 
4293
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
 
4294
 
 
4295
ifelse([$1],[],
 
4296
[# ### END LIBTOOL CONFIG],
 
4297
[# ### END LIBTOOL TAG CONFIG: $tagname])
 
4298
 
 
4299
__EOF__
 
4300
 
 
4301
ifelse([$1],[], [
 
4302
  case $host_os in
 
4303
  aix3*)
 
4304
    cat <<\EOF >> "$cfgfile"
 
4305
 
 
4306
# AIX sometimes has problems with the GCC collect2 program.  For some
 
4307
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
4308
# vanish in a puff of smoke.
 
4309
if test "X${COLLECT_NAMES+set}" != Xset; then
 
4310
  COLLECT_NAMES=
 
4311
  export COLLECT_NAMES
 
4312
fi
 
4313
EOF
 
4314
    ;;
 
4315
  esac
 
4316
 
 
4317
  # We use sed instead of cat because bash on DJGPP gets confused if
 
4318
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
4319
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
4320
  # is reportedly fixed, but why not run on old versions too?
 
4321
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
 
4322
 
 
4323
  mv -f "$cfgfile" "$ofile" || \
 
4324
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
4325
  chmod +x "$ofile"
 
4326
])
 
4327
else
 
4328
  # If there is no Makefile yet, we rely on a make rule to execute
 
4329
  # `config.status --recheck' to rerun these tests and create the
 
4330
  # libtool script then.
 
4331
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
4332
  if test -f "$ltmain_in"; then
 
4333
    test -f Makefile && make "$ltmain"
 
4334
  fi
 
4335
fi
 
4336
])
 
4337
m4trace:/usr/share/aclocal/libtool.m4:4596: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
4338
 
 
4339
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
4340
 
 
4341
if test "$GCC" = yes; then
 
4342
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
4343
 
 
4344
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
4345
    lt_cv_prog_compiler_rtti_exceptions,
 
4346
    [-fno-rtti -fno-exceptions], [],
 
4347
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
4348
fi
 
4349
])
 
4350
m4trace:/usr/share/aclocal/libtool.m4:4798: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
 
4351
AC_REQUIRE([AC_PROG_NM])
 
4352
AC_REQUIRE([AC_OBJEXT])
 
4353
# Check for command to grab the raw symbol name followed by C symbol from nm.
 
4354
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
4355
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
4356
[
 
4357
# These are sane defaults that work on at least a few old systems.
 
4358
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
4359
 
 
4360
# Character class describing NM global symbol codes.
 
4361
symcode='[[BCDEGRST]]'
 
4362
 
 
4363
# Regexp to match symbols that can be accessed directly from C.
 
4364
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
4365
 
 
4366
# Transform an extracted symbol line into a proper C declaration
 
4367
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
4368
 
 
4369
# Transform an extracted symbol line into symbol name and symbol address
 
4370
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'"
 
4371
 
 
4372
# Define system-specific variables.
 
4373
case $host_os in
 
4374
aix*)
 
4375
  symcode='[[BCDT]]'
 
4376
  ;;
 
4377
cygwin* | mingw* | pw32*)
 
4378
  symcode='[[ABCDGISTW]]'
 
4379
  ;;
 
4380
hpux*) # Its linker distinguishes data from code symbols
 
4381
  if test "$host_cpu" = ia64; then
 
4382
    symcode='[[ABCDEGRST]]'
 
4383
  fi
 
4384
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4385
  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'"
 
4386
  ;;
 
4387
linux* | k*bsd*-gnu)
 
4388
  if test "$host_cpu" = ia64; then
 
4389
    symcode='[[ABCDGIRSTW]]'
 
4390
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4391
    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'"
 
4392
  fi
 
4393
  ;;
 
4394
irix* | nonstopux*)
 
4395
  symcode='[[BCDEGRST]]'
 
4396
  ;;
 
4397
osf*)
 
4398
  symcode='[[BCDEGQRST]]'
 
4399
  ;;
 
4400
solaris*)
 
4401
  symcode='[[BDRT]]'
 
4402
  ;;
 
4403
sco3.2v5*)
 
4404
  symcode='[[DT]]'
 
4405
  ;;
 
4406
sysv4.2uw2*)
 
4407
  symcode='[[DT]]'
 
4408
  ;;
 
4409
sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
4410
  symcode='[[ABDT]]'
 
4411
  ;;
 
4412
sysv4)
 
4413
  symcode='[[DFNSTU]]'
 
4414
  ;;
 
4415
esac
 
4416
 
 
4417
# Handle CRLF in mingw tool chain
 
4418
opt_cr=
 
4419
case $build_os in
 
4420
mingw*)
 
4421
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
4422
  ;;
 
4423
esac
 
4424
 
 
4425
# If we're using GNU nm, then use its standard symbol codes.
 
4426
case `$NM -V 2>&1` in
 
4427
*GNU* | *'with BFD'*)
 
4428
  symcode='[[ABCDGIRSTW]]' ;;
 
4429
esac
 
4430
 
 
4431
# Try without a prefix undercore, then with it.
 
4432
for ac_symprfx in "" "_"; do
 
4433
 
 
4434
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
4435
  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
4436
 
 
4437
  # Write the raw and C identifiers.
 
4438
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
4439
 
 
4440
  # Check to see that the pipe works correctly.
 
4441
  pipe_works=no
 
4442
 
 
4443
  rm -f conftest*
 
4444
  cat > conftest.$ac_ext <<EOF
 
4445
#ifdef __cplusplus
 
4446
extern "C" {
 
4447
#endif
 
4448
char nm_test_var;
 
4449
void nm_test_func(){}
 
4450
#ifdef __cplusplus
 
4451
}
 
4452
#endif
 
4453
int main(){nm_test_var='a';nm_test_func();return(0);}
 
4454
EOF
 
4455
 
 
4456
  if AC_TRY_EVAL(ac_compile); then
 
4457
    # Now try to grab the symbols.
 
4458
    nlist=conftest.nm
 
4459
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
4460
      # Try sorting and uniquifying the output.
 
4461
      if sort "$nlist" | uniq > "$nlist"T; then
 
4462
        mv -f "$nlist"T "$nlist"
 
4463
      else
 
4464
        rm -f "$nlist"T
 
4465
      fi
 
4466
 
 
4467
      # Make sure that we snagged all the symbols we need.
 
4468
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
 
4469
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
 
4470
          cat <<EOF > conftest.$ac_ext
 
4471
#ifdef __cplusplus
 
4472
extern "C" {
 
4473
#endif
 
4474
 
 
4475
EOF
 
4476
          # Now generate the symbol file.
 
4477
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
 
4478
 
 
4479
          cat <<EOF >> conftest.$ac_ext
 
4480
#if defined (__STDC__) && __STDC__
 
4481
# define lt_ptr_t void *
 
4482
#else
 
4483
# define lt_ptr_t char *
 
4484
# define const
 
4485
#endif
 
4486
 
 
4487
/* The mapping between symbol names and symbols. */
 
4488
const struct {
 
4489
  const char *name;
 
4490
  lt_ptr_t address;
 
4491
}
 
4492
lt_preloaded_symbols[[]] =
 
4493
{
 
4494
EOF
 
4495
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
 
4496
          cat <<\EOF >> conftest.$ac_ext
 
4497
  {0, (lt_ptr_t) 0}
 
4498
};
 
4499
 
 
4500
#ifdef __cplusplus
 
4501
}
 
4502
#endif
 
4503
EOF
 
4504
          # Now try linking the two files.
 
4505
          mv conftest.$ac_objext conftstm.$ac_objext
 
4506
          lt_save_LIBS="$LIBS"
 
4507
          lt_save_CFLAGS="$CFLAGS"
 
4508
          LIBS="conftstm.$ac_objext"
 
4509
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
4510
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
4511
            pipe_works=yes
 
4512
          fi
 
4513
          LIBS="$lt_save_LIBS"
 
4514
          CFLAGS="$lt_save_CFLAGS"
 
4515
        else
 
4516
          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
4517
        fi
 
4518
      else
 
4519
        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
4520
      fi
 
4521
    else
 
4522
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
4523
    fi
 
4524
  else
 
4525
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
4526
    cat conftest.$ac_ext >&5
 
4527
  fi
 
4528
  rm -f conftest* conftst*
 
4529
 
 
4530
  # Do not use the global_symbol_pipe unless it works.
 
4531
  if test "$pipe_works" = yes; then
 
4532
    break
 
4533
  else
 
4534
    lt_cv_sys_global_symbol_pipe=
 
4535
  fi
 
4536
done
 
4537
])
 
4538
if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
4539
  lt_cv_sys_global_symbol_to_cdecl=
 
4540
fi
 
4541
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
4542
  AC_MSG_RESULT(failed)
 
4543
else
 
4544
  AC_MSG_RESULT(ok)
 
4545
fi
 
4546
])
 
4547
m4trace:/usr/share/aclocal/libtool.m4:5324: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
 
4548
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4549
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
4550
 
 
4551
AC_MSG_CHECKING([for $compiler option to produce PIC])
 
4552
 ifelse([$1],[CXX],[
 
4553
  # C++ specific cases for pic, static, wl, etc.
 
4554
  if test "$GXX" = yes; then
 
4555
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4556
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4557
 
 
4558
    case $host_os in
 
4559
    aix*)
 
4560
      # All AIX code is PIC.
 
4561
      if test "$host_cpu" = ia64; then
 
4562
        # AIX 5 now supports IA64 processor
 
4563
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4564
      fi
 
4565
      ;;
 
4566
    amigaos*)
 
4567
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4568
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4569
      # like `-m68040'.
 
4570
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4571
      ;;
 
4572
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4573
      # PIC is the default for these OSes.
 
4574
      ;;
 
4575
    mingw* | os2* | pw32*)
 
4576
      # This hack is so that the source file can tell whether it is being
 
4577
      # built for inclusion in a dll (and should export symbols for example).
 
4578
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4579
      ;;
 
4580
    darwin* | rhapsody*)
 
4581
      # PIC is the default on this platform
 
4582
      # Common symbols not allowed in MH_DYLIB files
 
4583
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4584
      ;;
 
4585
    *djgpp*)
 
4586
      # DJGPP does not support shared libraries at all
 
4587
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4588
      ;;
 
4589
    interix3*)
 
4590
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
4591
      # Instead, we relocate shared libraries at runtime.
 
4592
      ;;
 
4593
    sysv4*MP*)
 
4594
      if test -d /usr/nec; then
 
4595
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4596
      fi
 
4597
      ;;
 
4598
    hpux*)
 
4599
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4600
      # not for PA HP-UX.
 
4601
      case $host_cpu in
 
4602
      hppa*64*|ia64*)
 
4603
        ;;
 
4604
      *)
 
4605
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4606
        ;;
 
4607
      esac
 
4608
      ;;
 
4609
    *)
 
4610
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4611
      ;;
 
4612
    esac
 
4613
  else
 
4614
    case $host_os in
 
4615
      aix4* | aix5*)
 
4616
        # All AIX code is PIC.
 
4617
        if test "$host_cpu" = ia64; then
 
4618
          # AIX 5 now supports IA64 processor
 
4619
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4620
        else
 
4621
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4622
        fi
 
4623
        ;;
 
4624
      chorus*)
 
4625
        case $cc_basename in
 
4626
        cxch68*)
 
4627
          # Green Hills C++ Compiler
 
4628
          # _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"
 
4629
          ;;
 
4630
        esac
 
4631
        ;;
 
4632
       darwin*)
 
4633
         # PIC is the default on this platform
 
4634
         # Common symbols not allowed in MH_DYLIB files
 
4635
         case $cc_basename in
 
4636
           xlc*)
 
4637
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4638
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4639
           ;;
 
4640
         esac
 
4641
       ;;
 
4642
      dgux*)
 
4643
        case $cc_basename in
 
4644
          ec++*)
 
4645
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4646
            ;;
 
4647
          ghcx*)
 
4648
            # Green Hills C++ Compiler
 
4649
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4650
            ;;
 
4651
          *)
 
4652
            ;;
 
4653
        esac
 
4654
        ;;
 
4655
      freebsd* | dragonfly*)
 
4656
        # FreeBSD uses GNU C++
 
4657
        ;;
 
4658
      hpux9* | hpux10* | hpux11*)
 
4659
        case $cc_basename in
 
4660
          CC*)
 
4661
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4662
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
4663
            if test "$host_cpu" != ia64; then
 
4664
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4665
            fi
 
4666
            ;;
 
4667
          aCC*)
 
4668
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4669
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
4670
            case $host_cpu in
 
4671
            hppa*64*|ia64*)
 
4672
              # +Z the default
 
4673
              ;;
 
4674
            *)
 
4675
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4676
              ;;
 
4677
            esac
 
4678
            ;;
 
4679
          *)
 
4680
            ;;
 
4681
        esac
 
4682
        ;;
 
4683
      interix*)
 
4684
        # This is c89, which is MS Visual C++ (no shared libs)
 
4685
        # Anyone wants to do a port?
 
4686
        ;;
 
4687
      irix5* | irix6* | nonstopux*)
 
4688
        case $cc_basename in
 
4689
          CC*)
 
4690
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4691
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4692
            # CC pic flag -KPIC is the default.
 
4693
            ;;
 
4694
          *)
 
4695
            ;;
 
4696
        esac
 
4697
        ;;
 
4698
      linux* | k*bsd*-gnu)
 
4699
        case $cc_basename in
 
4700
          KCC*)
 
4701
            # KAI C++ Compiler
 
4702
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4703
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4704
            ;;
 
4705
          icpc* | ecpc*)
 
4706
            # Intel C++
 
4707
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4708
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4709
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4710
            ;;
 
4711
          pgCC*)
 
4712
            # Portland Group C++ compiler.
 
4713
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4714
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4715
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4716
            ;;
 
4717
          cxx*)
 
4718
            # Compaq C++
 
4719
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4720
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4721
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4722
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4723
            ;;
 
4724
          *)
 
4725
            ;;
 
4726
        esac
 
4727
        ;;
 
4728
      lynxos*)
 
4729
        ;;
 
4730
      m88k*)
 
4731
        ;;
 
4732
      mvs*)
 
4733
        case $cc_basename in
 
4734
          cxx*)
 
4735
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
4736
            ;;
 
4737
          *)
 
4738
            ;;
 
4739
        esac
 
4740
        ;;
 
4741
      netbsd* | netbsdelf*-gnu)
 
4742
        ;;
 
4743
      osf3* | osf4* | osf5*)
 
4744
        case $cc_basename in
 
4745
          KCC*)
 
4746
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4747
            ;;
 
4748
          RCC*)
 
4749
            # Rational C++ 2.4.1
 
4750
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4751
            ;;
 
4752
          cxx*)
 
4753
            # Digital/Compaq C++
 
4754
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4755
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4756
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4757
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4758
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4759
            ;;
 
4760
          *)
 
4761
            ;;
 
4762
        esac
 
4763
        ;;
 
4764
      psos*)
 
4765
        ;;
 
4766
      solaris*)
 
4767
        case $cc_basename in
 
4768
          CC*)
 
4769
            # Sun C++ 4.2, 5.x and Centerline C++
 
4770
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4771
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4772
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4773
            ;;
 
4774
          gcx*)
 
4775
            # Green Hills C++ Compiler
 
4776
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4777
            ;;
 
4778
          *)
 
4779
            ;;
 
4780
        esac
 
4781
        ;;
 
4782
      sunos4*)
 
4783
        case $cc_basename in
 
4784
          CC*)
 
4785
            # Sun C++ 4.x
 
4786
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4787
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4788
            ;;
 
4789
          lcc*)
 
4790
            # Lucid
 
4791
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4792
            ;;
 
4793
          *)
 
4794
            ;;
 
4795
        esac
 
4796
        ;;
 
4797
      tandem*)
 
4798
        case $cc_basename in
 
4799
          NCC*)
 
4800
            # NonStop-UX NCC 3.20
 
4801
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4802
            ;;
 
4803
          *)
 
4804
            ;;
 
4805
        esac
 
4806
        ;;
 
4807
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
4808
        case $cc_basename in
 
4809
          CC*)
 
4810
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4811
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4812
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4813
            ;;
 
4814
        esac
 
4815
        ;;
 
4816
      vxworks*)
 
4817
        ;;
 
4818
      *)
 
4819
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4820
        ;;
 
4821
    esac
 
4822
  fi
 
4823
],
 
4824
[
 
4825
  if test "$GCC" = yes; then
 
4826
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4827
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4828
 
 
4829
    case $host_os in
 
4830
      aix*)
 
4831
      # All AIX code is PIC.
 
4832
      if test "$host_cpu" = ia64; then
 
4833
        # AIX 5 now supports IA64 processor
 
4834
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4835
      fi
 
4836
      ;;
 
4837
 
 
4838
    amigaos*)
 
4839
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4840
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4841
      # like `-m68040'.
 
4842
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4843
      ;;
 
4844
 
 
4845
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4846
      # PIC is the default for these OSes.
 
4847
      ;;
 
4848
 
 
4849
    mingw* | pw32* | os2*)
 
4850
      # This hack is so that the source file can tell whether it is being
 
4851
      # built for inclusion in a dll (and should export symbols for example).
 
4852
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4853
      ;;
 
4854
 
 
4855
    darwin* | rhapsody*)
 
4856
      # PIC is the default on this platform
 
4857
      # Common symbols not allowed in MH_DYLIB files
 
4858
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4859
      ;;
 
4860
 
 
4861
    interix3*)
 
4862
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
4863
      # Instead, we relocate shared libraries at runtime.
 
4864
      ;;
 
4865
 
 
4866
    msdosdjgpp*)
 
4867
      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
4868
      # on systems that don't support them.
 
4869
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4870
      enable_shared=no
 
4871
      ;;
 
4872
 
 
4873
    sysv4*MP*)
 
4874
      if test -d /usr/nec; then
 
4875
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4876
      fi
 
4877
      ;;
 
4878
 
 
4879
    hpux*)
 
4880
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4881
      # not for PA HP-UX.
 
4882
      case $host_cpu in
 
4883
      hppa*64*|ia64*)
 
4884
        # +Z the default
 
4885
        ;;
 
4886
      *)
 
4887
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4888
        ;;
 
4889
      esac
 
4890
      ;;
 
4891
 
 
4892
    *)
 
4893
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4894
      ;;
 
4895
    esac
 
4896
  else
 
4897
    # PORTME Check for flag to pass linker flags through the system compiler.
 
4898
    case $host_os in
 
4899
    aix*)
 
4900
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4901
      if test "$host_cpu" = ia64; then
 
4902
        # AIX 5 now supports IA64 processor
 
4903
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4904
      else
 
4905
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4906
      fi
 
4907
      ;;
 
4908
      darwin*)
 
4909
        # PIC is the default on this platform
 
4910
        # Common symbols not allowed in MH_DYLIB files
 
4911
       case $cc_basename in
 
4912
         xlc*)
 
4913
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4914
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4915
         ;;
 
4916
       esac
 
4917
       ;;
 
4918
 
 
4919
    mingw* | pw32* | os2*)
 
4920
      # This hack is so that the source file can tell whether it is being
 
4921
      # built for inclusion in a dll (and should export symbols for example).
 
4922
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4923
      ;;
 
4924
 
 
4925
    hpux9* | hpux10* | hpux11*)
 
4926
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4927
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4928
      # not for PA HP-UX.
 
4929
      case $host_cpu in
 
4930
      hppa*64*|ia64*)
 
4931
        # +Z the default
 
4932
        ;;
 
4933
      *)
 
4934
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4935
        ;;
 
4936
      esac
 
4937
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
4938
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
4939
      ;;
 
4940
 
 
4941
    irix5* | irix6* | nonstopux*)
 
4942
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4943
      # PIC (with -KPIC) is the default.
 
4944
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4945
      ;;
 
4946
 
 
4947
    newsos6)
 
4948
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4949
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4950
      ;;
 
4951
 
 
4952
    linux* | k*bsd*-gnu)
 
4953
      case $cc_basename in
 
4954
      icc* | ecc*)
 
4955
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4956
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4957
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4958
        ;;
 
4959
      pgcc* | pgf77* | pgf90* | pgf95*)
 
4960
        # Portland Group compilers (*not* the Pentium gcc compiler,
 
4961
        # which looks to be a dead project)
 
4962
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4963
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4964
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4965
        ;;
 
4966
      ccc*)
 
4967
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4968
        # All Alpha code is PIC.
 
4969
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4970
        ;;
 
4971
      esac
 
4972
      ;;
 
4973
 
 
4974
    osf3* | osf4* | osf5*)
 
4975
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4976
      # All OSF/1 code is PIC.
 
4977
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4978
      ;;
 
4979
 
 
4980
    solaris*)
 
4981
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4982
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4983
      case $cc_basename in
 
4984
      f77* | f90* | f95*)
 
4985
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
4986
      *)
 
4987
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
4988
      esac
 
4989
      ;;
 
4990
 
 
4991
    sunos4*)
 
4992
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4993
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4994
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4995
      ;;
 
4996
 
 
4997
    sysv4 | sysv4.2uw2* | sysv4.3*)
 
4998
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4999
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
5000
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
5001
      ;;
 
5002
 
 
5003
    sysv4*MP*)
 
5004
      if test -d /usr/nec ;then
 
5005
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
5006
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
5007
      fi
 
5008
      ;;
 
5009
 
 
5010
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
5011
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
5012
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
5013
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
5014
      ;;
 
5015
 
 
5016
    unicos*)
 
5017
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
5018
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
5019
      ;;
 
5020
 
 
5021
    uts4*)
 
5022
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
5023
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
5024
      ;;
 
5025
 
 
5026
    *)
 
5027
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
5028
      ;;
 
5029
    esac
 
5030
  fi
 
5031
])
 
5032
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
5033
 
 
5034
#
 
5035
# Check to make sure the PIC flag actually works.
 
5036
#
 
5037
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
5038
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
 
5039
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
 
5040
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
 
5041
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
5042
     "" | " "*) ;;
 
5043
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
5044
     esac],
 
5045
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
5046
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
5047
fi
 
5048
case $host_os in
 
5049
  # For platforms which do not support PIC, -DPIC is meaningless:
 
5050
  *djgpp*)
 
5051
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
5052
    ;;
 
5053
  *)
 
5054
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
5055
    ;;
 
5056
esac
 
5057
 
 
5058
#
 
5059
# Check to make sure the static flag actually works.
 
5060
#
 
5061
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 
5062
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
5063
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 
5064
  $lt_tmp_static_flag,
 
5065
  [],
 
5066
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
5067
])
 
5068
m4trace:/usr/share/aclocal/libtool.m4:6258: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
5069
ifelse([$1],[CXX],[
 
5070
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
5071
  case $host_os in
 
5072
  aix4* | aix5*)
 
5073
    # If we're using GNU nm, then we don't want the "-C" option.
 
5074
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
5075
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
5076
      _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'
 
5077
    else
 
5078
      _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'
 
5079
    fi
 
5080
    ;;
 
5081
  pw32*)
 
5082
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
5083
  ;;
 
5084
  cygwin* | mingw*)
 
5085
    _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'
 
5086
  ;;
 
5087
  linux* | k*bsd*-gnu)
 
5088
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
5089
  ;;
 
5090
  *)
 
5091
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
5092
  ;;
 
5093
  esac
 
5094
],[
 
5095
  runpath_var=
 
5096
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
5097
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
5098
  _LT_AC_TAGVAR(archive_cmds, $1)=
 
5099
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
5100
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
 
5101
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
5102
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
5103
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5104
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
 
5105
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5106
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
5107
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
5108
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5109
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
5110
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5111
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
5112
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
5113
  _LT_AC_TAGVAR(module_cmds, $1)=
 
5114
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
5115
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
5116
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
5117
  # include_expsyms should be a list of space-separated symbols to be *always*
 
5118
  # included in the symbol list
 
5119
  _LT_AC_TAGVAR(include_expsyms, $1)=
 
5120
  # exclude_expsyms can be an extended regexp of symbols to exclude
 
5121
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
5122
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
5123
  # as well as any symbol that contains `d'.
 
5124
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
 
5125
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
5126
  # platforms (ab)use it in PIC code, but their linkers get confused if
 
5127
  # the symbol is explicitly referenced.  Since portable code cannot
 
5128
  # rely on this symbol name, it's probably fine to never include it in
 
5129
  # preloaded symbol tables.
 
5130
  extract_expsyms_cmds=
 
5131
  # Just being paranoid about ensuring that cc_basename is set.
 
5132
  _LT_CC_BASENAME([$compiler])
 
5133
  case $host_os in
 
5134
  cygwin* | mingw* | pw32*)
 
5135
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
5136
    # When not using gcc, we currently assume that we are using
 
5137
    # Microsoft Visual C++.
 
5138
    if test "$GCC" != yes; then
 
5139
      with_gnu_ld=no
 
5140
    fi
 
5141
    ;;
 
5142
  interix*)
 
5143
    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
5144
    with_gnu_ld=yes
 
5145
    ;;
 
5146
  openbsd*)
 
5147
    with_gnu_ld=no
 
5148
    ;;
 
5149
  esac
 
5150
 
 
5151
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5152
  if test "$with_gnu_ld" = yes; then
 
5153
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
5154
    wlarc='${wl}'
 
5155
 
 
5156
    # Set some defaults for GNU ld with shared library support. These
 
5157
    # are reset later if shared libraries are not supported. Putting them
 
5158
    # here allows them to be overridden if necessary.
 
5159
    runpath_var=LD_RUN_PATH
 
5160
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
5161
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5162
    # ancient GNU ld didn't support --whole-archive et. al.
 
5163
    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
5164
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
5165
      else
 
5166
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5167
    fi
 
5168
    supports_anon_versioning=no
 
5169
    case `$LD -v 2>/dev/null` in
 
5170
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
5171
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
5172
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
5173
      *\ 2.11.*) ;; # other 2.11 versions
 
5174
      *) supports_anon_versioning=yes ;;
 
5175
    esac
 
5176
 
 
5177
    # See if GNU ld supports shared libraries.
 
5178
    case $host_os in
 
5179
    aix3* | aix4* | aix5*)
 
5180
      # On AIX/PPC, the GNU linker is very broken
 
5181
      if test "$host_cpu" != ia64; then
 
5182
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5183
        cat <<EOF 1>&2
 
5184
 
 
5185
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
5186
*** to be unable to reliably create shared libraries on AIX.
 
5187
*** Therefore, libtool is disabling shared libraries support.  If you
 
5188
*** really care for shared libraries, you may want to modify your PATH
 
5189
*** so that a non-GNU linker is found, and then restart.
 
5190
 
 
5191
EOF
 
5192
      fi
 
5193
      ;;
 
5194
 
 
5195
    amigaos*)
 
5196
      _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)'
 
5197
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5198
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5199
 
 
5200
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
5201
      # that the semantics of dynamic libraries on AmigaOS, at least up
 
5202
      # to version 4, is to share data among multiple programs linked
 
5203
      # with the same dynamic library.  Since this doesn't match the
 
5204
      # behavior of shared libraries on other platforms, we can't use
 
5205
      # them.
 
5206
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5207
      ;;
 
5208
 
 
5209
    beos*)
 
5210
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5211
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5212
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
5213
        # support --undefined.  This deserves some investigation.  FIXME
 
5214
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5215
      else
 
5216
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5217
      fi
 
5218
      ;;
 
5219
 
 
5220
    cygwin* | mingw* | pw32*)
 
5221
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
5222
      # as there is no search path for DLLs.
 
5223
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5224
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5225
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
5226
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
5227
      _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'
 
5228
 
 
5229
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
5230
        _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'
 
5231
        # If the export-symbols file already is a .def file (1st line
 
5232
        # is EXPORTS), use it as is; otherwise, prepend...
 
5233
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
5234
          cp $export_symbols $output_objdir/$soname.def;
 
5235
        else
 
5236
          echo EXPORTS > $output_objdir/$soname.def;
 
5237
          cat $export_symbols >> $output_objdir/$soname.def;
 
5238
        fi~
 
5239
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
5240
      else
 
5241
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5242
      fi
 
5243
      ;;
 
5244
 
 
5245
    interix3*)
 
5246
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5247
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5248
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5249
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5250
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
5251
      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
5252
      # default) and relocated if they conflict, which is a slow very memory
 
5253
      # consuming and fragmenting process.  To avoid this, we pick a random,
 
5254
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
5255
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
5256
      _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'
 
5257
      _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'
 
5258
      ;;
 
5259
 
 
5260
    linux* | k*bsd*-gnu)
 
5261
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5262
        tmp_addflag=
 
5263
        case $cc_basename,$host_cpu in
 
5264
        pgcc*)                          # Portland Group C compiler
 
5265
          _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'
 
5266
          tmp_addflag=' $pic_flag'
 
5267
          ;;
 
5268
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
5269
          _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'
 
5270
          tmp_addflag=' $pic_flag -Mnomain' ;;
 
5271
        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
5272
          tmp_addflag=' -i_dynamic' ;;
 
5273
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
5274
          tmp_addflag=' -i_dynamic -nofor_main' ;;
 
5275
        ifc* | ifort*)                  # Intel Fortran compiler
 
5276
          tmp_addflag=' -nofor_main' ;;
 
5277
        esac
 
5278
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5279
 
 
5280
        if test $supports_anon_versioning = yes; then
 
5281
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
5282
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
5283
  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
5284
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
5285
        fi
 
5286
        _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
5287
      else
 
5288
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5289
      fi
 
5290
      ;;
 
5291
 
 
5292
    netbsd* | netbsdelf*-gnu)
 
5293
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
5294
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
5295
        wlarc=
 
5296
      else
 
5297
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5298
        _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'
 
5299
      fi
 
5300
      ;;
 
5301
 
 
5302
    solaris*)
 
5303
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
5304
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5305
        cat <<EOF 1>&2
 
5306
 
 
5307
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
5308
*** create shared libraries on Solaris systems.  Therefore, libtool
 
5309
*** is disabling shared libraries support.  We urge you to upgrade GNU
 
5310
*** binutils to release 2.9.1 or newer.  Another option is to modify
 
5311
*** your PATH or compiler configuration so that the native linker is
 
5312
*** used, and then restart.
 
5313
 
 
5314
EOF
 
5315
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5316
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5317
        _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'
 
5318
      else
 
5319
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5320
      fi
 
5321
      ;;
 
5322
 
 
5323
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
5324
      case `$LD -v 2>&1` in
 
5325
        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
 
5326
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5327
        cat <<_LT_EOF 1>&2
 
5328
 
 
5329
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
5330
*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
5331
*** is disabling shared libraries support.  We urge you to upgrade GNU
 
5332
*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
5333
*** your PATH or compiler configuration so that the native linker is
 
5334
*** used, and then restart.
 
5335
 
 
5336
_LT_EOF
 
5337
        ;;
 
5338
        *)
 
5339
          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5340
            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
5341
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
5342
            _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'
 
5343
          else
 
5344
            _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5345
          fi
 
5346
        ;;
 
5347
      esac
 
5348
      ;;
 
5349
 
 
5350
    sunos4*)
 
5351
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5352
      wlarc=
 
5353
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5354
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5355
      ;;
 
5356
 
 
5357
    *)
 
5358
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5359
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5360
        _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'
 
5361
      else
 
5362
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5363
      fi
 
5364
      ;;
 
5365
    esac
 
5366
 
 
5367
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
5368
      runpath_var=
 
5369
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5370
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
5371
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5372
    fi
 
5373
  else
 
5374
    # PORTME fill in a description of your system's linker (not GNU ld)
 
5375
    case $host_os in
 
5376
    aix3*)
 
5377
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5378
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5379
      _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'
 
5380
      # Note: this linker hardcodes the directories in LIBPATH if there
 
5381
      # are no directories specified by -L.
 
5382
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5383
      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
5384
        # Neither direct hardcoding nor static linking is supported with a
 
5385
        # broken collect2.
 
5386
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
5387
      fi
 
5388
      ;;
 
5389
 
 
5390
    aix4* | aix5*)
 
5391
      if test "$host_cpu" = ia64; then
 
5392
        # On IA64, the linker does run time linking by default, so we don't
 
5393
        # have to do anything special.
 
5394
        aix_use_runtimelinking=no
 
5395
        exp_sym_flag='-Bexport'
 
5396
        no_entry_flag=""
 
5397
      else
 
5398
        # If we're using GNU nm, then we don't want the "-C" option.
 
5399
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
5400
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
5401
          _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'
 
5402
        else
 
5403
          _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'
 
5404
        fi
 
5405
        aix_use_runtimelinking=no
 
5406
 
 
5407
        # Test if we are trying to use run time linking or normal
 
5408
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
5409
        # need to do runtime linking.
 
5410
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
5411
          for ld_flag in $LDFLAGS; do
 
5412
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
5413
            aix_use_runtimelinking=yes
 
5414
            break
 
5415
          fi
 
5416
          done
 
5417
          ;;
 
5418
        esac
 
5419
 
 
5420
        exp_sym_flag='-bexport'
 
5421
        no_entry_flag='-bnoentry'
 
5422
      fi
 
5423
 
 
5424
      # When large executables or shared objects are built, AIX ld can
 
5425
      # have problems creating the table of contents.  If linking a library
 
5426
      # or program results in "error TOC overflow" add -mminimal-toc to
 
5427
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
5428
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
5429
 
 
5430
      _LT_AC_TAGVAR(archive_cmds, $1)=''
 
5431
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5432
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5433
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5434
 
 
5435
      if test "$GCC" = yes; then
 
5436
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
5437
        # We only want to do this on AIX 4.2 and lower, the check
 
5438
        # below for broken collect2 doesn't work under 4.3+
 
5439
          collect2name=`${CC} -print-prog-name=collect2`
 
5440
          if test -f "$collect2name" && \
 
5441
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
5442
          then
 
5443
          # We have reworked collect2
 
5444
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5445
          else
 
5446
          # We have old collect2
 
5447
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
5448
          # It fails to find uninstalled libraries when the uninstalled
 
5449
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
5450
          # to unsupported forces relinking
 
5451
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5452
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5453
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
5454
          fi
 
5455
          ;;
 
5456
        esac
 
5457
        shared_flag='-shared'
 
5458
        if test "$aix_use_runtimelinking" = yes; then
 
5459
          shared_flag="$shared_flag "'${wl}-G'
 
5460
        fi
 
5461
      else
 
5462
        # not using gcc
 
5463
        if test "$host_cpu" = ia64; then
 
5464
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
5465
        # chokes on -Wl,-G. The following line is correct:
 
5466
          shared_flag='-G'
 
5467
        else
 
5468
          if test "$aix_use_runtimelinking" = yes; then
 
5469
            shared_flag='${wl}-G'
 
5470
          else
 
5471
            shared_flag='${wl}-bM:SRE'
 
5472
          fi
 
5473
        fi
 
5474
      fi
 
5475
 
 
5476
      # It seems that -bexpall does not export symbols beginning with
 
5477
      # underscore (_), so it is better to generate a list of symbols to export.
 
5478
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5479
      if test "$aix_use_runtimelinking" = yes; then
 
5480
        # Warning - without using the other runtime loading flags (-brtl),
 
5481
        # -berok will link without error, but may produce a broken library.
 
5482
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
5483
       # Determine the default libpath from the value encoded in an empty executable.
 
5484
       _LT_AC_SYS_LIBPATH_AIX
 
5485
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5486
        _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"
 
5487
       else
 
5488
        if test "$host_cpu" = ia64; then
 
5489
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
5490
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
5491
          _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"
 
5492
        else
 
5493
         # Determine the default libpath from the value encoded in an empty executable.
 
5494
         _LT_AC_SYS_LIBPATH_AIX
 
5495
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5496
          # Warning - without using the other run time loading flags,
 
5497
          # -berok will link without error, but may produce a broken library.
 
5498
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
5499
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
5500
          # Exported symbols can be pulled into shared objects from archives
 
5501
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
5502
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5503
          # This is similar to how AIX traditionally builds its shared libraries.
 
5504
          _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'
 
5505
        fi
 
5506
      fi
 
5507
      ;;
 
5508
 
 
5509
    amigaos*)
 
5510
      _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)'
 
5511
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5512
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5513
      # see comment about different semantics on the GNU ld section
 
5514
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5515
      ;;
 
5516
 
 
5517
    bsdi[[45]]*)
 
5518
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
5519
      ;;
 
5520
 
 
5521
    cygwin* | mingw* | pw32*)
 
5522
      # When not using gcc, we currently assume that we are using
 
5523
      # Microsoft Visual C++.
 
5524
      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
5525
      # no search path for DLLs.
 
5526
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
5527
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5528
      # Tell ltmain to make .lib files, not .a files.
 
5529
      libext=lib
 
5530
      # Tell ltmain to make .dll files, not .so files.
 
5531
      shrext_cmds=".dll"
 
5532
      # FIXME: Setting linknames here is a bad hack.
 
5533
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
5534
      # The linker will automatically build a .lib file if we build a DLL.
 
5535
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
5536
      # FIXME: Should let the user specify the lib program.
 
5537
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
5538
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
5539
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
5540
      ;;
 
5541
 
 
5542
    darwin* | rhapsody*)
 
5543
      case $host_os in
 
5544
        rhapsody* | darwin1.[[012]])
 
5545
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
5546
         ;;
 
5547
       *) # Darwin 1.3 on
 
5548
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
5549
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5550
         else
 
5551
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
5552
             10.[[012]])
 
5553
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5554
               ;;
 
5555
             10.*)
 
5556
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
5557
               ;;
 
5558
           esac
 
5559
         fi
 
5560
         ;;
 
5561
      esac
 
5562
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5563
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5564
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
5565
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5566
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
5567
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5568
    if test "$GCC" = yes ; then
 
5569
        output_verbose_link_cmd='echo'
 
5570
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
5571
      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5572
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
5573
      _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}'
 
5574
      _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}'
 
5575
    else
 
5576
      case $cc_basename in
 
5577
        xlc*)
 
5578
         output_verbose_link_cmd='echo'
 
5579
         _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'
 
5580
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5581
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
5582
         _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}'
 
5583
          _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}'
 
5584
          ;;
 
5585
       *)
 
5586
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5587
          ;;
 
5588
      esac
 
5589
    fi
 
5590
      ;;
 
5591
 
 
5592
    dgux*)
 
5593
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5594
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5595
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5596
      ;;
 
5597
 
 
5598
    freebsd1*)
 
5599
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5600
      ;;
 
5601
 
 
5602
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
5603
    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
5604
    # does not break anything, and helps significantly (at the cost of a little
 
5605
    # extra space).
 
5606
    freebsd2.2*)
 
5607
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
5608
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5609
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5610
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5611
      ;;
 
5612
 
 
5613
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
5614
    freebsd2*)
 
5615
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5616
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5617
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5618
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5619
      ;;
 
5620
 
 
5621
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
5622
    freebsd* | dragonfly*)
 
5623
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
5624
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5625
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5626
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5627
      ;;
 
5628
 
 
5629
    hpux9*)
 
5630
      if test "$GCC" = yes; then
 
5631
        _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'
 
5632
      else
 
5633
        _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'
 
5634
      fi
 
5635
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5636
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5637
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5638
 
 
5639
      # hardcode_minus_L: Not really in the search PATH,
 
5640
      # but as the default location of the library.
 
5641
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5642
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5643
      ;;
 
5644
 
 
5645
    hpux10*)
 
5646
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
5647
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
5648
      else
 
5649
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
5650
      fi
 
5651
      if test "$with_gnu_ld" = no; then
 
5652
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5653
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5654
 
 
5655
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5656
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5657
 
 
5658
        # hardcode_minus_L: Not really in the search PATH,
 
5659
        # but as the default location of the library.
 
5660
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5661
      fi
 
5662
      ;;
 
5663
 
 
5664
    hpux11*)
 
5665
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
5666
        case $host_cpu in
 
5667
        hppa*64*)
 
5668
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5669
          ;;
 
5670
        ia64*)
 
5671
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
5672
          ;;
 
5673
        *)
 
5674
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
5675
          ;;
 
5676
        esac
 
5677
      else
 
5678
        case $host_cpu in
 
5679
        hppa*64*)
 
5680
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5681
          ;;
 
5682
        ia64*)
 
5683
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
5684
          ;;
 
5685
        *)
 
5686
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
5687
          ;;
 
5688
        esac
 
5689
      fi
 
5690
      if test "$with_gnu_ld" = no; then
 
5691
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5692
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5693
 
 
5694
        case $host_cpu in
 
5695
        hppa*64*|ia64*)
 
5696
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
5697
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5698
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5699
          ;;
 
5700
        *)
 
5701
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5702
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5703
 
 
5704
          # hardcode_minus_L: Not really in the search PATH,
 
5705
          # but as the default location of the library.
 
5706
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5707
          ;;
 
5708
        esac
 
5709
      fi
 
5710
      ;;
 
5711
 
 
5712
    irix5* | irix6* | nonstopux*)
 
5713
      if test "$GCC" = yes; then
 
5714
        _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'
 
5715
      else
 
5716
        _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'
 
5717
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
5718
      fi
 
5719
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5720
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5721
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5722
      ;;
 
5723
 
 
5724
    netbsd* | netbsdelf*-gnu)
 
5725
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
5726
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
5727
      else
 
5728
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
5729
      fi
 
5730
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5731
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5732
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5733
      ;;
 
5734
 
 
5735
    newsos6)
 
5736
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5737
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5738
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5739
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5740
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5741
      ;;
 
5742
 
 
5743
    openbsd*)
 
5744
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5745
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5746
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
5747
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5748
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
5749
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5750
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5751
      else
 
5752
       case $host_os in
 
5753
         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
5754
           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5755
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5756
           ;;
 
5757
         *)
 
5758
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5759
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5760
           ;;
 
5761
       esac
 
5762
      fi
 
5763
      ;;
 
5764
 
 
5765
    os2*)
 
5766
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5767
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5768
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5769
      _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'
 
5770
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
5771
      ;;
 
5772
 
 
5773
    osf3*)
 
5774
      if test "$GCC" = yes; then
 
5775
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5776
        _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'
 
5777
      else
 
5778
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5779
        _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'
 
5780
      fi
 
5781
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5782
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5783
      ;;
 
5784
 
 
5785
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
 
5786
      if test "$GCC" = yes; then
 
5787
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5788
        _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'
 
5789
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5790
      else
 
5791
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5792
        _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'
 
5793
        _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~
 
5794
        $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'
 
5795
 
 
5796
        # Both c and cxx compiler support -rpath directly
 
5797
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
5798
      fi
 
5799
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5800
      ;;
 
5801
 
 
5802
    solaris*)
 
5803
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
5804
      if test "$GCC" = yes; then
 
5805
        wlarc='${wl}'
 
5806
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5807
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5808
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
5809
      else
 
5810
        wlarc=''
 
5811
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5812
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5813
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
5814
      fi
 
5815
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5816
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5817
      case $host_os in
 
5818
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
5819
      *)
 
5820
        # The compiler driver will combine linker options so we
 
5821
        # cannot just pass the convience library names through
 
5822
        # without $wl, iff we do not link with $LD.
 
5823
        # Luckily, gcc supports the same syntax we need for Sun Studio.
 
5824
        # Supported since Solaris 2.6 (maybe 2.5.1?)
 
5825
        case $wlarc in
 
5826
        '')
 
5827
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
 
5828
        *)
 
5829
          _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' ;;
 
5830
        esac ;;
 
5831
      esac
 
5832
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5833
      ;;
 
5834
 
 
5835
    sunos4*)
 
5836
      if test "x$host_vendor" = xsequent; then
 
5837
        # Use $CC to link under sequent, because it throws in some extra .o
 
5838
        # files that make .init and .fini sections work.
 
5839
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
5840
      else
 
5841
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
5842
      fi
 
5843
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5844
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5845
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5846
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5847
      ;;
 
5848
 
 
5849
    sysv4)
 
5850
      case $host_vendor in
 
5851
        sni)
 
5852
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5853
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
5854
        ;;
 
5855
        siemens)
 
5856
          ## LD is ld it makes a PLAMLIB
 
5857
          ## CC just makes a GrossModule.
 
5858
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5859
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
5860
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5861
        ;;
 
5862
        motorola)
 
5863
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5864
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
5865
        ;;
 
5866
      esac
 
5867
      runpath_var='LD_RUN_PATH'
 
5868
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5869
      ;;
 
5870
 
 
5871
    sysv4.3*)
 
5872
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5873
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5874
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
5875
      ;;
 
5876
 
 
5877
    sysv4*MP*)
 
5878
      if test -d /usr/nec; then
 
5879
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5880
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5881
        runpath_var=LD_RUN_PATH
 
5882
        hardcode_runpath_var=yes
 
5883
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5884
      fi
 
5885
      ;;
 
5886
 
 
5887
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
 
5888
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
5889
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5890
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5891
      runpath_var='LD_RUN_PATH'
 
5892
 
 
5893
      if test "$GCC" = yes; then
 
5894
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5895
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5896
      else
 
5897
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5898
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5899
      fi
 
5900
      ;;
 
5901
 
 
5902
    sysv5* | sco3.2v5* | sco5v6*)
 
5903
      # Note: We can NOT use -z defs as we might desire, because we do not
 
5904
      # link with -lc, and that would cause any symbols used from libc to
 
5905
      # always be unresolved, which means just about no library would
 
5906
      # ever link correctly.  If we're not using GNU ld we use -z text
 
5907
      # though, which does catch some bad symbols but isn't as heavy-handed
 
5908
      # as -z defs.
 
5909
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
5910
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
5911
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5912
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5913
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
5914
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5915
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5916
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
5917
      runpath_var='LD_RUN_PATH'
 
5918
 
 
5919
      if test "$GCC" = yes; then
 
5920
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5921
        _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'
 
5922
      else
 
5923
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5924
        _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'
 
5925
      fi
 
5926
      ;;
 
5927
 
 
5928
    uts4*)
 
5929
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5930
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5931
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5932
      ;;
 
5933
 
 
5934
    *)
 
5935
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5936
      ;;
 
5937
    esac
 
5938
  fi
 
5939
])
 
5940
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
5941
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
5942
 
 
5943
#
 
5944
# Do we need to explicitly link libc?
 
5945
#
 
5946
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
5947
x|xyes)
 
5948
  # Assume -lc should be added
 
5949
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5950
 
 
5951
  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
5952
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
5953
    *'~'*)
 
5954
      # FIXME: we may have to deal with multi-command sequences.
 
5955
      ;;
 
5956
    '$CC '*)
 
5957
      # Test whether the compiler implicitly links with -lc since on some
 
5958
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
5959
      # to ld, don't add -lc before -lgcc.
 
5960
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
5961
      $rm conftest*
 
5962
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
5963
 
 
5964
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
5965
        soname=conftest
 
5966
        lib=conftest
 
5967
        libobjs=conftest.$ac_objext
 
5968
        deplibs=
 
5969
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
5970
        pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
5971
        compiler_flags=-v
 
5972
        linker_flags=-v
 
5973
        verstring=
 
5974
        output_objdir=.
 
5975
        libname=conftest
 
5976
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
5977
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
5978
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
5979
        then
 
5980
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5981
        else
 
5982
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5983
        fi
 
5984
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
5985
      else
 
5986
        cat conftest.err 1>&5
 
5987
      fi
 
5988
      $rm conftest*
 
5989
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
5990
      ;;
 
5991
    esac
 
5992
  fi
 
5993
  ;;
 
5994
esac
 
5995
])
 
5996
m4trace:/usr/share/aclocal/libtool.m4:6298: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 
5997
# /* ltdll.c starts here */
 
5998
# #define WIN32_LEAN_AND_MEAN
 
5999
# #include <windows.h>
 
6000
# #undef WIN32_LEAN_AND_MEAN
 
6001
# #include <stdio.h>
 
6002
#
 
6003
# #ifndef __CYGWIN__
 
6004
# #  ifdef __CYGWIN32__
 
6005
# #    define __CYGWIN__ __CYGWIN32__
 
6006
# #  endif
 
6007
# #endif
 
6008
#
 
6009
# #ifdef __cplusplus
 
6010
# extern "C" {
 
6011
# #endif
 
6012
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
6013
# #ifdef __cplusplus
 
6014
# }
 
6015
# #endif
 
6016
#
 
6017
# #ifdef __CYGWIN__
 
6018
# #include <cygwin/cygwin_dll.h>
 
6019
# DECLARE_CYGWIN_DLL( DllMain );
 
6020
# #endif
 
6021
# HINSTANCE __hDllInstance_base;
 
6022
#
 
6023
# BOOL APIENTRY
 
6024
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
6025
# {
 
6026
#   __hDllInstance_base = hInst;
 
6027
#   return TRUE;
 
6028
# }
 
6029
# /* ltdll.c ends here */
 
6030
])
 
6031
m4trace:/usr/share/aclocal/libtool.m4:6303: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
 
6032
m4trace:/usr/share/aclocal/libtool.m4:6307: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
 
6033
m4trace:/usr/share/aclocal/libtool.m4:6308: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
6034
m4trace:/usr/share/aclocal/libtool.m4:6309: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
6035
m4trace:/usr/share/aclocal/libtool.m4:6310: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
6036
m4trace:/usr/share/aclocal/libtool.m4:6311: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
6037
m4trace:/usr/share/aclocal/libtool.m4:6312: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
 
6038
m4trace:/usr/share/aclocal/libtool.m4:6313: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
 
6039
m4trace:/usr/share/aclocal/libtool.m4:6322: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
 
6040
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
6041
  AC_SUBST(GCJFLAGS)
 
6042
])
 
6043
m4trace:/usr/share/aclocal/libtool.m4:6326: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
 
6044
])
 
6045
m4trace:/usr/share/aclocal/libtool.m4:6389: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
 
6046
AC_CACHE_VAL(lt_cv_path_SED,
 
6047
[# Loop through the user's path and test for sed and gsed.
 
6048
# Then use that list of sed's as ones to test for truncation.
 
6049
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
6050
for as_dir in $PATH
 
6051
do
 
6052
  IFS=$as_save_IFS
 
6053
  test -z "$as_dir" && as_dir=.
 
6054
  for lt_ac_prog in sed gsed; do
 
6055
    for ac_exec_ext in '' $ac_executable_extensions; do
 
6056
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
6057
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
6058
      fi
 
6059
    done
 
6060
  done
 
6061
done
 
6062
lt_ac_max=0
 
6063
lt_ac_count=0
 
6064
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
6065
# along with /bin/sed that truncates output.
 
6066
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
6067
  test ! -f $lt_ac_sed && continue
 
6068
  cat /dev/null > conftest.in
 
6069
  lt_ac_count=0
 
6070
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
6071
  # Check for GNU sed and select it if it is found.
 
6072
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
6073
    lt_cv_path_SED=$lt_ac_sed
 
6074
    break
 
6075
  fi
 
6076
  while true; do
 
6077
    cat conftest.in conftest.in >conftest.tmp
 
6078
    mv conftest.tmp conftest.in
 
6079
    cp conftest.in conftest.nl
 
6080
    echo >>conftest.nl
 
6081
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
6082
    cmp -s conftest.out conftest.nl || break
 
6083
    # 10000 chars as input seems more than enough
 
6084
    test $lt_ac_count -gt 10 && break
 
6085
    lt_ac_count=`expr $lt_ac_count + 1`
 
6086
    if test $lt_ac_count -gt $lt_ac_max; then
 
6087
      lt_ac_max=$lt_ac_count
 
6088
      lt_cv_path_SED=$lt_ac_sed
 
6089
    fi
 
6090
  done
 
6091
done
 
6092
])
 
6093
SED=$lt_cv_path_SED
 
6094
AC_MSG_RESULT([$SED])
 
6095
])
 
6096
m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
6097
m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
 
6098
m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 
6099
AC_PREREQ([2.50])dnl
 
6100
# expand $ac_aux_dir to an absolute path
 
6101
am_aux_dir=`cd $ac_aux_dir && pwd`
 
6102
])
 
6103
m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
6104
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
6105
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
6106
AC_SUBST([$1_TRUE])
 
6107
AC_SUBST([$1_FALSE])
 
6108
if $2; then
 
6109
  $1_TRUE=
 
6110
  $1_FALSE='#'
 
6111
else
 
6112
  $1_TRUE='#'
 
6113
  $1_FALSE=
 
6114
fi
 
6115
AC_CONFIG_COMMANDS_PRE(
 
6116
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
6117
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
6118
Usually this means the macro was only invoked conditionally.]])
 
6119
fi])])
 
6120
m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
6121
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
6122
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
6123
AC_REQUIRE([AM_DEP_TRACK])dnl
 
6124
 
 
6125
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
6126
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
6127
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
6128
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
6129
                   [depcc="$$1"   am_compiler_list=])
 
6130
 
 
6131
AC_CACHE_CHECK([dependency style of $depcc],
 
6132
               [am_cv_$1_dependencies_compiler_type],
 
6133
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
6134
  # We make a subdir and do the tests there.  Otherwise we can end up
 
6135
  # making bogus files that we don't know about and never remove.  For
 
6136
  # instance it was reported that on HP-UX the gcc test will end up
 
6137
  # making a dummy file named `D' -- because `-MD' means `put the output
 
6138
  # in D'.
 
6139
  mkdir conftest.dir
 
6140
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
6141
  # using a relative directory.
 
6142
  cp "$am_depcomp" conftest.dir
 
6143
  cd conftest.dir
 
6144
  # We will build objects and dependencies in a subdirectory because
 
6145
  # it helps to detect inapplicable dependency modes.  For instance
 
6146
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
6147
  # side effect of compilation, but ICC will put the dependencies in
 
6148
  # the current directory while Tru64 will put them in the object
 
6149
  # directory.
 
6150
  mkdir sub
 
6151
 
 
6152
  am_cv_$1_dependencies_compiler_type=none
 
6153
  if test "$am_compiler_list" = ""; then
 
6154
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
6155
  fi
 
6156
  for depmode in $am_compiler_list; do
 
6157
    # Setup a source with many dependencies, because some compilers
 
6158
    # like to wrap large dependency lists on column 80 (with \), and
 
6159
    # we should not choose a depcomp mode which is confused by this.
 
6160
    #
 
6161
    # We need to recreate these files for each test, as the compiler may
 
6162
    # overwrite some of them when testing with obscure command lines.
 
6163
    # This happens at least with the AIX C compiler.
 
6164
    : > sub/conftest.c
 
6165
    for i in 1 2 3 4 5 6; do
 
6166
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
6167
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
6168
      # Solaris 8's {/usr,}/bin/sh.
 
6169
      touch sub/conftst$i.h
 
6170
    done
 
6171
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
6172
 
 
6173
    case $depmode in
 
6174
    nosideeffect)
 
6175
      # after this tag, mechanisms are not by side-effect, so they'll
 
6176
      # only be used when explicitly requested
 
6177
      if test "x$enable_dependency_tracking" = xyes; then
 
6178
        continue
 
6179
      else
 
6180
        break
 
6181
      fi
 
6182
      ;;
 
6183
    none) break ;;
 
6184
    esac
 
6185
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
6186
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
6187
    # handle `-M -o', and we need to detect this.
 
6188
    if depmode=$depmode \
 
6189
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
6190
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
6191
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
6192
         >/dev/null 2>conftest.err &&
 
6193
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
6194
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
6195
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
6196
      # icc doesn't choke on unknown options, it will just issue warnings
 
6197
      # or remarks (even with -Werror).  So we grep stderr for any message
 
6198
      # that says an option was ignored or not supported.
 
6199
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
6200
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
6201
      # The diagnosis changed in icc 8.0:
 
6202
      #   icc: Command line remark: option '-MP' not supported
 
6203
      if (grep 'ignoring option' conftest.err ||
 
6204
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
6205
        am_cv_$1_dependencies_compiler_type=$depmode
 
6206
        break
 
6207
      fi
 
6208
    fi
 
6209
  done
 
6210
 
 
6211
  cd ..
 
6212
  rm -rf conftest.dir
 
6213
else
 
6214
  am_cv_$1_dependencies_compiler_type=none
 
6215
fi
 
6216
])
 
6217
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
6218
AM_CONDITIONAL([am__fastdep$1], [
 
6219
  test "x$enable_dependency_tracking" != xno \
 
6220
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
6221
])
 
6222
m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
6223
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
6224
])
 
6225
m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
6226
[  --disable-dependency-tracking  speeds up one-time build
 
6227
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
6228
if test "x$enable_dependency_tracking" != xno; then
 
6229
  am_depcomp="$ac_aux_dir/depcomp"
 
6230
  AMDEPBACKSLASH='\'
 
6231
fi
 
6232
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
6233
AC_SUBST([AMDEPBACKSLASH])
 
6234
])
 
6235
m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
6236
  # Strip MF so we end up with the name of the file.
 
6237
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
6238
  # Check whether this is an Automake generated Makefile or not.
 
6239
  # We used to match only the files named `Makefile.in', but
 
6240
  # some people rename them; so instead we look at the file content.
 
6241
  # Grep'ing the first line is not enough: some people post-process
 
6242
  # each Makefile.in and add a new line on top of each file to say so.
 
6243
  # So let's grep whole file.
 
6244
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
6245
    dirpart=`AS_DIRNAME("$mf")`
 
6246
  else
 
6247
    continue
 
6248
  fi
 
6249
  # Extract the definition of DEPDIR, am__include, and am__quote
 
6250
  # from the Makefile without running `make'.
 
6251
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
6252
  test -z "$DEPDIR" && continue
 
6253
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
6254
  test -z "am__include" && continue
 
6255
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
6256
  # When using ansi2knr, U may be empty or an underscore; expand it
 
6257
  U=`sed -n 's/^U = //p' < "$mf"`
 
6258
  # Find all dependency output files, they are included files with
 
6259
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
6260
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
6261
  # expansion.
 
6262
  for file in `sed -n "
 
6263
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
6264
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
6265
    # Make sure the directory exists.
 
6266
    test -f "$dirpart/$file" && continue
 
6267
    fdir=`AS_DIRNAME(["$file"])`
 
6268
    AS_MKDIR_P([$dirpart/$fdir])
 
6269
    # echo "creating $dirpart/$file"
 
6270
    echo '# dummy' > "$dirpart/$file"
 
6271
  done
 
6272
done
 
6273
])
 
6274
m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
6275
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
6276
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
6277
])
 
6278
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
6279
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
6280
You should run autoupdate.])dnl
 
6281
AC_CONFIG_HEADERS($@)])
 
6282
m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
 
6283
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
6284
dnl the ones we care about.
 
6285
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
6286
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
6287
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
6288
# test to see if srcdir already configured
 
6289
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
6290
   test -f $srcdir/config.status; then
 
6291
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
6292
fi
 
6293
 
 
6294
# test whether we have cygpath
 
6295
if test -z "$CYGPATH_W"; then
 
6296
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
6297
    CYGPATH_W='cygpath -w'
 
6298
  else
 
6299
    CYGPATH_W=echo
 
6300
  fi
 
6301
fi
 
6302
AC_SUBST([CYGPATH_W])
 
6303
 
 
6304
# Define the identity of the package.
 
6305
dnl Distinguish between old-style and new-style calls.
 
6306
m4_ifval([$2],
 
6307
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
6308
 AC_SUBST([PACKAGE], [$1])dnl
 
6309
 AC_SUBST([VERSION], [$2])],
 
6310
[_AM_SET_OPTIONS([$1])dnl
 
6311
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
6312
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
6313
 
 
6314
_AM_IF_OPTION([no-define],,
 
6315
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
6316
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
6317
 
 
6318
# Some tools Automake needs.
 
6319
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
6320
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
6321
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
6322
AM_MISSING_PROG(AUTOCONF, autoconf)
 
6323
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
6324
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
6325
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
6326
AM_PROG_INSTALL_SH
 
6327
AM_PROG_INSTALL_STRIP
 
6328
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
6329
# We need awk for the "check" target.  The system "awk" is bad on
 
6330
# some platforms.
 
6331
AC_REQUIRE([AC_PROG_AWK])dnl
 
6332
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
6333
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
6334
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
6335
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
6336
                             [_AM_PROG_TAR([v7])])])
 
6337
_AM_IF_OPTION([no-dependencies],,
 
6338
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
6339
                  [_AM_DEPENDENCIES(CC)],
 
6340
                  [define([AC_PROG_CC],
 
6341
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
6342
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
6343
                  [_AM_DEPENDENCIES(CXX)],
 
6344
                  [define([AC_PROG_CXX],
 
6345
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
6346
])
 
6347
])
 
6348
m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
6349
_am_stamp_count=1
 
6350
for _am_header in $config_headers :; do
 
6351
  case $_am_header in
 
6352
    $1 | $1:* )
 
6353
      break ;;
 
6354
    * )
 
6355
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
6356
  esac
 
6357
done
 
6358
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
6359
m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6360
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
6361
AC_SUBST(install_sh)])
 
6362
m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
6363
mkdir .tst 2>/dev/null
 
6364
if test -d .tst; then
 
6365
  am__leading_dot=.
 
6366
else
 
6367
  am__leading_dot=_
 
6368
fi
 
6369
rmdir .tst 2>/dev/null
 
6370
AC_SUBST([am__leading_dot])])
 
6371
m4trace:/usr/share/aclocal-1.9/maintainer.m4:26: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
6372
  dnl maintainer-mode is disabled by default
 
6373
  AC_ARG_ENABLE(maintainer-mode,
 
6374
[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
6375
                          (and sometimes confusing) to the casual installer],
 
6376
      USE_MAINTAINER_MODE=$enableval,
 
6377
      USE_MAINTAINER_MODE=no)
 
6378
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
6379
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
6380
  MAINT=$MAINTAINER_MODE_TRUE
 
6381
  AC_SUBST(MAINT)dnl
 
6382
 
 
6383
])
 
6384
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
6385
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
 
6386
You should run autoupdate.])dnl
 
6387
AM_MAINTAINER_MODE])
 
6388
m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
6389
cat > confinc << 'END'
 
6390
am__doit:
 
6391
        @echo done
 
6392
.PHONY: am__doit
 
6393
END
 
6394
# If we don't find an include directive, just comment out the code.
 
6395
AC_MSG_CHECKING([for style of include used by $am_make])
 
6396
am__include="#"
 
6397
am__quote=
 
6398
_am_result=none
 
6399
# First try GNU make style include.
 
6400
echo "include confinc" > confmf
 
6401
# We grep out `Entering directory' and `Leaving directory'
 
6402
# messages which can occur if `w' ends up in MAKEFLAGS.
 
6403
# In particular we don't look at `^make:' because GNU make might
 
6404
# be invoked under some other name (usually "gmake"), in which
 
6405
# case it prints its new name instead of `make'.
 
6406
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
6407
   am__include=include
 
6408
   am__quote=
 
6409
   _am_result=GNU
 
6410
fi
 
6411
# Now try BSD make style include.
 
6412
if test "$am__include" = "#"; then
 
6413
   echo '.include "confinc"' > confmf
 
6414
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
6415
      am__include=.include
 
6416
      am__quote="\""
 
6417
      _am_result=BSD
 
6418
   fi
 
6419
fi
 
6420
AC_SUBST([am__include])
 
6421
AC_SUBST([am__quote])
 
6422
AC_MSG_RESULT([$_am_result])
 
6423
rm -f confinc confmf
 
6424
])
 
6425
m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
6426
$1=${$1-"${am_missing_run}$2"}
 
6427
AC_SUBST($1)])
 
6428
m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6429
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
6430
# Use eval to expand $SHELL
 
6431
if eval "$MISSING --run true"; then
 
6432
  am_missing_run="$MISSING --run "
 
6433
else
 
6434
  am_missing_run=
 
6435
  AC_MSG_WARN([`missing' script is too old or missing])
 
6436
fi
 
6437
])
 
6438
m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
6439
  # We used to keeping the `.' as first argument, in order to
 
6440
  # allow $(mkdir_p) to be used without argument.  As in
 
6441
  #   $(mkdir_p) $(somedir)
 
6442
  # where $(somedir) is conditionally defined.  However this is wrong
 
6443
  # for two reasons:
 
6444
  #  1. if the package is installed by a user who cannot write `.'
 
6445
  #     make install will fail,
 
6446
  #  2. the above comment should most certainly read
 
6447
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
6448
  #     so it does not work when $(somedir) is undefined and
 
6449
  #     $(DESTDIR) is not.
 
6450
  #  To support the latter case, we have to write
 
6451
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
6452
  #  so the `.' trick is pointless.
 
6453
  mkdir_p='mkdir -p --'
 
6454
else
 
6455
  # On NextStep and OpenStep, the `mkdir' command does not
 
6456
  # recognize any option.  It will interpret all options as
 
6457
  # directories to create, and then abort because `.' already
 
6458
  # exists.
 
6459
  for d in ./-p ./--version;
 
6460
  do
 
6461
    test -d $d && rmdir $d
 
6462
  done
 
6463
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
6464
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
6465
    mkdir_p='$(mkinstalldirs)'
 
6466
  else
 
6467
    mkdir_p='$(install_sh) -d'
 
6468
  fi
 
6469
fi
 
6470
AC_SUBST([mkdir_p])])
 
6471
m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
6472
m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
6473
m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
6474
m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
6475
m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
6476
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
6477
   ac_status=$?
 
6478
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
6479
   (exit $ac_status); }])
 
6480
m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
6481
# Just in case
 
6482
sleep 1
 
6483
echo timestamp > conftest.file
 
6484
# Do `set' in a subshell so we don't clobber the current shell's
 
6485
# arguments.  Must try -L first in case configure is actually a
 
6486
# symlink; some systems play weird games with the mod time of symlinks
 
6487
# (eg FreeBSD returns the mod time of the symlink's containing
 
6488
# directory).
 
6489
if (
 
6490
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
6491
   if test "$[*]" = "X"; then
 
6492
      # -L didn't work.
 
6493
      set X `ls -t $srcdir/configure conftest.file`
 
6494
   fi
 
6495
   rm -f conftest.file
 
6496
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
6497
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
6498
 
 
6499
      # If neither matched, then we have a broken ls.  This can happen
 
6500
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
6501
      # broken ls alias from the environment.  This has actually
 
6502
      # happened.  Such a system could not be considered "sane".
 
6503
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
6504
alias in your environment])
 
6505
   fi
 
6506
 
 
6507
   test "$[2]" = conftest.file
 
6508
   )
 
6509
then
 
6510
   # Ok.
 
6511
   :
 
6512
else
 
6513
   AC_MSG_ERROR([newly created file is older than distributed files!
 
6514
Check your system clock])
 
6515
fi
 
6516
AC_MSG_RESULT(yes)])
 
6517
m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
6518
# Installed binaries are usually stripped using `strip' when the user
 
6519
# run `make install-strip'.  However `strip' might not be the right
 
6520
# tool to use in cross-compilation environments, therefore Automake
 
6521
# will honor the `STRIP' environment variable to overrule this program.
 
6522
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
6523
if test "$cross_compiling" != no; then
 
6524
  AC_CHECK_TOOL([STRIP], [strip], :)
 
6525
fi
 
6526
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
6527
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
6528
m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
6529
AM_MISSING_PROG([AMTAR], [tar])
 
6530
m4_if([$1], [v7],
 
6531
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
6532
     [m4_case([$1], [ustar],, [pax],,
 
6533
              [m4_fatal([Unknown tar format])])
 
6534
AC_MSG_CHECKING([how to create a $1 tar archive])
 
6535
# Loop over all known methods to create a tar archive until one works.
 
6536
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
6537
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
6538
# Do not fold the above two line into one, because Tru64 sh and
 
6539
# Solaris sh will not grok spaces in the rhs of `-'.
 
6540
for _am_tool in $_am_tools
 
6541
do
 
6542
  case $_am_tool in
 
6543
  gnutar)
 
6544
    for _am_tar in tar gnutar gtar;
 
6545
    do
 
6546
      AM_RUN_LOG([$_am_tar --version]) && break
 
6547
    done
 
6548
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
6549
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
6550
    am__untar="$_am_tar -xf -"
 
6551
    ;;
 
6552
  plaintar)
 
6553
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
6554
    # ustar tarball either.
 
6555
    (tar --version) >/dev/null 2>&1 && continue
 
6556
    am__tar='tar chf - "$$tardir"'
 
6557
    am__tar_='tar chf - "$tardir"'
 
6558
    am__untar='tar xf -'
 
6559
    ;;
 
6560
  pax)
 
6561
    am__tar='pax -L -x $1 -w "$$tardir"'
 
6562
    am__tar_='pax -L -x $1 -w "$tardir"'
 
6563
    am__untar='pax -r'
 
6564
    ;;
 
6565
  cpio)
 
6566
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
6567
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
6568
    am__untar='cpio -i -H $1 -d'
 
6569
    ;;
 
6570
  none)
 
6571
    am__tar=false
 
6572
    am__tar_=false
 
6573
    am__untar=false
 
6574
    ;;
 
6575
  esac
 
6576
 
 
6577
  # If the value was cached, stop now.  We just wanted to have am__tar
 
6578
  # and am__untar set.
 
6579
  test -n "${am_cv_prog_tar_$1}" && break
 
6580
 
 
6581
  # tar/untar a dummy directory, and stop if the command works
 
6582
  rm -rf conftest.dir
 
6583
  mkdir conftest.dir
 
6584
  echo GrepMe > conftest.dir/file
 
6585
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
6586
  rm -rf conftest.dir
 
6587
  if test -s conftest.tar; then
 
6588
    AM_RUN_LOG([$am__untar <conftest.tar])
 
6589
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
6590
  fi
 
6591
done
 
6592
rm -rf conftest.dir
 
6593
 
 
6594
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
6595
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
6596
AC_SUBST([am__tar])
 
6597
AC_SUBST([am__untar])
 
6598
])
 
6599
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:79: -1- AC_DEFUN([XDT_PROG_PKG_CONFIG], [
 
6600
  # minimum supported version of pkg-config
 
6601
  xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
 
6602
 
 
6603
  # lookup pkg-config utility
 
6604
  if test x"$PKG_CONFIG" = x""; then
 
6605
    AC_PATH_PROG([PKG_CONFIG], [pkg-config], [no])
 
6606
 
 
6607
    if test x"$PKG_CONFIG" = x"no"; then
 
6608
      echo "*** The pkg-config utility could not be found on your system."
 
6609
      echo "*** Make sure it is in your path, or set the PKG_CONFIG"
 
6610
      echo "*** environment variable to the full path to pkg-config."
 
6611
      echo "*** You can download pkg-config from the freedesktop.org"
 
6612
      echo "*** software repository at"
 
6613
      echo "***"
 
6614
      echo "***    http://www.freedesktop.org/software/pkgconfig"
 
6615
      echo "***"
 
6616
      exit 1
 
6617
    fi
 
6618
 
 
6619
    # check pkg-config version
 
6620
    AC_MSG_CHECKING([for pkg-config >= $xdt_cv_PKG_CONFIG_MIN_VERSION])
 
6621
    if $PKG_CONFIG --atleast-pkgconfig-version $xdt_cv_PKG_CONFIG_MIN_VERSION; then
 
6622
      xdt_cv_PKG_CONFIG_VERSION=`$PKG_CONFIG --version`
 
6623
      AC_MSG_RESULT([$xdt_cv_PKG_CONFIG_VERSION])
 
6624
    else
 
6625
      xdt_cv_PKG_CONFIG_VERSION=`$PKG_CONFIG --version`
 
6626
      AC_MSG_RESULT([$xdt_cv_PKG_CONFIG_VERSION])
 
6627
      echo "*** Your version of pkg-config is too old. You need atleast"
 
6628
      echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config "
 
6629
      echo "*** from the freedesktop.org software repository at"
 
6630
      echo "***"
 
6631
      echo "***    http://www.freedesktop.org/software/pkgconfig"
 
6632
      echo "***"
 
6633
      exit 1
 
6634
    fi
 
6635
  fi
 
6636
])
 
6637
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:156: -1- AC_DEFUN([XDT_CHECK_PACKAGE], [
 
6638
  XDT_PROG_PKG_CONFIG()
 
6639
 
 
6640
  AC_MSG_CHECKING([for $2 >= $3])
 
6641
  if $PKG_CONFIG "--atleast-version=$3" "$2" >/dev/null 2>&1; then
 
6642
    $1_VERSION=`$PKG_CONFIG --modversion "$2"`
 
6643
    AC_MSG_RESULT([$$1_VERSION])
 
6644
 
 
6645
    AC_MSG_CHECKING([$1_CFLAGS])
 
6646
    $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
 
6647
    AC_MSG_RESULT([$$1_CFLAGS])
 
6648
 
 
6649
    AC_MSG_CHECKING([$1_LIBS])
 
6650
    $1_LIBS=`$PKG_CONFIG --libs "$2"`
 
6651
    AC_MSG_RESULT([$$1_LIBS])
 
6652
 
 
6653
    $1_REQUIRED_VERSION=$3
 
6654
 
 
6655
    AC_SUBST([$1_VERSION])
 
6656
    AC_SUBST([$1_CFLAGS])
 
6657
    AC_SUBST([$1_LIBS])
 
6658
    AC_SUBST([$1_REQUIRED_VERSION])
 
6659
 
 
6660
    ifelse([$4], , , [$4])
 
6661
  elif $PKG_CONFIG --exists "$2" >/dev/null 2>&1; then
 
6662
    xdt_cv_version=`$PKG_CONFIG --modversion "$2"`
 
6663
    AC_MSG_RESULT([found, but $xdt_cv_version])
 
6664
 
 
6665
    ifelse([$5], ,
 
6666
    [
 
6667
      echo "*** The required package $2 was found on your system,"
 
6668
      echo "*** but the installed version ($xdt_cv_version) is too old."
 
6669
      echo "*** Please upgrade $2 to atleast version $3, or adjust"
 
6670
      echo "*** the PKG_CONFIG_PATH environment variable if you installed"
 
6671
      echo "*** the new version of the package in a nonstandard prefix so"
 
6672
      echo "*** pkg-config is able to find it."
 
6673
      exit 1
 
6674
    ], [$5])
 
6675
  else
 
6676
    AC_MSG_RESULT([not found])
 
6677
 
 
6678
    ifelse([$5], ,
 
6679
    [
 
6680
      echo "*** The required package $2 was not found on your system."
 
6681
      echo "*** Please install $2 (atleast version $3) or adjust"
 
6682
      echo "*** the PKG_CONFIG_PATH environment variable if you"
 
6683
      echo "*** installed the package in a nonstandard prefix so that"
 
6684
      echo "*** pkg-config is able to find it."
 
6685
      exit 1
 
6686
    ], [$5])
 
6687
  fi
 
6688
])
 
6689
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:207: -1- AC_DEFUN([XDT_CHECK_OPTIONAL_PACKAGE], [
 
6690
  AC_REQUIRE([XDT_PROG_PKG_CONFIG])
 
6691
 
 
6692
  AC_ARG_ENABLE([$4],
 
6693
AC_HELP_STRING([--enable-$4], [Enable checking for $5 (default=m4_default([$6], [yes]))])
 
6694
AC_HELP_STRING([--disable-$4], [Disable checking for $5]),
 
6695
    [xdt_cv_$1_check=$enableval], [xdt_cv_$1_check=m4_default([$6], [yes])])
 
6696
 
 
6697
  if test x"$xdt_cv_$1_check" = x"yes"; then
 
6698
    if $PKG_CONFIG --exists "$2 >= $3" >/dev/null 2>&1; then
 
6699
      XDT_CHECK_PACKAGE([$1], [$2], [$3],
 
6700
      [
 
6701
        AC_DEFINE([HAVE_$1], [1], [Define if $2 >= $3 present])
 
6702
        $1_FOUND="yes"
 
6703
      ])
 
6704
    else
 
6705
      AC_MSG_CHECKING([for optional package $2 >= $3])
 
6706
      AC_MSG_RESULT([not found])
 
6707
    fi
 
6708
  else
 
6709
    AC_MSG_CHECKING([for optional package $2])
 
6710
    AC_MSG_RESULT([disabled])
 
6711
  fi
 
6712
 
 
6713
  AM_CONDITIONAL([HAVE_$1], [test x"$$1_FOUND" = x"yes"])
 
6714
])
 
6715
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:219: -1- AC_DEFUN([BM_DEPEND], [
 
6716
  XDT_CHECK_PACKAGE([$1], [$2], [$3])
 
6717
])
 
6718
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:231: -1- AC_DEFUN([BM_DEPEND_CHECK], [
 
6719
  XDT_CHECK_OPTIONAL_PACKAGE([$1], [$2], [$3], [$4], [$5], [$6])
 
6720
])
 
6721
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:273: -1- AC_DEFUN([XDT_CHECK_LIBX11], [
 
6722
  AC_REQUIRE([AC_PATH_XTRA])
 
6723
 
 
6724
  LIBX11_CFLAGS= LIBX11_LDFLAGS= LIBX11_LIBS=
 
6725
  if test x"$no_x" != x"yes"; then
 
6726
    AC_CHECK_LIB([X11], [main],
 
6727
    [
 
6728
      AC_DEFINE([HAVE_LIBX11], [1], [Define if libX11 is available])
 
6729
      LIBX11_CFLAGS="$X_CFLAGS"
 
6730
      for option in $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS; do
 
6731
        case "$option" in
 
6732
        -L*)
 
6733
          path=`echo $option | sed 's/^-L//'`
 
6734
          if test x"$path" != x""; then
 
6735
            LIBX11_LDFLAGS="$LIBX11_LDFLAGS -L$path"
 
6736
          fi
 
6737
          ;;
 
6738
        *)
 
6739
          LIBX11_LIBS="$LIBX11_LIBS $option"
 
6740
          ;;
 
6741
        esac
 
6742
      done
 
6743
      if ! echo $LIBX11_LIBS | grep -- '-lX11' >/dev/null; then
 
6744
        LIBX11_LIBS="$LIBX11_LIBS -lX11"
 
6745
      fi
 
6746
    ], [], [$X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS])
 
6747
  fi
 
6748
  AC_SUBST([LIBX11_CFLAGS])
 
6749
  AC_SUBST([LIBX11_LDFLAGS])
 
6750
  AC_SUBST([LIBX11_LIBS])
 
6751
])
 
6752
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:290: -1- AC_DEFUN([XDT_CHECK_LIBX11_REQUIRE], [
 
6753
  AC_REQUIRE([XDT_CHECK_LIBX11])
 
6754
  
 
6755
  if test x"$no_x" = x"yes"; then
 
6756
    AC_MSG_ERROR([X Window system libraries and header files are required])
 
6757
  fi
 
6758
])
 
6759
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:321: -1- AC_DEFUN([XDT_CHECK_LIBSM], [
 
6760
  AC_REQUIRE([XDT_CHECK_LIBX11])
 
6761
 
 
6762
  LIBSM_CFLAGS= LIBSM_LDFLAGS= LIBSM_LIBS=
 
6763
  if test x"$no_x" != x"yes"; then
 
6764
    AC_CHECK_LIB([SM], [SmcSaveYourselfDone],
 
6765
    [
 
6766
      AC_DEFINE([HAVE_LIBSM], [1], [Define if libSM is available])
 
6767
      LIBSM_CFLAGS="$LIBX11_CFLAGS"
 
6768
      LIBSM_LDFLAGS="$LIBX11_LDFLAGS"
 
6769
      LIBSM_LIBS="$LIBX11_LIBS"
 
6770
      if ! echo $LIBSM_LIBS | grep -- '-lSM' >/dev/null; then
 
6771
        LIBSM_LIBS="$LIBSM_LIBS -lSM -lICE"
 
6772
      fi
 
6773
    ], [], [$LIBX11_CFLAGS $LIBX11_LDFLAGS $LIBX11_LIBS -lICE])
 
6774
  fi
 
6775
  AC_SUBST([LIBSM_CFLAGS])
 
6776
  AC_SUBST([LIBSM_LDFLAGS])
 
6777
  AC_SUBST([LIBSM_LIBS])
 
6778
])
 
6779
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:351: -1- AC_DEFUN([XDT_CHECK_LIBXPM], [
 
6780
  AC_REQUIRE([XDT_CHECK_LIBX11])
 
6781
 
 
6782
  LIBXPM_CFLAGS= LIBXPM_LDFLAGS= LIBXPM_LIBS=
 
6783
  if test "$no_x" != "yes"; then
 
6784
    AC_CHECK_LIB([Xpm], [main],
 
6785
    [
 
6786
      AC_DEFINE([HAVE_LIBXPM], [1], [Define if libXpm is available])
 
6787
      LIBXPM_CFLAGS="$LIBX11_CFLAGS"
 
6788
      LIBXPM_LDFLAGS="$LIBX11_LDFLAGS"
 
6789
      LIBXPM_LIBS="$LIBX11_LIBS"
 
6790
      if ! echo $LIBXPM_LIBS | grep -- '-lXpm' >/dev/null; then
 
6791
        LIBXPM_LIBS="$LIBXPM_LIBS -lXpm"
 
6792
      fi
 
6793
    ], [], [$LIBX11_CFLAGS $LIBX11_LDFLAGS $LIBX11_LIBS -lXpm])
 
6794
  fi
 
6795
  AC_SUBST([LIBXPM_CFLAGS])
 
6796
  AC_SUBST([LIBXPM_LDFLAGS])
 
6797
  AC_SUBST([LIBXPM_LIBS])
 
6798
])
 
6799
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:368: -1- AC_DEFUN([XDT_CHECK_LIBXPM_REQUIRE], [
 
6800
  AC_REQUIRE([XDT_CHECK_LIBX11_REQUIRE])
 
6801
  AC_REQUIRE([XDT_CHECK_LIBXPM])
 
6802
 
 
6803
  if test x"$LIBXPM_LIBS" = x""; then
 
6804
    AC_MSG_ERROR([The Xpm library was not found on your system])
 
6805
  fi
 
6806
])
 
6807
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:380: -1- AC_DEFUN([BM_LIBX11], [
 
6808
  AC_REQUIRE([XDT_CHECK_LIBX11])
 
6809
])
 
6810
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:392: -1- AC_DEFUN([BM_LIBX11_REQUIRE], [
 
6811
  AC_REQUIRE([XDT_CHECK_LIBX11_REQUIRE])
 
6812
])
 
6813
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:404: -1- AC_DEFUN([BM_LIBSM], [
 
6814
  AC_REQUIRE([XDT_CHECK_LIBSM])
 
6815
])
 
6816
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:416: -1- AC_DEFUN([BM_LIBXPM], [
 
6817
  AC_REQUIRE([XDT_CHECK_LIBXPM])
 
6818
])
 
6819
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:428: -1- AC_DEFUN([BM_LIBXPM_REQUIRE], [
 
6820
  AC_REQUIRE([XDT_CHECK_LIBXPM_REQUIRE])
 
6821
])
 
6822
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:71: -1- AC_DEFUN([XDT_FEATURE_DEBUG], [
 
6823
  AC_ARG_ENABLE([debug],
 
6824
AC_HELP_STRING([--enable-debug[=yes|no|full]], [Build with debugging support])
 
6825
AC_HELP_STRING([--disable-debug], [Include no debugging support [default]]),
 
6826
  [], [enable_debug=no])
 
6827
 
 
6828
  AC_MSG_CHECKING([whether to build with debugging support])
 
6829
  if test x"$enable_debug" != x"no"; then
 
6830
    AC_DEFINE([DEBUG], [1], [Define for debugging support])
 
6831
 
 
6832
    if test x"$GCC" = x"yes"; then
 
6833
      xdt_cv_additional_CFLAGS="-Wall"
 
6834
    fi
 
6835
    xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -DXFCE_DISABLE_DEPRECATED"
 
6836
    
 
6837
    if test x"$enable_debug" = x"full"; then
 
6838
      AC_DEFINE([DEBUG_TRACE], [1], [Define for tracing support])
 
6839
      if test x"$GCC" = x"yes"; then
 
6840
        xdt_cv_additional_CFLAGS="-g3 -Werror $xdt_cv_additional_CFLAGS"
 
6841
      fi
 
6842
      AC_MSG_RESULT([full])
 
6843
    else
 
6844
      if test x"$GCC" = x"yes"; then
 
6845
        xdt_cv_additional_CFLAGS="-g $xdt_cv_additional_CFLAGS"
 
6846
      fi
 
6847
      AC_MSG_RESULT([yes])
 
6848
    fi
 
6849
 
 
6850
    CFLAGS="$CFLAGS $xdt_cv_additional_CFLAGS"
 
6851
    CXXFLAGS="$CXXFLAGS $xdt_cv_additional_CFLAGS"
 
6852
  else
 
6853
    AC_MSG_RESULT([no])
 
6854
  fi
 
6855
])
 
6856
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: -1- AC_DEFUN([BM_DEBUG_SUPPORT], [
 
6857
dnl # --enable-debug
 
6858
  AC_REQUIRE([XDT_FEATURE_DEBUG])
 
6859
 
 
6860
dnl # --enable-profiling
 
6861
  AC_ARG_ENABLE([profiling],
 
6862
AC_HELP_STRING([--enable-profiling],
 
6863
    [Generate extra code to write profile information])
 
6864
AC_HELP_STRING([--disable-profiling],
 
6865
    [No extra code for profiling (default)]),
 
6866
    [], [enable_profiling=no])
 
6867
 
 
6868
  AC_MSG_CHECKING([whether to build with profiling support])
 
6869
  if test x"$enable_profiling" != x"no"; then
 
6870
    CFLAGS="$CFLAGS -pg"
 
6871
    LDFLAGS="$LDFLAGS -pg"
 
6872
    AC_MSG_RESULT([yes])
 
6873
  else
 
6874
    AC_MSG_RESULT([no])
 
6875
  fi
 
6876
 
 
6877
dnl # --enable-gcov
 
6878
  AC_ARG_ENABLE([gcov],
 
6879
AC_HELP_STRING([--enable-gcov],
 
6880
    [compile with coverage profiling instrumentation (gcc only)])
 
6881
AC_HELP_STRING([--disable-gcov],
 
6882
    [do not generate coverage profiling instrumentation (default)]),
 
6883
    [], [enable_gcov=no])
 
6884
 
 
6885
  AC_MSG_CHECKING([whether to compile with coverage profiling instrumentation])
 
6886
  if test x"$enable_gcov" != x"no"; then
 
6887
    CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
 
6888
    AC_MSG_RESULT([yes])
 
6889
  else
 
6890
    AC_MSG_RESULT([no])
 
6891
  fi
 
6892
 
 
6893
dnl # --disable-asserts
 
6894
  AC_ARG_ENABLE([asserts],
 
6895
AC_HELP_STRING([--disable-asserts], [Disable assertions [DANGEROUS]]),
 
6896
    [], [enable_asserts=yes])
 
6897
 
 
6898
  AC_MSG_CHECKING([whether to disable assertions])
 
6899
  if test x"$enable_asserts" = x"no"; then
 
6900
    AC_MSG_RESULT([yes])
 
6901
    CPPFLAGS="$CPPFLAGS -DG_DISABLE_CHECKS -DG_DISABLE_ASSERT"
 
6902
    CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
 
6903
  else
 
6904
    AC_MSG_RESULT([no])
 
6905
  fi
 
6906
 
 
6907
dnl # --enable-final
 
6908
  AC_REQUIRE([AC_PROG_LD])
 
6909
  AC_ARG_ENABLE([final],
 
6910
AC_HELP_STRING([--enable-final], [Build final version]),
 
6911
    [], [enable_final=yes])
 
6912
 
 
6913
  AC_MSG_CHECKING([whether to build final version])
 
6914
  if test x"$enable_final" = x"yes"; then
 
6915
    AC_MSG_RESULT([yes])
 
6916
    AC_MSG_CHECKING([whether $LD accepts -O1])
 
6917
    case `$LD -O1 -v 2>&1 </dev/null` in
 
6918
    *GNU* | *'with BFD'*)
 
6919
      LDFLAGS="$LDFLAGS -Wl,-O1"
 
6920
      AC_MSG_RESULT([yes])
 
6921
        ;;
 
6922
    *)
 
6923
      AC_MSG_RESULT([no])
 
6924
        ;;
 
6925
    esac
 
6926
  else
 
6927
    AC_MSG_RESULT([no])
 
6928
  fi
 
6929
])
 
6930
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: -1- AC_DEFUN([XDT_I18N], [
 
6931
  dnl Substitute GETTEXT_PACKAGE variable
 
6932
  GETTEXT_PACKAGE=m4_default([$2], [AC_PACKAGE_TARNAME()])
 
6933
  AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Name of default gettext domain])
 
6934
  AC_SUBST([GETTEXT_PACKAGE])
 
6935
 
 
6936
  dnl gettext and stuff
 
6937
  ALL_LINGUAS="$1"
 
6938
  AM_GLIB_GNU_GETTEXT()
 
6939
 
 
6940
  dnl This is required on some Linux systems
 
6941
  AC_CHECK_FUNC([bind_textdomain_codeset])
 
6942
 
 
6943
  dnl Determine where to install locale files
 
6944
  AC_MSG_CHECKING([for locales directory])
 
6945
  AC_ARG_WITH([locales-dir], 
 
6946
  [
 
6947
    AC_HELP_STRING([--with-locales-dir=DIR], [Install locales into DIR])
 
6948
  ], [localedir=$withval],
 
6949
  [
 
6950
    if test x"$CATOBJEXT" = x".mo"; then
 
6951
      localedir=$libdir/locale
 
6952
    else
 
6953
      localedir=$datadir/locale
 
6954
    fi
 
6955
  ])
 
6956
  AC_MSG_RESULT([$localedir])
 
6957
  AC_SUBST([localedir])
 
6958
 
 
6959
  dnl Determine additional xgettext flags
 
6960
  AC_MSG_CHECKING([for additional xgettext flags])
 
6961
  if test x"$XGETTEXT_ARGS" = x""; then
 
6962
    XGETTEXT_ARGS="--keyword=Q_";
 
6963
  else
 
6964
    XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_";
 
6965
  fi
 
6966
  AC_SUBST([XGETTEXT_ARGS])
 
6967
  AC_MSG_RESULT([$XGETTEXT_ARGS])
 
6968
])
 
6969
m4trace:/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:89: -1- AC_DEFUN([BM_I18N], [
 
6970
  XDT_I18N([$2], [$1])
 
6971
])
 
6972
m4trace:configure.ac:10: -1- AC_INIT([datetime], [datetime_version()], [remco@sx.mine.nu])
 
6973
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
6974
m4trace:configure.ac:10: -1- m4_pattern_forbid([_AC_])
 
6975
m4trace:configure.ac:10: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
6976
m4trace:configure.ac:10: -1- m4_pattern_allow([^AS_FLAGS$])
 
6977
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?m4_])
 
6978
m4trace:configure.ac:10: -1- m4_pattern_forbid([^dnl$])
 
6979
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?AS_])
 
6980
m4trace:configure.ac:10: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
 
6981
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([SHELL])
 
6982
m4trace:configure.ac:10: -1- m4_pattern_allow([^SHELL$])
 
6983
m4trace:configure.ac:10: -1- AC_SUBST([PATH_SEPARATOR])
 
6984
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
 
6985
m4trace:configure.ac:10: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 
6986
m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
 
6987
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE_NAME])
 
6988
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
6989
m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
 
6990
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
 
6991
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
6992
m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
 
6993
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
 
6994
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
6995
m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
 
6996
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE_STRING])
 
6997
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
6998
m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
 
6999
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
 
7000
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
7001
m4trace:configure.ac:10: -1- AC_SUBST([exec_prefix], [NONE])
 
7002
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([exec_prefix])
 
7003
m4trace:configure.ac:10: -1- m4_pattern_allow([^exec_prefix$])
 
7004
m4trace:configure.ac:10: -1- AC_SUBST([prefix], [NONE])
 
7005
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([prefix])
 
7006
m4trace:configure.ac:10: -1- m4_pattern_allow([^prefix$])
 
7007
m4trace:configure.ac:10: -1- AC_SUBST([program_transform_name], [s,x,x,])
 
7008
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([program_transform_name])
 
7009
m4trace:configure.ac:10: -1- m4_pattern_allow([^program_transform_name$])
 
7010
m4trace:configure.ac:10: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
 
7011
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([bindir])
 
7012
m4trace:configure.ac:10: -1- m4_pattern_allow([^bindir$])
 
7013
m4trace:configure.ac:10: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
 
7014
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([sbindir])
 
7015
m4trace:configure.ac:10: -1- m4_pattern_allow([^sbindir$])
 
7016
m4trace:configure.ac:10: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
 
7017
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([libexecdir])
 
7018
m4trace:configure.ac:10: -1- m4_pattern_allow([^libexecdir$])
 
7019
m4trace:configure.ac:10: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
 
7020
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([datarootdir])
 
7021
m4trace:configure.ac:10: -1- m4_pattern_allow([^datarootdir$])
 
7022
m4trace:configure.ac:10: -1- AC_SUBST([datadir], ['${datarootdir}'])
 
7023
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([datadir])
 
7024
m4trace:configure.ac:10: -1- m4_pattern_allow([^datadir$])
 
7025
m4trace:configure.ac:10: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
 
7026
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([sysconfdir])
 
7027
m4trace:configure.ac:10: -1- m4_pattern_allow([^sysconfdir$])
 
7028
m4trace:configure.ac:10: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
 
7029
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([sharedstatedir])
 
7030
m4trace:configure.ac:10: -1- m4_pattern_allow([^sharedstatedir$])
 
7031
m4trace:configure.ac:10: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
 
7032
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([localstatedir])
 
7033
m4trace:configure.ac:10: -1- m4_pattern_allow([^localstatedir$])
 
7034
m4trace:configure.ac:10: -1- AC_SUBST([includedir], ['${prefix}/include'])
 
7035
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([includedir])
 
7036
m4trace:configure.ac:10: -1- m4_pattern_allow([^includedir$])
 
7037
m4trace:configure.ac:10: -1- AC_SUBST([oldincludedir], ['/usr/include'])
 
7038
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([oldincludedir])
 
7039
m4trace:configure.ac:10: -1- m4_pattern_allow([^oldincludedir$])
 
7040
m4trace:configure.ac:10: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
 
7041
                                     ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
 
7042
                                     ['${datarootdir}/doc/${PACKAGE}'])])
 
7043
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([docdir])
 
7044
m4trace:configure.ac:10: -1- m4_pattern_allow([^docdir$])
 
7045
m4trace:configure.ac:10: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
 
7046
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([infodir])
 
7047
m4trace:configure.ac:10: -1- m4_pattern_allow([^infodir$])
 
7048
m4trace:configure.ac:10: -1- AC_SUBST([htmldir], ['${docdir}'])
 
7049
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([htmldir])
 
7050
m4trace:configure.ac:10: -1- m4_pattern_allow([^htmldir$])
 
7051
m4trace:configure.ac:10: -1- AC_SUBST([dvidir], ['${docdir}'])
 
7052
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([dvidir])
 
7053
m4trace:configure.ac:10: -1- m4_pattern_allow([^dvidir$])
 
7054
m4trace:configure.ac:10: -1- AC_SUBST([pdfdir], ['${docdir}'])
 
7055
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([pdfdir])
 
7056
m4trace:configure.ac:10: -1- m4_pattern_allow([^pdfdir$])
 
7057
m4trace:configure.ac:10: -1- AC_SUBST([psdir], ['${docdir}'])
 
7058
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([psdir])
 
7059
m4trace:configure.ac:10: -1- m4_pattern_allow([^psdir$])
 
7060
m4trace:configure.ac:10: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
 
7061
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([libdir])
 
7062
m4trace:configure.ac:10: -1- m4_pattern_allow([^libdir$])
 
7063
m4trace:configure.ac:10: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
 
7064
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([localedir])
 
7065
m4trace:configure.ac:10: -1- m4_pattern_allow([^localedir$])
 
7066
m4trace:configure.ac:10: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
 
7067
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([mandir])
 
7068
m4trace:configure.ac:10: -1- m4_pattern_allow([^mandir$])
 
7069
m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
 
7070
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
7071
m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
 
7072
#undef PACKAGE_NAME])
 
7073
m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
 
7074
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
7075
m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
 
7076
#undef PACKAGE_TARNAME])
 
7077
m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
 
7078
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
7079
m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
 
7080
#undef PACKAGE_VERSION])
 
7081
m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
 
7082
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
7083
m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
 
7084
#undef PACKAGE_STRING])
 
7085
m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
 
7086
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
7087
m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
 
7088
#undef PACKAGE_BUGREPORT])
 
7089
m4trace:configure.ac:10: -1- AC_SUBST([DEFS])
 
7090
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DEFS])
 
7091
m4trace:configure.ac:10: -1- m4_pattern_allow([^DEFS$])
 
7092
m4trace:configure.ac:10: -1- AC_SUBST([ECHO_C])
 
7093
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ECHO_C])
 
7094
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_C$])
 
7095
m4trace:configure.ac:10: -1- AC_SUBST([ECHO_N])
 
7096
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ECHO_N])
 
7097
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_N$])
 
7098
m4trace:configure.ac:10: -1- AC_SUBST([ECHO_T])
 
7099
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ECHO_T])
 
7100
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_T$])
 
7101
m4trace:configure.ac:10: -1- AC_SUBST([LIBS])
 
7102
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([LIBS])
 
7103
m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
 
7104
m4trace:configure.ac:10: -1- AC_SUBST([build_alias])
 
7105
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([build_alias])
 
7106
m4trace:configure.ac:10: -1- m4_pattern_allow([^build_alias$])
 
7107
m4trace:configure.ac:10: -1- AC_SUBST([host_alias])
 
7108
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([host_alias])
 
7109
m4trace:configure.ac:10: -1- m4_pattern_allow([^host_alias$])
 
7110
m4trace:configure.ac:10: -1- AC_SUBST([target_alias])
 
7111
m4trace:configure.ac:10: -1- AC_SUBST_TRACE([target_alias])
 
7112
m4trace:configure.ac:10: -1- m4_pattern_allow([^target_alias$])
 
7113
m4trace:configure.ac:13: -1- AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
7114
m4trace:configure.ac:13: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
7115
m4trace:configure.ac:13: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
7116
m4trace:configure.ac:13: -1- AM_AUTOMAKE_VERSION([1.9.6])
 
7117
m4trace:configure.ac:13: -1- AC_PROG_INSTALL
 
7118
m4trace:configure.ac:13: -1- AC_REQUIRE_AUX_FILE([install-sh])
 
7119
m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_PROGRAM])
 
7120
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
 
7121
m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
7122
m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_SCRIPT])
 
7123
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
 
7124
m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
7125
m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_DATA])
 
7126
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_DATA])
 
7127
m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_DATA$])
 
7128
m4trace:configure.ac:13: -1- AC_SUBST([CYGPATH_W])
 
7129
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CYGPATH_W])
 
7130
m4trace:configure.ac:13: -1- m4_pattern_allow([^CYGPATH_W$])
 
7131
m4trace:configure.ac:13: -1- AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME()])
 
7132
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PACKAGE])
 
7133
m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
 
7134
m4trace:configure.ac:13: -1- AC_SUBST([VERSION], [AC_PACKAGE_VERSION()])
 
7135
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([VERSION])
 
7136
m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
 
7137
m4trace:configure.ac:13: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
7138
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
7139
m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([no-define])
 
7140
m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
 
7141
m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
 
7142
m4trace:configure.ac:13: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
 
7143
#undef PACKAGE])
 
7144
m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
 
7145
m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
 
7146
m4trace:configure.ac:13: -1- AH_OUTPUT([VERSION], [/* Version number of package */
 
7147
#undef VERSION])
 
7148
m4trace:configure.ac:13: -1- AM_SANITY_CHECK
 
7149
m4trace:configure.ac:13: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
7150
m4trace:configure.ac:13: -1- AM_MISSING_HAS_RUN
 
7151
m4trace:configure.ac:13: -1- AM_AUX_DIR_EXPAND
 
7152
m4trace:configure.ac:13: -1- AC_SUBST([ACLOCAL])
 
7153
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([ACLOCAL])
 
7154
m4trace:configure.ac:13: -1- m4_pattern_allow([^ACLOCAL$])
 
7155
m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
7156
m4trace:configure.ac:13: -1- AC_SUBST([AUTOCONF])
 
7157
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOCONF])
 
7158
m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOCONF$])
 
7159
m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
7160
m4trace:configure.ac:13: -1- AC_SUBST([AUTOMAKE])
 
7161
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOMAKE])
 
7162
m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOMAKE$])
 
7163
m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
7164
m4trace:configure.ac:13: -1- AC_SUBST([AUTOHEADER])
 
7165
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOHEADER])
 
7166
m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOHEADER$])
 
7167
m4trace:configure.ac:13: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
7168
m4trace:configure.ac:13: -1- AC_SUBST([MAKEINFO])
 
7169
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MAKEINFO])
 
7170
m4trace:configure.ac:13: -1- m4_pattern_allow([^MAKEINFO$])
 
7171
m4trace:configure.ac:13: -1- AM_PROG_INSTALL_SH
 
7172
m4trace:configure.ac:13: -1- AC_SUBST([install_sh])
 
7173
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([install_sh])
 
7174
m4trace:configure.ac:13: -1- m4_pattern_allow([^install_sh$])
 
7175
m4trace:configure.ac:13: -1- AM_PROG_INSTALL_STRIP
 
7176
m4trace:configure.ac:13: -1- AC_SUBST([STRIP])
 
7177
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([STRIP])
 
7178
m4trace:configure.ac:13: -1- m4_pattern_allow([^STRIP$])
 
7179
m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
 
7180
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
 
7181
m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
7182
m4trace:configure.ac:13: -1- AM_PROG_MKDIR_P
 
7183
m4trace:configure.ac:13: -1- AC_SUBST([mkdir_p])
 
7184
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([mkdir_p])
 
7185
m4trace:configure.ac:13: -1- m4_pattern_allow([^mkdir_p$])
 
7186
m4trace:configure.ac:13: -1- AC_PROG_AWK
 
7187
m4trace:configure.ac:13: -1- AC_SUBST([AWK])
 
7188
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AWK])
 
7189
m4trace:configure.ac:13: -1- m4_pattern_allow([^AWK$])
 
7190
m4trace:configure.ac:13: -1- AC_PROG_MAKE_SET
 
7191
m4trace:configure.ac:13: -1- AC_SUBST([SET_MAKE])
 
7192
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([SET_MAKE])
 
7193
m4trace:configure.ac:13: -1- m4_pattern_allow([^SET_MAKE$])
 
7194
m4trace:configure.ac:13: -1- AM_SET_LEADING_DOT
 
7195
m4trace:configure.ac:13: -1- AC_SUBST([am__leading_dot])
 
7196
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__leading_dot])
 
7197
m4trace:configure.ac:13: -1- m4_pattern_allow([^am__leading_dot$])
 
7198
m4trace:configure.ac:13: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
7199
                             [_AM_PROG_TAR([v7])])])
 
7200
m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([tar-ustar])
 
7201
m4trace:configure.ac:13: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
7202
m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([tar-pax])
 
7203
m4trace:configure.ac:13: -1- _AM_PROG_TAR([v7])
 
7204
m4trace:configure.ac:13: -1- AM_MISSING_PROG([AMTAR], [tar])
 
7205
m4trace:configure.ac:13: -1- AC_SUBST([AMTAR])
 
7206
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AMTAR])
 
7207
m4trace:configure.ac:13: -1- m4_pattern_allow([^AMTAR$])
 
7208
m4trace:configure.ac:13: -1- AC_SUBST([am__tar])
 
7209
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__tar])
 
7210
m4trace:configure.ac:13: -1- m4_pattern_allow([^am__tar$])
 
7211
m4trace:configure.ac:13: -1- AC_SUBST([am__untar])
 
7212
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__untar])
 
7213
m4trace:configure.ac:13: -1- m4_pattern_allow([^am__untar$])
 
7214
m4trace:configure.ac:13: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
7215
                  [_AM_DEPENDENCIES(CC)],
 
7216
                  [define([AC_PROG_CC],
 
7217
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
7218
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
7219
                  [_AM_DEPENDENCIES(CXX)],
 
7220
                  [define([AC_PROG_CXX],
 
7221
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
7222
])
 
7223
m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([no-dependencies])
 
7224
m4trace:configure.ac:14: -1- AM_CONFIG_HEADER([config.h])
 
7225
m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
7226
You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
 
7227
configure.ac:14: the top level])
 
7228
m4trace:configure.ac:14: -1- AC_CONFIG_HEADERS([config.h])
 
7229
m4trace:configure.ac:15: -1- AM_MAINTAINER_MODE([])
 
7230
m4trace:configure.ac:15: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
7231
m4trace:configure.ac:15: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
 
7232
m4trace:configure.ac:15: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
 
7233
m4trace:configure.ac:15: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
 
7234
m4trace:configure.ac:15: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
 
7235
m4trace:configure.ac:15: -1- AC_SUBST_TRACE([MAINTAINER_MODE_FALSE])
 
7236
m4trace:configure.ac:15: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
 
7237
m4trace:configure.ac:15: -1- AC_SUBST([MAINT])
 
7238
m4trace:configure.ac:15: -1- AC_SUBST_TRACE([MAINT])
 
7239
m4trace:configure.ac:15: -1- m4_pattern_allow([^MAINT$])
 
7240
m4trace:configure.ac:18: -1- AC_PROG_CC([])
 
7241
m4trace:configure.ac:18: -1- AC_SUBST([CC])
 
7242
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CC])
 
7243
m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
 
7244
m4trace:configure.ac:18: -1- AC_SUBST([CFLAGS])
 
7245
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CFLAGS])
 
7246
m4trace:configure.ac:18: -1- m4_pattern_allow([^CFLAGS$])
 
7247
m4trace:configure.ac:18: -1- AC_SUBST([LDFLAGS])
 
7248
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([LDFLAGS])
 
7249
m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
 
7250
m4trace:configure.ac:18: -1- AC_SUBST([CPPFLAGS])
 
7251
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CPPFLAGS])
 
7252
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
 
7253
m4trace:configure.ac:18: -1- AC_SUBST([CC])
 
7254
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CC])
 
7255
m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
 
7256
m4trace:configure.ac:18: -1- AC_SUBST([CC])
 
7257
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CC])
 
7258
m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
 
7259
m4trace:configure.ac:18: -1- AC_SUBST([CC])
 
7260
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CC])
 
7261
m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
 
7262
m4trace:configure.ac:18: -1- AC_SUBST([CC])
 
7263
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CC])
 
7264
m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
 
7265
m4trace:configure.ac:18: -1- AC_SUBST([ac_ct_CC])
 
7266
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([ac_ct_CC])
 
7267
m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CC$])
 
7268
m4trace:configure.ac:18: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
 
7269
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([EXEEXT])
 
7270
m4trace:configure.ac:18: -1- m4_pattern_allow([^EXEEXT$])
 
7271
m4trace:configure.ac:18: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
 
7272
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([OBJEXT])
 
7273
m4trace:configure.ac:18: -1- m4_pattern_allow([^OBJEXT$])
 
7274
m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CC])
 
7275
m4trace:configure.ac:18: -1- AM_SET_DEPDIR
 
7276
m4trace:configure.ac:18: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
 
7277
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([DEPDIR])
 
7278
m4trace:configure.ac:18: -1- m4_pattern_allow([^DEPDIR$])
 
7279
m4trace:configure.ac:18: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
7280
m4trace:configure.ac:18: -1- AM_MAKE_INCLUDE
 
7281
m4trace:configure.ac:18: -1- AC_SUBST([am__include])
 
7282
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([am__include])
 
7283
m4trace:configure.ac:18: -1- m4_pattern_allow([^am__include$])
 
7284
m4trace:configure.ac:18: -1- AC_SUBST([am__quote])
 
7285
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([am__quote])
 
7286
m4trace:configure.ac:18: -1- m4_pattern_allow([^am__quote$])
 
7287
m4trace:configure.ac:18: -1- AM_DEP_TRACK
 
7288
m4trace:configure.ac:18: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
7289
m4trace:configure.ac:18: -1- AC_SUBST([AMDEP_TRUE])
 
7290
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([AMDEP_TRUE])
 
7291
m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
7292
m4trace:configure.ac:18: -1- AC_SUBST([AMDEP_FALSE])
 
7293
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([AMDEP_FALSE])
 
7294
m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
7295
m4trace:configure.ac:18: -1- AC_SUBST([AMDEPBACKSLASH])
 
7296
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
 
7297
m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
7298
m4trace:configure.ac:18: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
 
7299
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CCDEPMODE])
 
7300
m4trace:configure.ac:18: -1- m4_pattern_allow([^CCDEPMODE$])
 
7301
m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCC], [
 
7302
  test "x$enable_dependency_tracking" != xno \
 
7303
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
7304
m4trace:configure.ac:18: -1- AC_SUBST([am__fastdepCC_TRUE])
 
7305
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
 
7306
m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
7307
m4trace:configure.ac:18: -1- AC_SUBST([am__fastdepCC_FALSE])
 
7308
m4trace:configure.ac:18: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
 
7309
m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
7310
m4trace:configure.ac:19: -1- AC_PROG_INSTALL([])
 
7311
m4trace:configure.ac:19: -1- AC_REQUIRE_AUX_FILE([install-sh])
 
7312
m4trace:configure.ac:19: -1- AC_SUBST([INSTALL_PROGRAM])
 
7313
m4trace:configure.ac:19: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
 
7314
m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
7315
m4trace:configure.ac:19: -1- AC_SUBST([INSTALL_SCRIPT])
 
7316
m4trace:configure.ac:19: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
 
7317
m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
7318
m4trace:configure.ac:19: -1- AC_SUBST([INSTALL_DATA])
 
7319
m4trace:configure.ac:19: -1- AC_SUBST_TRACE([INSTALL_DATA])
 
7320
m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_DATA$])
 
7321
m4trace:configure.ac:20: -1- AC_PROG_INTLTOOL([])
 
7322
m4trace:configure.ac:20: -1- _m4_warn([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete.
 
7323
You should run autoupdate.], [/usr/share/aclocal/intltool.m4:201: AC_PROG_INTLTOOL is expanded from...
 
7324
configure.ac:20: the top level])
 
7325
m4trace:configure.ac:20: -1- IT_PROG_INTLTOOL([])
 
7326
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_DESKTOP_RULE])
 
7327
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_DESKTOP_RULE])
 
7328
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_DESKTOP_RULE$])
 
7329
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_DIRECTORY_RULE])
 
7330
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_DIRECTORY_RULE])
 
7331
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_DIRECTORY_RULE$])
 
7332
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_KEYS_RULE])
 
7333
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_KEYS_RULE])
 
7334
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_KEYS_RULE$])
 
7335
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_PROP_RULE])
 
7336
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_PROP_RULE])
 
7337
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_PROP_RULE$])
 
7338
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_OAF_RULE])
 
7339
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_OAF_RULE])
 
7340
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_OAF_RULE$])
 
7341
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_PONG_RULE])
 
7342
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_PONG_RULE])
 
7343
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_PONG_RULE$])
 
7344
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_SERVER_RULE])
 
7345
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_SERVER_RULE])
 
7346
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_SERVER_RULE$])
 
7347
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_SHEET_RULE])
 
7348
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_SHEET_RULE])
 
7349
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_SHEET_RULE$])
 
7350
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_SOUNDLIST_RULE])
 
7351
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_SOUNDLIST_RULE])
 
7352
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_SOUNDLIST_RULE$])
 
7353
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_UI_RULE])
 
7354
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_UI_RULE])
 
7355
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_UI_RULE$])
 
7356
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_XAM_RULE])
 
7357
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_XAM_RULE])
 
7358
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_XAM_RULE$])
 
7359
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_KBD_RULE])
 
7360
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_KBD_RULE])
 
7361
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_KBD_RULE$])
 
7362
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_XML_RULE])
 
7363
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_XML_RULE])
 
7364
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_XML_RULE$])
 
7365
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_XML_NOMERGE_RULE])
 
7366
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_XML_NOMERGE_RULE])
 
7367
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_XML_NOMERGE_RULE$])
 
7368
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_CAVES_RULE])
 
7369
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_CAVES_RULE])
 
7370
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_CAVES_RULE$])
 
7371
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_SCHEMAS_RULE])
 
7372
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_SCHEMAS_RULE])
 
7373
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_SCHEMAS_RULE$])
 
7374
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_THEME_RULE])
 
7375
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_THEME_RULE])
 
7376
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_THEME_RULE$])
 
7377
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_SERVICE_RULE])
 
7378
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_SERVICE_RULE])
 
7379
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_SERVICE_RULE$])
 
7380
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_EXTRACT], ['$(top_builddir)/intltool-extract'])
 
7381
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_EXTRACT])
 
7382
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_EXTRACT$])
 
7383
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_MERGE], ['$(top_builddir)/intltool-merge'])
 
7384
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_MERGE])
 
7385
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_MERGE$])
 
7386
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_UPDATE], ['$(top_builddir)/intltool-update'])
 
7387
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_UPDATE])
 
7388
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_UPDATE$])
 
7389
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_PERL])
 
7390
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_PERL])
 
7391
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_PERL$])
 
7392
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_ICONV])
 
7393
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_ICONV])
 
7394
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_ICONV$])
 
7395
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_MSGFMT])
 
7396
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_MSGFMT])
 
7397
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_MSGFMT$])
 
7398
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_MSGMERGE])
 
7399
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_MSGMERGE])
 
7400
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_MSGMERGE$])
 
7401
m4trace:configure.ac:20: -1- AC_SUBST([INTLTOOL_XGETTEXT])
 
7402
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([INTLTOOL_XGETTEXT])
 
7403
m4trace:configure.ac:20: -1- m4_pattern_allow([^INTLTOOL_XGETTEXT$])
 
7404
m4trace:configure.ac:20: -1- AC_SUBST([ALL_LINGUAS])
 
7405
m4trace:configure.ac:20: -1- AC_SUBST_TRACE([ALL_LINGUAS])
 
7406
m4trace:configure.ac:20: -1- m4_pattern_allow([^ALL_LINGUAS$])
 
7407
m4trace:configure.ac:20: -1- IT_PO_SUBDIR([po])
 
7408
m4trace:configure.ac:21: -1- AC_PROG_LIBTOOL([])
 
7409
m4trace:configure.ac:21: -1- _AC_PROG_LIBTOOL
 
7410
m4trace:configure.ac:21: -1- AC_LIBTOOL_SETUP
 
7411
m4trace:configure.ac:21: -1- AC_ENABLE_SHARED
 
7412
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7413
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7414
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
 
7415
/usr/share/aclocal/libtool.m4:1920: AC_ENABLE_SHARED is expanded from...
 
7416
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7417
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7418
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7419
configure.ac:21: the top level])
 
7420
m4trace:configure.ac:21: -1- AC_ENABLE_STATIC
 
7421
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7422
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7423
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
 
7424
/usr/share/aclocal/libtool.m4:1959: AC_ENABLE_STATIC is expanded from...
 
7425
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7426
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7427
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7428
configure.ac:21: the top level])
 
7429
m4trace:configure.ac:21: -1- AC_ENABLE_FAST_INSTALL
 
7430
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7431
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7432
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
 
7433
/usr/share/aclocal/libtool.m4:1998: AC_ENABLE_FAST_INSTALL is expanded from...
 
7434
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7435
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7436
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7437
configure.ac:21: the top level])
 
7438
m4trace:configure.ac:21: -1- AC_CANONICAL_HOST
 
7439
m4trace:configure.ac:21: -1- AC_CANONICAL_BUILD
 
7440
m4trace:configure.ac:21: -1- AC_REQUIRE_AUX_FILE([config.sub])
 
7441
m4trace:configure.ac:21: -1- AC_REQUIRE_AUX_FILE([config.guess])
 
7442
m4trace:configure.ac:21: -1- AC_SUBST([build], [$ac_cv_build])
 
7443
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([build])
 
7444
m4trace:configure.ac:21: -1- m4_pattern_allow([^build$])
 
7445
m4trace:configure.ac:21: -1- AC_SUBST([build_cpu], [$[1]])
 
7446
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([build_cpu])
 
7447
m4trace:configure.ac:21: -1- m4_pattern_allow([^build_cpu$])
 
7448
m4trace:configure.ac:21: -1- AC_SUBST([build_vendor], [$[2]])
 
7449
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([build_vendor])
 
7450
m4trace:configure.ac:21: -1- m4_pattern_allow([^build_vendor$])
 
7451
m4trace:configure.ac:21: -1- AC_SUBST([build_os])
 
7452
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([build_os])
 
7453
m4trace:configure.ac:21: -1- m4_pattern_allow([^build_os$])
 
7454
m4trace:configure.ac:21: -1- AC_SUBST([host], [$ac_cv_host])
 
7455
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([host])
 
7456
m4trace:configure.ac:21: -1- m4_pattern_allow([^host$])
 
7457
m4trace:configure.ac:21: -1- AC_SUBST([host_cpu], [$[1]])
 
7458
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([host_cpu])
 
7459
m4trace:configure.ac:21: -1- m4_pattern_allow([^host_cpu$])
 
7460
m4trace:configure.ac:21: -1- AC_SUBST([host_vendor], [$[2]])
 
7461
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([host_vendor])
 
7462
m4trace:configure.ac:21: -1- m4_pattern_allow([^host_vendor$])
 
7463
m4trace:configure.ac:21: -1- AC_SUBST([host_os])
 
7464
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([host_os])
 
7465
m4trace:configure.ac:21: -1- m4_pattern_allow([^host_os$])
 
7466
m4trace:configure.ac:21: -1- AC_PROG_LD
 
7467
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7468
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7469
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
 
7470
/usr/share/aclocal/libtool.m4:2195: AC_PROG_LD is expanded from...
 
7471
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7472
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7473
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7474
configure.ac:21: the top level])
 
7475
m4trace:configure.ac:21: -1- LT_AC_PROG_SED
 
7476
m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
 
7477
m4trace:configure.ac:21: -1- AC_PROG_EGREP
 
7478
m4trace:configure.ac:21: -1- AC_SUBST([GREP])
 
7479
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([GREP])
 
7480
m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
 
7481
m4trace:configure.ac:21: -1- AC_SUBST([GREP])
 
7482
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([GREP])
 
7483
m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
 
7484
m4trace:configure.ac:21: -1- AC_SUBST([EGREP])
 
7485
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EGREP])
 
7486
m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
 
7487
m4trace:configure.ac:21: -1- AC_SUBST([EGREP])
 
7488
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([EGREP])
 
7489
m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
 
7490
m4trace:configure.ac:21: -1- AC_PROG_LD_RELOAD_FLAG
 
7491
m4trace:configure.ac:21: -1- AC_PROG_NM
 
7492
m4trace:configure.ac:21: -1- AC_PROG_LN_S
 
7493
m4trace:configure.ac:21: -1- AC_SUBST([LN_S], [$as_ln_s])
 
7494
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LN_S])
 
7495
m4trace:configure.ac:21: -1- m4_pattern_allow([^LN_S$])
 
7496
m4trace:configure.ac:21: -1- AC_DEPLIBS_CHECK_METHOD
 
7497
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
 
7498
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
7499
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7500
m4trace:configure.ac:21: -1- AC_LIBTOOL_OBJDIR
 
7501
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
7502
m4trace:configure.ac:21: -1- _LT_AC_PROG_ECHO_BACKSLASH
 
7503
m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([
 
7504
# Check that we are running under the correct shell.
 
7505
SHELL=${CONFIG_SHELL-/bin/sh}
 
7506
 
 
7507
case X$ECHO in
 
7508
X*--fallback-echo)
 
7509
  # Remove one level of quotation (which was required for Make).
 
7510
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
7511
  ;;
 
7512
esac
 
7513
 
 
7514
echo=${ECHO-echo}
 
7515
if test "X[$]1" = X--no-reexec; then
 
7516
  # Discard the --no-reexec flag, and continue.
 
7517
  shift
 
7518
elif test "X[$]1" = X--fallback-echo; then
 
7519
  # Avoid inline document here, it may be left over
 
7520
  :
 
7521
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
7522
  # Yippee, $echo works!
 
7523
  :
 
7524
else
 
7525
  # Restart under the correct shell.
 
7526
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
7527
fi
 
7528
 
 
7529
if test "X[$]1" = X--fallback-echo; then
 
7530
  # used as fallback echo
 
7531
  shift
 
7532
  cat <<EOF
 
7533
[$]*
 
7534
EOF
 
7535
  exit 0
 
7536
fi
 
7537
 
 
7538
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
7539
# if CDPATH is set.
 
7540
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
7541
 
 
7542
if test -z "$ECHO"; then
 
7543
if test "X${echo_test_string+set}" != Xset; then
 
7544
# find a string as large as possible, as long as the shell can cope with it
 
7545
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
7546
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
7547
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
7548
       echo_test_string=`eval $cmd` &&
 
7549
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
7550
    then
 
7551
      break
 
7552
    fi
 
7553
  done
 
7554
fi
 
7555
 
 
7556
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
7557
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
7558
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
7559
  :
 
7560
else
 
7561
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
7562
  # backslashes.  This makes it impossible to quote backslashes using
 
7563
  #   echo "$something" | sed 's/\\/\\\\/g'
 
7564
  #
 
7565
  # So, first we look for a working echo in the user's PATH.
 
7566
 
 
7567
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
7568
  for dir in $PATH /usr/ucb; do
 
7569
    IFS="$lt_save_ifs"
 
7570
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
7571
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
7572
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
7573
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
7574
      echo="$dir/echo"
 
7575
      break
 
7576
    fi
 
7577
  done
 
7578
  IFS="$lt_save_ifs"
 
7579
 
 
7580
  if test "X$echo" = Xecho; then
 
7581
    # We didn't find a better echo, so look for alternatives.
 
7582
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
7583
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
7584
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
7585
      # This shell has a builtin print -r that does the trick.
 
7586
      echo='print -r'
 
7587
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
7588
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
7589
      # If we have ksh, try running configure again with it.
 
7590
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
7591
      export ORIGINAL_CONFIG_SHELL
 
7592
      CONFIG_SHELL=/bin/ksh
 
7593
      export CONFIG_SHELL
 
7594
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
7595
    else
 
7596
      # Try using printf.
 
7597
      echo='printf %s\n'
 
7598
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
7599
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
7600
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
7601
        # Cool, printf works
 
7602
        :
 
7603
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
7604
           test "X$echo_testing_string" = 'X\t' &&
 
7605
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
7606
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
7607
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
7608
        export CONFIG_SHELL
 
7609
        SHELL="$CONFIG_SHELL"
 
7610
        export SHELL
 
7611
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
7612
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
7613
           test "X$echo_testing_string" = 'X\t' &&
 
7614
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
7615
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
7616
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
7617
      else
 
7618
        # maybe with a smaller string...
 
7619
        prev=:
 
7620
 
 
7621
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
7622
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
7623
          then
 
7624
            break
 
7625
          fi
 
7626
          prev="$cmd"
 
7627
        done
 
7628
 
 
7629
        if test "$prev" != 'sed 50q "[$]0"'; then
 
7630
          echo_test_string=`eval $prev`
 
7631
          export echo_test_string
 
7632
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
7633
        else
 
7634
          # Oops.  We lost completely, so just stick with echo.
 
7635
          echo=echo
 
7636
        fi
 
7637
      fi
 
7638
    fi
 
7639
  fi
 
7640
fi
 
7641
fi
 
7642
 
 
7643
# Copy echo and quote the copy suitably for passing to libtool from
 
7644
# the Makefile, instead of quoting the original, which is used later.
 
7645
ECHO=$echo
 
7646
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
7647
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
7648
fi
 
7649
 
 
7650
AC_SUBST(ECHO)
 
7651
])
 
7652
m4trace:configure.ac:21: -1- AC_SUBST([ECHO])
 
7653
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([ECHO])
 
7654
m4trace:configure.ac:21: -1- m4_pattern_allow([^ECHO$])
 
7655
m4trace:configure.ac:21: -1- AC_SUBST([AR])
 
7656
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AR])
 
7657
m4trace:configure.ac:21: -1- m4_pattern_allow([^AR$])
 
7658
m4trace:configure.ac:21: -1- AC_SUBST([RANLIB])
 
7659
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([RANLIB])
 
7660
m4trace:configure.ac:21: -1- m4_pattern_allow([^RANLIB$])
 
7661
m4trace:configure.ac:21: -1- AC_SUBST([STRIP])
 
7662
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([STRIP])
 
7663
m4trace:configure.ac:21: -1- m4_pattern_allow([^STRIP$])
 
7664
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
7665
m4trace:configure.ac:21: -1- AC_PATH_MAGIC
 
7666
m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
7667
m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
7668
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7669
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7670
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
 
7671
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7672
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7673
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7674
configure.ac:21: the top level])
 
7675
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7676
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
7677
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
 
7678
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7679
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7680
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7681
configure.ac:21: the top level])
 
7682
m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_C_CONFIG
 
7683
m4trace:configure.ac:21: -1- _LT_AC_LANG_C_CONFIG
 
7684
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [])
 
7685
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
7686
m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
 
7687
m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
 
7688
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
 
7689
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7690
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7691
m4trace:configure.ac:21: -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"])
 
7692
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7693
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7694
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
 
7695
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7696
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7697
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7698
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7699
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7700
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7701
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7702
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7703
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7704
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
7705
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7706
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7707
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7708
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7709
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7710
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7711
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7712
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7713
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7714
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7715
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7716
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7717
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7718
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7719
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7720
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7721
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7722
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7723
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7724
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7725
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7726
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7727
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7728
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7729
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7730
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7731
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7732
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7733
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7734
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7735
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7736
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7737
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7738
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7739
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7740
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7741
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7742
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7743
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7744
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7745
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7746
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7747
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
7748
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7749
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7750
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
7751
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7752
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7753
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7754
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
 
7755
m4trace:configure.ac:21: -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
 
7756
     "" | " "*) ;;
 
7757
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
 
7758
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
 
7759
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
7760
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7761
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7762
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7763
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7764
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7765
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7766
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7767
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
7768
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7769
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7770
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7771
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7772
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7773
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
 
7774
m4trace:configure.ac:21: -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, )=])
 
7775
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7776
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([])
 
7777
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7778
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7779
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7780
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7781
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7782
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
 
7783
m4trace:configure.ac:21: -1- _LT_AC_LOCK
 
7784
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
7785
You should run autoupdate.], [autoconf/general.m4:2429: AC_TRY_LINK is expanded from...
 
7786
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
7787
autoconf/general.m4:1922: AC_CACHE_VAL is expanded from...
 
7788
autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from...
 
7789
/usr/share/aclocal/libtool.m4:608: _LT_AC_LOCK is expanded from...
 
7790
/usr/share/aclocal/libtool.m4:1094: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
 
7791
/usr/share/aclocal/libtool.m4:2711: _LT_AC_LANG_C_CONFIG is expanded from...
 
7792
/usr/share/aclocal/libtool.m4:2638: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
 
7793
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
7794
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7795
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7796
configure.ac:21: the top level])
 
7797
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7798
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
 
7799
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7800
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7801
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7802
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7803
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
7804
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7805
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7806
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7807
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
7808
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7809
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7810
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7811
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7812
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7813
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7814
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7815
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7816
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7817
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7818
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7819
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7820
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
7821
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
7822
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
7823
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7824
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7825
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7826
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7827
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7828
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7829
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7830
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7831
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7832
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7833
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7834
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7835
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7836
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7837
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7838
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7839
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7840
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7841
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7842
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7843
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7844
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7845
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7846
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7847
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7848
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7849
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7850
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7851
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7852
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7853
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7854
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7855
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7856
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7857
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7858
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7859
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7860
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7861
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7862
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7863
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7864
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7865
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7866
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7867
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7868
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7869
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7870
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7871
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7872
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7873
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7874
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7875
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7876
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7877
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7878
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7879
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7880
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7881
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7882
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7883
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7884
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7885
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7886
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7887
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7888
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7889
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7890
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7891
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7892
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7893
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7894
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7895
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7896
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
7897
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7898
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7899
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7900
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7901
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7902
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
7903
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7904
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7905
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7906
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7907
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7908
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7909
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7910
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7911
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7912
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7913
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7914
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7915
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7916
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7917
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
7918
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7919
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
7920
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7921
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7922
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7923
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7924
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7925
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7926
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7927
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7928
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7929
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7930
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7931
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7932
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7933
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7934
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7935
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7936
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7937
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7938
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7939
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7940
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7941
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7942
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7943
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7944
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7945
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7946
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7947
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7948
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7949
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7950
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7951
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7952
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7953
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7954
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7955
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7956
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7957
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7958
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7959
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7960
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7961
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7962
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7963
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7964
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7965
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7966
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7967
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7968
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7969
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7970
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7971
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7972
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7973
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7974
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7975
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7976
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7977
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7978
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7979
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7980
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7981
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7982
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7983
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7984
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7985
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7986
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7987
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7988
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7989
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7990
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7991
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7992
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7993
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7994
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7995
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7996
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7997
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7998
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7999
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8000
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8001
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8002
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8003
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8004
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8005
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
8006
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8007
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8008
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8009
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8010
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8011
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
8012
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8013
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8014
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
8015
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8016
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8017
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8018
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8019
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8020
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
8021
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8022
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8023
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8024
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8025
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8026
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8027
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8028
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
8029
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
8030
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8031
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8032
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8033
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8034
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8035
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8036
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
8037
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
8038
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
8039
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8040
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8041
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8042
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8043
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
8044
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8045
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8046
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8047
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8048
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [])
 
8049
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8050
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8051
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8052
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8053
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8054
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8055
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
8056
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8057
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8058
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
8059
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
8060
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8061
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8062
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8063
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8064
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8065
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8066
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
8067
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8068
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8069
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8070
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8071
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
8072
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
8073
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
8074
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8075
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8076
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8077
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8078
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8079
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8080
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8081
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
8082
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
8083
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
8084
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
8085
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8086
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8087
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8088
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
8089
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
8090
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8091
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8092
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [])
 
8093
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8094
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8095
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8096
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8097
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8098
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
 
8099
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
 
8100
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8101
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8102
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [])
 
8103
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
8104
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8105
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
8106
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8107
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8108
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8109
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8110
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8111
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8112
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
8113
m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF
 
8114
m4trace:configure.ac:21: -1- _LT_AC_CHECK_DLFCN
 
8115
m4trace:configure.ac:21: -1- AC_CHECK_HEADERS([dlfcn.h])
 
8116
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
 
8117
#undef HAVE_DLFCN_H])
 
8118
m4trace:configure.ac:21: -1- AC_HEADER_STDC
 
8119
m4trace:configure.ac:21: -1- AC_PROG_CPP
 
8120
m4trace:configure.ac:21: -1- AC_SUBST([CPP])
 
8121
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP])
 
8122
m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
 
8123
m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
 
8124
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS])
 
8125
m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
 
8126
m4trace:configure.ac:21: -1- AC_SUBST([CPP])
 
8127
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPP])
 
8128
m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
 
8129
m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
 
8130
m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
 
8131
m4trace:configure.ac:21: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 
8132
#undef STDC_HEADERS])
 
8133
m4trace:configure.ac:21: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
8134
                  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
 
8135
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
 
8136
#undef HAVE_SYS_TYPES_H])
 
8137
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
 
8138
#undef HAVE_SYS_STAT_H])
 
8139
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 
8140
#undef HAVE_STDLIB_H])
 
8141
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
 
8142
#undef HAVE_STRING_H])
 
8143
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
 
8144
#undef HAVE_MEMORY_H])
 
8145
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
 
8146
#undef HAVE_STRINGS_H])
 
8147
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
 
8148
#undef HAVE_INTTYPES_H])
 
8149
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
 
8150
#undef HAVE_STDINT_H])
 
8151
m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 
8152
#undef HAVE_UNISTD_H])
 
8153
m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
8154
    lt_cv_dlopen="dyld"
 
8155
    lt_cv_dlopen_libs=
 
8156
    lt_cv_dlopen_self=yes
 
8157
    ])
 
8158
m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
8159
              [lt_cv_dlopen="dlopen"],
 
8160
          [AC_CHECK_LIB([dl], [dlopen],
 
8161
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
8162
            [AC_CHECK_LIB([svld], [dlopen],
 
8163
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8164
              [AC_CHECK_LIB([dld], [dld_link],
 
8165
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8166
              ])
 
8167
            ])
 
8168
          ])
 
8169
        ])
 
8170
m4trace:configure.ac:21: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
8171
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8172
              [AC_CHECK_LIB([dld], [dld_link],
 
8173
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8174
              ])
 
8175
            ])
 
8176
m4trace:configure.ac:21: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
8177
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8178
              ])
 
8179
m4trace:configure.ac:21: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8180
m4trace:configure.ac:21: -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])
 
8181
m4trace:configure.ac:21: -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])
 
8182
m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([])
 
8183
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
 
8184
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [])
 
8185
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
 
8186
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
8187
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
8188
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
8189
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
8190
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
8191
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
8192
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
8193
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
8194
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
8195
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
8196
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
 
8197
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
8198
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
 
8199
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
 
8200
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
8201
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8202
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8203
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
 
8204
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
 
8205
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
8206
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8207
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
8208
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
8209
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8210
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
8211
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
8212
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
8213
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
8214
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
8215
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
8216
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
8217
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
8218
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
8219
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
8220
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8221
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8222
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
8223
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
8224
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
8225
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
8226
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
8227
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
8228
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
 
8229
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [])
 
8230
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
 
8231
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
8232
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
8233
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
8234
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
8235
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
8236
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
8237
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
8238
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
8239
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
8240
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
8241
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
8242
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
8243
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
8244
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
 
8245
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
8246
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
 
8247
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
8248
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
 
8249
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
 
8250
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
8251
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
8252
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
8253
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
8254
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
8255
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
8256
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
8257
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
8258
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
8259
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
8260
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
8261
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
8262
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
8263
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
8264
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
8265
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
8266
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
8267
m4trace:configure.ac:21: -1- _LT_AC_TAGCONFIG
 
8268
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
8269
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
8270
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
 
8271
/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
8272
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
8273
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8274
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8275
configure.ac:21: the top level])
 
8276
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
8277
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
8278
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8279
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8280
configure.ac:21: the top level])
 
8281
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
8282
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
8283
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8284
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8285
configure.ac:21: the top level])
 
8286
m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_CXX_CONFIG
 
8287
m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
 
8288
m4trace:configure.ac:21: -1- AC_PROG_CXX
 
8289
m4trace:configure.ac:21: -1- AC_SUBST([CXX])
 
8290
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXX])
 
8291
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
 
8292
m4trace:configure.ac:21: -1- AC_SUBST([CXXFLAGS])
 
8293
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXXFLAGS])
 
8294
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXFLAGS$])
 
8295
m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS])
 
8296
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LDFLAGS])
 
8297
m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
 
8298
m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
 
8299
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS])
 
8300
m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
 
8301
m4trace:configure.ac:21: -1- AC_SUBST([CXX])
 
8302
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXX])
 
8303
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
 
8304
m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_CXX])
 
8305
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([ac_ct_CXX])
 
8306
m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CXX$])
 
8307
m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CXX])
 
8308
m4trace:configure.ac:21: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
 
8309
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXXDEPMODE])
 
8310
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXDEPMODE$])
 
8311
m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCXX], [
 
8312
  test "x$enable_dependency_tracking" != xno \
 
8313
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 
8314
m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCXX_TRUE])
 
8315
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
 
8316
m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
 
8317
m4trace:configure.ac:21: -1- AC_SUBST([am__fastdepCXX_FALSE])
 
8318
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
 
8319
m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
 
8320
m4trace:configure.ac:21: -1- _LT_AC_PROG_CXXCPP
 
8321
m4trace:configure.ac:21: -1- AC_SUBST([CXXCPP])
 
8322
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXXCPP])
 
8323
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
 
8324
m4trace:configure.ac:21: -1- AC_SUBST([CPPFLAGS])
 
8325
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CPPFLAGS])
 
8326
m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
 
8327
m4trace:configure.ac:21: -1- AC_SUBST([CXXCPP])
 
8328
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([CXXCPP])
 
8329
m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
 
8330
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8331
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8332
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
8333
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8334
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8335
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8336
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8337
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
8338
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8339
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8340
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8341
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
8342
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8343
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8344
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8345
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8346
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8347
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8348
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
8349
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8350
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8351
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
8352
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8353
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8354
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [CXX])
 
8355
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
8356
m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
 
8357
m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
 
8358
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
8359
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
8360
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
8361
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
8362
m4trace:configure.ac:21: -1- AC_PROG_LD
 
8363
m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
 
8364
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8365
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8366
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8367
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8368
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8369
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8370
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8371
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8372
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8373
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8374
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8375
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8376
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8377
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8378
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8379
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8380
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8381
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8382
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
8383
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8384
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
8385
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8386
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8387
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8388
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8389
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8390
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
8391
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8392
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8393
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8394
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8395
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8396
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8397
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8398
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8399
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8400
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8401
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8402
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8403
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
8404
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
8405
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8406
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8407
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8408
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8409
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8410
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8411
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8412
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8413
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8414
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
8415
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8416
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8417
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8418
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8419
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8420
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8421
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8422
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8423
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8424
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8425
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8426
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8427
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8428
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8429
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8430
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8431
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8432
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8433
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8434
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8435
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8436
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8437
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8438
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8439
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8440
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8441
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8442
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8443
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8444
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8445
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8446
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
8447
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8448
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8449
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8450
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8451
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8452
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8453
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8454
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8455
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8456
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8457
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8458
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8459
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8460
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8461
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8462
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8463
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8464
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8465
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8466
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8467
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8468
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8469
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8470
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8471
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8472
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8473
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8474
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8475
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8476
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8477
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8478
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8479
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8480
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8481
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8482
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8483
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8484
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8485
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8486
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8487
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8488
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8489
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8490
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8491
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8492
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8493
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8494
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8495
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8496
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8497
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8498
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8499
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8500
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8501
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8502
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8503
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8504
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8505
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8506
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8507
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8508
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8509
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8510
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8511
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8512
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8513
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8514
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8515
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8516
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8517
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8518
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8519
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8520
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8521
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8522
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8523
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8524
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8525
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8526
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8527
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8528
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8529
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8530
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8531
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8532
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8533
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8534
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8535
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8536
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8537
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8538
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8539
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8540
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8541
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8542
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8543
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8544
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8545
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8546
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8547
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8548
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8549
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8550
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8551
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8552
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8553
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8554
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8555
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8556
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8557
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8558
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8559
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8560
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8561
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8562
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8563
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8564
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8565
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8566
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8567
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8568
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8569
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8570
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8571
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8572
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8573
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8574
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8575
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8576
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8577
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8578
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8579
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8580
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8581
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8582
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8583
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8584
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8585
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8586
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8587
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
8588
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
 
8589
m4trace:configure.ac:21: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
 
8590
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8591
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8592
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8593
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8594
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8595
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8596
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8597
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8598
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8599
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8600
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8601
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8602
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8603
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8604
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8605
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8606
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8607
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8608
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8609
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8610
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8611
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8612
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
 
8613
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8614
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8615
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8616
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8617
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8618
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8619
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8620
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8621
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8622
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8623
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8624
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8625
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8626
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8627
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8628
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8629
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8630
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8631
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8632
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8633
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8634
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8635
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8636
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8637
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8638
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8639
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8640
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8641
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8642
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8643
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8644
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8645
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8646
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8647
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8648
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8649
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8650
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8651
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8652
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8653
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8654
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8655
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8656
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8657
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8658
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8659
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8660
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8661
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8662
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8663
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8664
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8665
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8666
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8667
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
8668
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8669
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8670
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8671
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
 
8672
m4trace:configure.ac:21: -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
 
8673
     "" | " "*) ;;
 
8674
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
 
8675
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
 
8676
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
 
8677
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8678
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8679
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8680
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8681
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8682
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8683
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8684
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
8685
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8686
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8687
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8688
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8689
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8690
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
 
8691
m4trace:configure.ac:21: -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)=])
 
8692
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8693
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
 
8694
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8695
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8696
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8697
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8698
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8699
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
 
8700
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8701
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
 
8702
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8703
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8704
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8705
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8706
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8707
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8708
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8709
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8710
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8711
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
8712
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8713
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8714
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8715
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8716
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8717
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8718
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8719
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8720
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8721
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8722
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8723
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8724
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8725
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
 
8726
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
 
8727
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8728
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8729
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
 
8730
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
8731
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8732
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8733
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8734
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8735
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8736
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8737
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8738
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8739
m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([CXX])
 
8740
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
8741
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [CXX])
 
8742
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
 
8743
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8744
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8745
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8746
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
8747
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8748
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
8749
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8750
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
8751
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8752
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
8753
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8754
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8755
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
8756
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8757
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8758
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8759
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8760
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
 
8761
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
 
8762
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
8763
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8764
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8765
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8766
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8767
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
8768
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8769
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
8770
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8771
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8772
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8773
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
8774
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
8775
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8776
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
8777
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8778
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8779
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8780
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8781
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
8782
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8783
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
8784
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
8785
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
8786
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
8787
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
 
8788
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
8789
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
8790
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
8791
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
8792
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
8793
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
8794
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
8795
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
8796
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
8797
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
8798
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
8799
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
8800
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
8801
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
8802
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
8803
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
8804
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
8805
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
8806
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
8807
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
8808
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
8809
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
8810
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
8811
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
8812
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
8813
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
8814
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
8815
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
8816
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
8817
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
8818
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
8819
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
 
8820
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
8821
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
8822
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
8823
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
8824
m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_F77_CONFIG
 
8825
m4trace:configure.ac:21: -1- _LT_AC_LANG_F77_CONFIG([F77])
 
8826
m4trace:configure.ac:21: -1- AC_SUBST([F77])
 
8827
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([F77])
 
8828
m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
 
8829
m4trace:configure.ac:21: -1- AC_SUBST([FFLAGS])
 
8830
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([FFLAGS])
 
8831
m4trace:configure.ac:21: -1- m4_pattern_allow([^FFLAGS$])
 
8832
m4trace:configure.ac:21: -1- AC_SUBST([LDFLAGS])
 
8833
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LDFLAGS])
 
8834
m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
 
8835
m4trace:configure.ac:21: -1- AC_SUBST([F77])
 
8836
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([F77])
 
8837
m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
 
8838
m4trace:configure.ac:21: -1- AC_SUBST([ac_ct_F77])
 
8839
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([ac_ct_F77])
 
8840
m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_F77$])
 
8841
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8842
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8843
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
8844
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8845
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8846
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8847
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8848
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8849
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8850
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8851
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8852
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8853
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8854
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8855
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8856
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8857
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8858
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8859
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [F77])
 
8860
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
8861
m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
 
8862
m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
 
8863
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
 
8864
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
8865
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
 
8866
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
 
8867
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
 
8868
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8869
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8870
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8871
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8872
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8873
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8874
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8875
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8876
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8877
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
8878
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8879
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8880
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8881
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8882
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8883
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8884
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8885
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8886
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8887
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8888
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8889
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8890
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8891
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8892
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8893
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8894
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8895
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8896
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8897
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8898
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8899
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8900
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8901
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8902
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8903
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8904
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8905
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8906
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8907
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8908
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8909
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8910
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8911
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8912
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8913
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8914
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8915
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8916
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8917
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8918
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8919
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8920
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
8921
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8922
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8923
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
8924
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8925
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8926
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8927
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
 
8928
m4trace:configure.ac:21: -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
 
8929
     "" | " "*) ;;
 
8930
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
 
8931
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
 
8932
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
 
8933
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8934
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8935
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8936
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8937
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8938
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8939
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8940
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
8941
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8942
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8943
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8944
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8945
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8946
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
 
8947
m4trace:configure.ac:21: -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)=])
 
8948
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8949
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
 
8950
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8951
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8952
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8953
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8954
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8955
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
 
8956
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8957
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
 
8958
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8959
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8960
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8961
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8962
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
8963
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8964
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8965
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8966
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
8967
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8968
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8969
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8970
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8971
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8972
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8973
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8974
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8975
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8976
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8977
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
8978
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8979
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
8980
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
8981
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
8982
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8983
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8984
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8985
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8986
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8987
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8988
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8989
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8990
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8991
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8992
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8993
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8994
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8995
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8996
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8997
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
8998
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8999
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9000
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9001
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9002
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9003
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9004
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9005
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9006
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9007
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9008
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9009
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9010
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9011
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9012
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9013
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9014
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9015
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9016
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9017
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9018
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9019
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9020
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9021
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9022
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9023
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9024
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9025
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9026
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9027
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9028
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9029
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9030
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9031
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9032
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9033
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9034
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9035
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9036
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9037
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9038
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
9039
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9040
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9041
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9042
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9043
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9044
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9045
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9046
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9047
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9048
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9049
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9050
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9051
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9052
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9053
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
9054
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9055
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
9056
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9057
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9058
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9059
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9060
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9061
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
9062
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9063
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9064
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9065
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9066
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9067
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9068
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9069
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9070
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9071
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9072
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9073
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9074
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9075
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9076
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
9077
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
9078
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
9079
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
9080
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9081
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9082
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9083
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9084
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9085
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9086
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
9087
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9088
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9089
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9090
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9091
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
9092
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9093
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
9094
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9095
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
9096
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9097
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
9098
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9099
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9100
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9101
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9102
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9103
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9104
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9105
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9106
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9107
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9108
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9109
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9110
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9111
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9112
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9113
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9114
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9115
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9116
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9117
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9118
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9119
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9120
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9121
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9122
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9123
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9124
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9125
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9126
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9127
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9128
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9129
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9130
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9131
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9132
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9133
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9134
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9135
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9136
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9137
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
9138
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9139
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9140
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9141
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9142
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9143
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9144
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9145
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
9146
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9147
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9148
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9149
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9150
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9151
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9152
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9153
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9154
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9155
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9156
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9157
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9158
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9159
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9160
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9161
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9162
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9163
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9164
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9165
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9166
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9167
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9168
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9169
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9170
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9171
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9172
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9173
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
9174
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9175
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9176
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9177
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9178
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9179
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9180
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9181
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9182
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9183
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9184
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9185
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9186
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9187
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9188
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9189
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9190
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9191
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9192
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9193
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9194
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9195
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9196
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9197
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9198
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9199
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9200
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9201
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9202
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9203
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9204
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9205
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9206
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9207
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
 
9208
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9209
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9210
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9211
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9212
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9213
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9214
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9215
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9216
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9217
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9218
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9219
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9220
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9221
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9222
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9223
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9224
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9225
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9226
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9227
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9228
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9229
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9230
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9231
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9232
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9233
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9234
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9235
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9236
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9237
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9238
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9239
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9240
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9241
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9242
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9243
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
9244
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9245
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9246
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9247
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
9248
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
9249
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9250
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9251
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9252
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9253
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9254
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9255
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9256
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9257
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
 
9258
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
 
9259
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9260
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9261
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [F77])
 
9262
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
9263
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9264
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9265
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9266
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9267
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9268
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9269
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9270
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9271
m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([F77])
 
9272
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
 
9273
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [F77])
 
9274
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
 
9275
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
9276
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
9277
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
9278
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
9279
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9280
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
9281
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9282
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
9283
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
9284
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
9285
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
9286
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
9287
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
 
9288
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
9289
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
9290
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9291
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9292
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
 
9293
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
 
9294
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
9295
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9296
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9297
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9298
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9299
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
9300
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9301
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
9302
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
9303
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
9304
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
9305
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
9306
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
9307
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
9308
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
9309
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9310
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9311
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
9312
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
9313
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
9314
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9315
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
9316
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
9317
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
 
9318
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
 
9319
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
 
9320
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
9321
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
9322
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
9323
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
9324
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
9325
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
9326
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
9327
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
9328
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
9329
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
9330
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
9331
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
9332
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
9333
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
9334
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
9335
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
9336
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
9337
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
 
9338
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
9339
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
9340
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
9341
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
9342
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
9343
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
9344
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
9345
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
9346
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
9347
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
9348
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
9349
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
9350
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
9351
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
9352
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
9353
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
9354
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
9355
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
9356
m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
 
9357
m4trace:configure.ac:21: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
 
9358
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
9359
You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
 
9360
/usr/share/aclocal/libtool.m4:4040: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
9361
/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
9362
/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
9363
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
9364
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
9365
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
9366
configure.ac:21: the top level])
 
9367
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [GCJ])
 
9368
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
9369
m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
 
9370
m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
 
9371
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
9372
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
9373
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9374
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
9375
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
 
9376
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9377
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9378
m4trace:configure.ac:21: -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"])
 
9379
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9380
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9381
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
 
9382
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9383
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9384
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9385
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9386
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9387
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9388
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9389
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9390
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9391
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
9392
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9393
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9394
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9395
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9396
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9397
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9398
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9399
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9400
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9401
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9402
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9403
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9404
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9405
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9406
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9407
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9408
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9409
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9410
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9411
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9412
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9413
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9414
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9415
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9416
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9417
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9418
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9419
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9420
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9421
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9422
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9423
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9424
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9425
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9426
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9427
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9428
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9429
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9430
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9431
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9432
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9433
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9434
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
9435
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9436
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9437
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
9438
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9439
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9440
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9441
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
 
9442
m4trace:configure.ac:21: -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
 
9443
     "" | " "*) ;;
 
9444
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
 
9445
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
 
9446
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
 
9447
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9448
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9449
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9450
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9451
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9452
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9453
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9454
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
9455
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9456
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9457
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9458
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9459
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9460
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
 
9461
m4trace:configure.ac:21: -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)=])
 
9462
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9463
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
 
9464
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9465
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9466
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9467
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9468
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9469
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
 
9470
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9471
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
 
9472
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9473
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
9474
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9475
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9476
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
9477
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
9478
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9479
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9480
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
9481
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9482
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
9483
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9484
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9485
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9486
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9487
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9488
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
9489
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9490
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9491
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
9492
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9493
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
9494
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
9495
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
9496
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9497
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9498
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9499
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9500
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9501
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9502
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9503
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9504
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9505
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9506
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9507
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9508
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9509
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9510
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9511
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
9512
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
9513
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9514
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9515
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9516
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9517
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9518
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9519
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9520
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9521
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9522
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9523
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9524
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9525
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9526
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9527
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9528
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9529
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9530
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9531
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9532
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9533
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9534
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9535
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9536
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9537
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9538
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9539
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9540
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9541
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9542
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9543
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9544
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9545
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9546
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9547
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9548
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9549
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9550
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9551
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9552
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
9553
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9554
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9555
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9556
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9557
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9558
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9559
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9560
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9561
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9562
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9563
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9564
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9565
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9566
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9567
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
9568
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9569
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
9570
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9571
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9572
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9573
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9574
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9575
m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
 
9576
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9577
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9578
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9579
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9580
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9581
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9582
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9583
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9584
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9585
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9586
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9587
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9588
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9589
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9590
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
9591
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
9592
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
9593
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
9594
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9595
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9596
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9597
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9598
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9599
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9600
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
9601
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9602
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9603
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9604
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9605
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9606
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9607
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9608
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9609
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9610
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9611
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9612
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9613
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9614
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9615
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9616
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9617
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9618
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9619
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9620
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9621
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9622
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9623
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9624
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9625
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9626
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9627
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9628
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9629
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9630
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9631
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9632
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9633
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9634
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9635
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9636
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9637
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9638
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9639
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9640
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9641
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9642
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9643
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9644
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9645
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9646
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9647
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9648
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9649
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9650
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9651
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
9652
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9653
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9654
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9655
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9656
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9657
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9658
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9659
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
9660
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9661
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9662
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9663
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9664
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9665
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9666
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9667
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9668
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9669
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9670
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9671
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9672
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9673
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9674
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9675
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9676
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9677
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9678
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9679
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9680
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9681
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9682
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9683
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9684
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9685
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9686
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9687
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
9688
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9689
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9690
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9691
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9692
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9693
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9694
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9695
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9696
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9697
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9698
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9699
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9700
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9701
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9702
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9703
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9704
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9705
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9706
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9707
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9708
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9709
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9710
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9711
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9712
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9713
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9714
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9715
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9716
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9717
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9718
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9719
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9720
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9721
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
 
9722
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9723
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9724
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9725
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9726
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9727
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9728
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9729
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9730
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9731
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9732
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9733
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9734
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9735
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9736
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9737
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9738
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9739
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9740
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9741
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9742
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9743
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9744
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9745
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9746
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9747
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9748
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9749
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9750
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9751
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9752
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9753
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9754
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9755
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9756
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9757
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
9758
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9759
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9760
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9761
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9762
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9763
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9764
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9765
m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9766
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9767
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9768
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9769
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9770
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9771
m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
 
9772
m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
 
9773
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9774
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9775
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
 
9776
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
9777
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9778
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9779
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9780
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9781
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9782
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9783
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9784
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9785
m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([GCJ])
 
9786
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
9787
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [GCJ])
 
9788
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
9789
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9790
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9791
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9792
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9793
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9794
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
9795
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9796
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
9797
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
9798
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
9799
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
9800
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
9801
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
9802
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
9803
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
9804
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9805
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9806
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
 
9807
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
 
9808
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
9809
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9810
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9811
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9812
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9813
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
9814
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9815
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
9816
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9817
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9818
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9819
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
9820
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
9821
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
9822
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
9823
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9824
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9825
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9826
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9827
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
9828
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9829
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
9830
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
9831
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
9832
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [GCJ])
 
9833
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
9834
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
9835
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
9836
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
9837
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
9838
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
9839
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
9840
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
9841
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
9842
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
9843
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
9844
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
9845
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
9846
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
9847
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
9848
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
9849
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
9850
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
9851
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
9852
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
9853
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
9854
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
9855
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
9856
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
9857
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
9858
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
9859
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
9860
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
9861
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
9862
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
9863
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
9864
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
9865
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
9866
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
9867
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
9868
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
9869
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
9870
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
9871
You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
 
9872
/usr/share/aclocal/libtool.m4:4040: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
9873
/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
9874
/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
9875
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
9876
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
9877
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
9878
configure.ac:21: the top level])
 
9879
m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_RC_CONFIG
 
9880
m4trace:configure.ac:21: -1- _LT_AC_LANG_RC_CONFIG([RC])
 
9881
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
9882
You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
 
9883
/usr/share/aclocal/libtool.m4:4084: _LT_AC_LANG_RC_CONFIG is expanded from...
 
9884
/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
9885
/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
9886
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
9887
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
9888
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
9889
configure.ac:21: the top level])
 
9890
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [RC])
 
9891
m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
 
9892
m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
 
9893
m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
 
9894
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
 
9895
m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
 
9896
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
9897
m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([RC])
 
9898
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
 
9899
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [RC])
 
9900
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
 
9901
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
9902
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
9903
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
9904
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
9905
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
9906
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
9907
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
9908
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
9909
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
9910
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
9911
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
9912
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
9913
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
 
9914
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
9915
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
9916
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
9917
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
9918
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
 
9919
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
 
9920
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
9921
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
9922
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
9923
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
9924
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
9925
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
9926
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
9927
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
9928
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
9929
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
9930
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
9931
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
9932
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
9933
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
9934
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
9935
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
9936
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
9937
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
9938
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
9939
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
9940
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
9941
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
 
9942
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
9943
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
 
9944
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [RC])
 
9945
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
 
9946
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
9947
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
9948
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
9949
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
9950
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
9951
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
9952
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
9953
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
9954
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
9955
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
9956
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
9957
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
9958
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
9959
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
9960
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
9961
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
9962
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
9963
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
 
9964
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
9965
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
9966
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
9967
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
9968
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
 
9969
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
9970
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
9971
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
9972
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
 
9973
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
 
9974
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
 
9975
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
9976
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
 
9977
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
 
9978
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
 
9979
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
9980
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
9981
m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
9982
m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
9983
You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
 
9984
/usr/share/aclocal/libtool.m4:4084: _LT_AC_LANG_RC_CONFIG is expanded from...
 
9985
/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
9986
/usr/share/aclocal/libtool.m4:1874: _LT_AC_TAGCONFIG is expanded from...
 
9987
/usr/share/aclocal/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from...
 
9988
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
9989
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
9990
configure.ac:21: the top level])
 
9991
m4trace:configure.ac:21: -1- AC_SUBST([LIBTOOL])
 
9992
m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LIBTOOL])
 
9993
m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBTOOL$])
 
9994
m4trace:configure.ac:21: -1- AC_LIBTOOL_CXX
 
9995
m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX
 
9996
m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
9997
m4trace:configure.ac:21: -1- AC_LIBTOOL_F77
 
9998
m4trace:configure.ac:21: -1- _LT_AC_LANG_F77
 
9999
m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
10000
m4trace:configure.ac:24: -1- XDT_I18N([nl])
 
10001
m4trace:configure.ac:24: -1- AC_DEFINE_TRACE_LITERAL([GETTEXT_PACKAGE])
 
10002
m4trace:configure.ac:24: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
 
10003
m4trace:configure.ac:24: -1- AH_OUTPUT([GETTEXT_PACKAGE], [/* Name of default gettext domain */
 
10004
#undef GETTEXT_PACKAGE])
 
10005
m4trace:configure.ac:24: -1- AC_SUBST([GETTEXT_PACKAGE])
 
10006
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([GETTEXT_PACKAGE])
 
10007
m4trace:configure.ac:24: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
 
10008
m4trace:configure.ac:24: -1- AM_GLIB_GNU_GETTEXT([])
 
10009
m4trace:configure.ac:24: -1- AC_CHECK_HEADERS([locale.h])
 
10010
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
 
10011
#undef HAVE_LOCALE_H])
 
10012
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
10013
You should run autoupdate.], [autoconf/general.m4:2429: AC_TRY_LINK is expanded from...
 
10014
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10015
autoconf/general.m4:1922: AC_CACHE_VAL is expanded from...
 
10016
autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from...
 
10017
/usr/share/aclocal/glib-gettext.m4:58: GLIB_LC_MESSAGES is expanded from...
 
10018
/usr/share/aclocal/glib-gettext.m4:369: GLIB_GNU_GETTEXT is expanded from...
 
10019
/usr/share/aclocal/glib-gettext.m4:398: AM_GLIB_GNU_GETTEXT is expanded from...
 
10020
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10021
configure.ac:24: the top level])
 
10022
m4trace:configure.ac:24: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
 
10023
m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
 
10024
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your <locale.h> file defines LC_MESSAGES. */
 
10025
#undef HAVE_LC_MESSAGES])
 
10026
m4trace:configure.ac:24: -1- AC_SUBST([USE_NLS])
 
10027
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([USE_NLS])
 
10028
m4trace:configure.ac:24: -1- m4_pattern_allow([^USE_NLS$])
 
10029
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
10030
You should run autoupdate.], [autoconf/general.m4:2429: AC_TRY_LINK is expanded from...
 
10031
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10032
autoconf/general.m4:1922: AC_CACHE_VAL is expanded from...
 
10033
autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from...
 
10034
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10035
autoconf/headers.m4:92: AC_CHECK_HEADER is expanded from...
 
10036
/usr/share/aclocal/glib-gettext.m4:286: GLIB_WITH_NLS is expanded from...
 
10037
/usr/share/aclocal/glib-gettext.m4:369: GLIB_GNU_GETTEXT is expanded from...
 
10038
/usr/share/aclocal/glib-gettext.m4:398: AM_GLIB_GNU_GETTEXT is expanded from...
 
10039
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10040
configure.ac:24: the top level])
 
10041
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
10042
You should run autoupdate.], [autoconf/general.m4:2429: AC_TRY_LINK is expanded from...
 
10043
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10044
autoconf/general.m4:1922: AC_CACHE_VAL is expanded from...
 
10045
autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from...
 
10046
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10047
autoconf/headers.m4:92: AC_CHECK_HEADER is expanded from...
 
10048
/usr/share/aclocal/glib-gettext.m4:286: GLIB_WITH_NLS is expanded from...
 
10049
/usr/share/aclocal/glib-gettext.m4:369: GLIB_GNU_GETTEXT is expanded from...
 
10050
/usr/share/aclocal/glib-gettext.m4:398: AM_GLIB_GNU_GETTEXT is expanded from...
 
10051
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10052
configure.ac:24: the top level])
 
10053
m4trace:configure.ac:24: -1- AC_CHECK_FUNCS([bind_textdomain_codeset])
 
10054
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */
 
10055
#undef HAVE_BIND_TEXTDOMAIN_CODESET])
 
10056
m4trace:configure.ac:24: -1- AC_CHECK_LIB([intl], [bindtextdomain], [AC_CHECK_LIB(intl, ngettext,
 
10057
                    [AC_CHECK_LIB(intl, dgettext,
 
10058
                                  gt_cv_func_dgettext_libintl=yes)])])
 
10059
m4trace:configure.ac:24: -1- AC_CHECK_LIB([intl], [ngettext], [AC_CHECK_LIB(intl, dgettext,
 
10060
                                  gt_cv_func_dgettext_libintl=yes)])
 
10061
m4trace:configure.ac:24: -1- AC_CHECK_LIB([intl], [dgettext], [gt_cv_func_dgettext_libintl=yes])
 
10062
m4trace:configure.ac:24: -1- AC_CHECK_LIB([intl], [ngettext], [AC_CHECK_LIB(intl, dcgettext,
 
10063
                       [gt_cv_func_dgettext_libintl=yes
 
10064
                        libintl_extra_libs=-liconv],
 
10065
                        :,-liconv)], [:], [-liconv])
 
10066
m4trace:configure.ac:24: -1- AC_CHECK_LIB([intl], [dcgettext], [gt_cv_func_dgettext_libintl=yes
 
10067
                        libintl_extra_libs=-liconv], [:], [-liconv])
 
10068
m4trace:configure.ac:24: -1- AC_CHECK_FUNCS([bind_textdomain_codeset])
 
10069
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */
 
10070
#undef HAVE_BIND_TEXTDOMAIN_CODESET])
 
10071
m4trace:configure.ac:24: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
 
10072
m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_GETTEXT$])
 
10073
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define if the GNU gettext() function is already present or preinstalled. */
 
10074
#undef HAVE_GETTEXT])
 
10075
m4trace:configure.ac:24: -1- AC_SUBST([MSGFMT])
 
10076
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([MSGFMT])
 
10077
m4trace:configure.ac:24: -1- m4_pattern_allow([^MSGFMT$])
 
10078
m4trace:configure.ac:24: -1- AC_CHECK_FUNCS([dcgettext])
 
10079
m4trace:configure.ac:24: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */
 
10080
#undef HAVE_DCGETTEXT])
 
10081
m4trace:configure.ac:24: -1- AC_SUBST([GMSGFMT])
 
10082
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([GMSGFMT])
 
10083
m4trace:configure.ac:24: -1- m4_pattern_allow([^GMSGFMT$])
 
10084
m4trace:configure.ac:24: -1- AC_SUBST([XGETTEXT])
 
10085
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([XGETTEXT])
 
10086
m4trace:configure.ac:24: -1- m4_pattern_allow([^XGETTEXT$])
 
10087
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
10088
You should run autoupdate.], [autoconf/general.m4:2429: AC_TRY_LINK is expanded from...
 
10089
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
 
10090
autoconf/headers.m4:92: AC_CHECK_HEADER is expanded from...
 
10091
/usr/share/aclocal/glib-gettext.m4:286: GLIB_WITH_NLS is expanded from...
 
10092
/usr/share/aclocal/glib-gettext.m4:369: GLIB_GNU_GETTEXT is expanded from...
 
10093
/usr/share/aclocal/glib-gettext.m4:398: AM_GLIB_GNU_GETTEXT is expanded from...
 
10094
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10095
configure.ac:24: the top level])
 
10096
m4trace:configure.ac:24: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
 
10097
m4trace:configure.ac:24: -1- m4_pattern_allow([^ENABLE_NLS$])
 
10098
m4trace:configure.ac:24: -1- AH_OUTPUT([ENABLE_NLS], [/* always defined to indicate that i18n is enabled */
 
10099
#undef ENABLE_NLS])
 
10100
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
 
10101
You should run autoupdate.], [autoconf/status.m4:853: AC_OUTPUT_COMMANDS is expanded from...
 
10102
/usr/share/aclocal/glib-gettext.m4:286: GLIB_WITH_NLS is expanded from...
 
10103
/usr/share/aclocal/glib-gettext.m4:369: GLIB_GNU_GETTEXT is expanded from...
 
10104
/usr/share/aclocal/glib-gettext.m4:398: AM_GLIB_GNU_GETTEXT is expanded from...
 
10105
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10106
configure.ac:24: the top level])
 
10107
m4trace:configure.ac:24: -1- AC_SUBST([CATALOGS])
 
10108
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CATALOGS])
 
10109
m4trace:configure.ac:24: -1- m4_pattern_allow([^CATALOGS$])
 
10110
m4trace:configure.ac:24: -1- AC_SUBST([CATOBJEXT])
 
10111
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([CATOBJEXT])
 
10112
m4trace:configure.ac:24: -1- m4_pattern_allow([^CATOBJEXT$])
 
10113
m4trace:configure.ac:24: -1- AC_SUBST([DATADIRNAME])
 
10114
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([DATADIRNAME])
 
10115
m4trace:configure.ac:24: -1- m4_pattern_allow([^DATADIRNAME$])
 
10116
m4trace:configure.ac:24: -1- AC_SUBST([GMOFILES])
 
10117
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([GMOFILES])
 
10118
m4trace:configure.ac:24: -1- m4_pattern_allow([^GMOFILES$])
 
10119
m4trace:configure.ac:24: -1- AC_SUBST([INSTOBJEXT])
 
10120
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([INSTOBJEXT])
 
10121
m4trace:configure.ac:24: -1- m4_pattern_allow([^INSTOBJEXT$])
 
10122
m4trace:configure.ac:24: -1- AC_SUBST([INTLLIBS])
 
10123
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([INTLLIBS])
 
10124
m4trace:configure.ac:24: -1- m4_pattern_allow([^INTLLIBS$])
 
10125
m4trace:configure.ac:24: -1- AC_SUBST([PO_IN_DATADIR_TRUE])
 
10126
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([PO_IN_DATADIR_TRUE])
 
10127
m4trace:configure.ac:24: -1- m4_pattern_allow([^PO_IN_DATADIR_TRUE$])
 
10128
m4trace:configure.ac:24: -1- AC_SUBST([PO_IN_DATADIR_FALSE])
 
10129
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([PO_IN_DATADIR_FALSE])
 
10130
m4trace:configure.ac:24: -1- m4_pattern_allow([^PO_IN_DATADIR_FALSE$])
 
10131
m4trace:configure.ac:24: -1- AC_SUBST([POFILES])
 
10132
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([POFILES])
 
10133
m4trace:configure.ac:24: -1- m4_pattern_allow([^POFILES$])
 
10134
m4trace:configure.ac:24: -1- AC_SUBST([POSUB])
 
10135
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([POSUB])
 
10136
m4trace:configure.ac:24: -1- m4_pattern_allow([^POSUB$])
 
10137
m4trace:configure.ac:24: -1- AC_SUBST([MKINSTALLDIRS])
 
10138
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([MKINSTALLDIRS])
 
10139
m4trace:configure.ac:24: -1- m4_pattern_allow([^MKINSTALLDIRS$])
 
10140
m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10141
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10142
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
 
10143
/usr/local/share/xfce4/dev-tools/m4macros/xdt-i18n.m4:76: XDT_I18N is expanded from...
 
10144
configure.ac:24: the top level])
 
10145
m4trace:configure.ac:24: -1- AC_SUBST([localedir])
 
10146
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([localedir])
 
10147
m4trace:configure.ac:24: -1- m4_pattern_allow([^localedir$])
 
10148
m4trace:configure.ac:24: -1- AC_SUBST([XGETTEXT_ARGS])
 
10149
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([XGETTEXT_ARGS])
 
10150
m4trace:configure.ac:24: -1- m4_pattern_allow([^XGETTEXT_ARGS$])
 
10151
m4trace:configure.ac:27: -1- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 
10152
m4trace:configure.ac:27: -1- XDT_PROG_PKG_CONFIG([])
 
10153
m4trace:configure.ac:27: -1- AC_SUBST([PKG_CONFIG])
 
10154
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([PKG_CONFIG])
 
10155
m4trace:configure.ac:27: -1- m4_pattern_allow([^PKG_CONFIG$])
 
10156
m4trace:configure.ac:27: -1- AC_SUBST([LIBXFCE4PANEL_VERSION])
 
10157
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([LIBXFCE4PANEL_VERSION])
 
10158
m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBXFCE4PANEL_VERSION$])
 
10159
m4trace:configure.ac:27: -1- AC_SUBST([LIBXFCE4PANEL_CFLAGS])
 
10160
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([LIBXFCE4PANEL_CFLAGS])
 
10161
m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBXFCE4PANEL_CFLAGS$])
 
10162
m4trace:configure.ac:27: -1- AC_SUBST([LIBXFCE4PANEL_LIBS])
 
10163
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([LIBXFCE4PANEL_LIBS])
 
10164
m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBXFCE4PANEL_LIBS$])
 
10165
m4trace:configure.ac:27: -1- AC_SUBST([LIBXFCE4PANEL_REQUIRED_VERSION])
 
10166
m4trace:configure.ac:27: -1- AC_SUBST_TRACE([LIBXFCE4PANEL_REQUIRED_VERSION])
 
10167
m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBXFCE4PANEL_REQUIRED_VERSION$])
 
10168
m4trace:configure.ac:30: -1- XDT_CHECK_OPTIONAL_PACKAGE([DBUS], [dbus-1], [0.22], [dbus], [D-BUS support])
 
10169
m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10170
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10171
/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:207: XDT_CHECK_OPTIONAL_PACKAGE is expanded from...
 
10172
configure.ac:30: the top level])
 
10173
m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10174
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10175
/usr/local/share/xfce4/dev-tools/m4macros/xdt-depends.m4:207: XDT_CHECK_OPTIONAL_PACKAGE is expanded from...
 
10176
configure.ac:30: the top level])
 
10177
m4trace:configure.ac:30: -1- XDT_CHECK_PACKAGE([DBUS], [dbus-1], [0.22], [
 
10178
        AC_DEFINE([HAVE_DBUS], [1], [Define if dbus-1 >= 0.22 present])
 
10179
        DBUS_FOUND="yes"
 
10180
      ])
 
10181
m4trace:configure.ac:30: -1- XDT_PROG_PKG_CONFIG([])
 
10182
m4trace:configure.ac:30: -1- AC_SUBST([PKG_CONFIG])
 
10183
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([PKG_CONFIG])
 
10184
m4trace:configure.ac:30: -1- m4_pattern_allow([^PKG_CONFIG$])
 
10185
m4trace:configure.ac:30: -1- AC_SUBST([DBUS_VERSION])
 
10186
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([DBUS_VERSION])
 
10187
m4trace:configure.ac:30: -1- m4_pattern_allow([^DBUS_VERSION$])
 
10188
m4trace:configure.ac:30: -1- AC_SUBST([DBUS_CFLAGS])
 
10189
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([DBUS_CFLAGS])
 
10190
m4trace:configure.ac:30: -1- m4_pattern_allow([^DBUS_CFLAGS$])
 
10191
m4trace:configure.ac:30: -1- AC_SUBST([DBUS_LIBS])
 
10192
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([DBUS_LIBS])
 
10193
m4trace:configure.ac:30: -1- m4_pattern_allow([^DBUS_LIBS$])
 
10194
m4trace:configure.ac:30: -1- AC_SUBST([DBUS_REQUIRED_VERSION])
 
10195
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([DBUS_REQUIRED_VERSION])
 
10196
m4trace:configure.ac:30: -1- m4_pattern_allow([^DBUS_REQUIRED_VERSION$])
 
10197
m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DBUS])
 
10198
m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_DBUS$])
 
10199
m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE_DBUS], [/* Define if dbus-1 >= 0.22 present */
 
10200
#undef HAVE_DBUS])
 
10201
m4trace:configure.ac:30: -1- AM_CONDITIONAL([HAVE_DBUS], [test x"$DBUS_FOUND" = x"yes"])
 
10202
m4trace:configure.ac:30: -1- AC_SUBST([HAVE_DBUS_TRUE])
 
10203
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([HAVE_DBUS_TRUE])
 
10204
m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_DBUS_TRUE$])
 
10205
m4trace:configure.ac:30: -1- AC_SUBST([HAVE_DBUS_FALSE])
 
10206
m4trace:configure.ac:30: -1- AC_SUBST_TRACE([HAVE_DBUS_FALSE])
 
10207
m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_DBUS_FALSE$])
 
10208
m4trace:configure.ac:33: -1- BM_DEBUG_SUPPORT([])
 
10209
m4trace:configure.ac:33: -1- XDT_FEATURE_DEBUG
 
10210
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10211
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10212
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:71: XDT_FEATURE_DEBUG is expanded from...
 
10213
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10214
configure.ac:33: the top level])
 
10215
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10216
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10217
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:71: XDT_FEATURE_DEBUG is expanded from...
 
10218
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10219
configure.ac:33: the top level])
 
10220
m4trace:configure.ac:33: -1- AC_DEFINE_TRACE_LITERAL([DEBUG])
 
10221
m4trace:configure.ac:33: -1- m4_pattern_allow([^DEBUG$])
 
10222
m4trace:configure.ac:33: -1- AH_OUTPUT([DEBUG], [/* Define for debugging support */
 
10223
#undef DEBUG])
 
10224
m4trace:configure.ac:33: -1- AC_DEFINE_TRACE_LITERAL([DEBUG_TRACE])
 
10225
m4trace:configure.ac:33: -1- m4_pattern_allow([^DEBUG_TRACE$])
 
10226
m4trace:configure.ac:33: -1- AH_OUTPUT([DEBUG_TRACE], [/* Define for tracing support */
 
10227
#undef DEBUG_TRACE])
 
10228
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10229
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10230
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10231
configure.ac:33: the top level])
 
10232
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10233
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10234
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10235
configure.ac:33: the top level])
 
10236
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10237
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10238
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10239
configure.ac:33: the top level])
 
10240
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10241
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10242
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10243
configure.ac:33: the top level])
 
10244
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10245
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10246
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10247
configure.ac:33: the top level])
 
10248
m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
10249
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
 
10250
/usr/local/share/xfce4/dev-tools/m4macros/xdt-features.m4:151: BM_DEBUG_SUPPORT is expanded from...
 
10251
configure.ac:33: the top level])
 
10252
m4trace:configure.ac:39: -1- AC_CONFIG_FILES([
 
10253
Makefile
 
10254
po/Makefile.in
 
10255
panel-plugin/Makefile
 
10256
])
 
10257
m4trace:configure.ac:39: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
10258
You should run autoupdate.], [])
 
10259
m4trace:configure.ac:39: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
 
10260
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
 
10261
m4trace:configure.ac:39: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
10262
m4trace:configure.ac:39: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
 
10263
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([LTLIBOBJS])
 
10264
m4trace:configure.ac:39: -1- m4_pattern_allow([^LTLIBOBJS$])
 
10265
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([top_builddir])
 
10266
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([srcdir])
 
10267
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([abs_srcdir])
 
10268
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([top_srcdir])
 
10269
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([abs_top_srcdir])
 
10270
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([builddir])
 
10271
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([abs_builddir])
 
10272
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([abs_top_builddir])
 
10273
m4trace:configure.ac:39: -1- AC_SUBST_TRACE([INSTALL])
 
10274
m4trace:configure.ac:39: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
 
10275
m4trace:configure.ac:39: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS