~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2005-10-20 10:26:07 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051020102607-ezcx81ght15xsjuj
Tags: 20051018-1
* New upstream release
  (closes: #333444)
* debian/tidy.install: added debian/tidy.conf /etc/tidy/
  (closes: #308883)
* debian/control: changed libtidy0 to libtidy-0.99-0
* updated manpage
  (closes: #224427)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
m4trace:/usr/share/aclocal/libtool.m4:55: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
 
2
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
 
3
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
 
4
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
5
    [AC_LIBTOOL_CXX],
 
6
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
 
7
  ])])
 
8
dnl And a similar setup for Fortran 77 support
 
9
  AC_PROVIDE_IFELSE([AC_PROG_F77],
 
10
    [AC_LIBTOOL_F77],
 
11
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
 
12
])])
 
13
 
 
14
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
 
15
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
 
16
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
 
17
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
18
    [AC_LIBTOOL_GCJ],
 
19
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
20
      [AC_LIBTOOL_GCJ],
 
21
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
 
22
        [AC_LIBTOOL_GCJ],
 
23
      [ifdef([AC_PROG_GCJ],
 
24
             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
25
       ifdef([A][M_PROG_GCJ],
 
26
             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
27
       ifdef([LT_AC_PROG_GCJ],
 
28
             [define([LT_AC_PROG_GCJ],
 
29
                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
 
30
])])
 
31
m4trace:/usr/share/aclocal/libtool.m4:75: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
 
32
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
 
33
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
 
34
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
35
 
 
36
# This can be used to rebuild libtool when needed
 
37
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
38
 
 
39
# Always use our own libtool.
 
40
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
41
AC_SUBST(LIBTOOL)dnl
 
42
 
 
43
# Prevent multiple expansion
 
44
define([AC_PROG_LIBTOOL], [])
 
45
])
 
46
m4trace:/usr/share/aclocal/libtool.m4:219: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
 
47
AC_REQUIRE([AC_ENABLE_SHARED])dnl
 
48
AC_REQUIRE([AC_ENABLE_STATIC])dnl
 
49
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
 
50
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
51
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
52
AC_REQUIRE([AC_PROG_CC])dnl
 
53
AC_REQUIRE([AC_PROG_LD])dnl
 
54
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
 
55
AC_REQUIRE([AC_PROG_NM])dnl
 
56
 
 
57
AC_REQUIRE([AC_PROG_LN_S])dnl
 
58
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
 
59
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
60
AC_REQUIRE([AC_OBJEXT])dnl
 
61
AC_REQUIRE([AC_EXEEXT])dnl
 
62
dnl
 
63
 
 
64
AC_LIBTOOL_SYS_MAX_CMD_LEN
 
65
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
66
AC_LIBTOOL_OBJDIR
 
67
 
 
68
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
69
_LT_AC_PROG_ECHO_BACKSLASH
 
70
 
 
71
case $host_os in
 
72
aix3*)
 
73
  # AIX sometimes has problems with the GCC collect2 program.  For some
 
74
  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
75
  # vanish in a puff of smoke.
 
76
  if test "X${COLLECT_NAMES+set}" != Xset; then
 
77
    COLLECT_NAMES=
 
78
    export COLLECT_NAMES
 
79
  fi
 
80
  ;;
 
81
esac
 
82
 
 
83
# Sed substitution that helps us do robust quoting.  It backslashifies
 
84
# metacharacters that are still active within double-quoted strings.
 
85
Xsed='sed -e 1s/^X//'
 
86
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
87
 
 
88
# Same as above, but do not quote variable references.
 
89
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
 
90
 
 
91
# Sed substitution to delay expansion of an escaped shell variable in a
 
92
# double_quote_subst'ed string.
 
93
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
94
 
 
95
# Sed substitution to avoid accidental globbing in evaled expressions
 
96
no_glob_subst='s/\*/\\\*/g'
 
97
 
 
98
# Constants:
 
99
rm="rm -f"
 
100
 
 
101
# Global variables:
 
102
default_ofile=libtool
 
103
can_build_shared=yes
 
104
 
 
105
# All known linkers require a `.a' archive for static linking (except MSVC,
 
106
# which needs '.lib').
 
107
libext=a
 
108
ltmain="$ac_aux_dir/ltmain.sh"
 
109
ofile="$default_ofile"
 
110
with_gnu_ld="$lt_cv_prog_gnu_ld"
 
111
 
 
112
AC_CHECK_TOOL(AR, ar, false)
 
113
AC_CHECK_TOOL(RANLIB, ranlib, :)
 
114
AC_CHECK_TOOL(STRIP, strip, :)
 
115
 
 
116
old_CC="$CC"
 
117
old_CFLAGS="$CFLAGS"
 
118
 
 
119
# Set sane defaults for various variables
 
120
test -z "$AR" && AR=ar
 
121
test -z "$AR_FLAGS" && AR_FLAGS=cru
 
122
test -z "$AS" && AS=as
 
123
test -z "$CC" && CC=cc
 
124
test -z "$LTCC" && LTCC=$CC
 
125
test -z "$DLLTOOL" && DLLTOOL=dlltool
 
126
test -z "$LD" && LD=ld
 
127
test -z "$LN_S" && LN_S="ln -s"
 
128
test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
129
test -z "$NM" && NM=nm
 
130
test -z "$SED" && SED=sed
 
131
test -z "$OBJDUMP" && OBJDUMP=objdump
 
132
test -z "$RANLIB" && RANLIB=:
 
133
test -z "$STRIP" && STRIP=:
 
134
test -z "$ac_objext" && ac_objext=o
 
135
 
 
136
# Determine commands to create old-style static archives.
 
137
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
 
138
old_postinstall_cmds='chmod 644 $oldlib'
 
139
old_postuninstall_cmds=
 
140
 
 
141
if test -n "$RANLIB"; then
 
142
  case $host_os in
 
143
  openbsd*)
 
144
    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
 
145
    ;;
 
146
  *)
 
147
    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
 
148
    ;;
 
149
  esac
 
150
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
151
fi
 
152
 
 
153
_LT_CC_BASENAME([$compiler])
 
154
 
 
155
# Only perform the check for file, if the check method requires it
 
156
case $deplibs_check_method in
 
157
file_magic*)
 
158
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
159
    AC_PATH_MAGIC
 
160
  fi
 
161
  ;;
 
162
esac
 
163
 
 
164
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
 
165
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
166
enable_win32_dll=yes, enable_win32_dll=no)
 
167
 
 
168
AC_ARG_ENABLE([libtool-lock],
 
169
    [AC_HELP_STRING([--disable-libtool-lock],
 
170
        [avoid locking (might break parallel builds)])])
 
171
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
172
 
 
173
AC_ARG_WITH([pic],
 
174
    [AC_HELP_STRING([--with-pic],
 
175
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
176
    [pic_mode="$withval"],
 
177
    [pic_mode=default])
 
178
test -z "$pic_mode" && pic_mode=default
 
179
 
 
180
# Use C for the default configuration in the libtool script
 
181
tagname=
 
182
AC_LIBTOOL_LANG_C_CONFIG
 
183
_LT_AC_TAGCONFIG
 
184
])
 
185
m4trace:/usr/share/aclocal/libtool.m4:232: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
 
186
 
 
187
# If no C compiler was specified, use CC.
 
188
LTCC=${LTCC-"$CC"}
 
189
 
 
190
# Allow CC to be a program name with arguments.
 
191
compiler=$CC
 
192
])
 
193
m4trace:/usr/share/aclocal/libtool.m4:248: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
 
194
  case $cc_temp in
 
195
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
196
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
197
    \-*) ;;
 
198
    *) break;;
 
199
  esac
 
200
done
 
201
cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
202
])
 
203
m4trace:/usr/share/aclocal/libtool.m4:261: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
 
204
printf "$lt_simple_compile_test_code" >conftest.$ac_ext
 
205
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
 
206
_lt_compiler_boilerplate=`cat conftest.err`
 
207
$rm conftest*
 
208
])
 
209
m4trace:/usr/share/aclocal/libtool.m4:274: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
 
210
printf "$lt_simple_link_test_code" >conftest.$ac_ext
 
211
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
 
212
_lt_linker_boilerplate=`cat conftest.err`
 
213
$rm conftest*
 
214
])
 
215
m4trace:/usr/share/aclocal/libtool.m4:293: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
216
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
217
}'`
 
218
# Check for a 64-bit object if we didn't find anything.
 
219
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; }
 
220
}'`; fi],[])
 
221
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
222
])
 
223
m4trace:/usr/share/aclocal/libtool.m4:304: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
 
224
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
225
         [AC_DIVERT_PUSH(NOTICE)])
 
226
$1
 
227
AC_DIVERT_POP
 
228
])
 
229
m4trace:/usr/share/aclocal/libtool.m4:460: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
 
230
# Check that we are running under the correct shell.
 
231
SHELL=${CONFIG_SHELL-/bin/sh}
 
232
 
 
233
case X$ECHO in
 
234
X*--fallback-echo)
 
235
  # Remove one level of quotation (which was required for Make).
 
236
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
237
  ;;
 
238
esac
 
239
 
 
240
echo=${ECHO-echo}
 
241
if test "X[$]1" = X--no-reexec; then
 
242
  # Discard the --no-reexec flag, and continue.
 
243
  shift
 
244
elif test "X[$]1" = X--fallback-echo; then
 
245
  # Avoid inline document here, it may be left over
 
246
  :
 
247
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
248
  # Yippee, $echo works!
 
249
  :
 
250
else
 
251
  # Restart under the correct shell.
 
252
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
253
fi
 
254
 
 
255
if test "X[$]1" = X--fallback-echo; then
 
256
  # used as fallback echo
 
257
  shift
 
258
  cat <<EOF
 
259
[$]*
 
260
EOF
 
261
  exit 0
 
262
fi
 
263
 
 
264
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
265
# if CDPATH is set.
 
266
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
267
 
 
268
if test -z "$ECHO"; then
 
269
if test "X${echo_test_string+set}" != Xset; then
 
270
# find a string as large as possible, as long as the shell can cope with it
 
271
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
272
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
273
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
274
       echo_test_string=`eval $cmd` &&
 
275
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
276
    then
 
277
      break
 
278
    fi
 
279
  done
 
280
fi
 
281
 
 
282
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
283
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
284
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
285
  :
 
286
else
 
287
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
288
  # backslashes.  This makes it impossible to quote backslashes using
 
289
  #   echo "$something" | sed 's/\\/\\\\/g'
 
290
  #
 
291
  # So, first we look for a working echo in the user's PATH.
 
292
 
 
293
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
294
  for dir in $PATH /usr/ucb; do
 
295
    IFS="$lt_save_ifs"
 
296
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
297
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
298
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
299
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
300
      echo="$dir/echo"
 
301
      break
 
302
    fi
 
303
  done
 
304
  IFS="$lt_save_ifs"
 
305
 
 
306
  if test "X$echo" = Xecho; then
 
307
    # We didn't find a better echo, so look for alternatives.
 
308
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
309
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
310
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
311
      # This shell has a builtin print -r that does the trick.
 
312
      echo='print -r'
 
313
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
314
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
315
      # If we have ksh, try running configure again with it.
 
316
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
317
      export ORIGINAL_CONFIG_SHELL
 
318
      CONFIG_SHELL=/bin/ksh
 
319
      export CONFIG_SHELL
 
320
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
321
    else
 
322
      # Try using printf.
 
323
      echo='printf %s\n'
 
324
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
325
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
326
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
327
        # Cool, printf works
 
328
        :
 
329
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
330
           test "X$echo_testing_string" = 'X\t' &&
 
331
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
332
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
333
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
334
        export CONFIG_SHELL
 
335
        SHELL="$CONFIG_SHELL"
 
336
        export SHELL
 
337
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
338
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
339
           test "X$echo_testing_string" = 'X\t' &&
 
340
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
341
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
342
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
343
      else
 
344
        # maybe with a smaller string...
 
345
        prev=:
 
346
 
 
347
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
348
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
349
          then
 
350
            break
 
351
          fi
 
352
          prev="$cmd"
 
353
        done
 
354
 
 
355
        if test "$prev" != 'sed 50q "[$]0"'; then
 
356
          echo_test_string=`eval $prev`
 
357
          export echo_test_string
 
358
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
359
        else
 
360
          # Oops.  We lost completely, so just stick with echo.
 
361
          echo=echo
 
362
        fi
 
363
      fi
 
364
    fi
 
365
  fi
 
366
fi
 
367
fi
 
368
 
 
369
# Copy echo and quote the copy suitably for passing to libtool from
 
370
# the Makefile, instead of quoting the original, which is used later.
 
371
ECHO=$echo
 
372
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
373
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
374
fi
 
375
 
 
376
AC_SUBST(ECHO)
 
377
])])
 
378
m4trace:/usr/share/aclocal/libtool.m4:588: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
 
379
    [AC_HELP_STRING([--disable-libtool-lock],
 
380
        [avoid locking (might break parallel builds)])])
 
381
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
382
 
 
383
# Some flags need to be propagated to the compiler or linker for good
 
384
# libtool support.
 
385
case $host in
 
386
ia64-*-hpux*)
 
387
  # Find out which ABI we are using.
 
388
  echo 'int i;' > conftest.$ac_ext
 
389
  if AC_TRY_EVAL(ac_compile); then
 
390
    case `/usr/bin/file conftest.$ac_objext` in
 
391
    *ELF-32*)
 
392
      HPUX_IA64_MODE="32"
 
393
      ;;
 
394
    *ELF-64*)
 
395
      HPUX_IA64_MODE="64"
 
396
      ;;
 
397
    esac
 
398
  fi
 
399
  rm -rf conftest*
 
400
  ;;
 
401
*-*-irix6*)
 
402
  # Find out which ABI we are using.
 
403
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
404
  if AC_TRY_EVAL(ac_compile); then
 
405
   if test "$lt_cv_prog_gnu_ld" = yes; then
 
406
    case `/usr/bin/file conftest.$ac_objext` in
 
407
    *32-bit*)
 
408
      LD="${LD-ld} -melf32bsmip"
 
409
      ;;
 
410
    *N32*)
 
411
      LD="${LD-ld} -melf32bmipn32"
 
412
      ;;
 
413
    *64-bit*)
 
414
      LD="${LD-ld} -melf64bmip"
 
415
      ;;
 
416
    esac
 
417
   else
 
418
    case `/usr/bin/file conftest.$ac_objext` in
 
419
    *32-bit*)
 
420
      LD="${LD-ld} -32"
 
421
      ;;
 
422
    *N32*)
 
423
      LD="${LD-ld} -n32"
 
424
      ;;
 
425
    *64-bit*)
 
426
      LD="${LD-ld} -64"
 
427
      ;;
 
428
    esac
 
429
   fi
 
430
  fi
 
431
  rm -rf conftest*
 
432
  ;;
 
433
 
 
434
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
 
435
  # Find out which ABI we are using.
 
436
  echo 'int i;' > conftest.$ac_ext
 
437
  if AC_TRY_EVAL(ac_compile); then
 
438
    case `/usr/bin/file conftest.o` in
 
439
    *32-bit*)
 
440
      case $host in
 
441
        x86_64-*linux*)
 
442
          LD="${LD-ld} -m elf_i386"
 
443
          ;;
 
444
        ppc64-*linux*|powerpc64-*linux*)
 
445
          LD="${LD-ld} -m elf32ppclinux"
 
446
          ;;
 
447
        s390x-*linux*)
 
448
          LD="${LD-ld} -m elf_s390"
 
449
          ;;
 
450
        sparc64-*linux*)
 
451
          LD="${LD-ld} -m elf32_sparc"
 
452
          ;;
 
453
      esac
 
454
      ;;
 
455
    *64-bit*)
 
456
      case $host in
 
457
        x86_64-*linux*)
 
458
          LD="${LD-ld} -m elf_x86_64"
 
459
          ;;
 
460
        ppc*-*linux*|powerpc*-*linux*)
 
461
          LD="${LD-ld} -m elf64ppc"
 
462
          ;;
 
463
        s390*-*linux*)
 
464
          LD="${LD-ld} -m elf64_s390"
 
465
          ;;
 
466
        sparc*-*linux*)
 
467
          LD="${LD-ld} -m elf64_sparc"
 
468
          ;;
 
469
      esac
 
470
      ;;
 
471
    esac
 
472
  fi
 
473
  rm -rf conftest*
 
474
  ;;
 
475
 
 
476
*-*-sco3.2v5*)
 
477
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
478
  SAVE_CFLAGS="$CFLAGS"
 
479
  CFLAGS="$CFLAGS -belf"
 
480
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
481
    [AC_LANG_PUSH(C)
 
482
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
483
     AC_LANG_POP])
 
484
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
485
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
486
    CFLAGS="$SAVE_CFLAGS"
 
487
  fi
 
488
  ;;
 
489
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
490
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
491
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
492
  AC_CHECK_TOOL(AS, as, false)
 
493
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
494
  ;;
 
495
  ])
 
496
esac
 
497
 
 
498
need_locks="$enable_libtool_lock"
 
499
 
 
500
])
 
501
m4trace:/usr/share/aclocal/libtool.m4:633: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
 
502
AC_CACHE_CHECK([$1], [$2],
 
503
  [$2=no
 
504
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
505
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
506
   lt_compiler_flag="$3"
 
507
   # Insert the option either (1) after the last *FLAGS variable, or
 
508
   # (2) before a word containing "conftest.", or (3) at the end.
 
509
   # Note that $ac_compile itself does not contain backslashes and begins
 
510
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
511
   # The option is referenced via a variable to avoid confusing sed.
 
512
   lt_compile=`echo "$ac_compile" | $SED \
 
513
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
514
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
515
   -e 's:$: $lt_compiler_flag:'`
 
516
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
517
   (eval "$lt_compile" 2>conftest.err)
 
518
   ac_status=$?
 
519
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
520
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
521
   if (exit $ac_status) && test -s "$ac_outfile"; then
 
522
     # The compiler can only warn and ignore the option if not recognized
 
523
     # So say no if there are warnings other than the usual output.
 
524
     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
 
525
     $SED '/^$/d' conftest.err >conftest.er2
 
526
     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
 
527
       $2=yes
 
528
     fi
 
529
   fi
 
530
   $rm conftest*
 
531
])
 
532
 
 
533
if test x"[$]$2" = xyes; then
 
534
    ifelse([$5], , :, [$5])
 
535
else
 
536
    ifelse([$6], , :, [$6])
 
537
fi
 
538
])
 
539
m4trace:/usr/share/aclocal/libtool.m4:670: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
 
540
  [$2=no
 
541
   save_LDFLAGS="$LDFLAGS"
 
542
   LDFLAGS="$LDFLAGS $3"
 
543
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
544
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
545
     # The linker can only warn and ignore the option if not recognized
 
546
     # So say no if there are warnings
 
547
     if test -s conftest.err; then
 
548
       # Append any errors to the config.log.
 
549
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
550
       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
 
551
       $SED '/^$/d' conftest.err >conftest.er2
 
552
       if diff conftest.exp conftest.er2 >/dev/null; then
 
553
         $2=yes
 
554
       fi
 
555
     else
 
556
       $2=yes
 
557
     fi
 
558
   fi
 
559
   $rm conftest*
 
560
   LDFLAGS="$save_LDFLAGS"
 
561
])
 
562
 
 
563
if test x"[$]$2" = xyes; then
 
564
    ifelse([$4], , :, [$4])
 
565
else
 
566
    ifelse([$5], , :, [$5])
 
567
fi
 
568
])
 
569
m4trace:/usr/share/aclocal/libtool.m4:768: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
 
570
AC_MSG_CHECKING([the maximum length of command line arguments])
 
571
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
572
  i=0
 
573
  teststring="ABCD"
 
574
 
 
575
  case $build_os in
 
576
  msdosdjgpp*)
 
577
    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
578
    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
579
    # during glob expansion).  Even if it were fixed, the result of this
 
580
    # check would be larger than it should be.
 
581
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
582
    ;;
 
583
 
 
584
  gnu*)
 
585
    # Under GNU Hurd, this test is not required because there is
 
586
    # no limit to the length of command line arguments.
 
587
    # Libtool will interpret -1 as no limit whatsoever
 
588
    lt_cv_sys_max_cmd_len=-1;
 
589
    ;;
 
590
 
 
591
  cygwin* | mingw*)
 
592
    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
593
    # about 5 minutes as the teststring grows exponentially.
 
594
    # Worse, since 9x/ME are not pre-emptively multitasking,
 
595
    # you end up with a "frozen" computer, even though with patience
 
596
    # the test eventually succeeds (with a max line length of 256k).
 
597
    # Instead, let's just punt: use the minimum linelength reported by
 
598
    # all of the supported platforms: 8192 (on NT/2K/XP).
 
599
    lt_cv_sys_max_cmd_len=8192;
 
600
    ;;
 
601
 
 
602
  amigaos*)
 
603
    # On AmigaOS with pdksh, this test takes hours, literally.
 
604
    # So we just punt and use a minimum line length of 8192.
 
605
    lt_cv_sys_max_cmd_len=8192;
 
606
    ;;
 
607
 
 
608
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
609
    # This has been around since 386BSD, at least.  Likely further.
 
610
    if test -x /sbin/sysctl; then
 
611
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
612
    elif test -x /usr/sbin/sysctl; then
 
613
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
614
    else
 
615
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
 
616
    fi
 
617
    # And add a safety zone
 
618
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
619
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
620
    ;;
 
621
  osf*)
 
622
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
623
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
624
    # nice to cause kernel panics so lets avoid the loop below.
 
625
    # First set a reasonable default.
 
626
    lt_cv_sys_max_cmd_len=16384
 
627
    #
 
628
    if test -x /sbin/sysconfig; then
 
629
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
630
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
631
      esac
 
632
    fi
 
633
    ;;
 
634
  *)
 
635
    # If test is not a shell built-in, we'll probably end up computing a
 
636
    # maximum length that is only half of the actual maximum length, but
 
637
    # we can't tell.
 
638
    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
639
    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 
640
               = "XX$teststring") >/dev/null 2>&1 &&
 
641
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
642
            lt_cv_sys_max_cmd_len=$new_result &&
 
643
            test $i != 17 # 1/2 MB should be enough
 
644
    do
 
645
      i=`expr $i + 1`
 
646
      teststring=$teststring$teststring
 
647
    done
 
648
    teststring=
 
649
    # Add a significant safety factor because C++ compilers can tack on massive
 
650
    # amounts of additional arguments before passing them to the linker.
 
651
    # It appears as though 1/2 is a usable value.
 
652
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
653
    ;;
 
654
  esac
 
655
])
 
656
if test -n $lt_cv_sys_max_cmd_len ; then
 
657
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
658
else
 
659
  AC_MSG_RESULT(none)
 
660
fi
 
661
])
 
662
m4trace:/usr/share/aclocal/libtool.m4:775: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
 
663
])
 
664
m4trace:/usr/share/aclocal/libtool.m4:864: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
665
if test "$cross_compiling" = yes; then :
 
666
  [$4]
 
667
else
 
668
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
669
  lt_status=$lt_dlunknown
 
670
  cat > conftest.$ac_ext <<EOF
 
671
[#line __oline__ "configure"
 
672
#include "confdefs.h"
 
673
 
 
674
#if HAVE_DLFCN_H
 
675
#include <dlfcn.h>
 
676
#endif
 
677
 
 
678
#include <stdio.h>
 
679
 
 
680
#ifdef RTLD_GLOBAL
 
681
#  define LT_DLGLOBAL           RTLD_GLOBAL
 
682
#else
 
683
#  ifdef DL_GLOBAL
 
684
#    define LT_DLGLOBAL         DL_GLOBAL
 
685
#  else
 
686
#    define LT_DLGLOBAL         0
 
687
#  endif
 
688
#endif
 
689
 
 
690
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
691
   find out it does not work in some platform. */
 
692
#ifndef LT_DLLAZY_OR_NOW
 
693
#  ifdef RTLD_LAZY
 
694
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
 
695
#  else
 
696
#    ifdef DL_LAZY
 
697
#      define LT_DLLAZY_OR_NOW          DL_LAZY
 
698
#    else
 
699
#      ifdef RTLD_NOW
 
700
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
 
701
#      else
 
702
#        ifdef DL_NOW
 
703
#          define LT_DLLAZY_OR_NOW      DL_NOW
 
704
#        else
 
705
#          define LT_DLLAZY_OR_NOW      0
 
706
#        endif
 
707
#      endif
 
708
#    endif
 
709
#  endif
 
710
#endif
 
711
 
 
712
#ifdef __cplusplus
 
713
extern "C" void exit (int);
 
714
#endif
 
715
 
 
716
void fnord() { int i=42;}
 
717
int main ()
 
718
{
 
719
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
720
  int status = $lt_dlunknown;
 
721
 
 
722
  if (self)
 
723
    {
 
724
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
725
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
726
      /* dlclose (self); */
 
727
    }
 
728
 
 
729
    exit (status);
 
730
}]
 
731
EOF
 
732
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
733
    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
734
    lt_status=$?
 
735
    case x$lt_status in
 
736
      x$lt_dlno_uscore) $1 ;;
 
737
      x$lt_dlneed_uscore) $2 ;;
 
738
      x$lt_unknown|x*) $3 ;;
 
739
    esac
 
740
  else :
 
741
    # compilation failed
 
742
    $3
 
743
  fi
 
744
fi
 
745
rm -fr conftest*
 
746
])
 
747
m4trace:/usr/share/aclocal/libtool.m4:977: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
748
if test "x$enable_dlopen" != xyes; then
 
749
  enable_dlopen=unknown
 
750
  enable_dlopen_self=unknown
 
751
  enable_dlopen_self_static=unknown
 
752
else
 
753
  lt_cv_dlopen=no
 
754
  lt_cv_dlopen_libs=
 
755
 
 
756
  case $host_os in
 
757
  beos*)
 
758
    lt_cv_dlopen="load_add_on"
 
759
    lt_cv_dlopen_libs=
 
760
    lt_cv_dlopen_self=yes
 
761
    ;;
 
762
 
 
763
  mingw* | pw32*)
 
764
    lt_cv_dlopen="LoadLibrary"
 
765
    lt_cv_dlopen_libs=
 
766
   ;;
 
767
 
 
768
  cygwin*)
 
769
    lt_cv_dlopen="dlopen"
 
770
    lt_cv_dlopen_libs=
 
771
   ;;
 
772
 
 
773
  darwin*)
 
774
  # if libdl is installed we need to link against it
 
775
    AC_CHECK_LIB([dl], [dlopen],
 
776
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
777
    lt_cv_dlopen="dyld"
 
778
    lt_cv_dlopen_libs=
 
779
    lt_cv_dlopen_self=yes
 
780
    ])
 
781
   ;;
 
782
 
 
783
  *)
 
784
    AC_CHECK_FUNC([shl_load],
 
785
          [lt_cv_dlopen="shl_load"],
 
786
      [AC_CHECK_LIB([dld], [shl_load],
 
787
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 
788
        [AC_CHECK_FUNC([dlopen],
 
789
              [lt_cv_dlopen="dlopen"],
 
790
          [AC_CHECK_LIB([dl], [dlopen],
 
791
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
792
            [AC_CHECK_LIB([svld], [dlopen],
 
793
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
794
              [AC_CHECK_LIB([dld], [dld_link],
 
795
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
796
              ])
 
797
            ])
 
798
          ])
 
799
        ])
 
800
      ])
 
801
    ;;
 
802
  esac
 
803
 
 
804
  if test "x$lt_cv_dlopen" != xno; then
 
805
    enable_dlopen=yes
 
806
  else
 
807
    enable_dlopen=no
 
808
  fi
 
809
 
 
810
  case $lt_cv_dlopen in
 
811
  dlopen)
 
812
    save_CPPFLAGS="$CPPFLAGS"
 
813
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
814
 
 
815
    save_LDFLAGS="$LDFLAGS"
 
816
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
817
 
 
818
    save_LIBS="$LIBS"
 
819
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
820
 
 
821
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
822
          lt_cv_dlopen_self, [dnl
 
823
          _LT_AC_TRY_DLOPEN_SELF(
 
824
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
825
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
826
    ])
 
827
 
 
828
    if test "x$lt_cv_dlopen_self" = xyes; then
 
829
      LDFLAGS="$LDFLAGS $link_static_flag"
 
830
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
831
          lt_cv_dlopen_self_static, [dnl
 
832
          _LT_AC_TRY_DLOPEN_SELF(
 
833
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
834
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
835
      ])
 
836
    fi
 
837
 
 
838
    CPPFLAGS="$save_CPPFLAGS"
 
839
    LDFLAGS="$save_LDFLAGS"
 
840
    LIBS="$save_LIBS"
 
841
    ;;
 
842
  esac
 
843
 
 
844
  case $lt_cv_dlopen_self in
 
845
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
846
  *) enable_dlopen_self=unknown ;;
 
847
  esac
 
848
 
 
849
  case $lt_cv_dlopen_self_static in
 
850
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
851
  *) enable_dlopen_self_static=unknown ;;
 
852
  esac
 
853
fi
 
854
])
 
855
m4trace:/usr/share/aclocal/libtool.m4:1028: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
856
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
857
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
858
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
859
   $rm -r conftest 2>/dev/null
 
860
   mkdir conftest
 
861
   cd conftest
 
862
   mkdir out
 
863
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
864
 
 
865
   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
866
   # Insert the option either (1) after the last *FLAGS variable, or
 
867
   # (2) before a word containing "conftest.", or (3) at the end.
 
868
   # Note that $ac_compile itself does not contain backslashes and begins
 
869
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
870
   lt_compile=`echo "$ac_compile" | $SED \
 
871
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
872
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
873
   -e 's:$: $lt_compiler_flag:'`
 
874
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
875
   (eval "$lt_compile" 2>out/conftest.err)
 
876
   ac_status=$?
 
877
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
878
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
879
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
880
   then
 
881
     # The compiler can only warn and ignore the option if not recognized
 
882
     # So say no if there are warnings
 
883
     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
 
884
     $SED '/^$/d' out/conftest.err >out/conftest.er2
 
885
     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
886
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
887
     fi
 
888
   fi
 
889
   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
890
   $rm conftest*
 
891
   # SGI C++ compiler will create directory out/ii_files/ for
 
892
   # template instantiation
 
893
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
894
   $rm out/* && rmdir out
 
895
   cd ..
 
896
   rmdir conftest
 
897
   $rm conftest*
 
898
])
 
899
])
 
900
m4trace:/usr/share/aclocal/libtool.m4:1055: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
 
901
 
 
902
hard_links="nottested"
 
903
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
904
  # do not overwrite the value of need_locks provided by the user
 
905
  AC_MSG_CHECKING([if we can lock with hard links])
 
906
  hard_links=yes
 
907
  $rm conftest*
 
908
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
909
  touch conftest.a
 
910
  ln conftest.a conftest.b 2>&5 || hard_links=no
 
911
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
912
  AC_MSG_RESULT([$hard_links])
 
913
  if test "$hard_links" = no; then
 
914
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
915
    need_locks=warn
 
916
  fi
 
917
else
 
918
  need_locks=no
 
919
fi
 
920
])
 
921
m4trace:/usr/share/aclocal/libtool.m4:1072: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
922
[rm -f .libs 2>/dev/null
 
923
mkdir .libs 2>/dev/null
 
924
if test -d .libs; then
 
925
  lt_cv_objdir=.libs
 
926
else
 
927
  # MS-DOS does not allow filenames that begin with a dot.
 
928
  lt_cv_objdir=_libs
 
929
fi
 
930
rmdir .libs 2>/dev/null])
 
931
objdir=$lt_cv_objdir
 
932
])
 
933
m4trace:/usr/share/aclocal/libtool.m4:1113: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
 
934
_LT_AC_TAGVAR(hardcode_action, $1)=
 
935
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
 
936
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
 
937
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
938
 
 
939
  # We can hardcode non-existant directories.
 
940
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
941
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
942
     # have to relink, otherwise we might link with an installed library
 
943
     # when we should be linking with a yet-to-be-installed one
 
944
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
945
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
 
946
    # Linking always hardcodes the temporary library directory.
 
947
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
 
948
  else
 
949
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
950
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
 
951
  fi
 
952
else
 
953
  # We cannot hardcode anything, or else we can only hardcode existing
 
954
  # directories.
 
955
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
 
956
fi
 
957
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
 
958
 
 
959
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
 
960
  # Fast installation is not supported
 
961
  enable_fast_install=no
 
962
elif test "$shlibpath_overrides_runpath" = yes ||
 
963
     test "$enable_shared" = no; then
 
964
  # Fast installation is not necessary
 
965
  enable_fast_install=needless
 
966
fi
 
967
])
 
968
m4trace:/usr/share/aclocal/libtool.m4:1142: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
 
969
old_striplib=
 
970
AC_MSG_CHECKING([whether stripping libraries is possible])
 
971
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
972
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
973
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
974
  AC_MSG_RESULT([yes])
 
975
else
 
976
# FIXME - insert some real tests, host_os isn't really good enough
 
977
  case $host_os in
 
978
   darwin*)
 
979
       if test -n "$STRIP" ; then
 
980
         striplib="$STRIP -x"
 
981
         AC_MSG_RESULT([yes])
 
982
       else
 
983
  AC_MSG_RESULT([no])
 
984
fi
 
985
       ;;
 
986
   *)
 
987
  AC_MSG_RESULT([no])
 
988
    ;;
 
989
  esac
 
990
fi
 
991
])
 
992
m4trace:/usr/share/aclocal/libtool.m4:1716: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
 
993
library_names_spec=
 
994
libname_spec='lib$name'
 
995
soname_spec=
 
996
shrext_cmds=".so"
 
997
postinstall_cmds=
 
998
postuninstall_cmds=
 
999
finish_cmds=
 
1000
finish_eval=
 
1001
shlibpath_var=
 
1002
shlibpath_overrides_runpath=unknown
 
1003
version_type=none
 
1004
dynamic_linker="$host_os ld.so"
 
1005
sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
1006
if test "$GCC" = yes; then
 
1007
  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
1008
  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
 
1009
    # if the path contains ";" then we assume it to be the separator
 
1010
    # otherwise default to the standard path separator (i.e. ":") - it is
 
1011
    # assumed that no part of a normal pathname contains ";" but that should
 
1012
    # okay in the real world where ";" in dirpaths is itself problematic.
 
1013
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
1014
  else
 
1015
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
1016
  fi
 
1017
else
 
1018
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
1019
fi
 
1020
need_lib_prefix=unknown
 
1021
hardcode_into_libs=no
 
1022
 
 
1023
# when you set need_version to no, make sure it does not cause -set_version
 
1024
# flags to be left without arguments
 
1025
need_version=unknown
 
1026
 
 
1027
case $host_os in
 
1028
aix3*)
 
1029
  version_type=linux
 
1030
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
1031
  shlibpath_var=LIBPATH
 
1032
 
 
1033
  # AIX 3 has no versioning support, so we append a major version to the name.
 
1034
  soname_spec='${libname}${release}${shared_ext}$major'
 
1035
  ;;
 
1036
 
 
1037
aix4* | aix5*)
 
1038
  version_type=linux
 
1039
  need_lib_prefix=no
 
1040
  need_version=no
 
1041
  hardcode_into_libs=yes
 
1042
  if test "$host_cpu" = ia64; then
 
1043
    # AIX 5 supports IA64
 
1044
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
1045
    shlibpath_var=LD_LIBRARY_PATH
 
1046
  else
 
1047
    # With GCC up to 2.95.x, collect2 would create an import file
 
1048
    # for dependence libraries.  The import file would start with
 
1049
    # the line `#! .'.  This would cause the generated library to
 
1050
    # depend on `.', always an invalid library.  This was fixed in
 
1051
    # development snapshots of GCC prior to 3.0.
 
1052
    case $host_os in
 
1053
      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
1054
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
1055
           echo ' yes '
 
1056
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
1057
        :
 
1058
      else
 
1059
        can_build_shared=no
 
1060
      fi
 
1061
      ;;
 
1062
    esac
 
1063
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
1064
    # soname into executable. Probably we can add versioning support to
 
1065
    # collect2, so additional links can be useful in future.
 
1066
    if test "$aix_use_runtimelinking" = yes; then
 
1067
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
1068
      # instead of lib<name>.a to let people know that these are not
 
1069
      # typical AIX shared libraries.
 
1070
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1071
    else
 
1072
      # We preserve .a as extension for shared libraries through AIX4.2
 
1073
      # and later when we are not doing run time linking.
 
1074
      library_names_spec='${libname}${release}.a $libname.a'
 
1075
      soname_spec='${libname}${release}${shared_ext}$major'
 
1076
    fi
 
1077
    shlibpath_var=LIBPATH
 
1078
  fi
 
1079
  ;;
 
1080
 
 
1081
amigaos*)
 
1082
  library_names_spec='$libname.ixlibrary $libname.a'
 
1083
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
1084
  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
1085
  ;;
 
1086
 
 
1087
beos*)
 
1088
  library_names_spec='${libname}${shared_ext}'
 
1089
  dynamic_linker="$host_os ld.so"
 
1090
  shlibpath_var=LIBRARY_PATH
 
1091
  ;;
 
1092
 
 
1093
bsdi[[45]]*)
 
1094
  version_type=linux
 
1095
  need_version=no
 
1096
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1097
  soname_spec='${libname}${release}${shared_ext}$major'
 
1098
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
1099
  shlibpath_var=LD_LIBRARY_PATH
 
1100
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
1101
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
1102
  # the default ld.so.conf also contains /usr/contrib/lib and
 
1103
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
1104
  # libtool to hard-code these into programs
 
1105
  ;;
 
1106
 
 
1107
cygwin* | mingw* | pw32*)
 
1108
  version_type=windows
 
1109
  shrext_cmds=".dll"
 
1110
  need_version=no
 
1111
  need_lib_prefix=no
 
1112
 
 
1113
  case $GCC,$host_os in
 
1114
  yes,cygwin* | yes,mingw* | yes,pw32*)
 
1115
    library_names_spec='$libname.dll.a'
 
1116
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
1117
    postinstall_cmds='base_file=`basename \${file}`~
 
1118
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
1119
      dldir=$destdir/`dirname \$dlpath`~
 
1120
      test -d \$dldir || mkdir -p \$dldir~
 
1121
      $install_prog $dir/$dlname \$dldir/$dlname~
 
1122
      chmod a+x \$dldir/$dlname'
 
1123
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
1124
      dlpath=$dir/\$dldll~
 
1125
       $rm \$dlpath'
 
1126
    shlibpath_overrides_runpath=yes
 
1127
 
 
1128
    case $host_os in
 
1129
    cygwin*)
 
1130
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
1131
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1132
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
1133
      ;;
 
1134
    mingw*)
 
1135
      # MinGW DLLs use traditional 'lib' prefix
 
1136
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1137
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
1138
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
 
1139
        # It is most probably a Windows format PATH printed by
 
1140
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
1141
        # path with ; separators, and with drive letters. We can handle the
 
1142
        # drive letters (cygwin fileutils understands them), so leave them,
 
1143
        # especially as we might pass files found there to a mingw objdump,
 
1144
        # which wouldn't understand a cygwinified path. Ahh.
 
1145
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
1146
      else
 
1147
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
1148
      fi
 
1149
      ;;
 
1150
    pw32*)
 
1151
      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
1152
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1153
      ;;
 
1154
    esac
 
1155
    ;;
 
1156
 
 
1157
  *)
 
1158
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
1159
    ;;
 
1160
  esac
 
1161
  dynamic_linker='Win32 ld.exe'
 
1162
  # FIXME: first we should search . and the directory the executable is in
 
1163
  shlibpath_var=PATH
 
1164
  ;;
 
1165
 
 
1166
darwin* | rhapsody*)
 
1167
  dynamic_linker="$host_os dyld"
 
1168
  version_type=darwin
 
1169
  need_lib_prefix=no
 
1170
  need_version=no
 
1171
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
1172
  soname_spec='${libname}${release}${major}$shared_ext'
 
1173
  shlibpath_overrides_runpath=yes
 
1174
  shlibpath_var=DYLD_LIBRARY_PATH
 
1175
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
1176
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
1177
  if test "$GCC" = yes; then
 
1178
    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
1179
  else
 
1180
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
1181
  fi
 
1182
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
1183
  ;;
 
1184
 
 
1185
dgux*)
 
1186
  version_type=linux
 
1187
  need_lib_prefix=no
 
1188
  need_version=no
 
1189
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
1190
  soname_spec='${libname}${release}${shared_ext}$major'
 
1191
  shlibpath_var=LD_LIBRARY_PATH
 
1192
  ;;
 
1193
 
 
1194
freebsd1*)
 
1195
  dynamic_linker=no
 
1196
  ;;
 
1197
 
 
1198
kfreebsd*-gnu)
 
1199
  version_type=linux
 
1200
  need_lib_prefix=no
 
1201
  need_version=no
 
1202
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1203
  soname_spec='${libname}${release}${shared_ext}$major'
 
1204
  shlibpath_var=LD_LIBRARY_PATH
 
1205
  shlibpath_overrides_runpath=no
 
1206
  hardcode_into_libs=yes
 
1207
  dynamic_linker='GNU ld.so'
 
1208
  ;;
 
1209
 
 
1210
freebsd* | dragonfly*)
 
1211
  # DragonFly does not have aout.  When/if they implement a new
 
1212
  # versioning mechanism, adjust this.
 
1213
  if test -x /usr/bin/objformat; then
 
1214
    objformat=`/usr/bin/objformat`
 
1215
  else
 
1216
    case $host_os in
 
1217
    freebsd[[123]]*) objformat=aout ;;
 
1218
    *) objformat=elf ;;
 
1219
    esac
 
1220
  fi
 
1221
  version_type=freebsd-$objformat
 
1222
  case $version_type in
 
1223
    freebsd-elf*)
 
1224
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1225
      need_version=no
 
1226
      need_lib_prefix=no
 
1227
      ;;
 
1228
    freebsd-*)
 
1229
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
1230
      need_version=yes
 
1231
      ;;
 
1232
  esac
 
1233
  shlibpath_var=LD_LIBRARY_PATH
 
1234
  case $host_os in
 
1235
  freebsd2*)
 
1236
    shlibpath_overrides_runpath=yes
 
1237
    ;;
 
1238
  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
1239
    shlibpath_overrides_runpath=yes
 
1240
    hardcode_into_libs=yes
 
1241
    ;;
 
1242
  *) # from 3.2 on
 
1243
    shlibpath_overrides_runpath=no
 
1244
    hardcode_into_libs=yes
 
1245
    ;;
 
1246
  esac
 
1247
  ;;
 
1248
 
 
1249
gnu*)
 
1250
  version_type=linux
 
1251
  need_lib_prefix=no
 
1252
  need_version=no
 
1253
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
1254
  soname_spec='${libname}${release}${shared_ext}$major'
 
1255
  shlibpath_var=LD_LIBRARY_PATH
 
1256
  hardcode_into_libs=yes
 
1257
  ;;
 
1258
 
 
1259
hpux9* | hpux10* | hpux11*)
 
1260
  # Give a soname corresponding to the major version so that dld.sl refuses to
 
1261
  # link against other versions.
 
1262
  version_type=sunos
 
1263
  need_lib_prefix=no
 
1264
  need_version=no
 
1265
  case $host_cpu in
 
1266
  ia64*)
 
1267
    shrext_cmds='.so'
 
1268
    hardcode_into_libs=yes
 
1269
    dynamic_linker="$host_os dld.so"
 
1270
    shlibpath_var=LD_LIBRARY_PATH
 
1271
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1272
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1273
    soname_spec='${libname}${release}${shared_ext}$major'
 
1274
    if test "X$HPUX_IA64_MODE" = X32; then
 
1275
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
1276
    else
 
1277
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
1278
    fi
 
1279
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1280
    ;;
 
1281
   hppa*64*)
 
1282
     shrext_cmds='.sl'
 
1283
     hardcode_into_libs=yes
 
1284
     dynamic_linker="$host_os dld.sl"
 
1285
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
1286
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1287
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1288
     soname_spec='${libname}${release}${shared_ext}$major'
 
1289
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
1290
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1291
     ;;
 
1292
   *)
 
1293
    shrext_cmds='.sl'
 
1294
    dynamic_linker="$host_os dld.sl"
 
1295
    shlibpath_var=SHLIB_PATH
 
1296
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
1297
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1298
    soname_spec='${libname}${release}${shared_ext}$major'
 
1299
    ;;
 
1300
  esac
 
1301
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
1302
  postinstall_cmds='chmod 555 $lib'
 
1303
  ;;
 
1304
 
 
1305
irix5* | irix6* | nonstopux*)
 
1306
  case $host_os in
 
1307
    nonstopux*) version_type=nonstopux ;;
 
1308
    *)
 
1309
        if test "$lt_cv_prog_gnu_ld" = yes; then
 
1310
                version_type=linux
 
1311
        else
 
1312
                version_type=irix
 
1313
        fi ;;
 
1314
  esac
 
1315
  need_lib_prefix=no
 
1316
  need_version=no
 
1317
  soname_spec='${libname}${release}${shared_ext}$major'
 
1318
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1319
  case $host_os in
 
1320
  irix5* | nonstopux*)
 
1321
    libsuff= shlibsuff=
 
1322
    ;;
 
1323
  *)
 
1324
    case $LD in # libtool.m4 will add one of these switches to LD
 
1325
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
1326
      libsuff= shlibsuff= libmagic=32-bit;;
 
1327
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
1328
      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
1329
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
1330
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
1331
    *) libsuff= shlibsuff= libmagic=never-match;;
 
1332
    esac
 
1333
    ;;
 
1334
  esac
 
1335
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
1336
  shlibpath_overrides_runpath=no
 
1337
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
1338
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
1339
  hardcode_into_libs=yes
 
1340
  ;;
 
1341
 
 
1342
# No shared lib support for Linux oldld, aout, or coff.
 
1343
linux*oldld* | linux*aout* | linux*coff*)
 
1344
  dynamic_linker=no
 
1345
  ;;
 
1346
 
 
1347
# This must be Linux ELF.
 
1348
linux*)
 
1349
  version_type=linux
 
1350
  need_lib_prefix=no
 
1351
  need_version=no
 
1352
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1353
  soname_spec='${libname}${release}${shared_ext}$major'
 
1354
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
1355
  shlibpath_var=LD_LIBRARY_PATH
 
1356
  shlibpath_overrides_runpath=no
 
1357
  # This implies no fast_install, which is unacceptable.
 
1358
  # Some rework will be needed to allow for fast_install
 
1359
  # before this can be enabled.
 
1360
  hardcode_into_libs=yes
 
1361
 
 
1362
  # Append ld.so.conf contents to the search path
 
1363
  if test -f /etc/ld.so.conf; then
 
1364
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,    ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
1365
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
1366
  fi
 
1367
 
 
1368
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
1369
  # powerpc, because MkLinux only supported shared libraries with the
 
1370
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
1371
  # most powerpc-linux boxes support dynamic linking these days and
 
1372
  # people can always --disable-shared, the test was removed, and we
 
1373
  # assume the GNU/Linux dynamic linker is in use.
 
1374
  dynamic_linker='GNU/Linux ld.so'
 
1375
  ;;
 
1376
 
 
1377
netbsdelf*-gnu)
 
1378
  version_type=linux
 
1379
  need_lib_prefix=no
 
1380
  need_version=no
 
1381
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1382
  soname_spec='${libname}${release}${shared_ext}$major'
 
1383
  shlibpath_var=LD_LIBRARY_PATH
 
1384
  shlibpath_overrides_runpath=no
 
1385
  hardcode_into_libs=yes
 
1386
  dynamic_linker='NetBSD ld.elf_so'
 
1387
  ;;
 
1388
 
 
1389
knetbsd*-gnu)
 
1390
  version_type=linux
 
1391
  need_lib_prefix=no
 
1392
  need_version=no
 
1393
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1394
  soname_spec='${libname}${release}${shared_ext}$major'
 
1395
  shlibpath_var=LD_LIBRARY_PATH
 
1396
  shlibpath_overrides_runpath=no
 
1397
  hardcode_into_libs=yes
 
1398
  dynamic_linker='GNU ld.so'
 
1399
  ;;
 
1400
 
 
1401
netbsd*)
 
1402
  version_type=sunos
 
1403
  need_lib_prefix=no
 
1404
  need_version=no
 
1405
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
1406
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1407
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1408
    dynamic_linker='NetBSD (a.out) ld.so'
 
1409
  else
 
1410
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1411
    soname_spec='${libname}${release}${shared_ext}$major'
 
1412
    dynamic_linker='NetBSD ld.elf_so'
 
1413
  fi
 
1414
  shlibpath_var=LD_LIBRARY_PATH
 
1415
  shlibpath_overrides_runpath=yes
 
1416
  hardcode_into_libs=yes
 
1417
  ;;
 
1418
 
 
1419
newsos6)
 
1420
  version_type=linux
 
1421
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1422
  shlibpath_var=LD_LIBRARY_PATH
 
1423
  shlibpath_overrides_runpath=yes
 
1424
  ;;
 
1425
 
 
1426
nto-qnx*)
 
1427
  version_type=linux
 
1428
  need_lib_prefix=no
 
1429
  need_version=no
 
1430
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1431
  soname_spec='${libname}${release}${shared_ext}$major'
 
1432
  shlibpath_var=LD_LIBRARY_PATH
 
1433
  shlibpath_overrides_runpath=yes
 
1434
  ;;
 
1435
 
 
1436
openbsd*)
 
1437
  version_type=sunos
 
1438
  need_lib_prefix=no
 
1439
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
1440
  case $host_os in
 
1441
    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
1442
    *)                         need_version=no  ;;
 
1443
  esac
 
1444
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1445
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1446
  shlibpath_var=LD_LIBRARY_PATH
 
1447
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1448
    case $host_os in
 
1449
      openbsd2.[[89]] | openbsd2.[[89]].*)
 
1450
        shlibpath_overrides_runpath=no
 
1451
        ;;
 
1452
      *)
 
1453
        shlibpath_overrides_runpath=yes
 
1454
        ;;
 
1455
      esac
 
1456
  else
 
1457
    shlibpath_overrides_runpath=yes
 
1458
  fi
 
1459
  ;;
 
1460
 
 
1461
os2*)
 
1462
  libname_spec='$name'
 
1463
  shrext_cmds=".dll"
 
1464
  need_lib_prefix=no
 
1465
  library_names_spec='$libname${shared_ext} $libname.a'
 
1466
  dynamic_linker='OS/2 ld.exe'
 
1467
  shlibpath_var=LIBPATH
 
1468
  ;;
 
1469
 
 
1470
osf3* | osf4* | osf5*)
 
1471
  version_type=osf
 
1472
  need_lib_prefix=no
 
1473
  need_version=no
 
1474
  soname_spec='${libname}${release}${shared_ext}$major'
 
1475
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1476
  shlibpath_var=LD_LIBRARY_PATH
 
1477
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
1478
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
1479
  ;;
 
1480
 
 
1481
sco3.2v5*)
 
1482
  version_type=osf
 
1483
  soname_spec='${libname}${release}${shared_ext}$major'
 
1484
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1485
  shlibpath_var=LD_LIBRARY_PATH
 
1486
  ;;
 
1487
 
 
1488
solaris*)
 
1489
  version_type=linux
 
1490
  need_lib_prefix=no
 
1491
  need_version=no
 
1492
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1493
  soname_spec='${libname}${release}${shared_ext}$major'
 
1494
  shlibpath_var=LD_LIBRARY_PATH
 
1495
  shlibpath_overrides_runpath=yes
 
1496
  hardcode_into_libs=yes
 
1497
  # ldd complains unless libraries are executable
 
1498
  postinstall_cmds='chmod +x $lib'
 
1499
  ;;
 
1500
 
 
1501
sunos4*)
 
1502
  version_type=sunos
 
1503
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1504
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
1505
  shlibpath_var=LD_LIBRARY_PATH
 
1506
  shlibpath_overrides_runpath=yes
 
1507
  if test "$with_gnu_ld" = yes; then
 
1508
    need_lib_prefix=no
 
1509
  fi
 
1510
  need_version=yes
 
1511
  ;;
 
1512
 
 
1513
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
1514
  version_type=linux
 
1515
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1516
  soname_spec='${libname}${release}${shared_ext}$major'
 
1517
  shlibpath_var=LD_LIBRARY_PATH
 
1518
  case $host_vendor in
 
1519
    sni)
 
1520
      shlibpath_overrides_runpath=no
 
1521
      need_lib_prefix=no
 
1522
      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
1523
      runpath_var=LD_RUN_PATH
 
1524
      ;;
 
1525
    siemens)
 
1526
      need_lib_prefix=no
 
1527
      ;;
 
1528
    motorola)
 
1529
      need_lib_prefix=no
 
1530
      need_version=no
 
1531
      shlibpath_overrides_runpath=no
 
1532
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
1533
      ;;
 
1534
  esac
 
1535
  ;;
 
1536
 
 
1537
sysv4*MP*)
 
1538
  if test -d /usr/nec ;then
 
1539
    version_type=linux
 
1540
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
1541
    soname_spec='$libname${shared_ext}.$major'
 
1542
    shlibpath_var=LD_LIBRARY_PATH
 
1543
  fi
 
1544
  ;;
 
1545
 
 
1546
uts4*)
 
1547
  version_type=linux
 
1548
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1549
  soname_spec='${libname}${release}${shared_ext}$major'
 
1550
  shlibpath_var=LD_LIBRARY_PATH
 
1551
  ;;
 
1552
 
 
1553
*)
 
1554
  dynamic_linker=no
 
1555
  ;;
 
1556
esac
 
1557
AC_MSG_RESULT([$dynamic_linker])
 
1558
test "$dynamic_linker" = no && can_build_shared=no
 
1559
])
 
1560
m4trace:/usr/share/aclocal/libtool.m4:1817: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
 
1561
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
 
1562
        [include additional configurations @<:@automatic@:>@])],
 
1563
    [tagnames="$withval"])
 
1564
 
 
1565
if test -f "$ltmain" && test -n "$tagnames"; then
 
1566
  if test ! -f "${ofile}"; then
 
1567
    AC_MSG_WARN([output file `$ofile' does not exist])
 
1568
  fi
 
1569
 
 
1570
  if test -z "$LTCC"; then
 
1571
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
1572
    if test -z "$LTCC"; then
 
1573
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
 
1574
    else
 
1575
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
 
1576
    fi
 
1577
  fi
 
1578
 
 
1579
  # Extract list of available tagged configurations in $ofile.
 
1580
  # Note that this assumes the entire list is on one line.
 
1581
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
 
1582
 
 
1583
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1584
  for tagname in $tagnames; do
 
1585
    IFS="$lt_save_ifs"
 
1586
    # Check whether tagname contains only valid characters
 
1587
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
 
1588
    "") ;;
 
1589
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
 
1590
        ;;
 
1591
    esac
 
1592
 
 
1593
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
1594
    then
 
1595
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
 
1596
    fi
 
1597
 
 
1598
    # Update the list of available tags.
 
1599
    if test -n "$tagname"; then
 
1600
      echo appending configuration tag \"$tagname\" to $ofile
 
1601
 
 
1602
      case $tagname in
 
1603
      CXX)
 
1604
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1605
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1606
            (test "X$CXX" != "Xg++"))) ; then
 
1607
          AC_LIBTOOL_LANG_CXX_CONFIG
 
1608
        else
 
1609
          tagname=""
 
1610
        fi
 
1611
        ;;
 
1612
 
 
1613
      F77)
 
1614
        if test -n "$F77" && test "X$F77" != "Xno"; then
 
1615
          AC_LIBTOOL_LANG_F77_CONFIG
 
1616
        else
 
1617
          tagname=""
 
1618
        fi
 
1619
        ;;
 
1620
 
 
1621
      GCJ)
 
1622
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
1623
          AC_LIBTOOL_LANG_GCJ_CONFIG
 
1624
        else
 
1625
          tagname=""
 
1626
        fi
 
1627
        ;;
 
1628
 
 
1629
      RC)
 
1630
        AC_LIBTOOL_LANG_RC_CONFIG
 
1631
        ;;
 
1632
 
 
1633
      *)
 
1634
        AC_MSG_ERROR([Unsupported tag name: $tagname])
 
1635
        ;;
 
1636
      esac
 
1637
 
 
1638
      # Append the new tag name to the list of available tags.
 
1639
      if test -n "$tagname" ; then
 
1640
      available_tags="$available_tags $tagname"
 
1641
    fi
 
1642
    fi
 
1643
  done
 
1644
  IFS="$lt_save_ifs"
 
1645
 
 
1646
  # Now substitute the updated list of available tags.
 
1647
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
 
1648
    mv "${ofile}T" "$ofile"
 
1649
    chmod +x "$ofile"
 
1650
  else
 
1651
    rm -f "${ofile}T"
 
1652
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
 
1653
  fi
 
1654
fi
 
1655
])
 
1656
m4trace:/usr/share/aclocal/libtool.m4:1825: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
 
1657
])
 
1658
m4trace:/usr/share/aclocal/libtool.m4:1833: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 
1659
])
 
1660
m4trace:/usr/share/aclocal/libtool.m4:1863: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 
1661
AC_ARG_ENABLE([shared],
 
1662
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
1663
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
 
1664
    [p=${PACKAGE-default}
 
1665
    case $enableval in
 
1666
    yes) enable_shared=yes ;;
 
1667
    no) enable_shared=no ;;
 
1668
    *)
 
1669
      enable_shared=no
 
1670
      # Look at the argument we got.  We use all the common list separators.
 
1671
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1672
      for pkg in $enableval; do
 
1673
        IFS="$lt_save_ifs"
 
1674
        if test "X$pkg" = "X$p"; then
 
1675
          enable_shared=yes
 
1676
        fi
 
1677
      done
 
1678
      IFS="$lt_save_ifs"
 
1679
      ;;
 
1680
    esac],
 
1681
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
 
1682
])
 
1683
m4trace:/usr/share/aclocal/libtool.m4:1872: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1684
AC_ENABLE_SHARED(no)
 
1685
])
 
1686
m4trace:/usr/share/aclocal/libtool.m4:1902: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 
1687
AC_ARG_ENABLE([static],
 
1688
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
1689
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
 
1690
    [p=${PACKAGE-default}
 
1691
    case $enableval in
 
1692
    yes) enable_static=yes ;;
 
1693
    no) enable_static=no ;;
 
1694
    *)
 
1695
     enable_static=no
 
1696
      # Look at the argument we got.  We use all the common list separators.
 
1697
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1698
      for pkg in $enableval; do
 
1699
        IFS="$lt_save_ifs"
 
1700
        if test "X$pkg" = "X$p"; then
 
1701
          enable_static=yes
 
1702
        fi
 
1703
      done
 
1704
      IFS="$lt_save_ifs"
 
1705
      ;;
 
1706
    esac],
 
1707
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
 
1708
])
 
1709
m4trace:/usr/share/aclocal/libtool.m4:1911: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1710
AC_ENABLE_STATIC(no)
 
1711
])
 
1712
m4trace:/usr/share/aclocal/libtool.m4:1941: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 
1713
AC_ARG_ENABLE([fast-install],
 
1714
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
1715
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
1716
    [p=${PACKAGE-default}
 
1717
    case $enableval in
 
1718
    yes) enable_fast_install=yes ;;
 
1719
    no) enable_fast_install=no ;;
 
1720
    *)
 
1721
      enable_fast_install=no
 
1722
      # Look at the argument we got.  We use all the common list separators.
 
1723
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1724
      for pkg in $enableval; do
 
1725
        IFS="$lt_save_ifs"
 
1726
        if test "X$pkg" = "X$p"; then
 
1727
          enable_fast_install=yes
 
1728
        fi
 
1729
      done
 
1730
      IFS="$lt_save_ifs"
 
1731
      ;;
 
1732
    esac],
 
1733
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
 
1734
])
 
1735
m4trace:/usr/share/aclocal/libtool.m4:1950: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1736
AC_ENABLE_FAST_INSTALL(no)
 
1737
])
 
1738
m4trace:/usr/share/aclocal/libtool.m4:1960: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1739
pic_mode=ifelse($#,1,$1,default)
 
1740
])
 
1741
m4trace:/usr/share/aclocal/libtool.m4:2038: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1742
AC_MSG_CHECKING([for $1])
 
1743
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
1744
[case $MAGIC_CMD in
 
1745
[[\\/*] |  ?:[\\/]*])
 
1746
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
1747
  ;;
 
1748
*)
 
1749
  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
1750
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1751
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
1752
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
1753
dnl not every word.  This closes a longstanding sh security hole.
 
1754
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
1755
  for ac_dir in $ac_dummy; do
 
1756
    IFS="$lt_save_ifs"
 
1757
    test -z "$ac_dir" && ac_dir=.
 
1758
    if test -f $ac_dir/$1; then
 
1759
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
1760
      if test -n "$file_magic_test_file"; then
 
1761
        case $deplibs_check_method in
 
1762
        "file_magic "*)
 
1763
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
1764
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1765
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
1766
            $EGREP "$file_magic_regex" > /dev/null; then
 
1767
            :
 
1768
          else
 
1769
            cat <<EOF 1>&2
 
1770
 
 
1771
*** Warning: the command libtool uses to detect shared libraries,
 
1772
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
1773
*** The result is that libtool may fail to recognize shared libraries
 
1774
*** as such.  This will affect the creation of libtool libraries that
 
1775
*** depend on shared libraries, but programs linked with such libtool
 
1776
*** libraries will work regardless of this problem.  Nevertheless, you
 
1777
*** may want to report the problem to your system manager and/or to
 
1778
*** bug-libtool@gnu.org
 
1779
 
 
1780
EOF
 
1781
          fi ;;
 
1782
        esac
 
1783
      fi
 
1784
      break
 
1785
    fi
 
1786
  done
 
1787
  IFS="$lt_save_ifs"
 
1788
  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
1789
  ;;
 
1790
esac])
 
1791
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1792
if test -n "$MAGIC_CMD"; then
 
1793
  AC_MSG_RESULT($MAGIC_CMD)
 
1794
else
 
1795
  AC_MSG_RESULT(no)
 
1796
fi
 
1797
])
 
1798
m4trace:/usr/share/aclocal/libtool.m4:2053: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
1799
if test -z "$lt_cv_path_MAGIC_CMD"; then
 
1800
  if test -n "$ac_tool_prefix"; then
 
1801
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
1802
  else
 
1803
    MAGIC_CMD=:
 
1804
  fi
 
1805
fi
 
1806
])
 
1807
m4trace:/usr/share/aclocal/libtool.m4:2138: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
 
1808
    [AC_HELP_STRING([--with-gnu-ld],
 
1809
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
1810
    [test "$withval" = no || with_gnu_ld=yes],
 
1811
    [with_gnu_ld=no])
 
1812
AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1813
AC_REQUIRE([AC_PROG_CC])dnl
 
1814
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1815
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
1816
ac_prog=ld
 
1817
if test "$GCC" = yes; then
 
1818
  # Check if gcc -print-prog-name=ld gives a path.
 
1819
  AC_MSG_CHECKING([for ld used by $CC])
 
1820
  case $host in
 
1821
  *-*-mingw*)
 
1822
    # gcc leaves a trailing carriage return which upsets mingw
 
1823
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
1824
  *)
 
1825
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
1826
  esac
 
1827
  case $ac_prog in
 
1828
    # Accept absolute paths.
 
1829
    [[\\/]]* | ?:[[\\/]]*)
 
1830
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
1831
      # Canonicalize the pathname of ld
 
1832
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
1833
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
1834
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
1835
      done
 
1836
      test -z "$LD" && LD="$ac_prog"
 
1837
      ;;
 
1838
  "")
 
1839
    # If it fails, then pretend we aren't using GCC.
 
1840
    ac_prog=ld
 
1841
    ;;
 
1842
  *)
 
1843
    # If it is relative, then search for the first ld in PATH.
 
1844
    with_gnu_ld=unknown
 
1845
    ;;
 
1846
  esac
 
1847
elif test "$with_gnu_ld" = yes; then
 
1848
  AC_MSG_CHECKING([for GNU ld])
 
1849
else
 
1850
  AC_MSG_CHECKING([for non-GNU ld])
 
1851
fi
 
1852
AC_CACHE_VAL(lt_cv_path_LD,
 
1853
[if test -z "$LD"; then
 
1854
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1855
  for ac_dir in $PATH; do
 
1856
    IFS="$lt_save_ifs"
 
1857
    test -z "$ac_dir" && ac_dir=.
 
1858
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
1859
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
1860
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
1861
      # but apparently some variants of GNU ld only accept -v.
 
1862
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
1863
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
1864
      *GNU* | *'with BFD'*)
 
1865
        test "$with_gnu_ld" != no && break
 
1866
        ;;
 
1867
      *)
 
1868
        test "$with_gnu_ld" != yes && break
 
1869
        ;;
 
1870
      esac
 
1871
    fi
 
1872
  done
 
1873
  IFS="$lt_save_ifs"
 
1874
else
 
1875
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
1876
fi])
 
1877
LD="$lt_cv_path_LD"
 
1878
if test -n "$LD"; then
 
1879
  AC_MSG_RESULT($LD)
 
1880
else
 
1881
  AC_MSG_RESULT(no)
 
1882
fi
 
1883
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
1884
AC_PROG_LD_GNU
 
1885
])
 
1886
m4trace:/usr/share/aclocal/libtool.m4:2156: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1887
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
1888
[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
1889
case `$LD -v 2>&1 </dev/null` in
 
1890
*GNU* | *'with BFD'*)
 
1891
  lt_cv_prog_gnu_ld=yes
 
1892
  ;;
 
1893
*)
 
1894
  lt_cv_prog_gnu_ld=no
 
1895
  ;;
 
1896
esac])
 
1897
with_gnu_ld=$lt_cv_prog_gnu_ld
 
1898
])
 
1899
m4trace:/usr/share/aclocal/libtool.m4:2182: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
 
1900
  lt_cv_ld_reload_flag,
 
1901
  [lt_cv_ld_reload_flag='-r'])
 
1902
reload_flag=$lt_cv_ld_reload_flag
 
1903
case $reload_flag in
 
1904
"" | " "*) ;;
 
1905
*) reload_flag=" $reload_flag" ;;
 
1906
esac
 
1907
reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1908
case $host_os in
 
1909
  darwin*)
 
1910
    if test "$GCC" = yes; then
 
1911
      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
 
1912
    else
 
1913
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1914
    fi
 
1915
    ;;
 
1916
esac
 
1917
])
 
1918
m4trace:/usr/share/aclocal/libtool.m4:2361: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
 
1919
lt_cv_deplibs_check_method,
 
1920
[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
1921
lt_cv_file_magic_test_file=
 
1922
lt_cv_deplibs_check_method='unknown'
 
1923
# Need to set the preceding variable on all platforms that support
 
1924
# interlibrary dependencies.
 
1925
# 'none' -- dependencies not supported.
 
1926
# `unknown' -- same as none, but documents that we really don't know.
 
1927
# 'pass_all' -- all dependencies passed with no checks.
 
1928
# 'test_compile' -- check by making test program.
 
1929
# 'file_magic [[regex]]' -- check by looking for files in library path
 
1930
# which responds to the $file_magic_cmd with a given extended regex.
 
1931
# If you have `file' or equivalent on your system and you're not sure
 
1932
# whether `pass_all' will *always* work, you probably want this one.
 
1933
 
 
1934
case $host_os in
 
1935
aix4* | aix5*)
 
1936
  lt_cv_deplibs_check_method=pass_all
 
1937
  ;;
 
1938
 
 
1939
beos*)
 
1940
  lt_cv_deplibs_check_method=pass_all
 
1941
  ;;
 
1942
 
 
1943
bsdi[[45]]*)
 
1944
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
1945
  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
1946
  lt_cv_file_magic_test_file=/shlib/libc.so
 
1947
  ;;
 
1948
 
 
1949
cygwin*)
 
1950
  # func_win32_libid is a shell function defined in ltmain.sh
 
1951
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1952
  lt_cv_file_magic_cmd='func_win32_libid'
 
1953
  ;;
 
1954
 
 
1955
mingw* | pw32*)
 
1956
  # Base MSYS/MinGW do not provide the 'file' command needed by
 
1957
  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
 
1958
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
1959
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
1960
  ;;
 
1961
 
 
1962
darwin* | rhapsody*)
 
1963
  lt_cv_deplibs_check_method=pass_all
 
1964
  ;;
 
1965
 
 
1966
freebsd* | kfreebsd*-gnu | dragonfly*)
 
1967
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
1968
    case $host_cpu in
 
1969
    i*86 )
 
1970
      # Not sure whether the presence of OpenBSD here was a mistake.
 
1971
      # Let's accept both of them until this is cleared up.
 
1972
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
1973
      lt_cv_file_magic_cmd=/usr/bin/file
 
1974
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
1975
      ;;
 
1976
    esac
 
1977
  else
 
1978
    lt_cv_deplibs_check_method=pass_all
 
1979
  fi
 
1980
  ;;
 
1981
 
 
1982
gnu*)
 
1983
  lt_cv_deplibs_check_method=pass_all
 
1984
  ;;
 
1985
 
 
1986
hpux10.20* | hpux11*)
 
1987
  lt_cv_file_magic_cmd=/usr/bin/file
 
1988
  case $host_cpu in
 
1989
  ia64*)
 
1990
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
1991
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
1992
    ;;
 
1993
  hppa*64*)
 
1994
    [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]']
 
1995
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
1996
    ;;
 
1997
  *)
 
1998
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
1999
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
2000
    ;;
 
2001
  esac
 
2002
  ;;
 
2003
 
 
2004
irix5* | irix6* | nonstopux*)
 
2005
  case $LD in
 
2006
  *-32|*"-32 ") libmagic=32-bit;;
 
2007
  *-n32|*"-n32 ") libmagic=N32;;
 
2008
  *-64|*"-64 ") libmagic=64-bit;;
 
2009
  *) libmagic=never-match;;
 
2010
  esac
 
2011
  lt_cv_deplibs_check_method=pass_all
 
2012
  ;;
 
2013
 
 
2014
# This must be Linux ELF.
 
2015
linux*)
 
2016
  lt_cv_deplibs_check_method=pass_all
 
2017
  ;;
 
2018
 
 
2019
netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
2020
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
2021
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
2022
  else
 
2023
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
2024
  fi
 
2025
  ;;
 
2026
 
 
2027
newos6*)
 
2028
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
2029
  lt_cv_file_magic_cmd=/usr/bin/file
 
2030
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
2031
  ;;
 
2032
 
 
2033
nto-qnx*)
 
2034
  lt_cv_deplibs_check_method=unknown
 
2035
  ;;
 
2036
 
 
2037
openbsd*)
 
2038
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2039
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
2040
  else
 
2041
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
2042
  fi
 
2043
  ;;
 
2044
 
 
2045
osf3* | osf4* | osf5*)
 
2046
  lt_cv_deplibs_check_method=pass_all
 
2047
  ;;
 
2048
 
 
2049
sco3.2v5*)
 
2050
  lt_cv_deplibs_check_method=pass_all
 
2051
  ;;
 
2052
 
 
2053
solaris*)
 
2054
  lt_cv_deplibs_check_method=pass_all
 
2055
  ;;
 
2056
 
 
2057
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
2058
  case $host_vendor in
 
2059
  motorola)
 
2060
    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]]'
 
2061
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
2062
    ;;
 
2063
  ncr)
 
2064
    lt_cv_deplibs_check_method=pass_all
 
2065
    ;;
 
2066
  sequent)
 
2067
    lt_cv_file_magic_cmd='/bin/file'
 
2068
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
2069
    ;;
 
2070
  sni)
 
2071
    lt_cv_file_magic_cmd='/bin/file'
 
2072
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
2073
    lt_cv_file_magic_test_file=/lib/libc.so
 
2074
    ;;
 
2075
  siemens)
 
2076
    lt_cv_deplibs_check_method=pass_all
 
2077
    ;;
 
2078
  esac
 
2079
  ;;
 
2080
 
 
2081
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
 
2082
  lt_cv_deplibs_check_method=pass_all
 
2083
  ;;
 
2084
esac
 
2085
])
 
2086
file_magic_cmd=$lt_cv_file_magic_cmd
 
2087
deplibs_check_method=$lt_cv_deplibs_check_method
 
2088
test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
2089
])
 
2090
m4trace:/usr/share/aclocal/libtool.m4:2406: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
2091
[if test -n "$NM"; then
 
2092
  # Let the user override the test.
 
2093
  lt_cv_path_NM="$NM"
 
2094
else
 
2095
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2096
  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
 
2097
    IFS="$lt_save_ifs"
 
2098
    test -z "$ac_dir" && ac_dir=.
 
2099
    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
 
2100
    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
2101
      # Check to see if the nm accepts a BSD-compat flag.
 
2102
      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
2103
      #   nm: unknown option "B" ignored
 
2104
      # Tru64's nm complains that /dev/null is an invalid object file
 
2105
      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
2106
      */dev/null* | *'Invalid file or object type'*)
 
2107
        lt_cv_path_NM="$tmp_nm -B"
 
2108
        break
 
2109
        ;;
 
2110
      *)
 
2111
        case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
2112
        */dev/null*)
 
2113
          lt_cv_path_NM="$tmp_nm -p"
 
2114
          break
 
2115
          ;;
 
2116
        *)
 
2117
          lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
2118
          continue # so that we can try to find one that supports BSD flags
 
2119
          ;;
 
2120
        esac
 
2121
      esac
 
2122
    fi
 
2123
  done
 
2124
  IFS="$lt_save_ifs"
 
2125
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
2126
fi])
 
2127
NM="$lt_cv_path_NM"
 
2128
])
 
2129
m4trace:/usr/share/aclocal/libtool.m4:2427: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2130
LIBM=
 
2131
case $host in
 
2132
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
2133
  # These system don't have libm, or don't need it
 
2134
  ;;
 
2135
*-ncr-sysv4.3*)
 
2136
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
2137
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
2138
  ;;
 
2139
*)
 
2140
  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
2141
  ;;
 
2142
esac
 
2143
])
 
2144
m4trace:/usr/share/aclocal/libtool.m4:2452: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2145
  case $enable_ltdl_convenience in
 
2146
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
 
2147
  "") enable_ltdl_convenience=yes
 
2148
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
 
2149
  esac
 
2150
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
 
2151
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2152
  # For backwards non-gettext consistent compatibility...
 
2153
  INCLTDL="$LTDLINCL"
 
2154
])
 
2155
m4trace:/usr/share/aclocal/libtool.m4:2488: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2156
  AC_CHECK_LIB(ltdl, lt_dlinit,
 
2157
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
 
2158
  [if test x"$enable_ltdl_install" = xno; then
 
2159
     AC_MSG_WARN([libltdl not installed, but installation disabled])
 
2160
   else
 
2161
     enable_ltdl_install=yes
 
2162
   fi
 
2163
  ])
 
2164
  if test x"$enable_ltdl_install" = x"yes"; then
 
2165
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
 
2166
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
 
2167
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2168
  else
 
2169
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
 
2170
    LIBLTDL="-lltdl"
 
2171
    LTDLINCL=
 
2172
  fi
 
2173
  # For backwards non-gettext consistent compatibility...
 
2174
  INCLTDL="$LTDLINCL"
 
2175
])
 
2176
m4trace:/usr/share/aclocal/libtool.m4:2496: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
 
2177
])
 
2178
m4trace:/usr/share/aclocal/libtool.m4:2505: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
 
2179
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2180
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
2181
])
 
2182
m4trace:/usr/share/aclocal/libtool.m4:2517: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
 
2183
AC_REQUIRE([AC_PROG_CXX])
 
2184
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
2185
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
2186
    (test "X$CXX" != "Xg++"))) ; then
 
2187
  AC_PROG_CXXCPP
 
2188
fi
 
2189
])
 
2190
m4trace:/usr/share/aclocal/libtool.m4:2524: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
 
2191
])
 
2192
m4trace:/usr/share/aclocal/libtool.m4:2532: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
 
2193
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
2194
])
 
2195
m4trace:/usr/share/aclocal/libtool.m4:2540: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
 
2196
])
 
2197
m4trace:/usr/share/aclocal/libtool.m4:2553: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
 
2198
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
 
2199
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
 
2200
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
 
2201
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
 
2202
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
 
2203
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
 
2204
])
 
2205
m4trace:/usr/share/aclocal/libtool.m4:2562: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
 
2206
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
 
2207
])
 
2208
m4trace:/usr/share/aclocal/libtool.m4:2570: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
 
2209
m4trace:/usr/share/aclocal/libtool.m4:2674: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
 
2210
AC_LANG_PUSH(C)
 
2211
 
 
2212
# Source file extension for C test sources.
 
2213
ac_ext=c
 
2214
 
 
2215
# Object file extension for compiled C test sources.
 
2216
objext=o
 
2217
_LT_AC_TAGVAR(objext, $1)=$objext
 
2218
 
 
2219
# Code to be used in simple compile tests
 
2220
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2221
 
 
2222
# Code to be used in simple link tests
 
2223
lt_simple_link_test_code='int main(){return(0);}\n'
 
2224
 
 
2225
_LT_AC_SYS_COMPILER
 
2226
 
 
2227
# save warnings/boilerplate of simple test code
 
2228
_LT_COMPILER_BOILERPLATE
 
2229
_LT_LINKER_BOILERPLATE
 
2230
 
 
2231
#
 
2232
# Check for any special shared library compilation flags.
 
2233
#
 
2234
_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
 
2235
if test "$GCC" = no; then
 
2236
  case $host_os in
 
2237
  sco3.2v5*)
 
2238
    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
 
2239
    ;;
 
2240
  esac
 
2241
fi
 
2242
if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
 
2243
  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
 
2244
  if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
 
2245
  else
 
2246
    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
 
2247
    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
 
2248
  fi
 
2249
fi
 
2250
 
 
2251
 
 
2252
#
 
2253
# Check to make sure the static flag actually works.
 
2254
#
 
2255
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
 
2256
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 
2257
  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
 
2258
  [],
 
2259
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
2260
 
 
2261
 
 
2262
## CAVEAT EMPTOR:
 
2263
## There is no encapsulation within the following macros, do not change
 
2264
## the running order or otherwise move them around unless you know exactly
 
2265
## what you are doing...
 
2266
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
2267
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
2268
AC_LIBTOOL_PROG_CC_C_O($1)
 
2269
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
2270
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2271
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2272
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2273
AC_LIBTOOL_SYS_LIB_STRIP
 
2274
AC_LIBTOOL_DLOPEN_SELF($1)
 
2275
 
 
2276
# Report which librarie types wil actually be built
 
2277
AC_MSG_CHECKING([if libtool supports shared libraries])
 
2278
AC_MSG_RESULT([$can_build_shared])
 
2279
 
 
2280
AC_MSG_CHECKING([whether to build shared libraries])
 
2281
test "$can_build_shared" = "no" && enable_shared=no
 
2282
 
 
2283
# On AIX, shared libraries and static libraries use the same namespace, and
 
2284
# are all built from PIC.
 
2285
case $host_os in
 
2286
aix3*)
 
2287
  test "$enable_shared" = yes && enable_static=no
 
2288
  if test -n "$RANLIB"; then
 
2289
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
2290
    postinstall_cmds='$RANLIB $lib'
 
2291
  fi
 
2292
  ;;
 
2293
 
 
2294
aix4* | aix5*)
 
2295
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
2296
    test "$enable_shared" = yes && enable_static=no
 
2297
  fi
 
2298
    ;;
 
2299
esac
 
2300
AC_MSG_RESULT([$enable_shared])
 
2301
 
 
2302
AC_MSG_CHECKING([whether to build static libraries])
 
2303
# Make sure either enable_shared or enable_static is yes.
 
2304
test "$enable_shared" = yes || enable_static=yes
 
2305
AC_MSG_RESULT([$enable_static])
 
2306
 
 
2307
AC_LIBTOOL_CONFIG($1)
 
2308
 
 
2309
AC_LANG_POP
 
2310
CC="$lt_save_CC"
 
2311
])
 
2312
m4trace:/usr/share/aclocal/libtool.m4:2682: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
 
2313
m4trace:/usr/share/aclocal/libtool.m4:3625: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
 
2314
AC_REQUIRE([AC_PROG_CXX])
 
2315
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2316
 
 
2317
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2318
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
2319
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2320
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
2321
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
2322
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2323
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
2324
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
2325
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2326
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
2327
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
2328
_LT_AC_TAGVAR(module_cmds, $1)=
 
2329
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
2330
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
2331
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2332
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
2333
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2334
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
2335
 
 
2336
# Dependencies to place before and after the object being linked:
 
2337
_LT_AC_TAGVAR(predep_objects, $1)=
 
2338
_LT_AC_TAGVAR(postdep_objects, $1)=
 
2339
_LT_AC_TAGVAR(predeps, $1)=
 
2340
_LT_AC_TAGVAR(postdeps, $1)=
 
2341
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
2342
 
 
2343
# Source file extension for C++ test sources.
 
2344
ac_ext=cpp
 
2345
 
 
2346
# Object file extension for compiled C++ test sources.
 
2347
objext=o
 
2348
_LT_AC_TAGVAR(objext, $1)=$objext
 
2349
 
 
2350
# Code to be used in simple compile tests
 
2351
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2352
 
 
2353
# Code to be used in simple link tests
 
2354
lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
 
2355
 
 
2356
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2357
_LT_AC_SYS_COMPILER
 
2358
 
 
2359
# save warnings/boilerplate of simple test code
 
2360
_LT_COMPILER_BOILERPLATE
 
2361
_LT_LINKER_BOILERPLATE
 
2362
 
 
2363
# Allow CC to be a program name with arguments.
 
2364
lt_save_CC=$CC
 
2365
lt_save_LD=$LD
 
2366
lt_save_GCC=$GCC
 
2367
GCC=$GXX
 
2368
lt_save_with_gnu_ld=$with_gnu_ld
 
2369
lt_save_path_LD=$lt_cv_path_LD
 
2370
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
2371
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
2372
else
 
2373
  unset lt_cv_prog_gnu_ld
 
2374
fi
 
2375
if test -n "${lt_cv_path_LDCXX+set}"; then
 
2376
  lt_cv_path_LD=$lt_cv_path_LDCXX
 
2377
else
 
2378
  unset lt_cv_path_LD
 
2379
fi
 
2380
test -z "${LDCXX+set}" || LD=$LDCXX
 
2381
CC=${CXX-"c++"}
 
2382
compiler=$CC
 
2383
_LT_AC_TAGVAR(compiler, $1)=$CC
 
2384
_LT_CC_BASENAME([$compiler])
 
2385
 
 
2386
# We don't want -fno-exception wen compiling C++ code, so set the
 
2387
# no_builtin_flag separately
 
2388
if test "$GXX" = yes; then
 
2389
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
2390
else
 
2391
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
2392
fi
 
2393
 
 
2394
if test "$GXX" = yes; then
 
2395
  # Set up default GNU C++ configuration
 
2396
 
 
2397
  AC_PROG_LD
 
2398
 
 
2399
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
2400
  # archiving commands below assume that GNU ld is being used.
 
2401
  if test "$with_gnu_ld" = yes; then
 
2402
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2403
    _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'
 
2404
 
 
2405
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2406
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2407
 
 
2408
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
2409
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
2410
    #     investigate it a little bit more. (MM)
 
2411
    wlarc='${wl}'
 
2412
 
 
2413
    # ancient GNU ld didn't support --whole-archive et. al.
 
2414
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
 
2415
        grep 'no-whole-archive' > /dev/null; then
 
2416
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2417
    else
 
2418
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2419
    fi
 
2420
  else
 
2421
    with_gnu_ld=no
 
2422
    wlarc=
 
2423
 
 
2424
    # A generic and very simple default shared library creation
 
2425
    # command for GNU C++ for the case where it uses the native
 
2426
    # linker, instead of GNU ld.  If possible, this setting should
 
2427
    # overridden to take advantage of the native linker features on
 
2428
    # the platform it is being used on.
 
2429
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2430
  fi
 
2431
 
 
2432
  # Commands to make compiler produce verbose output that lists
 
2433
  # what "hidden" libraries, object files and flags are used when
 
2434
  # linking a shared library.
 
2435
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
2436
 
 
2437
else
 
2438
  GXX=no
 
2439
  with_gnu_ld=no
 
2440
  wlarc=
 
2441
fi
 
2442
 
 
2443
# PORTME: fill in a description of your system's C++ link characteristics
 
2444
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
2445
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2446
case $host_os in
 
2447
  aix3*)
 
2448
    # FIXME: insert proper C++ library support
 
2449
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2450
    ;;
 
2451
  aix4* | aix5*)
 
2452
    if test "$host_cpu" = ia64; then
 
2453
      # On IA64, the linker does run time linking by default, so we don't
 
2454
      # have to do anything special.
 
2455
      aix_use_runtimelinking=no
 
2456
      exp_sym_flag='-Bexport'
 
2457
      no_entry_flag=""
 
2458
    else
 
2459
      aix_use_runtimelinking=no
 
2460
 
 
2461
      # Test if we are trying to use run time linking or normal
 
2462
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
2463
      # need to do runtime linking.
 
2464
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
2465
        for ld_flag in $LDFLAGS; do
 
2466
          case $ld_flag in
 
2467
          *-brtl*)
 
2468
            aix_use_runtimelinking=yes
 
2469
            break
 
2470
            ;;
 
2471
          esac
 
2472
        done
 
2473
      esac
 
2474
 
 
2475
      exp_sym_flag='-bexport'
 
2476
      no_entry_flag='-bnoentry'
 
2477
    fi
 
2478
 
 
2479
    # When large executables or shared objects are built, AIX ld can
 
2480
    # have problems creating the table of contents.  If linking a library
 
2481
    # or program results in "error TOC overflow" add -mminimal-toc to
 
2482
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
2483
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
2484
 
 
2485
    _LT_AC_TAGVAR(archive_cmds, $1)=''
 
2486
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2487
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2488
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2489
 
 
2490
    if test "$GXX" = yes; then
 
2491
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
2492
      # We only want to do this on AIX 4.2 and lower, the check
 
2493
      # below for broken collect2 doesn't work under 4.3+
 
2494
        collect2name=`${CC} -print-prog-name=collect2`
 
2495
        if test -f "$collect2name" && \
 
2496
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
2497
        then
 
2498
          # We have reworked collect2
 
2499
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2500
        else
 
2501
          # We have old collect2
 
2502
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
2503
          # It fails to find uninstalled libraries when the uninstalled
 
2504
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
2505
          # to unsupported forces relinking
 
2506
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2507
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2508
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2509
        fi
 
2510
      esac
 
2511
      shared_flag='-shared'
 
2512
      if test "$aix_use_runtimelinking" = yes; then
 
2513
        shared_flag="$shared_flag "'${wl}-G'
 
2514
      fi
 
2515
    else
 
2516
      # not using gcc
 
2517
      if test "$host_cpu" = ia64; then
 
2518
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
2519
        # chokes on -Wl,-G. The following line is correct:
 
2520
        shared_flag='-G'
 
2521
      else
 
2522
        if test "$aix_use_runtimelinking" = yes; then
 
2523
          shared_flag='${wl}-G'
 
2524
        else
 
2525
          shared_flag='${wl}-bM:SRE'
 
2526
        fi
 
2527
      fi
 
2528
    fi
 
2529
 
 
2530
    # It seems that -bexpall does not export symbols beginning with
 
2531
    # underscore (_), so it is better to generate a list of symbols to export.
 
2532
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2533
    if test "$aix_use_runtimelinking" = yes; then
 
2534
      # Warning - without using the other runtime loading flags (-brtl),
 
2535
      # -berok will link without error, but may produce a broken library.
 
2536
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
2537
      # Determine the default libpath from the value encoded in an empty executable.
 
2538
      _LT_AC_SYS_LIBPATH_AIX
 
2539
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2540
 
 
2541
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
2542
     else
 
2543
      if test "$host_cpu" = ia64; then
 
2544
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
2545
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
2546
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
2547
      else
 
2548
        # Determine the default libpath from the value encoded in an empty executable.
 
2549
        _LT_AC_SYS_LIBPATH_AIX
 
2550
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2551
        # Warning - without using the other run time loading flags,
 
2552
        # -berok will link without error, but may produce a broken library.
 
2553
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
2554
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
2555
        # -bexpall does not export symbols beginning with underscore (_)
 
2556
        _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2557
        # Exported symbols can be pulled into shared objects from archives
 
2558
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
2559
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2560
        # This is similar to how AIX traditionally builds its shared libraries.
 
2561
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
2562
      fi
 
2563
    fi
 
2564
    ;;
 
2565
  chorus*)
 
2566
    case $cc_basename in
 
2567
      *)
 
2568
        # FIXME: insert proper C++ library support
 
2569
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2570
        ;;
 
2571
    esac
 
2572
    ;;
 
2573
 
 
2574
 
 
2575
  cygwin* | mingw* | pw32*)
 
2576
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
2577
    # as there is no search path for DLLs.
 
2578
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2579
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2580
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2581
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
2582
 
 
2583
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
2584
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
2585
      # If the export-symbols file already is a .def file (1st line
 
2586
      # is EXPORTS), use it as is; otherwise, prepend...
 
2587
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
2588
        cp $export_symbols $output_objdir/$soname.def;
 
2589
      else
 
2590
        echo EXPORTS > $output_objdir/$soname.def;
 
2591
        cat $export_symbols >> $output_objdir/$soname.def;
 
2592
      fi~
 
2593
      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
2594
    else
 
2595
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2596
    fi
 
2597
  ;;
 
2598
      darwin* | rhapsody*)
 
2599
        case $host_os in
 
2600
        rhapsody* | darwin1.[[012]])
 
2601
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
2602
         ;;
 
2603
       *) # Darwin 1.3 on
 
2604
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
2605
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2606
         else
 
2607
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
2608
             10.[[012]])
 
2609
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2610
               ;;
 
2611
             10.*)
 
2612
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
2613
               ;;
 
2614
           esac
 
2615
         fi
 
2616
         ;;
 
2617
        esac
 
2618
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2619
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2620
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
2621
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2622
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
2623
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2624
 
 
2625
    if test "$GXX" = yes ; then
 
2626
      lt_int_apple_cc_single_mod=no
 
2627
      output_verbose_link_cmd='echo'
 
2628
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
2629
       lt_int_apple_cc_single_mod=yes
 
2630
      fi
 
2631
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2632
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
2633
      else
 
2634
          _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'
 
2635
        fi
 
2636
        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2637
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
2638
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2639
            _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}'
 
2640
          else
 
2641
            _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}'
 
2642
          fi
 
2643
            _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}'
 
2644
      else
 
2645
      case $cc_basename in
 
2646
        xlc*)
 
2647
         output_verbose_link_cmd='echo'
 
2648
          _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'
 
2649
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2650
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
2651
          _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}'
 
2652
          _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}'
 
2653
          ;;
 
2654
       *)
 
2655
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2656
          ;;
 
2657
      esac
 
2658
      fi
 
2659
        ;;
 
2660
 
 
2661
  dgux*)
 
2662
    case $cc_basename in
 
2663
      ec++*)
 
2664
        # FIXME: insert proper C++ library support
 
2665
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2666
        ;;
 
2667
      ghcx*)
 
2668
        # Green Hills C++ Compiler
 
2669
        # FIXME: insert proper C++ library support
 
2670
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2671
        ;;
 
2672
      *)
 
2673
        # FIXME: insert proper C++ library support
 
2674
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2675
        ;;
 
2676
    esac
 
2677
    ;;
 
2678
  freebsd[[12]]*)
 
2679
    # C++ shared libraries reported to be fairly broken before switch to ELF
 
2680
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2681
    ;;
 
2682
  freebsd-elf*)
 
2683
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2684
    ;;
 
2685
  freebsd* | kfreebsd*-gnu | dragonfly*)
 
2686
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
2687
    # conventions
 
2688
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2689
    ;;
 
2690
  gnu*)
 
2691
    ;;
 
2692
  hpux9*)
 
2693
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2694
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2695
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2696
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2697
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2698
                                # but as the default
 
2699
                                # location of the library.
 
2700
 
 
2701
    case $cc_basename in
 
2702
    CC*)
 
2703
      # FIXME: insert proper C++ library support
 
2704
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2705
      ;;
 
2706
    aCC*)
 
2707
      _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'
 
2708
      # Commands to make compiler produce verbose output that lists
 
2709
      # what "hidden" libraries, object files and flags are used when
 
2710
      # linking a shared library.
 
2711
      #
 
2712
      # There doesn't appear to be a way to prevent this compiler from
 
2713
      # explicitly linking system object files so we need to strip them
 
2714
      # from the output so that they don't get included in the library
 
2715
      # dependencies.
 
2716
      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'
 
2717
      ;;
 
2718
    *)
 
2719
      if test "$GXX" = yes; then
 
2720
        _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'
 
2721
      else
 
2722
        # FIXME: insert proper C++ library support
 
2723
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2724
      fi
 
2725
      ;;
 
2726
    esac
 
2727
    ;;
 
2728
  hpux10*|hpux11*)
 
2729
    if test $with_gnu_ld = no; then
 
2730
      case $host_cpu in
 
2731
      hppa*64*)
 
2732
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2733
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
2734
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2735
        ;;
 
2736
      ia64*)
 
2737
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2738
        ;;
 
2739
      *)
 
2740
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2741
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2742
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2743
        ;;
 
2744
      esac
 
2745
    fi
 
2746
    case $host_cpu in
 
2747
    hppa*64*)
 
2748
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2749
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2750
      ;;
 
2751
    ia64*)
 
2752
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2753
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2754
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2755
                                              # but as the default
 
2756
                                              # location of the library.
 
2757
      ;;
 
2758
    *)
 
2759
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2760
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2761
                                              # but as the default
 
2762
                                              # location of the library.
 
2763
      ;;
 
2764
    esac
 
2765
 
 
2766
    case $cc_basename in
 
2767
      CC*)
 
2768
        # FIXME: insert proper C++ library support
 
2769
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2770
        ;;
 
2771
      aCC*)
 
2772
        case $host_cpu in
 
2773
        hppa*64*|ia64*)
 
2774
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2775
          ;;
 
2776
        *)
 
2777
          _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'
 
2778
          ;;
 
2779
        esac
 
2780
        # Commands to make compiler produce verbose output that lists
 
2781
        # what "hidden" libraries, object files and flags are used when
 
2782
        # linking a shared library.
 
2783
        #
 
2784
        # There doesn't appear to be a way to prevent this compiler from
 
2785
        # explicitly linking system object files so we need to strip them
 
2786
        # from the output so that they don't get included in the library
 
2787
        # dependencies.
 
2788
        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'
 
2789
        ;;
 
2790
      *)
 
2791
        if test "$GXX" = yes; then
 
2792
          if test $with_gnu_ld = no; then
 
2793
            case $host_cpu in
 
2794
            ia64*|hppa*64*)
 
2795
              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2796
              ;;
 
2797
            *)
 
2798
              _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'
 
2799
              ;;
 
2800
            esac
 
2801
          fi
 
2802
        else
 
2803
          # FIXME: insert proper C++ library support
 
2804
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2805
        fi
 
2806
        ;;
 
2807
    esac
 
2808
    ;;
 
2809
  irix5* | irix6*)
 
2810
    case $cc_basename in
 
2811
      CC*)
 
2812
        # SGI C++
 
2813
        _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'
 
2814
 
 
2815
        # Archives containing C++ object files must be created using
 
2816
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
2817
        # necessary to make sure instantiated templates are included
 
2818
        # in the archive.
 
2819
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
2820
        ;;
 
2821
      *)
 
2822
        if test "$GXX" = yes; then
 
2823
          if test "$with_gnu_ld" = no; then
 
2824
            _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'
 
2825
          else
 
2826
            _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'
 
2827
          fi
 
2828
        fi
 
2829
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2830
        ;;
 
2831
    esac
 
2832
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2833
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2834
    ;;
 
2835
  linux*)
 
2836
    case $cc_basename in
 
2837
      KCC*)
 
2838
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2839
 
 
2840
        # KCC will only create a shared library if the output file
 
2841
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2842
        # to its proper name (with version) after linking.
 
2843
        _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'
 
2844
        _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'
 
2845
        # Commands to make compiler produce verbose output that lists
 
2846
        # what "hidden" libraries, object files and flags are used when
 
2847
        # linking a shared library.
 
2848
        #
 
2849
        # There doesn't appear to be a way to prevent this compiler from
 
2850
        # explicitly linking system object files so we need to strip them
 
2851
        # from the output so that they don't get included in the library
 
2852
        # dependencies.
 
2853
        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'
 
2854
 
 
2855
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
 
2856
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2857
 
 
2858
        # Archives containing C++ object files must be created using
 
2859
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
2860
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2861
        ;;
 
2862
      icpc*)
 
2863
        # Intel C++
 
2864
        with_gnu_ld=yes
 
2865
        # version 8.0 and above of icpc choke on multiply defined symbols
 
2866
        # if we add $predep_objects and $postdep_objects, however 7.1 and
 
2867
        # earlier do not add the objects themselves.
 
2868
        case `$CC -V 2>&1` in
 
2869
        *"Version 7."*)
 
2870
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2871
          _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'
 
2872
          ;;
 
2873
        *)  # Version 8.0 or newer
 
2874
          tmp_idyn=
 
2875
          case $host_cpu in
 
2876
            ia64*) tmp_idyn=' -i_dynamic';;
 
2877
          esac
 
2878
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2879
          _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'
 
2880
          ;;
 
2881
        esac
 
2882
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2883
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2884
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2885
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
2886
        ;;
 
2887
      pgCC*)
 
2888
        # Portland Group C++ compiler
 
2889
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
2890
        _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'
 
2891
 
 
2892
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2893
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2894
        _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'
 
2895
        ;;
 
2896
      cxx*)
 
2897
        # Compaq C++
 
2898
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2899
        _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'
 
2900
 
 
2901
        runpath_var=LD_RUN_PATH
 
2902
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2903
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2904
 
 
2905
        # Commands to make compiler produce verbose output that lists
 
2906
        # what "hidden" libraries, object files and flags are used when
 
2907
        # linking a shared library.
 
2908
        #
 
2909
        # There doesn't appear to be a way to prevent this compiler from
 
2910
        # explicitly linking system object files so we need to strip them
 
2911
        # from the output so that they don't get included in the library
 
2912
        # dependencies.
 
2913
        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'
 
2914
        ;;
 
2915
    esac
 
2916
    ;;
 
2917
  lynxos*)
 
2918
    # FIXME: insert proper C++ library support
 
2919
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2920
    ;;
 
2921
  m88k*)
 
2922
    # FIXME: insert proper C++ library support
 
2923
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2924
    ;;
 
2925
  mvs*)
 
2926
    case $cc_basename in
 
2927
      cxx*)
 
2928
        # FIXME: insert proper C++ library support
 
2929
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2930
        ;;
 
2931
      *)
 
2932
        # FIXME: insert proper C++ library support
 
2933
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2934
        ;;
 
2935
    esac
 
2936
    ;;
 
2937
  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
2938
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2939
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
2940
      wlarc=
 
2941
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2942
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2943
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2944
    fi
 
2945
    # Workaround some broken pre-1.5 toolchains
 
2946
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
2947
    ;;
 
2948
  openbsd2*)
 
2949
    # C++ shared libraries are fairly broken
 
2950
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2951
    ;;
 
2952
  openbsd*)
 
2953
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2954
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2955
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2956
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2957
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2958
      _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'
 
2959
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2960
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2961
    fi
 
2962
    output_verbose_link_cmd='echo'
 
2963
    ;;
 
2964
  osf3*)
 
2965
    case $cc_basename in
 
2966
      KCC*)
 
2967
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2968
 
 
2969
        # KCC will only create a shared library if the output file
 
2970
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2971
        # to its proper name (with version) after linking.
 
2972
        _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'
 
2973
 
 
2974
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2975
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2976
 
 
2977
        # Archives containing C++ object files must be created using
 
2978
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
2979
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2980
 
 
2981
        ;;
 
2982
      RCC*)
 
2983
        # Rational C++ 2.4.1
 
2984
        # FIXME: insert proper C++ library support
 
2985
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2986
        ;;
 
2987
      cxx*)
 
2988
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2989
        _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'
 
2990
 
 
2991
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2992
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2993
 
 
2994
        # Commands to make compiler produce verbose output that lists
 
2995
        # what "hidden" libraries, object files and flags are used when
 
2996
        # linking a shared library.
 
2997
        #
 
2998
        # There doesn't appear to be a way to prevent this compiler from
 
2999
        # explicitly linking system object files so we need to strip them
 
3000
        # from the output so that they don't get included in the library
 
3001
        # dependencies.
 
3002
        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'
 
3003
        ;;
 
3004
      *)
 
3005
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3006
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3007
          _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'
 
3008
 
 
3009
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3010
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3011
 
 
3012
          # Commands to make compiler produce verbose output that lists
 
3013
          # what "hidden" libraries, object files and flags are used when
 
3014
          # linking a shared library.
 
3015
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
3016
 
 
3017
        else
 
3018
          # FIXME: insert proper C++ library support
 
3019
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3020
        fi
 
3021
        ;;
 
3022
    esac
 
3023
    ;;
 
3024
  osf4* | osf5*)
 
3025
    case $cc_basename in
 
3026
      KCC*)
 
3027
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
3028
 
 
3029
        # KCC will only create a shared library if the output file
 
3030
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
3031
        # to its proper name (with version) after linking.
 
3032
        _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'
 
3033
 
 
3034
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3035
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3036
 
 
3037
        # Archives containing C++ object files must be created using
 
3038
        # the KAI C++ compiler.
 
3039
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 
3040
        ;;
 
3041
      RCC*)
 
3042
        # Rational C++ 2.4.1
 
3043
        # FIXME: insert proper C++ library support
 
3044
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3045
        ;;
 
3046
      cxx*)
 
3047
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
3048
        _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'
 
3049
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
3050
          echo "-hidden">> $lib.exp~
 
3051
          $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~
 
3052
          $rm $lib.exp'
 
3053
 
 
3054
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
3055
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3056
 
 
3057
        # Commands to make compiler produce verbose output that lists
 
3058
        # what "hidden" libraries, object files and flags are used when
 
3059
        # linking a shared library.
 
3060
        #
 
3061
        # There doesn't appear to be a way to prevent this compiler from
 
3062
        # explicitly linking system object files so we need to strip them
 
3063
        # from the output so that they don't get included in the library
 
3064
        # dependencies.
 
3065
        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'
 
3066
        ;;
 
3067
      *)
 
3068
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3069
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3070
         _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'
 
3071
 
 
3072
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3073
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3074
 
 
3075
          # Commands to make compiler produce verbose output that lists
 
3076
          # what "hidden" libraries, object files and flags are used when
 
3077
          # linking a shared library.
 
3078
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
3079
 
 
3080
        else
 
3081
          # FIXME: insert proper C++ library support
 
3082
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3083
        fi
 
3084
        ;;
 
3085
    esac
 
3086
    ;;
 
3087
  psos*)
 
3088
    # FIXME: insert proper C++ library support
 
3089
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3090
    ;;
 
3091
  sco*)
 
3092
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3093
    case $cc_basename in
 
3094
      CC*)
 
3095
        # FIXME: insert proper C++ library support
 
3096
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3097
        ;;
 
3098
      *)
 
3099
        # FIXME: insert proper C++ library support
 
3100
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3101
        ;;
 
3102
    esac
 
3103
    ;;
 
3104
  sunos4*)
 
3105
    case $cc_basename in
 
3106
      CC*)
 
3107
        # Sun C++ 4.x
 
3108
        # FIXME: insert proper C++ library support
 
3109
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3110
        ;;
 
3111
      lcc*)
 
3112
        # Lucid
 
3113
        # FIXME: insert proper C++ library support
 
3114
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3115
        ;;
 
3116
      *)
 
3117
        # FIXME: insert proper C++ library support
 
3118
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3119
        ;;
 
3120
    esac
 
3121
    ;;
 
3122
  solaris*)
 
3123
    case $cc_basename in
 
3124
      CC*)
 
3125
        # Sun C++ 4.2, 5.x and Centerline C++
 
3126
        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
 
3127
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
3128
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
3129
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3130
        $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'
 
3131
 
 
3132
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
3133
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3134
        case $host_os in
 
3135
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
3136
          *)
 
3137
            # The C++ compiler is used as linker so we must use $wl
 
3138
            # flag to pass the commands to the underlying system
 
3139
            # linker. We must also pass each convience library through
 
3140
            # to the system linker between allextract/defaultextract.
 
3141
            # The C++ compiler will combine linker options so we
 
3142
            # cannot just pass the convience library names through
 
3143
            # without $wl.
 
3144
            # Supported since Solaris 2.6 (maybe 2.5.1?)
 
3145
            _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'
 
3146
            ;;
 
3147
        esac
 
3148
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3149
 
 
3150
        output_verbose_link_cmd='echo'
 
3151
 
 
3152
        # Archives containing C++ object files must be created using
 
3153
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
3154
        # necessary to make sure instantiated templates are included
 
3155
        # in the archive.
 
3156
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
3157
        ;;
 
3158
      gcx*)
 
3159
        # Green Hills C++ Compiler
 
3160
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3161
 
 
3162
        # The C++ compiler must be used to create the archive.
 
3163
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
3164
        ;;
 
3165
      *)
 
3166
        # GNU C++ compiler with Solaris linker
 
3167
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3168
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
3169
          if $CC --version | grep -v '^2\.7' > /dev/null; then
 
3170
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3171
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3172
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3173
 
 
3174
            # Commands to make compiler produce verbose output that lists
 
3175
            # what "hidden" libraries, object files and flags are used when
 
3176
            # linking a shared library.
 
3177
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3178
          else
 
3179
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
3180
            # platform.
 
3181
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3182
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3183
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3184
 
 
3185
            # Commands to make compiler produce verbose output that lists
 
3186
            # what "hidden" libraries, object files and flags are used when
 
3187
            # linking a shared library.
 
3188
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3189
          fi
 
3190
 
 
3191
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
3192
        fi
 
3193
        ;;
 
3194
    esac
 
3195
    ;;
 
3196
  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
 
3197
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3198
    ;;
 
3199
  tandem*)
 
3200
    case $cc_basename in
 
3201
      NCC*)
 
3202
        # NonStop-UX NCC 3.20
 
3203
        # FIXME: insert proper C++ library support
 
3204
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3205
        ;;
 
3206
      *)
 
3207
        # FIXME: insert proper C++ library support
 
3208
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3209
        ;;
 
3210
    esac
 
3211
    ;;
 
3212
  vxworks*)
 
3213
    # FIXME: insert proper C++ library support
 
3214
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3215
    ;;
 
3216
  *)
 
3217
    # FIXME: insert proper C++ library support
 
3218
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3219
    ;;
 
3220
esac
 
3221
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
3222
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
3223
 
 
3224
_LT_AC_TAGVAR(GCC, $1)="$GXX"
 
3225
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3226
 
 
3227
## CAVEAT EMPTOR:
 
3228
## There is no encapsulation within the following macros, do not change
 
3229
## the running order or otherwise move them around unless you know exactly
 
3230
## what you are doing...
 
3231
AC_LIBTOOL_POSTDEP_PREDEP($1)
 
3232
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3233
AC_LIBTOOL_PROG_CC_C_O($1)
 
3234
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3235
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3236
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3237
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3238
AC_LIBTOOL_SYS_LIB_STRIP
 
3239
AC_LIBTOOL_DLOPEN_SELF($1)
 
3240
 
 
3241
AC_LIBTOOL_CONFIG($1)
 
3242
 
 
3243
AC_LANG_POP
 
3244
CC=$lt_save_CC
 
3245
LDCXX=$LD
 
3246
LD=$lt_save_LD
 
3247
GCC=$lt_save_GCC
 
3248
with_gnu_ldcxx=$with_gnu_ld
 
3249
with_gnu_ld=$lt_save_with_gnu_ld
 
3250
lt_cv_path_LDCXX=$lt_cv_path_LD
 
3251
lt_cv_path_LD=$lt_save_path_LD
 
3252
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
3253
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
3254
])
 
3255
m4trace:/usr/share/aclocal/libtool.m4:3776: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
 
3256
dnl we can't use the lt_simple_compile_test_code here,
 
3257
dnl because it contains code intended for an executable,
 
3258
dnl not a library.  It's possible we should let each
 
3259
dnl tag define a new lt_????_link_test_code variable,
 
3260
dnl but it's only used here...
 
3261
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
 
3262
int a;
 
3263
void foo (void) { a = 0; }
 
3264
EOF
 
3265
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
 
3266
class Foo
 
3267
{
 
3268
public:
 
3269
  Foo (void) { a = 0; }
 
3270
private:
 
3271
  int a;
 
3272
};
 
3273
EOF
 
3274
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
 
3275
      subroutine foo
 
3276
      implicit none
 
3277
      integer*4 a
 
3278
      a=0
 
3279
      return
 
3280
      end
 
3281
EOF
 
3282
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
 
3283
public class foo {
 
3284
  private int a;
 
3285
  public void bar (void) {
 
3286
    a = 0;
 
3287
  }
 
3288
};
 
3289
EOF
 
3290
])
 
3291
dnl Parse the compiler output and extract the necessary
 
3292
dnl objects, libraries and library flags.
 
3293
if AC_TRY_EVAL(ac_compile); then
 
3294
  # Parse the compiler output and extract the necessary
 
3295
  # objects, libraries and library flags.
 
3296
 
 
3297
  # Sentinel used to keep track of whether or not we are before
 
3298
  # the conftest object file.
 
3299
  pre_test_object_deps_done=no
 
3300
 
 
3301
  # The `*' in the case matches for architectures that use `case' in
 
3302
  # $output_verbose_cmd can trigger glob expansion during the loop
 
3303
  # eval without this substitution.
 
3304
  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
3305
 
 
3306
  for p in `eval $output_verbose_link_cmd`; do
 
3307
    case $p in
 
3308
 
 
3309
    -L* | -R* | -l*)
 
3310
       # Some compilers place space between "-{L,R}" and the path.
 
3311
       # Remove the space.
 
3312
       if test $p = "-L" \
 
3313
          || test $p = "-R"; then
 
3314
         prev=$p
 
3315
         continue
 
3316
       else
 
3317
         prev=
 
3318
       fi
 
3319
 
 
3320
       if test "$pre_test_object_deps_done" = no; then
 
3321
         case $p in
 
3322
         -L* | -R*)
 
3323
           # Internal compiler library paths should come after those
 
3324
           # provided the user.  The postdeps already come after the
 
3325
           # user supplied libs so there is no need to process them.
 
3326
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
 
3327
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
3328
           else
 
3329
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
3330
           fi
 
3331
           ;;
 
3332
         # The "-l" case would never come before the object being
 
3333
         # linked, so don't bother handling this case.
 
3334
         esac
 
3335
       else
 
3336
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
 
3337
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
 
3338
         else
 
3339
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
 
3340
         fi
 
3341
       fi
 
3342
       ;;
 
3343
 
 
3344
    *.$objext)
 
3345
       # This assumes that the test object file only shows up
 
3346
       # once in the compiler output.
 
3347
       if test "$p" = "conftest.$objext"; then
 
3348
         pre_test_object_deps_done=yes
 
3349
         continue
 
3350
       fi
 
3351
 
 
3352
       if test "$pre_test_object_deps_done" = no; then
 
3353
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
 
3354
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
 
3355
         else
 
3356
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
 
3357
         fi
 
3358
       else
 
3359
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
 
3360
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
 
3361
         else
 
3362
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
 
3363
         fi
 
3364
       fi
 
3365
       ;;
 
3366
 
 
3367
    *) ;; # Ignore the rest.
 
3368
 
 
3369
    esac
 
3370
  done
 
3371
 
 
3372
  # Clean up.
 
3373
  rm -f a.out a.exe
 
3374
else
 
3375
  echo "libtool.m4: error: problem compiling $1 test program"
 
3376
fi
 
3377
 
 
3378
$rm -f confest.$objext
 
3379
 
 
3380
# PORTME: override above test on systems where it is broken
 
3381
ifelse([$1],[CXX],
 
3382
[case $host_os in
 
3383
solaris*)
 
3384
  case $cc_basename in
 
3385
  CC*)
 
3386
    # Adding this requires a known-good setup of shared libraries for
 
3387
    # Sun compiler versions before 5.6, else PIC objects from an old
 
3388
    # archive will be linked into the output, leading to subtle bugs.
 
3389
    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
 
3390
    ;;
 
3391
  esac
 
3392
esac
 
3393
])
 
3394
 
 
3395
case " $_LT_AC_TAGVAR(postdeps, $1) " in
 
3396
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
3397
esac
 
3398
])
 
3399
m4trace:/usr/share/aclocal/libtool.m4:3783: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
 
3400
m4trace:/usr/share/aclocal/libtool.m4:3881: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
 
3401
AC_LANG_PUSH(Fortran 77)
 
3402
 
 
3403
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3404
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
3405
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3406
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
3407
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
3408
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3409
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
3410
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
3411
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
3412
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
3413
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
3414
_LT_AC_TAGVAR(module_cmds, $1)=
 
3415
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
3416
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
3417
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
3418
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
3419
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3420
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
3421
 
 
3422
# Source file extension for f77 test sources.
 
3423
ac_ext=f
 
3424
 
 
3425
# Object file extension for compiled f77 test sources.
 
3426
objext=o
 
3427
_LT_AC_TAGVAR(objext, $1)=$objext
 
3428
 
 
3429
# Code to be used in simple compile tests
 
3430
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
 
3431
 
 
3432
# Code to be used in simple link tests
 
3433
lt_simple_link_test_code="      program t\n      end\n"
 
3434
 
 
3435
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3436
_LT_AC_SYS_COMPILER
 
3437
 
 
3438
# save warnings/boilerplate of simple test code
 
3439
_LT_COMPILER_BOILERPLATE
 
3440
_LT_LINKER_BOILERPLATE
 
3441
 
 
3442
# Allow CC to be a program name with arguments.
 
3443
lt_save_CC="$CC"
 
3444
CC=${F77-"f77"}
 
3445
compiler=$CC
 
3446
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3447
_LT_CC_BASENAME([$compiler])
 
3448
 
 
3449
AC_MSG_CHECKING([if libtool supports shared libraries])
 
3450
AC_MSG_RESULT([$can_build_shared])
 
3451
 
 
3452
AC_MSG_CHECKING([whether to build shared libraries])
 
3453
test "$can_build_shared" = "no" && enable_shared=no
 
3454
 
 
3455
# On AIX, shared libraries and static libraries use the same namespace, and
 
3456
# are all built from PIC.
 
3457
case $host_os in
 
3458
aix3*)
 
3459
  test "$enable_shared" = yes && enable_static=no
 
3460
  if test -n "$RANLIB"; then
 
3461
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
3462
    postinstall_cmds='$RANLIB $lib'
 
3463
  fi
 
3464
  ;;
 
3465
aix4* | aix5*)
 
3466
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
3467
    test "$enable_shared" = yes && enable_static=no
 
3468
  fi
 
3469
  ;;
 
3470
esac
 
3471
AC_MSG_RESULT([$enable_shared])
 
3472
 
 
3473
AC_MSG_CHECKING([whether to build static libraries])
 
3474
# Make sure either enable_shared or enable_static is yes.
 
3475
test "$enable_shared" = yes || enable_static=yes
 
3476
AC_MSG_RESULT([$enable_static])
 
3477
 
 
3478
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
3479
 
 
3480
_LT_AC_TAGVAR(GCC, $1)="$G77"
 
3481
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3482
 
 
3483
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3484
AC_LIBTOOL_PROG_CC_C_O($1)
 
3485
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3486
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3487
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3488
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3489
AC_LIBTOOL_SYS_LIB_STRIP
 
3490
 
 
3491
 
 
3492
AC_LIBTOOL_CONFIG($1)
 
3493
 
 
3494
AC_LANG_POP
 
3495
CC="$lt_save_CC"
 
3496
])
 
3497
m4trace:/usr/share/aclocal/libtool.m4:3889: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
 
3498
m4trace:/usr/share/aclocal/libtool.m4:3943: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
 
3499
 
 
3500
# Source file extension for Java test sources.
 
3501
ac_ext=java
 
3502
 
 
3503
# Object file extension for compiled Java test sources.
 
3504
objext=o
 
3505
_LT_AC_TAGVAR(objext, $1)=$objext
 
3506
 
 
3507
# Code to be used in simple compile tests
 
3508
lt_simple_compile_test_code="class foo {}\n"
 
3509
 
 
3510
# Code to be used in simple link tests
 
3511
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
 
3512
 
 
3513
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3514
_LT_AC_SYS_COMPILER
 
3515
 
 
3516
# save warnings/boilerplate of simple test code
 
3517
_LT_COMPILER_BOILERPLATE
 
3518
_LT_LINKER_BOILERPLATE
 
3519
 
 
3520
# Allow CC to be a program name with arguments.
 
3521
lt_save_CC="$CC"
 
3522
CC=${GCJ-"gcj"}
 
3523
compiler=$CC
 
3524
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3525
_LT_CC_BASENAME([$compiler])
 
3526
 
 
3527
# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
3528
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3529
 
 
3530
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
3531
 
 
3532
## CAVEAT EMPTOR:
 
3533
## There is no encapsulation within the following macros, do not change
 
3534
## the running order or otherwise move them around unless you know exactly
 
3535
## what you are doing...
 
3536
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
3537
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3538
AC_LIBTOOL_PROG_CC_C_O($1)
 
3539
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3540
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3541
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3542
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3543
AC_LIBTOOL_SYS_LIB_STRIP
 
3544
AC_LIBTOOL_DLOPEN_SELF($1)
 
3545
 
 
3546
AC_LIBTOOL_CONFIG($1)
 
3547
 
 
3548
AC_LANG_RESTORE
 
3549
CC="$lt_save_CC"
 
3550
])
 
3551
m4trace:/usr/share/aclocal/libtool.m4:3951: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
 
3552
m4trace:/usr/share/aclocal/libtool.m4:3987: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
 
3553
 
 
3554
# Source file extension for RC test sources.
 
3555
ac_ext=rc
 
3556
 
 
3557
# Object file extension for compiled RC test sources.
 
3558
objext=o
 
3559
_LT_AC_TAGVAR(objext, $1)=$objext
 
3560
 
 
3561
# Code to be used in simple compile tests
 
3562
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
 
3563
 
 
3564
# Code to be used in simple link tests
 
3565
lt_simple_link_test_code="$lt_simple_compile_test_code"
 
3566
 
 
3567
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3568
_LT_AC_SYS_COMPILER
 
3569
 
 
3570
# save warnings/boilerplate of simple test code
 
3571
_LT_COMPILER_BOILERPLATE
 
3572
_LT_LINKER_BOILERPLATE
 
3573
 
 
3574
# Allow CC to be a program name with arguments.
 
3575
lt_save_CC="$CC"
 
3576
CC=${RC-"windres"}
 
3577
compiler=$CC
 
3578
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3579
_LT_CC_BASENAME([$compiler])
 
3580
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
3581
 
 
3582
AC_LIBTOOL_CONFIG($1)
 
3583
 
 
3584
AC_LANG_RESTORE
 
3585
CC="$lt_save_CC"
 
3586
])
 
3587
m4trace:/usr/share/aclocal/libtool.m4:4478: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
 
3588
# libtool distribution, otherwise you forgot to ship ltmain.sh
 
3589
# with your package, and you will get complaints that there are
 
3590
# no rules to generate ltmain.sh.
 
3591
if test -f "$ltmain"; then
 
3592
  # See if we are running on zsh, and set the options which allow our commands through
 
3593
  # without removal of \ escapes.
 
3594
  if test -n "${ZSH_VERSION+set}" ; then
 
3595
    setopt NO_GLOB_SUBST
 
3596
  fi
 
3597
  # Now quote all the things that may contain metacharacters while being
 
3598
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
3599
  # variables and quote the copies for generation of the libtool script.
 
3600
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
 
3601
    SED SHELL STRIP \
 
3602
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
3603
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
3604
    deplibs_check_method reload_flag reload_cmds need_locks \
 
3605
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
3606
    lt_cv_sys_global_symbol_to_c_name_address \
 
3607
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
3608
    old_postinstall_cmds old_postuninstall_cmds \
 
3609
    _LT_AC_TAGVAR(compiler, $1) \
 
3610
    _LT_AC_TAGVAR(CC, $1) \
 
3611
    _LT_AC_TAGVAR(LD, $1) \
 
3612
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
 
3613
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
 
3614
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
 
3615
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
 
3616
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
 
3617
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
 
3618
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
 
3619
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
 
3620
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
 
3621
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
 
3622
    _LT_AC_TAGVAR(predep_objects, $1) \
 
3623
    _LT_AC_TAGVAR(postdep_objects, $1) \
 
3624
    _LT_AC_TAGVAR(predeps, $1) \
 
3625
    _LT_AC_TAGVAR(postdeps, $1) \
 
3626
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
 
3627
    _LT_AC_TAGVAR(archive_cmds, $1) \
 
3628
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
 
3629
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
 
3630
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
 
3631
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
 
3632
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
 
3633
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
 
3634
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
 
3635
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
 
3636
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
 
3637
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
 
3638
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
 
3639
    _LT_AC_TAGVAR(module_cmds, $1) \
 
3640
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
 
3641
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
 
3642
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
 
3643
    _LT_AC_TAGVAR(include_expsyms, $1); do
 
3644
 
 
3645
    case $var in
 
3646
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
 
3647
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
 
3648
    _LT_AC_TAGVAR(archive_cmds, $1) | \
 
3649
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
 
3650
    _LT_AC_TAGVAR(module_cmds, $1) | \
 
3651
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
 
3652
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
 
3653
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
 
3654
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
3655
    postinstall_cmds | postuninstall_cmds | \
 
3656
    old_postinstall_cmds | old_postuninstall_cmds | \
 
3657
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
3658
      # Double-quote double-evaled strings.
 
3659
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
3660
      ;;
 
3661
    *)
 
3662
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
3663
      ;;
 
3664
    esac
 
3665
  done
 
3666
 
 
3667
  case $lt_echo in
 
3668
  *'\[$]0 --fallback-echo"')
 
3669
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
 
3670
    ;;
 
3671
  esac
 
3672
 
 
3673
ifelse([$1], [],
 
3674
  [cfgfile="${ofile}T"
 
3675
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
3676
  $rm -f "$cfgfile"
 
3677
  AC_MSG_NOTICE([creating $ofile])],
 
3678
  [cfgfile="$ofile"])
 
3679
 
 
3680
  cat <<__EOF__ >> "$cfgfile"
 
3681
ifelse([$1], [],
 
3682
[#! $SHELL
 
3683
 
 
3684
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
3685
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
3686
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
3687
#
 
3688
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 
3689
# Free Software Foundation, Inc.
 
3690
#
 
3691
# This file is part of GNU Libtool:
 
3692
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
3693
#
 
3694
# This program is free software; you can redistribute it and/or modify
 
3695
# it under the terms of the GNU General Public License as published by
 
3696
# the Free Software Foundation; either version 2 of the License, or
 
3697
# (at your option) any later version.
 
3698
#
 
3699
# This program is distributed in the hope that it will be useful, but
 
3700
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
3701
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
3702
# General Public License for more details.
 
3703
#
 
3704
# You should have received a copy of the GNU General Public License
 
3705
# along with this program; if not, write to the Free Software
 
3706
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
3707
#
 
3708
# As a special exception to the GNU General Public License, if you
 
3709
# distribute this file as part of a program that contains a
 
3710
# configuration script generated by Autoconf, you may include it under
 
3711
# the same distribution terms that you use for the rest of that program.
 
3712
 
 
3713
# A sed program that does not truncate output.
 
3714
SED=$lt_SED
 
3715
 
 
3716
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
3717
Xsed="$SED -e 1s/^X//"
 
3718
 
 
3719
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
3720
# if CDPATH is set.
 
3721
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
3722
 
 
3723
# The names of the tagged configurations supported by this script.
 
3724
available_tags=
 
3725
 
 
3726
# ### BEGIN LIBTOOL CONFIG],
 
3727
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
 
3728
 
 
3729
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
3730
 
 
3731
# Shell to use when invoking shell scripts.
 
3732
SHELL=$lt_SHELL
 
3733
 
 
3734
# Whether or not to build shared libraries.
 
3735
build_libtool_libs=$enable_shared
 
3736
 
 
3737
# Whether or not to build static libraries.
 
3738
build_old_libs=$enable_static
 
3739
 
 
3740
# Whether or not to add -lc for building shared libraries.
 
3741
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
 
3742
 
 
3743
# Whether or not to disallow shared libs when runtime libs are static
 
3744
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
 
3745
 
 
3746
# Whether or not to optimize for fast installation.
 
3747
fast_install=$enable_fast_install
 
3748
 
 
3749
# The host system.
 
3750
host_alias=$host_alias
 
3751
host=$host
 
3752
host_os=$host_os
 
3753
 
 
3754
# The build system.
 
3755
build_alias=$build_alias
 
3756
build=$build
 
3757
build_os=$build_os
 
3758
 
 
3759
# An echo program that does not interpret backslashes.
 
3760
echo=$lt_echo
 
3761
 
 
3762
# The archiver.
 
3763
AR=$lt_AR
 
3764
AR_FLAGS=$lt_AR_FLAGS
 
3765
 
 
3766
# A C compiler.
 
3767
LTCC=$lt_LTCC
 
3768
 
 
3769
# A language-specific compiler.
 
3770
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
3771
 
 
3772
# Is the compiler the GNU C compiler?
 
3773
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
 
3774
 
 
3775
# An ERE matcher.
 
3776
EGREP=$lt_EGREP
 
3777
 
 
3778
# The linker used to build libraries.
 
3779
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
 
3780
 
 
3781
# Whether we need hard or soft links.
 
3782
LN_S=$lt_LN_S
 
3783
 
 
3784
# A BSD-compatible nm program.
 
3785
NM=$lt_NM
 
3786
 
 
3787
# A symbol stripping program
 
3788
STRIP=$lt_STRIP
 
3789
 
 
3790
# Used to examine libraries when file_magic_cmd begins "file"
 
3791
MAGIC_CMD=$MAGIC_CMD
 
3792
 
 
3793
# Used on cygwin: DLL creation program.
 
3794
DLLTOOL="$DLLTOOL"
 
3795
 
 
3796
# Used on cygwin: object dumper.
 
3797
OBJDUMP="$OBJDUMP"
 
3798
 
 
3799
# Used on cygwin: assembler.
 
3800
AS="$AS"
 
3801
 
 
3802
# The name of the directory that contains temporary libtool files.
 
3803
objdir=$objdir
 
3804
 
 
3805
# How to create reloadable object files.
 
3806
reload_flag=$lt_reload_flag
 
3807
reload_cmds=$lt_reload_cmds
 
3808
 
 
3809
# How to pass a linker flag through the compiler.
 
3810
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
3811
 
 
3812
# Object file suffix (normally "o").
 
3813
objext="$ac_objext"
 
3814
 
 
3815
# Old archive suffix (normally "a").
 
3816
libext="$libext"
 
3817
 
 
3818
# Shared library suffix (normally ".so").
 
3819
shrext_cmds='$shrext_cmds'
 
3820
 
 
3821
# Executable file suffix (normally "").
 
3822
exeext="$exeext"
 
3823
 
 
3824
# Additional compiler flags for building library objects.
 
3825
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
3826
pic_mode=$pic_mode
 
3827
 
 
3828
# What is the maximum length of a command?
 
3829
max_cmd_len=$lt_cv_sys_max_cmd_len
 
3830
 
 
3831
# Does compiler simultaneously support -c and -o options?
 
3832
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
3833
 
 
3834
# Must we lock files when doing compilation?
 
3835
need_locks=$lt_need_locks
 
3836
 
 
3837
# Do we need the lib prefix for modules?
 
3838
need_lib_prefix=$need_lib_prefix
 
3839
 
 
3840
# Do we need a version for libraries?
 
3841
need_version=$need_version
 
3842
 
 
3843
# Whether dlopen is supported.
 
3844
dlopen_support=$enable_dlopen
 
3845
 
 
3846
# Whether dlopen of programs is supported.
 
3847
dlopen_self=$enable_dlopen_self
 
3848
 
 
3849
# Whether dlopen of statically linked programs is supported.
 
3850
dlopen_self_static=$enable_dlopen_self_static
 
3851
 
 
3852
# Compiler flag to prevent dynamic linking.
 
3853
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
 
3854
 
 
3855
# Compiler flag to turn off builtin functions.
 
3856
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
 
3857
 
 
3858
# Compiler flag to allow reflexive dlopens.
 
3859
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
 
3860
 
 
3861
# Compiler flag to generate shared objects directly from archives.
 
3862
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
 
3863
 
 
3864
# Compiler flag to generate thread-safe objects.
 
3865
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
 
3866
 
 
3867
# Library versioning type.
 
3868
version_type=$version_type
 
3869
 
 
3870
# Format of library name prefix.
 
3871
libname_spec=$lt_libname_spec
 
3872
 
 
3873
# List of archive names.  First name is the real one, the rest are links.
 
3874
# The last name is the one that the linker finds with -lNAME.
 
3875
library_names_spec=$lt_library_names_spec
 
3876
 
 
3877
# The coded name of the library, if different from the real name.
 
3878
soname_spec=$lt_soname_spec
 
3879
 
 
3880
# Commands used to build and install an old-style archive.
 
3881
RANLIB=$lt_RANLIB
 
3882
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
 
3883
old_postinstall_cmds=$lt_old_postinstall_cmds
 
3884
old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
3885
 
 
3886
# Create an old-style archive from a shared archive.
 
3887
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
 
3888
 
 
3889
# Create a temporary old-style archive to link instead of a shared archive.
 
3890
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
 
3891
 
 
3892
# Commands used to build and install a shared archive.
 
3893
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
 
3894
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
 
3895
postinstall_cmds=$lt_postinstall_cmds
 
3896
postuninstall_cmds=$lt_postuninstall_cmds
 
3897
 
 
3898
# Commands used to build a loadable module (assumed same as above if empty)
 
3899
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
 
3900
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
 
3901
 
 
3902
# Commands to strip libraries.
 
3903
old_striplib=$lt_old_striplib
 
3904
striplib=$lt_striplib
 
3905
 
 
3906
# Dependencies to place before the objects being linked to create a
 
3907
# shared library.
 
3908
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
 
3909
 
 
3910
# Dependencies to place after the objects being linked to create a
 
3911
# shared library.
 
3912
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
 
3913
 
 
3914
# Dependencies to place before the objects being linked to create a
 
3915
# shared library.
 
3916
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
 
3917
 
 
3918
# Dependencies to place after the objects being linked to create a
 
3919
# shared library.
 
3920
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
 
3921
 
 
3922
# The library search path used internally by the compiler when linking
 
3923
# a shared library.
 
3924
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
 
3925
 
 
3926
# Method to check whether dependent libraries are shared objects.
 
3927
deplibs_check_method=$lt_deplibs_check_method
 
3928
 
 
3929
# Command to use when deplibs_check_method == file_magic.
 
3930
file_magic_cmd=$lt_file_magic_cmd
 
3931
 
 
3932
# Flag that allows shared libraries with undefined symbols to be built.
 
3933
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
3934
 
 
3935
# Flag that forces no undefined symbols.
 
3936
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
 
3937
 
 
3938
# Commands used to finish a libtool library installation in a directory.
 
3939
finish_cmds=$lt_finish_cmds
 
3940
 
 
3941
# Same as above, but a single script fragment to be evaled but not shown.
 
3942
finish_eval=$lt_finish_eval
 
3943
 
 
3944
# Take the output of nm and produce a listing of raw symbols and C names.
 
3945
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
3946
 
 
3947
# Transform the output of nm in a proper C declaration
 
3948
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
3949
 
 
3950
# Transform the output of nm in a C name address pair
 
3951
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
3952
 
 
3953
# This is the shared library runtime path variable.
 
3954
runpath_var=$runpath_var
 
3955
 
 
3956
# This is the shared library path variable.
 
3957
shlibpath_var=$shlibpath_var
 
3958
 
 
3959
# Is shlibpath searched before the hard-coded library search path?
 
3960
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
3961
 
 
3962
# How to hardcode a shared library path into an executable.
 
3963
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
 
3964
 
 
3965
# Whether we should hardcode library paths into libraries.
 
3966
hardcode_into_libs=$hardcode_into_libs
 
3967
 
 
3968
# Flag to hardcode \$libdir into a binary during linking.
 
3969
# This must work even if \$libdir does not exist.
 
3970
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
 
3971
 
 
3972
# If ld is used when linking, flag to hardcode \$libdir into
 
3973
# a binary during linking. This must work even if \$libdir does
 
3974
# not exist.
 
3975
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
 
3976
 
 
3977
# Whether we need a single -rpath flag with a separated argument.
 
3978
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
 
3979
 
 
3980
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
3981
# resulting binary.
 
3982
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
 
3983
 
 
3984
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
3985
# resulting binary.
 
3986
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
 
3987
 
 
3988
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
3989
# the resulting binary.
 
3990
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
 
3991
 
 
3992
# Set to yes if building a shared library automatically hardcodes DIR into the library
 
3993
# and all subsequent libraries and executables linked against it.
 
3994
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
 
3995
 
 
3996
# Variables whose values should be saved in libtool wrapper scripts and
 
3997
# restored at relink time.
 
3998
variables_saved_for_relink="$variables_saved_for_relink"
 
3999
 
 
4000
# Whether libtool must link a program against all its dependency libraries.
 
4001
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
 
4002
 
 
4003
# Compile-time system search path for libraries
 
4004
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
4005
 
 
4006
# Run-time system search path for libraries
 
4007
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
4008
 
 
4009
# Fix the shell variable \$srcfile for the compiler.
 
4010
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
 
4011
 
 
4012
# Set to yes if exported symbols are required.
 
4013
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
 
4014
 
 
4015
# The commands to list exported symbols.
 
4016
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
 
4017
 
 
4018
# The commands to extract the exported symbol list from a shared archive.
 
4019
extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
4020
 
 
4021
# Symbols that should not be listed in the preloaded symbols.
 
4022
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
 
4023
 
 
4024
# Symbols that must always be exported.
 
4025
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
 
4026
 
 
4027
ifelse([$1],[],
 
4028
[# ### END LIBTOOL CONFIG],
 
4029
[# ### END LIBTOOL TAG CONFIG: $tagname])
 
4030
 
 
4031
__EOF__
 
4032
 
 
4033
ifelse([$1],[], [
 
4034
  case $host_os in
 
4035
  aix3*)
 
4036
    cat <<\EOF >> "$cfgfile"
 
4037
 
 
4038
# AIX sometimes has problems with the GCC collect2 program.  For some
 
4039
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
4040
# vanish in a puff of smoke.
 
4041
if test "X${COLLECT_NAMES+set}" != Xset; then
 
4042
  COLLECT_NAMES=
 
4043
  export COLLECT_NAMES
 
4044
fi
 
4045
EOF
 
4046
    ;;
 
4047
  esac
 
4048
 
 
4049
  # We use sed instead of cat because bash on DJGPP gets confused if
 
4050
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
4051
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
4052
  # is reportedly fixed, but why not run on old versions too?
 
4053
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
 
4054
 
 
4055
  mv -f "$cfgfile" "$ofile" || \
 
4056
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
4057
  chmod +x "$ofile"
 
4058
])
 
4059
else
 
4060
  # If there is no Makefile yet, we rely on a make rule to execute
 
4061
  # `config.status --recheck' to rerun these tests and create the
 
4062
  # libtool script then.
 
4063
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
4064
  if test -f "$ltmain_in"; then
 
4065
    test -f Makefile && make "$ltmain"
 
4066
  fi
 
4067
fi
 
4068
])
 
4069
m4trace:/usr/share/aclocal/libtool.m4:4496: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
4070
 
 
4071
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
4072
 
 
4073
if test "$GCC" = yes; then
 
4074
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
4075
 
 
4076
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
4077
    lt_cv_prog_compiler_rtti_exceptions,
 
4078
    [-fno-rtti -fno-exceptions], [],
 
4079
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
4080
fi
 
4081
])
 
4082
m4trace:/usr/share/aclocal/libtool.m4:4689: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
 
4083
AC_REQUIRE([AC_PROG_NM])
 
4084
AC_REQUIRE([AC_OBJEXT])
 
4085
# Check for command to grab the raw symbol name followed by C symbol from nm.
 
4086
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
4087
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
4088
[
 
4089
# These are sane defaults that work on at least a few old systems.
 
4090
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
4091
 
 
4092
# Character class describing NM global symbol codes.
 
4093
symcode='[[BCDEGRST]]'
 
4094
 
 
4095
# Regexp to match symbols that can be accessed directly from C.
 
4096
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
4097
 
 
4098
# Transform an extracted symbol line into a proper C declaration
 
4099
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
4100
 
 
4101
# Transform an extracted symbol line into symbol name and symbol address
 
4102
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'"
 
4103
 
 
4104
# Define system-specific variables.
 
4105
case $host_os in
 
4106
aix*)
 
4107
  symcode='[[BCDT]]'
 
4108
  ;;
 
4109
cygwin* | mingw* | pw32*)
 
4110
  symcode='[[ABCDGISTW]]'
 
4111
  ;;
 
4112
hpux*) # Its linker distinguishes data from code symbols
 
4113
  if test "$host_cpu" = ia64; then
 
4114
    symcode='[[ABCDEGRST]]'
 
4115
  fi
 
4116
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4117
  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'"
 
4118
  ;;
 
4119
linux*)
 
4120
  if test "$host_cpu" = ia64; then
 
4121
    symcode='[[ABCDGIRSTW]]'
 
4122
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4123
    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'"
 
4124
  fi
 
4125
  ;;
 
4126
irix* | nonstopux*)
 
4127
  symcode='[[BCDEGRST]]'
 
4128
  ;;
 
4129
osf*)
 
4130
  symcode='[[BCDEGQRST]]'
 
4131
  ;;
 
4132
solaris* | sysv5*)
 
4133
  symcode='[[BDRT]]'
 
4134
  ;;
 
4135
sysv4)
 
4136
  symcode='[[DFNSTU]]'
 
4137
  ;;
 
4138
esac
 
4139
 
 
4140
# Handle CRLF in mingw tool chain
 
4141
opt_cr=
 
4142
case $build_os in
 
4143
mingw*)
 
4144
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
4145
  ;;
 
4146
esac
 
4147
 
 
4148
# If we're using GNU nm, then use its standard symbol codes.
 
4149
case `$NM -V 2>&1` in
 
4150
*GNU* | *'with BFD'*)
 
4151
  symcode='[[ABCDGIRSTW]]' ;;
 
4152
esac
 
4153
 
 
4154
# Try without a prefix undercore, then with it.
 
4155
for ac_symprfx in "" "_"; do
 
4156
 
 
4157
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
4158
  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
4159
 
 
4160
  # Write the raw and C identifiers.
 
4161
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
4162
 
 
4163
  # Check to see that the pipe works correctly.
 
4164
  pipe_works=no
 
4165
 
 
4166
  rm -f conftest*
 
4167
  cat > conftest.$ac_ext <<EOF
 
4168
#ifdef __cplusplus
 
4169
extern "C" {
 
4170
#endif
 
4171
char nm_test_var;
 
4172
void nm_test_func(){}
 
4173
#ifdef __cplusplus
 
4174
}
 
4175
#endif
 
4176
int main(){nm_test_var='a';nm_test_func();return(0);}
 
4177
EOF
 
4178
 
 
4179
  if AC_TRY_EVAL(ac_compile); then
 
4180
    # Now try to grab the symbols.
 
4181
    nlist=conftest.nm
 
4182
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
4183
      # Try sorting and uniquifying the output.
 
4184
      if sort "$nlist" | uniq > "$nlist"T; then
 
4185
        mv -f "$nlist"T "$nlist"
 
4186
      else
 
4187
        rm -f "$nlist"T
 
4188
      fi
 
4189
 
 
4190
      # Make sure that we snagged all the symbols we need.
 
4191
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
 
4192
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
 
4193
          cat <<EOF > conftest.$ac_ext
 
4194
#ifdef __cplusplus
 
4195
extern "C" {
 
4196
#endif
 
4197
 
 
4198
EOF
 
4199
          # Now generate the symbol file.
 
4200
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
 
4201
 
 
4202
          cat <<EOF >> conftest.$ac_ext
 
4203
#if defined (__STDC__) && __STDC__
 
4204
# define lt_ptr_t void *
 
4205
#else
 
4206
# define lt_ptr_t char *
 
4207
# define const
 
4208
#endif
 
4209
 
 
4210
/* The mapping between symbol names and symbols. */
 
4211
const struct {
 
4212
  const char *name;
 
4213
  lt_ptr_t address;
 
4214
}
 
4215
lt_preloaded_symbols[[]] =
 
4216
{
 
4217
EOF
 
4218
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
 
4219
          cat <<\EOF >> conftest.$ac_ext
 
4220
  {0, (lt_ptr_t) 0}
 
4221
};
 
4222
 
 
4223
#ifdef __cplusplus
 
4224
}
 
4225
#endif
 
4226
EOF
 
4227
          # Now try linking the two files.
 
4228
          mv conftest.$ac_objext conftstm.$ac_objext
 
4229
          lt_save_LIBS="$LIBS"
 
4230
          lt_save_CFLAGS="$CFLAGS"
 
4231
          LIBS="conftstm.$ac_objext"
 
4232
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
4233
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
4234
            pipe_works=yes
 
4235
          fi
 
4236
          LIBS="$lt_save_LIBS"
 
4237
          CFLAGS="$lt_save_CFLAGS"
 
4238
        else
 
4239
          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
4240
        fi
 
4241
      else
 
4242
        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
4243
      fi
 
4244
    else
 
4245
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
4246
    fi
 
4247
  else
 
4248
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
4249
    cat conftest.$ac_ext >&5
 
4250
  fi
 
4251
  rm -f conftest* conftst*
 
4252
 
 
4253
  # Do not use the global_symbol_pipe unless it works.
 
4254
  if test "$pipe_works" = yes; then
 
4255
    break
 
4256
  else
 
4257
    lt_cv_sys_global_symbol_pipe=
 
4258
  fi
 
4259
done
 
4260
])
 
4261
if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
4262
  lt_cv_sys_global_symbol_to_cdecl=
 
4263
fi
 
4264
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
4265
  AC_MSG_RESULT(failed)
 
4266
else
 
4267
  AC_MSG_RESULT(ok)
 
4268
fi
 
4269
])
 
4270
m4trace:/usr/share/aclocal/libtool.m4:5193: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
 
4271
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4272
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
4273
 
 
4274
AC_MSG_CHECKING([for $compiler option to produce PIC])
 
4275
 ifelse([$1],[CXX],[
 
4276
  # C++ specific cases for pic, static, wl, etc.
 
4277
  if test "$GXX" = yes; then
 
4278
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4279
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4280
 
 
4281
    case $host_os in
 
4282
    aix*)
 
4283
      # All AIX code is PIC.
 
4284
      if test "$host_cpu" = ia64; then
 
4285
        # AIX 5 now supports IA64 processor
 
4286
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4287
      fi
 
4288
      ;;
 
4289
    amigaos*)
 
4290
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4291
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4292
      # like `-m68040'.
 
4293
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4294
      ;;
 
4295
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4296
      # PIC is the default for these OSes.
 
4297
      ;;
 
4298
    mingw* | os2* | pw32*)
 
4299
      # This hack is so that the source file can tell whether it is being
 
4300
      # built for inclusion in a dll (and should export symbols for example).
 
4301
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4302
      ;;
 
4303
    darwin* | rhapsody*)
 
4304
      # PIC is the default on this platform
 
4305
      # Common symbols not allowed in MH_DYLIB files
 
4306
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4307
      ;;
 
4308
    *djgpp*)
 
4309
      # DJGPP does not support shared libraries at all
 
4310
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4311
      ;;
 
4312
    sysv4*MP*)
 
4313
      if test -d /usr/nec; then
 
4314
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4315
      fi
 
4316
      ;;
 
4317
    hpux*)
 
4318
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4319
      # not for PA HP-UX.
 
4320
      case $host_cpu in
 
4321
      hppa*64*|ia64*)
 
4322
        ;;
 
4323
      *)
 
4324
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4325
        ;;
 
4326
      esac
 
4327
      ;;
 
4328
    *)
 
4329
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4330
      ;;
 
4331
    esac
 
4332
  else
 
4333
    case $host_os in
 
4334
      aix4* | aix5*)
 
4335
        # All AIX code is PIC.
 
4336
        if test "$host_cpu" = ia64; then
 
4337
          # AIX 5 now supports IA64 processor
 
4338
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4339
        else
 
4340
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4341
        fi
 
4342
        ;;
 
4343
      chorus*)
 
4344
        case $cc_basename in
 
4345
        cxch68*)
 
4346
          # Green Hills C++ Compiler
 
4347
          # _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"
 
4348
          ;;
 
4349
        esac
 
4350
        ;;
 
4351
       darwin*)
 
4352
         # PIC is the default on this platform
 
4353
         # Common symbols not allowed in MH_DYLIB files
 
4354
         case $cc_basename in
 
4355
           xlc*)
 
4356
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4357
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4358
           ;;
 
4359
         esac
 
4360
       ;;
 
4361
      dgux*)
 
4362
        case $cc_basename in
 
4363
          ec++*)
 
4364
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4365
            ;;
 
4366
          ghcx*)
 
4367
            # Green Hills C++ Compiler
 
4368
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4369
            ;;
 
4370
          *)
 
4371
            ;;
 
4372
        esac
 
4373
        ;;
 
4374
      freebsd* | kfreebsd*-gnu | dragonfly*)
 
4375
        # FreeBSD uses GNU C++
 
4376
        ;;
 
4377
      hpux9* | hpux10* | hpux11*)
 
4378
        case $cc_basename in
 
4379
          CC*)
 
4380
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4381
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
4382
            if test "$host_cpu" != ia64; then
 
4383
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4384
            fi
 
4385
            ;;
 
4386
          aCC*)
 
4387
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4388
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
4389
            case $host_cpu in
 
4390
            hppa*64*|ia64*)
 
4391
              # +Z the default
 
4392
              ;;
 
4393
            *)
 
4394
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4395
              ;;
 
4396
            esac
 
4397
            ;;
 
4398
          *)
 
4399
            ;;
 
4400
        esac
 
4401
        ;;
 
4402
      irix5* | irix6* | nonstopux*)
 
4403
        case $cc_basename in
 
4404
          CC*)
 
4405
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4406
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4407
            # CC pic flag -KPIC is the default.
 
4408
            ;;
 
4409
          *)
 
4410
            ;;
 
4411
        esac
 
4412
        ;;
 
4413
      linux*)
 
4414
        case $cc_basename in
 
4415
          KCC*)
 
4416
            # KAI C++ Compiler
 
4417
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4418
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4419
            ;;
 
4420
          icpc* | ecpc*)
 
4421
            # Intel C++
 
4422
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4423
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4424
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4425
            ;;
 
4426
          pgCC*)
 
4427
            # Portland Group C++ compiler.
 
4428
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4429
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4430
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4431
            ;;
 
4432
          cxx*)
 
4433
            # Compaq C++
 
4434
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4435
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4436
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4437
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4438
            ;;
 
4439
          *)
 
4440
            ;;
 
4441
        esac
 
4442
        ;;
 
4443
      lynxos*)
 
4444
        ;;
 
4445
      m88k*)
 
4446
        ;;
 
4447
      mvs*)
 
4448
        case $cc_basename in
 
4449
          cxx*)
 
4450
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
4451
            ;;
 
4452
          *)
 
4453
            ;;
 
4454
        esac
 
4455
        ;;
 
4456
      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
4457
        ;;
 
4458
      osf3* | osf4* | osf5*)
 
4459
        case $cc_basename in
 
4460
          KCC*)
 
4461
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4462
            ;;
 
4463
          RCC*)
 
4464
            # Rational C++ 2.4.1
 
4465
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4466
            ;;
 
4467
          cxx*)
 
4468
            # Digital/Compaq C++
 
4469
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4470
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4471
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4472
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4473
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4474
            ;;
 
4475
          *)
 
4476
            ;;
 
4477
        esac
 
4478
        ;;
 
4479
      psos*)
 
4480
        ;;
 
4481
      sco*)
 
4482
        case $cc_basename in
 
4483
          CC*)
 
4484
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4485
            ;;
 
4486
          *)
 
4487
            ;;
 
4488
        esac
 
4489
        ;;
 
4490
      solaris*)
 
4491
        case $cc_basename in
 
4492
          CC*)
 
4493
            # Sun C++ 4.2, 5.x and Centerline C++
 
4494
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4495
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4496
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4497
            ;;
 
4498
          gcx*)
 
4499
            # Green Hills C++ Compiler
 
4500
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4501
            ;;
 
4502
          *)
 
4503
            ;;
 
4504
        esac
 
4505
        ;;
 
4506
      sunos4*)
 
4507
        case $cc_basename in
 
4508
          CC*)
 
4509
            # Sun C++ 4.x
 
4510
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4511
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4512
            ;;
 
4513
          lcc*)
 
4514
            # Lucid
 
4515
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4516
            ;;
 
4517
          *)
 
4518
            ;;
 
4519
        esac
 
4520
        ;;
 
4521
      tandem*)
 
4522
        case $cc_basename in
 
4523
          NCC*)
 
4524
            # NonStop-UX NCC 3.20
 
4525
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4526
            ;;
 
4527
          *)
 
4528
            ;;
 
4529
        esac
 
4530
        ;;
 
4531
      unixware*)
 
4532
        ;;
 
4533
      vxworks*)
 
4534
        ;;
 
4535
      *)
 
4536
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4537
        ;;
 
4538
    esac
 
4539
  fi
 
4540
],
 
4541
[
 
4542
  if test "$GCC" = yes; then
 
4543
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4544
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4545
 
 
4546
    case $host_os in
 
4547
      aix*)
 
4548
      # All AIX code is PIC.
 
4549
      if test "$host_cpu" = ia64; then
 
4550
        # AIX 5 now supports IA64 processor
 
4551
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4552
      fi
 
4553
      ;;
 
4554
 
 
4555
    amigaos*)
 
4556
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4557
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4558
      # like `-m68040'.
 
4559
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4560
      ;;
 
4561
 
 
4562
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4563
      # PIC is the default for these OSes.
 
4564
      ;;
 
4565
 
 
4566
    mingw* | pw32* | os2*)
 
4567
      # This hack is so that the source file can tell whether it is being
 
4568
      # built for inclusion in a dll (and should export symbols for example).
 
4569
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4570
      ;;
 
4571
 
 
4572
    darwin* | rhapsody*)
 
4573
      # PIC is the default on this platform
 
4574
      # Common symbols not allowed in MH_DYLIB files
 
4575
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4576
      ;;
 
4577
 
 
4578
    msdosdjgpp*)
 
4579
      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
4580
      # on systems that don't support them.
 
4581
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4582
      enable_shared=no
 
4583
      ;;
 
4584
 
 
4585
    sysv4*MP*)
 
4586
      if test -d /usr/nec; then
 
4587
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4588
      fi
 
4589
      ;;
 
4590
 
 
4591
    hpux*)
 
4592
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4593
      # not for PA HP-UX.
 
4594
      case $host_cpu in
 
4595
      hppa*64*|ia64*)
 
4596
        # +Z the default
 
4597
        ;;
 
4598
      *)
 
4599
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4600
        ;;
 
4601
      esac
 
4602
      ;;
 
4603
 
 
4604
    *)
 
4605
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4606
      ;;
 
4607
    esac
 
4608
  else
 
4609
    # PORTME Check for flag to pass linker flags through the system compiler.
 
4610
    case $host_os in
 
4611
    aix*)
 
4612
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4613
      if test "$host_cpu" = ia64; then
 
4614
        # AIX 5 now supports IA64 processor
 
4615
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4616
      else
 
4617
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4618
      fi
 
4619
      ;;
 
4620
      darwin*)
 
4621
        # PIC is the default on this platform
 
4622
        # Common symbols not allowed in MH_DYLIB files
 
4623
       case $cc_basename in
 
4624
         xlc*)
 
4625
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4626
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4627
         ;;
 
4628
       esac
 
4629
       ;;
 
4630
 
 
4631
    mingw* | pw32* | os2*)
 
4632
      # This hack is so that the source file can tell whether it is being
 
4633
      # built for inclusion in a dll (and should export symbols for example).
 
4634
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4635
      ;;
 
4636
 
 
4637
    hpux9* | hpux10* | hpux11*)
 
4638
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4639
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4640
      # not for PA HP-UX.
 
4641
      case $host_cpu in
 
4642
      hppa*64*|ia64*)
 
4643
        # +Z the default
 
4644
        ;;
 
4645
      *)
 
4646
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4647
        ;;
 
4648
      esac
 
4649
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
4650
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
4651
      ;;
 
4652
 
 
4653
    irix5* | irix6* | nonstopux*)
 
4654
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4655
      # PIC (with -KPIC) is the default.
 
4656
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4657
      ;;
 
4658
 
 
4659
    newsos6)
 
4660
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4661
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4662
      ;;
 
4663
 
 
4664
    linux*)
 
4665
      case $cc_basename in
 
4666
      icc* | ecc*)
 
4667
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4668
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4669
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4670
        ;;
 
4671
      pgcc* | pgf77* | pgf90* | pgf95*)
 
4672
        # Portland Group compilers (*not* the Pentium gcc compiler,
 
4673
        # which looks to be a dead project)
 
4674
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4675
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4676
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4677
        ;;
 
4678
      ccc*)
 
4679
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4680
        # All Alpha code is PIC.
 
4681
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4682
        ;;
 
4683
      esac
 
4684
      ;;
 
4685
 
 
4686
    osf3* | osf4* | osf5*)
 
4687
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4688
      # All OSF/1 code is PIC.
 
4689
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4690
      ;;
 
4691
 
 
4692
    sco3.2v5*)
 
4693
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
 
4694
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
 
4695
      ;;
 
4696
 
 
4697
    solaris*)
 
4698
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4699
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4700
      case $cc_basename in
 
4701
      f77* | f90* | f95*)
 
4702
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
4703
      *)
 
4704
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
4705
      esac
 
4706
      ;;
 
4707
 
 
4708
    sunos4*)
 
4709
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4710
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4711
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4712
      ;;
 
4713
 
 
4714
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
4715
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4716
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4717
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4718
      ;;
 
4719
 
 
4720
    sysv4*MP*)
 
4721
      if test -d /usr/nec ;then
 
4722
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
4723
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4724
      fi
 
4725
      ;;
 
4726
 
 
4727
    unicos*)
 
4728
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4729
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4730
      ;;
 
4731
 
 
4732
    uts4*)
 
4733
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4734
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4735
      ;;
 
4736
 
 
4737
    *)
 
4738
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4739
      ;;
 
4740
    esac
 
4741
  fi
 
4742
])
 
4743
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
4744
 
 
4745
#
 
4746
# Check to make sure the PIC flag actually works.
 
4747
#
 
4748
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
4749
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
 
4750
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
 
4751
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
 
4752
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
4753
     "" | " "*) ;;
 
4754
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
4755
     esac],
 
4756
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4757
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
4758
fi
 
4759
case $host_os in
 
4760
  # For platforms which do not support PIC, -DPIC is meaningless:
 
4761
  *djgpp*)
 
4762
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4763
    ;;
 
4764
  *)
 
4765
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
4766
    ;;
 
4767
esac
 
4768
])
 
4769
m4trace:/usr/share/aclocal/libtool.m4:6069: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
4770
ifelse([$1],[CXX],[
 
4771
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4772
  case $host_os in
 
4773
  aix4* | aix5*)
 
4774
    # If we're using GNU nm, then we don't want the "-C" option.
 
4775
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
4776
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
4777
      _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'
 
4778
    else
 
4779
      _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'
 
4780
    fi
 
4781
    ;;
 
4782
  pw32*)
 
4783
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
4784
  ;;
 
4785
  cygwin* | mingw*)
 
4786
    _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'
 
4787
  ;;
 
4788
  linux*)
 
4789
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
4790
  ;;
 
4791
  *)
 
4792
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4793
  ;;
 
4794
  esac
 
4795
],[
 
4796
  runpath_var=
 
4797
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
4798
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
4799
  _LT_AC_TAGVAR(archive_cmds, $1)=
 
4800
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
4801
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
 
4802
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
4803
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
4804
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4805
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
 
4806
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4807
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
4808
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
4809
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
4810
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
4811
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
4812
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
4813
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
4814
  _LT_AC_TAGVAR(module_cmds, $1)=
 
4815
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
4816
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
4817
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4818
  # include_expsyms should be a list of space-separated symbols to be *always*
 
4819
  # included in the symbol list
 
4820
  _LT_AC_TAGVAR(include_expsyms, $1)=
 
4821
  # exclude_expsyms can be an extended regexp of symbols to exclude
 
4822
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
4823
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
4824
  # as well as any symbol that contains `d'.
 
4825
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
 
4826
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
4827
  # platforms (ab)use it in PIC code, but their linkers get confused if
 
4828
  # the symbol is explicitly referenced.  Since portable code cannot
 
4829
  # rely on this symbol name, it's probably fine to never include it in
 
4830
  # preloaded symbol tables.
 
4831
  extract_expsyms_cmds=
 
4832
  # Just being paranoid about ensuring that cc_basename is set.
 
4833
  _LT_CC_BASENAME([$compiler])
 
4834
  case $host_os in
 
4835
  cygwin* | mingw* | pw32*)
 
4836
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
4837
    # When not using gcc, we currently assume that we are using
 
4838
    # Microsoft Visual C++.
 
4839
    if test "$GCC" != yes; then
 
4840
      with_gnu_ld=no
 
4841
    fi
 
4842
    ;;
 
4843
  openbsd*)
 
4844
    with_gnu_ld=no
 
4845
    ;;
 
4846
  esac
 
4847
 
 
4848
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
4849
  if test "$with_gnu_ld" = yes; then
 
4850
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
4851
    wlarc='${wl}'
 
4852
 
 
4853
    # Set some defaults for GNU ld with shared library support. These
 
4854
    # are reset later if shared libraries are not supported. Putting them
 
4855
    # here allows them to be overridden if necessary.
 
4856
    runpath_var=LD_RUN_PATH
 
4857
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
4858
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
4859
    # ancient GNU ld didn't support --whole-archive et. al.
 
4860
    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
4861
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
4862
      else
 
4863
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4864
    fi
 
4865
    supports_anon_versioning=no
 
4866
    case `$LD -v 2>/dev/null` in
 
4867
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
4868
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
4869
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
4870
      *\ 2.11.*) ;; # other 2.11 versions
 
4871
      *) supports_anon_versioning=yes ;;
 
4872
    esac
 
4873
 
 
4874
    # See if GNU ld supports shared libraries.
 
4875
    case $host_os in
 
4876
    aix3* | aix4* | aix5*)
 
4877
      # On AIX/PPC, the GNU linker is very broken
 
4878
      if test "$host_cpu" != ia64; then
 
4879
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4880
        cat <<EOF 1>&2
 
4881
 
 
4882
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
4883
*** to be unable to reliably create shared libraries on AIX.
 
4884
*** Therefore, libtool is disabling shared libraries support.  If you
 
4885
*** really care for shared libraries, you may want to modify your PATH
 
4886
*** so that a non-GNU linker is found, and then restart.
 
4887
 
 
4888
EOF
 
4889
      fi
 
4890
      ;;
 
4891
 
 
4892
    amigaos*)
 
4893
      _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)'
 
4894
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4895
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4896
 
 
4897
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
4898
      # that the semantics of dynamic libraries on AmigaOS, at least up
 
4899
      # to version 4, is to share data among multiple programs linked
 
4900
      # with the same dynamic library.  Since this doesn't match the
 
4901
      # behavior of shared libraries on other platforms, we can't use
 
4902
      # them.
 
4903
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4904
      ;;
 
4905
 
 
4906
    beos*)
 
4907
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4908
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4909
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
4910
        # support --undefined.  This deserves some investigation.  FIXME
 
4911
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4912
      else
 
4913
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4914
      fi
 
4915
      ;;
 
4916
 
 
4917
    cygwin* | mingw* | pw32*)
 
4918
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
4919
      # as there is no search path for DLLs.
 
4920
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4921
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4922
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
4923
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
4924
      _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'
 
4925
 
 
4926
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
4927
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
4928
        # If the export-symbols file already is a .def file (1st line
 
4929
        # is EXPORTS), use it as is; otherwise, prepend...
 
4930
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
4931
          cp $export_symbols $output_objdir/$soname.def;
 
4932
        else
 
4933
          echo EXPORTS > $output_objdir/$soname.def;
 
4934
          cat $export_symbols >> $output_objdir/$soname.def;
 
4935
        fi~
 
4936
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
4937
      else
 
4938
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4939
      fi
 
4940
      ;;
 
4941
 
 
4942
    linux*)
 
4943
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4944
        tmp_addflag=
 
4945
        case $cc_basename,$host_cpu in
 
4946
        pgcc*)                          # Portland Group C compiler
 
4947
          _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'
 
4948
          tmp_addflag=' $pic_flag'
 
4949
          ;;
 
4950
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
4951
          _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'
 
4952
          tmp_addflag=' $pic_flag -Mnomain' ;;
 
4953
        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
4954
          tmp_addflag=' -i_dynamic' ;;
 
4955
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
4956
          tmp_addflag=' -i_dynamic -nofor_main' ;;
 
4957
        ifc* | ifort*)                  # Intel Fortran compiler
 
4958
          tmp_addflag=' -nofor_main' ;;
 
4959
        esac
 
4960
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4961
 
 
4962
        if test $supports_anon_versioning = yes; then
 
4963
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
4964
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
4965
  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
4966
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
4967
        fi
 
4968
        _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
4969
      else
 
4970
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4971
      fi
 
4972
      ;;
 
4973
 
 
4974
    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
4975
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
4976
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
4977
        wlarc=
 
4978
      else
 
4979
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4980
        _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'
 
4981
      fi
 
4982
      ;;
 
4983
 
 
4984
    solaris* | sysv5*)
 
4985
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
4986
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4987
        cat <<EOF 1>&2
 
4988
 
 
4989
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
4990
*** create shared libraries on Solaris systems.  Therefore, libtool
 
4991
*** is disabling shared libraries support.  We urge you to upgrade GNU
 
4992
*** binutils to release 2.9.1 or newer.  Another option is to modify
 
4993
*** your PATH or compiler configuration so that the native linker is
 
4994
*** used, and then restart.
 
4995
 
 
4996
EOF
 
4997
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4998
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4999
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
5000
      else
 
5001
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5002
      fi
 
5003
      ;;
 
5004
 
 
5005
    sunos4*)
 
5006
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5007
      wlarc=
 
5008
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5009
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5010
      ;;
 
5011
 
 
5012
    *)
 
5013
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
5014
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5015
        _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'
 
5016
      else
 
5017
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5018
      fi
 
5019
      ;;
 
5020
    esac
 
5021
 
 
5022
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
5023
      runpath_var=
 
5024
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5025
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
5026
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5027
    fi
 
5028
  else
 
5029
    # PORTME fill in a description of your system's linker (not GNU ld)
 
5030
    case $host_os in
 
5031
    aix3*)
 
5032
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5033
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5034
      _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'
 
5035
      # Note: this linker hardcodes the directories in LIBPATH if there
 
5036
      # are no directories specified by -L.
 
5037
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5038
      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
5039
        # Neither direct hardcoding nor static linking is supported with a
 
5040
        # broken collect2.
 
5041
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
5042
      fi
 
5043
      ;;
 
5044
 
 
5045
    aix4* | aix5*)
 
5046
      if test "$host_cpu" = ia64; then
 
5047
        # On IA64, the linker does run time linking by default, so we don't
 
5048
        # have to do anything special.
 
5049
        aix_use_runtimelinking=no
 
5050
        exp_sym_flag='-Bexport'
 
5051
        no_entry_flag=""
 
5052
      else
 
5053
        # If we're using GNU nm, then we don't want the "-C" option.
 
5054
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
5055
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
5056
          _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'
 
5057
        else
 
5058
          _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'
 
5059
        fi
 
5060
        aix_use_runtimelinking=no
 
5061
 
 
5062
        # Test if we are trying to use run time linking or normal
 
5063
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
5064
        # need to do runtime linking.
 
5065
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
5066
          for ld_flag in $LDFLAGS; do
 
5067
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
5068
            aix_use_runtimelinking=yes
 
5069
            break
 
5070
          fi
 
5071
          done
 
5072
        esac
 
5073
 
 
5074
        exp_sym_flag='-bexport'
 
5075
        no_entry_flag='-bnoentry'
 
5076
      fi
 
5077
 
 
5078
      # When large executables or shared objects are built, AIX ld can
 
5079
      # have problems creating the table of contents.  If linking a library
 
5080
      # or program results in "error TOC overflow" add -mminimal-toc to
 
5081
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
5082
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
5083
 
 
5084
      _LT_AC_TAGVAR(archive_cmds, $1)=''
 
5085
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5086
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5087
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5088
 
 
5089
      if test "$GCC" = yes; then
 
5090
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
5091
        # We only want to do this on AIX 4.2 and lower, the check
 
5092
        # below for broken collect2 doesn't work under 4.3+
 
5093
          collect2name=`${CC} -print-prog-name=collect2`
 
5094
          if test -f "$collect2name" && \
 
5095
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
5096
          then
 
5097
          # We have reworked collect2
 
5098
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5099
          else
 
5100
          # We have old collect2
 
5101
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
5102
          # It fails to find uninstalled libraries when the uninstalled
 
5103
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
5104
          # to unsupported forces relinking
 
5105
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5106
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5107
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
5108
          fi
 
5109
        esac
 
5110
        shared_flag='-shared'
 
5111
        if test "$aix_use_runtimelinking" = yes; then
 
5112
          shared_flag="$shared_flag "'${wl}-G'
 
5113
        fi
 
5114
      else
 
5115
        # not using gcc
 
5116
        if test "$host_cpu" = ia64; then
 
5117
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
5118
        # chokes on -Wl,-G. The following line is correct:
 
5119
          shared_flag='-G'
 
5120
        else
 
5121
        if test "$aix_use_runtimelinking" = yes; then
 
5122
            shared_flag='${wl}-G'
 
5123
          else
 
5124
            shared_flag='${wl}-bM:SRE'
 
5125
        fi
 
5126
        fi
 
5127
      fi
 
5128
 
 
5129
      # It seems that -bexpall does not export symbols beginning with
 
5130
      # underscore (_), so it is better to generate a list of symbols to export.
 
5131
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5132
      if test "$aix_use_runtimelinking" = yes; then
 
5133
        # Warning - without using the other runtime loading flags (-brtl),
 
5134
        # -berok will link without error, but may produce a broken library.
 
5135
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
5136
       # Determine the default libpath from the value encoded in an empty executable.
 
5137
       _LT_AC_SYS_LIBPATH_AIX
 
5138
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5139
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
5140
       else
 
5141
        if test "$host_cpu" = ia64; then
 
5142
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
5143
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
5144
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
5145
        else
 
5146
         # Determine the default libpath from the value encoded in an empty executable.
 
5147
         _LT_AC_SYS_LIBPATH_AIX
 
5148
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5149
          # Warning - without using the other run time loading flags,
 
5150
          # -berok will link without error, but may produce a broken library.
 
5151
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
5152
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
5153
          # -bexpall does not export symbols beginning with underscore (_)
 
5154
          _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5155
          # Exported symbols can be pulled into shared objects from archives
 
5156
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
5157
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5158
          # This is similar to how AIX traditionally builds its shared libraries.
 
5159
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
5160
        fi
 
5161
      fi
 
5162
      ;;
 
5163
 
 
5164
    amigaos*)
 
5165
      _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)'
 
5166
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5167
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5168
      # see comment about different semantics on the GNU ld section
 
5169
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5170
      ;;
 
5171
 
 
5172
    bsdi[[45]]*)
 
5173
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
5174
      ;;
 
5175
 
 
5176
    cygwin* | mingw* | pw32*)
 
5177
      # When not using gcc, we currently assume that we are using
 
5178
      # Microsoft Visual C++.
 
5179
      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
5180
      # no search path for DLLs.
 
5181
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
5182
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5183
      # Tell ltmain to make .lib files, not .a files.
 
5184
      libext=lib
 
5185
      # Tell ltmain to make .dll files, not .so files.
 
5186
      shrext_cmds=".dll"
 
5187
      # FIXME: Setting linknames here is a bad hack.
 
5188
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
5189
      # The linker will automatically build a .lib file if we build a DLL.
 
5190
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
5191
      # FIXME: Should let the user specify the lib program.
 
5192
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
5193
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
5194
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
5195
      ;;
 
5196
 
 
5197
    darwin* | rhapsody*)
 
5198
      case $host_os in
 
5199
        rhapsody* | darwin1.[[012]])
 
5200
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
5201
         ;;
 
5202
       *) # Darwin 1.3 on
 
5203
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
5204
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5205
         else
 
5206
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
5207
             10.[[012]])
 
5208
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5209
               ;;
 
5210
             10.*)
 
5211
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
5212
               ;;
 
5213
           esac
 
5214
         fi
 
5215
         ;;
 
5216
      esac
 
5217
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5218
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5219
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
5220
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5221
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
5222
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5223
    if test "$GCC" = yes ; then
 
5224
        output_verbose_link_cmd='echo'
 
5225
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
5226
      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5227
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
5228
      _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}'
 
5229
      _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}'
 
5230
    else
 
5231
      case $cc_basename in
 
5232
        xlc*)
 
5233
         output_verbose_link_cmd='echo'
 
5234
         _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'
 
5235
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5236
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
5237
         _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}'
 
5238
          _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}'
 
5239
          ;;
 
5240
       *)
 
5241
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5242
          ;;
 
5243
      esac
 
5244
    fi
 
5245
      ;;
 
5246
 
 
5247
    dgux*)
 
5248
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5249
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5250
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5251
      ;;
 
5252
 
 
5253
    freebsd1*)
 
5254
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5255
      ;;
 
5256
 
 
5257
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
5258
    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
5259
    # does not break anything, and helps significantly (at the cost of a little
 
5260
    # extra space).
 
5261
    freebsd2.2*)
 
5262
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
5263
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5264
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5265
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5266
      ;;
 
5267
 
 
5268
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
5269
    freebsd2*)
 
5270
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5271
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5272
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5273
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5274
      ;;
 
5275
 
 
5276
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
5277
    freebsd* | kfreebsd*-gnu | dragonfly*)
 
5278
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
5279
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5280
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5281
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5282
      ;;
 
5283
 
 
5284
    hpux9*)
 
5285
      if test "$GCC" = yes; then
 
5286
        _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'
 
5287
      else
 
5288
        _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'
 
5289
      fi
 
5290
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5291
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5292
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5293
 
 
5294
      # hardcode_minus_L: Not really in the search PATH,
 
5295
      # but as the default location of the library.
 
5296
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5297
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5298
      ;;
 
5299
 
 
5300
    hpux10* | hpux11*)
 
5301
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
5302
        case $host_cpu in
 
5303
        hppa*64*|ia64*)
 
5304
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5305
          ;;
 
5306
        *)
 
5307
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
5308
          ;;
 
5309
        esac
 
5310
      else
 
5311
        case $host_cpu in
 
5312
        hppa*64*|ia64*)
 
5313
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5314
          ;;
 
5315
        *)
 
5316
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
5317
          ;;
 
5318
        esac
 
5319
      fi
 
5320
      if test "$with_gnu_ld" = no; then
 
5321
        case $host_cpu in
 
5322
        hppa*64*)
 
5323
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5324
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
5325
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5326
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5327
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5328
          ;;
 
5329
        ia64*)
 
5330
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5331
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5332
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5333
 
 
5334
          # hardcode_minus_L: Not really in the search PATH,
 
5335
          # but as the default location of the library.
 
5336
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5337
          ;;
 
5338
        *)
 
5339
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5340
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5341
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5342
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5343
 
 
5344
          # hardcode_minus_L: Not really in the search PATH,
 
5345
          # but as the default location of the library.
 
5346
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5347
          ;;
 
5348
        esac
 
5349
      fi
 
5350
      ;;
 
5351
 
 
5352
    irix5* | irix6* | nonstopux*)
 
5353
      if test "$GCC" = yes; then
 
5354
        _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'
 
5355
      else
 
5356
        _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'
 
5357
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
5358
      fi
 
5359
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5360
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5361
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5362
      ;;
 
5363
 
 
5364
    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
 
5365
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
5366
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
5367
      else
 
5368
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
5369
      fi
 
5370
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5371
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5372
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5373
      ;;
 
5374
 
 
5375
    newsos6)
 
5376
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5377
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5378
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5379
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5380
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5381
      ;;
 
5382
 
 
5383
    openbsd*)
 
5384
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5385
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5386
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
5387
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5388
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
5389
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5390
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5391
      else
 
5392
       case $host_os in
 
5393
         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
5394
           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5395
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5396
           ;;
 
5397
         *)
 
5398
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5399
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5400
           ;;
 
5401
       esac
 
5402
      fi
 
5403
      ;;
 
5404
 
 
5405
    os2*)
 
5406
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5407
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5408
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5409
      _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'
 
5410
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
5411
      ;;
 
5412
 
 
5413
    osf3*)
 
5414
      if test "$GCC" = yes; then
 
5415
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5416
        _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'
 
5417
      else
 
5418
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5419
        _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'
 
5420
      fi
 
5421
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5422
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5423
      ;;
 
5424
 
 
5425
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
 
5426
      if test "$GCC" = yes; then
 
5427
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5428
        _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'
 
5429
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5430
      else
 
5431
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5432
        _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'
 
5433
        _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~
 
5434
        $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'
 
5435
 
 
5436
        # Both c and cxx compiler support -rpath directly
 
5437
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
5438
      fi
 
5439
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5440
      ;;
 
5441
 
 
5442
    sco3.2v5*)
 
5443
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5444
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5445
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
5446
      runpath_var=LD_RUN_PATH
 
5447
      hardcode_runpath_var=yes
 
5448
      ;;
 
5449
 
 
5450
    solaris*)
 
5451
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
5452
      if test "$GCC" = yes; then
 
5453
        wlarc='${wl}'
 
5454
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5455
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5456
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
5457
      else
 
5458
        wlarc=''
 
5459
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5460
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5461
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
5462
      fi
 
5463
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5464
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5465
      case $host_os in
 
5466
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
5467
      *)
 
5468
        # The compiler driver will combine linker options so we
 
5469
        # cannot just pass the convience library names through
 
5470
        # without $wl, iff we do not link with $LD.
 
5471
        # Luckily, gcc supports the same syntax we need for Sun Studio.
 
5472
        # Supported since Solaris 2.6 (maybe 2.5.1?)
 
5473
        case $wlarc in
 
5474
        '')
 
5475
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
 
5476
        *)
 
5477
          _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' ;;
 
5478
        esac ;;
 
5479
      esac
 
5480
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5481
      ;;
 
5482
 
 
5483
    sunos4*)
 
5484
      if test "x$host_vendor" = xsequent; then
 
5485
        # Use $CC to link under sequent, because it throws in some extra .o
 
5486
        # files that make .init and .fini sections work.
 
5487
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
5488
      else
 
5489
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
5490
      fi
 
5491
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5492
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5493
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5494
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5495
      ;;
 
5496
 
 
5497
    sysv4)
 
5498
      case $host_vendor in
 
5499
        sni)
 
5500
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5501
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
5502
        ;;
 
5503
        siemens)
 
5504
          ## LD is ld it makes a PLAMLIB
 
5505
          ## CC just makes a GrossModule.
 
5506
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5507
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
5508
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5509
        ;;
 
5510
        motorola)
 
5511
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5512
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
5513
        ;;
 
5514
      esac
 
5515
      runpath_var='LD_RUN_PATH'
 
5516
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5517
      ;;
 
5518
 
 
5519
    sysv4.3*)
 
5520
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5521
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5522
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
5523
      ;;
 
5524
 
 
5525
    sysv4*MP*)
 
5526
      if test -d /usr/nec; then
 
5527
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5528
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5529
        runpath_var=LD_RUN_PATH
 
5530
        hardcode_runpath_var=yes
 
5531
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5532
      fi
 
5533
      ;;
 
5534
 
 
5535
    sysv4.2uw2*)
 
5536
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5537
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5538
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
5539
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5540
      hardcode_runpath_var=yes
 
5541
      runpath_var=LD_RUN_PATH
 
5542
      ;;
 
5543
 
 
5544
   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
 
5545
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
 
5546
      if test "$GCC" = yes; then
 
5547
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5548
      else
 
5549
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5550
      fi
 
5551
      runpath_var='LD_RUN_PATH'
 
5552
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5553
      ;;
 
5554
 
 
5555
    sysv5*)
 
5556
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
5557
      # $CC -shared without GNU ld will not create a library from C++
 
5558
      # object files and a static libstdc++, better avoid it by now
 
5559
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5560
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5561
                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
5562
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5563
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5564
      runpath_var='LD_RUN_PATH'
 
5565
      ;;
 
5566
 
 
5567
    uts4*)
 
5568
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5569
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5570
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5571
      ;;
 
5572
 
 
5573
    *)
 
5574
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5575
      ;;
 
5576
    esac
 
5577
  fi
 
5578
])
 
5579
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
5580
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
5581
 
 
5582
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
5583
if test "$GCC" = yes; then
 
5584
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
5585
fi
 
5586
 
 
5587
#
 
5588
# Do we need to explicitly link libc?
 
5589
#
 
5590
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
5591
x|xyes)
 
5592
  # Assume -lc should be added
 
5593
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5594
 
 
5595
  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
5596
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
5597
    *'~'*)
 
5598
      # FIXME: we may have to deal with multi-command sequences.
 
5599
      ;;
 
5600
    '$CC '*)
 
5601
      # Test whether the compiler implicitly links with -lc since on some
 
5602
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
5603
      # to ld, don't add -lc before -lgcc.
 
5604
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
5605
      $rm conftest*
 
5606
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
5607
 
 
5608
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
5609
        soname=conftest
 
5610
        lib=conftest
 
5611
        libobjs=conftest.$ac_objext
 
5612
        deplibs=
 
5613
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
5614
        compiler_flags=-v
 
5615
        linker_flags=-v
 
5616
        verstring=
 
5617
        output_objdir=.
 
5618
        libname=conftest
 
5619
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
5620
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
5621
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
5622
        then
 
5623
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5624
        else
 
5625
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5626
        fi
 
5627
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
5628
      else
 
5629
        cat conftest.err 1>&5
 
5630
      fi
 
5631
      $rm conftest*
 
5632
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
5633
      ;;
 
5634
    esac
 
5635
  fi
 
5636
  ;;
 
5637
esac
 
5638
])
 
5639
m4trace:/usr/share/aclocal/libtool.m4:6109: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 
5640
# /* ltdll.c starts here */
 
5641
# #define WIN32_LEAN_AND_MEAN
 
5642
# #include <windows.h>
 
5643
# #undef WIN32_LEAN_AND_MEAN
 
5644
# #include <stdio.h>
 
5645
#
 
5646
# #ifndef __CYGWIN__
 
5647
# #  ifdef __CYGWIN32__
 
5648
# #    define __CYGWIN__ __CYGWIN32__
 
5649
# #  endif
 
5650
# #endif
 
5651
#
 
5652
# #ifdef __cplusplus
 
5653
# extern "C" {
 
5654
# #endif
 
5655
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
5656
# #ifdef __cplusplus
 
5657
# }
 
5658
# #endif
 
5659
#
 
5660
# #ifdef __CYGWIN__
 
5661
# #include <cygwin/cygwin_dll.h>
 
5662
# DECLARE_CYGWIN_DLL( DllMain );
 
5663
# #endif
 
5664
# HINSTANCE __hDllInstance_base;
 
5665
#
 
5666
# BOOL APIENTRY
 
5667
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
5668
# {
 
5669
#   __hDllInstance_base = hInst;
 
5670
#   return TRUE;
 
5671
# }
 
5672
# /* ltdll.c ends here */
 
5673
])
 
5674
m4trace:/usr/share/aclocal/libtool.m4:6114: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
 
5675
m4trace:/usr/share/aclocal/libtool.m4:6118: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
 
5676
m4trace:/usr/share/aclocal/libtool.m4:6119: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
5677
m4trace:/usr/share/aclocal/libtool.m4:6120: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
5678
m4trace:/usr/share/aclocal/libtool.m4:6121: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
5679
m4trace:/usr/share/aclocal/libtool.m4:6122: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
5680
m4trace:/usr/share/aclocal/libtool.m4:6123: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
 
5681
m4trace:/usr/share/aclocal/libtool.m4:6124: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
 
5682
m4trace:/usr/share/aclocal/libtool.m4:6133: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
 
5683
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
5684
  AC_SUBST(GCJFLAGS)
 
5685
])
 
5686
m4trace:/usr/share/aclocal/libtool.m4:6137: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
 
5687
])
 
5688
m4trace:/usr/share/aclocal/libtool.m4:6200: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
 
5689
AC_CACHE_VAL(lt_cv_path_SED,
 
5690
[# Loop through the user's path and test for sed and gsed.
 
5691
# Then use that list of sed's as ones to test for truncation.
 
5692
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5693
for as_dir in $PATH
 
5694
do
 
5695
  IFS=$as_save_IFS
 
5696
  test -z "$as_dir" && as_dir=.
 
5697
  for lt_ac_prog in sed gsed; do
 
5698
    for ac_exec_ext in '' $ac_executable_extensions; do
 
5699
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
5700
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
5701
      fi
 
5702
    done
 
5703
  done
 
5704
done
 
5705
lt_ac_max=0
 
5706
lt_ac_count=0
 
5707
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
5708
# along with /bin/sed that truncates output.
 
5709
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
5710
  test ! -f $lt_ac_sed && continue
 
5711
  cat /dev/null > conftest.in
 
5712
  lt_ac_count=0
 
5713
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
5714
  # Check for GNU sed and select it if it is found.
 
5715
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
5716
    lt_cv_path_SED=$lt_ac_sed
 
5717
    break
 
5718
  fi
 
5719
  while true; do
 
5720
    cat conftest.in conftest.in >conftest.tmp
 
5721
    mv conftest.tmp conftest.in
 
5722
    cp conftest.in conftest.nl
 
5723
    echo >>conftest.nl
 
5724
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
5725
    cmp -s conftest.out conftest.nl || break
 
5726
    # 10000 chars as input seems more than enough
 
5727
    test $lt_ac_count -gt 10 && break
 
5728
    lt_ac_count=`expr $lt_ac_count + 1`
 
5729
    if test $lt_ac_count -gt $lt_ac_max; then
 
5730
      lt_ac_max=$lt_ac_count
 
5731
      lt_cv_path_SED=$lt_ac_sed
 
5732
    fi
 
5733
  done
 
5734
done
 
5735
])
 
5736
SED=$lt_cv_path_SED
 
5737
AC_MSG_RESULT([$SED])
 
5738
])
 
5739
m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
5740
m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
 
5741
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.
 
5742
AC_PREREQ([2.50])dnl
 
5743
# expand $ac_aux_dir to an absolute path
 
5744
am_aux_dir=`cd $ac_aux_dir && pwd`
 
5745
])
 
5746
m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
5747
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
5748
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
5749
AC_SUBST([$1_TRUE])
 
5750
AC_SUBST([$1_FALSE])
 
5751
if $2; then
 
5752
  $1_TRUE=
 
5753
  $1_FALSE='#'
 
5754
else
 
5755
  $1_TRUE='#'
 
5756
  $1_FALSE=
 
5757
fi
 
5758
AC_CONFIG_COMMANDS_PRE(
 
5759
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
5760
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
5761
Usually this means the macro was only invoked conditionally.]])
 
5762
fi])])
 
5763
m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
5764
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
5765
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
5766
AC_REQUIRE([AM_DEP_TRACK])dnl
 
5767
 
 
5768
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
5769
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
5770
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
5771
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
5772
                   [depcc="$$1"   am_compiler_list=])
 
5773
 
 
5774
AC_CACHE_CHECK([dependency style of $depcc],
 
5775
               [am_cv_$1_dependencies_compiler_type],
 
5776
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
5777
  # We make a subdir and do the tests there.  Otherwise we can end up
 
5778
  # making bogus files that we don't know about and never remove.  For
 
5779
  # instance it was reported that on HP-UX the gcc test will end up
 
5780
  # making a dummy file named `D' -- because `-MD' means `put the output
 
5781
  # in D'.
 
5782
  mkdir conftest.dir
 
5783
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
5784
  # using a relative directory.
 
5785
  cp "$am_depcomp" conftest.dir
 
5786
  cd conftest.dir
 
5787
  # We will build objects and dependencies in a subdirectory because
 
5788
  # it helps to detect inapplicable dependency modes.  For instance
 
5789
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
5790
  # side effect of compilation, but ICC will put the dependencies in
 
5791
  # the current directory while Tru64 will put them in the object
 
5792
  # directory.
 
5793
  mkdir sub
 
5794
 
 
5795
  am_cv_$1_dependencies_compiler_type=none
 
5796
  if test "$am_compiler_list" = ""; then
 
5797
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
5798
  fi
 
5799
  for depmode in $am_compiler_list; do
 
5800
    # Setup a source with many dependencies, because some compilers
 
5801
    # like to wrap large dependency lists on column 80 (with \), and
 
5802
    # we should not choose a depcomp mode which is confused by this.
 
5803
    #
 
5804
    # We need to recreate these files for each test, as the compiler may
 
5805
    # overwrite some of them when testing with obscure command lines.
 
5806
    # This happens at least with the AIX C compiler.
 
5807
    : > sub/conftest.c
 
5808
    for i in 1 2 3 4 5 6; do
 
5809
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
5810
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
5811
      # Solaris 8's {/usr,}/bin/sh.
 
5812
      touch sub/conftst$i.h
 
5813
    done
 
5814
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
5815
 
 
5816
    case $depmode in
 
5817
    nosideeffect)
 
5818
      # after this tag, mechanisms are not by side-effect, so they'll
 
5819
      # only be used when explicitly requested
 
5820
      if test "x$enable_dependency_tracking" = xyes; then
 
5821
        continue
 
5822
      else
 
5823
        break
 
5824
      fi
 
5825
      ;;
 
5826
    none) break ;;
 
5827
    esac
 
5828
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
5829
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
5830
    # handle `-M -o', and we need to detect this.
 
5831
    if depmode=$depmode \
 
5832
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
5833
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
5834
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
5835
         >/dev/null 2>conftest.err &&
 
5836
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
5837
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
5838
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
5839
      # icc doesn't choke on unknown options, it will just issue warnings
 
5840
      # or remarks (even with -Werror).  So we grep stderr for any message
 
5841
      # that says an option was ignored or not supported.
 
5842
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
5843
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
5844
      # The diagnosis changed in icc 8.0:
 
5845
      #   icc: Command line remark: option '-MP' not supported
 
5846
      if (grep 'ignoring option' conftest.err ||
 
5847
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
5848
        am_cv_$1_dependencies_compiler_type=$depmode
 
5849
        break
 
5850
      fi
 
5851
    fi
 
5852
  done
 
5853
 
 
5854
  cd ..
 
5855
  rm -rf conftest.dir
 
5856
else
 
5857
  am_cv_$1_dependencies_compiler_type=none
 
5858
fi
 
5859
])
 
5860
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
5861
AM_CONDITIONAL([am__fastdep$1], [
 
5862
  test "x$enable_dependency_tracking" != xno \
 
5863
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
5864
])
 
5865
m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
5866
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
5867
])
 
5868
m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
5869
[  --disable-dependency-tracking  speeds up one-time build
 
5870
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
5871
if test "x$enable_dependency_tracking" != xno; then
 
5872
  am_depcomp="$ac_aux_dir/depcomp"
 
5873
  AMDEPBACKSLASH='\'
 
5874
fi
 
5875
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
5876
AC_SUBST([AMDEPBACKSLASH])
 
5877
])
 
5878
m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
5879
  # Strip MF so we end up with the name of the file.
 
5880
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
5881
  # Check whether this is an Automake generated Makefile or not.
 
5882
  # We used to match only the files named `Makefile.in', but
 
5883
  # some people rename them; so instead we look at the file content.
 
5884
  # Grep'ing the first line is not enough: some people post-process
 
5885
  # each Makefile.in and add a new line on top of each file to say so.
 
5886
  # So let's grep whole file.
 
5887
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
5888
    dirpart=`AS_DIRNAME("$mf")`
 
5889
  else
 
5890
    continue
 
5891
  fi
 
5892
  # Extract the definition of DEPDIR, am__include, and am__quote
 
5893
  # from the Makefile without running `make'.
 
5894
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
5895
  test -z "$DEPDIR" && continue
 
5896
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
5897
  test -z "am__include" && continue
 
5898
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
5899
  # When using ansi2knr, U may be empty or an underscore; expand it
 
5900
  U=`sed -n 's/^U = //p' < "$mf"`
 
5901
  # Find all dependency output files, they are included files with
 
5902
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
5903
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
5904
  # expansion.
 
5905
  for file in `sed -n "
 
5906
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
5907
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
5908
    # Make sure the directory exists.
 
5909
    test -f "$dirpart/$file" && continue
 
5910
    fdir=`AS_DIRNAME(["$file"])`
 
5911
    AS_MKDIR_P([$dirpart/$fdir])
 
5912
    # echo "creating $dirpart/$file"
 
5913
    echo '# dummy' > "$dirpart/$file"
 
5914
  done
 
5915
done
 
5916
])
 
5917
m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
5918
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
5919
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
5920
])
 
5921
m4trace:/usr/share/aclocal-1.9/dmalloc.m4:29: -1- AC_DEFUN([AM_WITH_DMALLOC], [AC_MSG_CHECKING([if malloc debugging is wanted])
 
5922
AC_ARG_WITH(dmalloc,
 
5923
[  --with-dmalloc          use dmalloc, as in
 
5924
                          http://www.dmalloc.com/dmalloc.tar.gz],
 
5925
[if test "$withval" = yes; then
 
5926
  AC_MSG_RESULT(yes)
 
5927
  AC_DEFINE(WITH_DMALLOC,1,
 
5928
            [Define if using the dmalloc debugging malloc package])
 
5929
  LIBS="$LIBS -ldmalloc"
 
5930
  LDFLAGS="$LDFLAGS -g"
 
5931
else
 
5932
  AC_MSG_RESULT(no)
 
5933
fi], [AC_MSG_RESULT(no)])
 
5934
])
 
5935
m4trace:/usr/share/aclocal-1.9/dmalloc.m4:31: -1- AU_DEFUN([fp_WITH_DMALLOC], [AM_WITH_DMALLOC])
 
5936
m4trace:/usr/share/aclocal-1.9/dmalloc.m4:31: -1- AC_DEFUN([fp_WITH_DMALLOC], [AC_DIAGNOSE([obsolete], [The macro `fp_WITH_DMALLOC' is obsolete.
 
5937
You should run autoupdate.])dnl
 
5938
AM_WITH_DMALLOC])
 
5939
m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
 
5940
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
5941
dnl the ones we care about.
 
5942
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
5943
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
5944
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
5945
# test to see if srcdir already configured
 
5946
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
5947
   test -f $srcdir/config.status; then
 
5948
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
5949
fi
 
5950
 
 
5951
# test whether we have cygpath
 
5952
if test -z "$CYGPATH_W"; then
 
5953
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
5954
    CYGPATH_W='cygpath -w'
 
5955
  else
 
5956
    CYGPATH_W=echo
 
5957
  fi
 
5958
fi
 
5959
AC_SUBST([CYGPATH_W])
 
5960
 
 
5961
# Define the identity of the package.
 
5962
dnl Distinguish between old-style and new-style calls.
 
5963
m4_ifval([$2],
 
5964
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
5965
 AC_SUBST([PACKAGE], [$1])dnl
 
5966
 AC_SUBST([VERSION], [$2])],
 
5967
[_AM_SET_OPTIONS([$1])dnl
 
5968
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
5969
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
5970
 
 
5971
_AM_IF_OPTION([no-define],,
 
5972
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
5973
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
5974
 
 
5975
# Some tools Automake needs.
 
5976
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
5977
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
5978
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
5979
AM_MISSING_PROG(AUTOCONF, autoconf)
 
5980
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
5981
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
5982
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
5983
AM_PROG_INSTALL_SH
 
5984
AM_PROG_INSTALL_STRIP
 
5985
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
5986
# We need awk for the "check" target.  The system "awk" is bad on
 
5987
# some platforms.
 
5988
AC_REQUIRE([AC_PROG_AWK])dnl
 
5989
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
5990
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
5991
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
5992
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
5993
                             [_AM_PROG_TAR([v7])])])
 
5994
_AM_IF_OPTION([no-dependencies],,
 
5995
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
5996
                  [_AM_DEPENDENCIES(CC)],
 
5997
                  [define([AC_PROG_CC],
 
5998
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
5999
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
6000
                  [_AM_DEPENDENCIES(CXX)],
 
6001
                  [define([AC_PROG_CXX],
 
6002
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
6003
])
 
6004
])
 
6005
m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
6006
_am_stamp_count=1
 
6007
for _am_header in $config_headers :; do
 
6008
  case $_am_header in
 
6009
    $1 | $1:* )
 
6010
      break ;;
 
6011
    * )
 
6012
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
6013
  esac
 
6014
done
 
6015
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
6016
m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6017
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
6018
AC_SUBST(install_sh)])
 
6019
m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
6020
mkdir .tst 2>/dev/null
 
6021
if test -d .tst; then
 
6022
  am__leading_dot=.
 
6023
else
 
6024
  am__leading_dot=_
 
6025
fi
 
6026
rmdir .tst 2>/dev/null
 
6027
AC_SUBST([am__leading_dot])])
 
6028
m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
6029
cat > confinc << 'END'
 
6030
am__doit:
 
6031
        @echo done
 
6032
.PHONY: am__doit
 
6033
END
 
6034
# If we don't find an include directive, just comment out the code.
 
6035
AC_MSG_CHECKING([for style of include used by $am_make])
 
6036
am__include="#"
 
6037
am__quote=
 
6038
_am_result=none
 
6039
# First try GNU make style include.
 
6040
echo "include confinc" > confmf
 
6041
# We grep out `Entering directory' and `Leaving directory'
 
6042
# messages which can occur if `w' ends up in MAKEFLAGS.
 
6043
# In particular we don't look at `^make:' because GNU make might
 
6044
# be invoked under some other name (usually "gmake"), in which
 
6045
# case it prints its new name instead of `make'.
 
6046
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
6047
   am__include=include
 
6048
   am__quote=
 
6049
   _am_result=GNU
 
6050
fi
 
6051
# Now try BSD make style include.
 
6052
if test "$am__include" = "#"; then
 
6053
   echo '.include "confinc"' > confmf
 
6054
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
6055
      am__include=.include
 
6056
      am__quote="\""
 
6057
      _am_result=BSD
 
6058
   fi
 
6059
fi
 
6060
AC_SUBST([am__include])
 
6061
AC_SUBST([am__quote])
 
6062
AC_MSG_RESULT([$_am_result])
 
6063
rm -f confinc confmf
 
6064
])
 
6065
m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
6066
$1=${$1-"${am_missing_run}$2"}
 
6067
AC_SUBST($1)])
 
6068
m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
6069
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
6070
# Use eval to expand $SHELL
 
6071
if eval "$MISSING --run true"; then
 
6072
  am_missing_run="$MISSING --run "
 
6073
else
 
6074
  am_missing_run=
 
6075
  AC_MSG_WARN([`missing' script is too old or missing])
 
6076
fi
 
6077
])
 
6078
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
 
6079
  # We used to keeping the `.' as first argument, in order to
 
6080
  # allow $(mkdir_p) to be used without argument.  As in
 
6081
  #   $(mkdir_p) $(somedir)
 
6082
  # where $(somedir) is conditionally defined.  However this is wrong
 
6083
  # for two reasons:
 
6084
  #  1. if the package is installed by a user who cannot write `.'
 
6085
  #     make install will fail,
 
6086
  #  2. the above comment should most certainly read
 
6087
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
6088
  #     so it does not work when $(somedir) is undefined and
 
6089
  #     $(DESTDIR) is not.
 
6090
  #  To support the latter case, we have to write
 
6091
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
6092
  #  so the `.' trick is pointless.
 
6093
  mkdir_p='mkdir -p --'
 
6094
else
 
6095
  # On NextStep and OpenStep, the `mkdir' command does not
 
6096
  # recognize any option.  It will interpret all options as
 
6097
  # directories to create, and then abort because `.' already
 
6098
  # exists.
 
6099
  for d in ./-p ./--version;
 
6100
  do
 
6101
    test -d $d && rmdir $d
 
6102
  done
 
6103
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
6104
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
6105
    mkdir_p='$(mkinstalldirs)'
 
6106
  else
 
6107
    mkdir_p='$(install_sh) -d'
 
6108
  fi
 
6109
fi
 
6110
AC_SUBST([mkdir_p])])
 
6111
m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
6112
m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
6113
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)])])
 
6114
m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
6115
m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
6116
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
6117
   ac_status=$?
 
6118
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
6119
   (exit $ac_status); }])
 
6120
m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
6121
# Just in case
 
6122
sleep 1
 
6123
echo timestamp > conftest.file
 
6124
# Do `set' in a subshell so we don't clobber the current shell's
 
6125
# arguments.  Must try -L first in case configure is actually a
 
6126
# symlink; some systems play weird games with the mod time of symlinks
 
6127
# (eg FreeBSD returns the mod time of the symlink's containing
 
6128
# directory).
 
6129
if (
 
6130
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
6131
   if test "$[*]" = "X"; then
 
6132
      # -L didn't work.
 
6133
      set X `ls -t $srcdir/configure conftest.file`
 
6134
   fi
 
6135
   rm -f conftest.file
 
6136
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
6137
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
6138
 
 
6139
      # If neither matched, then we have a broken ls.  This can happen
 
6140
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
6141
      # broken ls alias from the environment.  This has actually
 
6142
      # happened.  Such a system could not be considered "sane".
 
6143
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
6144
alias in your environment])
 
6145
   fi
 
6146
 
 
6147
   test "$[2]" = conftest.file
 
6148
   )
 
6149
then
 
6150
   # Ok.
 
6151
   :
 
6152
else
 
6153
   AC_MSG_ERROR([newly created file is older than distributed files!
 
6154
Check your system clock])
 
6155
fi
 
6156
AC_MSG_RESULT(yes)])
 
6157
m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
6158
# Installed binaries are usually stripped using `strip' when the user
 
6159
# run `make install-strip'.  However `strip' might not be the right
 
6160
# tool to use in cross-compilation environments, therefore Automake
 
6161
# will honor the `STRIP' environment variable to overrule this program.
 
6162
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
6163
if test "$cross_compiling" != no; then
 
6164
  AC_CHECK_TOOL([STRIP], [strip], :)
 
6165
fi
 
6166
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
6167
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
6168
m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
6169
AM_MISSING_PROG([AMTAR], [tar])
 
6170
m4_if([$1], [v7],
 
6171
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
6172
     [m4_case([$1], [ustar],, [pax],,
 
6173
              [m4_fatal([Unknown tar format])])
 
6174
AC_MSG_CHECKING([how to create a $1 tar archive])
 
6175
# Loop over all known methods to create a tar archive until one works.
 
6176
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
6177
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
6178
# Do not fold the above two line into one, because Tru64 sh and
 
6179
# Solaris sh will not grok spaces in the rhs of `-'.
 
6180
for _am_tool in $_am_tools
 
6181
do
 
6182
  case $_am_tool in
 
6183
  gnutar)
 
6184
    for _am_tar in tar gnutar gtar;
 
6185
    do
 
6186
      AM_RUN_LOG([$_am_tar --version]) && break
 
6187
    done
 
6188
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
6189
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
6190
    am__untar="$_am_tar -xf -"
 
6191
    ;;
 
6192
  plaintar)
 
6193
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
6194
    # ustar tarball either.
 
6195
    (tar --version) >/dev/null 2>&1 && continue
 
6196
    am__tar='tar chf - "$$tardir"'
 
6197
    am__tar_='tar chf - "$tardir"'
 
6198
    am__untar='tar xf -'
 
6199
    ;;
 
6200
  pax)
 
6201
    am__tar='pax -L -x $1 -w "$$tardir"'
 
6202
    am__tar_='pax -L -x $1 -w "$tardir"'
 
6203
    am__untar='pax -r'
 
6204
    ;;
 
6205
  cpio)
 
6206
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
6207
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
6208
    am__untar='cpio -i -H $1 -d'
 
6209
    ;;
 
6210
  none)
 
6211
    am__tar=false
 
6212
    am__tar_=false
 
6213
    am__untar=false
 
6214
    ;;
 
6215
  esac
 
6216
 
 
6217
  # If the value was cached, stop now.  We just wanted to have am__tar
 
6218
  # and am__untar set.
 
6219
  test -n "${am_cv_prog_tar_$1}" && break
 
6220
 
 
6221
  # tar/untar a dummy directory, and stop if the command works
 
6222
  rm -rf conftest.dir
 
6223
  mkdir conftest.dir
 
6224
  echo GrepMe > conftest.dir/file
 
6225
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
6226
  rm -rf conftest.dir
 
6227
  if test -s conftest.tar; then
 
6228
    AM_RUN_LOG([$am__untar <conftest.tar])
 
6229
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
6230
  fi
 
6231
done
 
6232
rm -rf conftest.dir
 
6233
 
 
6234
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
6235
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
6236
AC_SUBST([am__tar])
 
6237
AC_SUBST([am__untar])
 
6238
])
 
6239
m4trace:configure.in:15: -1- AC_INIT([include/tidy.h])
 
6240
m4trace:configure.in:15: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
6241
m4trace:configure.in:15: -1- m4_pattern_forbid([_AC_])
 
6242
m4trace:configure.in:15: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
6243
m4trace:configure.in:15: -1- m4_pattern_allow([^AS_FLAGS$])
 
6244
m4trace:configure.in:15: -1- m4_pattern_forbid([^_?m4_])
 
6245
m4trace:configure.in:15: -1- m4_pattern_forbid([^dnl$])
 
6246
m4trace:configure.in:15: -1- m4_pattern_forbid([^_?AS_])
 
6247
m4trace:configure.in:15: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
 
6248
m4trace:configure.in:15: -1- AC_SUBST([PATH_SEPARATOR])
 
6249
m4trace:configure.in:15: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
 
6250
m4trace:configure.in:15: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
 
6251
m4trace:configure.in:15: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
 
6252
m4trace:configure.in:15: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
 
6253
m4trace:configure.in:15: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
 
6254
m4trace:configure.in:15: -1- AC_SUBST([exec_prefix], [NONE])
 
6255
m4trace:configure.in:15: -1- AC_SUBST([prefix], [NONE])
 
6256
m4trace:configure.in:15: -1- AC_SUBST([program_transform_name], [s,x,x,])
 
6257
m4trace:configure.in:15: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
 
6258
m4trace:configure.in:15: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
 
6259
m4trace:configure.in:15: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
 
6260
m4trace:configure.in:15: -1- AC_SUBST([datadir], ['${prefix}/share'])
 
6261
m4trace:configure.in:15: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
 
6262
m4trace:configure.in:15: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
 
6263
m4trace:configure.in:15: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
 
6264
m4trace:configure.in:15: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
 
6265
m4trace:configure.in:15: -1- AC_SUBST([includedir], ['${prefix}/include'])
 
6266
m4trace:configure.in:15: -1- AC_SUBST([oldincludedir], ['/usr/include'])
 
6267
m4trace:configure.in:15: -1- AC_SUBST([infodir], ['${prefix}/info'])
 
6268
m4trace:configure.in:15: -1- AC_SUBST([mandir], ['${prefix}/man'])
 
6269
m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
 
6270
m4trace:configure.in:15: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
 
6271
#undef PACKAGE_NAME])
 
6272
m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
 
6273
m4trace:configure.in:15: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
 
6274
#undef PACKAGE_TARNAME])
 
6275
m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
 
6276
m4trace:configure.in:15: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
 
6277
#undef PACKAGE_VERSION])
 
6278
m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
 
6279
m4trace:configure.in:15: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
 
6280
#undef PACKAGE_STRING])
 
6281
m4trace:configure.in:15: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
 
6282
m4trace:configure.in:15: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
 
6283
#undef PACKAGE_BUGREPORT])
 
6284
m4trace:configure.in:15: -1- AC_SUBST([build_alias])
 
6285
m4trace:configure.in:15: -1- AC_SUBST([host_alias])
 
6286
m4trace:configure.in:15: -1- AC_SUBST([target_alias])
 
6287
m4trace:configure.in:15: -1- AC_SUBST([DEFS])
 
6288
m4trace:configure.in:15: -1- AC_SUBST([ECHO_C])
 
6289
m4trace:configure.in:15: -1- AC_SUBST([ECHO_N])
 
6290
m4trace:configure.in:15: -1- AC_SUBST([ECHO_T])
 
6291
m4trace:configure.in:15: -1- AC_SUBST([LIBS])
 
6292
m4trace:configure.in:35: -1- AC_SUBST([LIBTIDY_VERSION])
 
6293
m4trace:configure.in:44: -1- AC_SUBST([LT_RELEASE])
 
6294
m4trace:configure.in:45: -1- AC_SUBST([LT_CURRENT])
 
6295
m4trace:configure.in:46: -1- AC_SUBST([LT_REVISION])
 
6296
m4trace:configure.in:47: -1- AC_SUBST([LT_AGE])
 
6297
m4trace:configure.in:49: -1- AM_INIT_AUTOMAKE([tidy], [$LIBTIDY_VERSION])
 
6298
m4trace:configure.in:49: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
6299
m4trace:configure.in:49: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
6300
m4trace:configure.in:49: -1- AM_AUTOMAKE_VERSION([1.9.6])
 
6301
m4trace:configure.in:49: -1- AC_PROG_INSTALL
 
6302
m4trace:configure.in:49: -1- AC_SUBST([INSTALL_PROGRAM])
 
6303
m4trace:configure.in:49: -1- AC_SUBST([INSTALL_SCRIPT])
 
6304
m4trace:configure.in:49: -1- AC_SUBST([INSTALL_DATA])
 
6305
m4trace:configure.in:49: -1- AC_SUBST([CYGPATH_W])
 
6306
m4trace:configure.in:49: -1- AC_SUBST([PACKAGE], [tidy])
 
6307
m4trace:configure.in:49: -1- AC_SUBST([VERSION], [$LIBTIDY_VERSION])
 
6308
m4trace:configure.in:49: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
6309
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
6310
m4trace:configure.in:49: -2- _AM_MANGLE_OPTION([no-define])
 
6311
m4trace:configure.in:49: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
 
6312
m4trace:configure.in:49: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
 
6313
#undef PACKAGE])
 
6314
m4trace:configure.in:49: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
 
6315
m4trace:configure.in:49: -1- AH_OUTPUT([VERSION], [/* Version number of package */
 
6316
#undef VERSION])
 
6317
m4trace:configure.in:49: -1- AM_SANITY_CHECK
 
6318
m4trace:configure.in:49: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
6319
m4trace:configure.in:49: -1- AM_MISSING_HAS_RUN
 
6320
m4trace:configure.in:49: -1- AM_AUX_DIR_EXPAND
 
6321
m4trace:configure.in:49: -1- AC_SUBST([ACLOCAL])
 
6322
m4trace:configure.in:49: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
6323
m4trace:configure.in:49: -1- AC_SUBST([AUTOCONF])
 
6324
m4trace:configure.in:49: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
6325
m4trace:configure.in:49: -1- AC_SUBST([AUTOMAKE])
 
6326
m4trace:configure.in:49: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
6327
m4trace:configure.in:49: -1- AC_SUBST([AUTOHEADER])
 
6328
m4trace:configure.in:49: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
6329
m4trace:configure.in:49: -1- AC_SUBST([MAKEINFO])
 
6330
m4trace:configure.in:49: -1- AM_PROG_INSTALL_SH
 
6331
m4trace:configure.in:49: -1- AC_SUBST([install_sh])
 
6332
m4trace:configure.in:49: -1- AM_PROG_INSTALL_STRIP
 
6333
m4trace:configure.in:49: -1- AC_SUBST([STRIP])
 
6334
m4trace:configure.in:49: -1- AC_SUBST([ac_ct_STRIP])
 
6335
m4trace:configure.in:49: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
 
6336
m4trace:configure.in:49: -1- AM_PROG_MKDIR_P
 
6337
m4trace:configure.in:49: -1- AC_SUBST([mkdir_p])
 
6338
m4trace:configure.in:49: -1- AC_PROG_AWK
 
6339
m4trace:configure.in:49: -1- AC_SUBST([AWK])
 
6340
m4trace:configure.in:49: -1- AC_PROG_MAKE_SET
 
6341
m4trace:configure.in:49: -1- AC_SUBST([SET_MAKE])
 
6342
m4trace:configure.in:49: -1- AM_SET_LEADING_DOT
 
6343
m4trace:configure.in:49: -1- AC_SUBST([am__leading_dot])
 
6344
m4trace:configure.in:49: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
6345
                             [_AM_PROG_TAR([v7])])])
 
6346
m4trace:configure.in:49: -2- _AM_MANGLE_OPTION([tar-ustar])
 
6347
m4trace:configure.in:49: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
6348
m4trace:configure.in:49: -2- _AM_MANGLE_OPTION([tar-pax])
 
6349
m4trace:configure.in:49: -1- _AM_PROG_TAR([v7])
 
6350
m4trace:configure.in:49: -1- AM_MISSING_PROG([AMTAR], [tar])
 
6351
m4trace:configure.in:49: -1- AC_SUBST([AMTAR])
 
6352
m4trace:configure.in:49: -1- AC_SUBST([am__tar])
 
6353
m4trace:configure.in:49: -1- AC_SUBST([am__untar])
 
6354
m4trace:configure.in:49: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
6355
                  [_AM_DEPENDENCIES(CC)],
 
6356
                  [define([AC_PROG_CC],
 
6357
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
6358
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
6359
                  [_AM_DEPENDENCIES(CXX)],
 
6360
                  [define([AC_PROG_CXX],
 
6361
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
6362
])
 
6363
m4trace:configure.in:49: -2- _AM_MANGLE_OPTION([no-dependencies])
 
6364
m4trace:configure.in:58: -1- AC_PROG_CC
 
6365
m4trace:configure.in:58: -1- AC_SUBST([CC])
 
6366
m4trace:configure.in:58: -1- AC_SUBST([CFLAGS])
 
6367
m4trace:configure.in:58: -1- AC_SUBST([LDFLAGS])
 
6368
m4trace:configure.in:58: -1- AC_SUBST([CPPFLAGS])
 
6369
m4trace:configure.in:58: -1- AC_SUBST([CC])
 
6370
m4trace:configure.in:58: -1- AC_SUBST([ac_ct_CC])
 
6371
m4trace:configure.in:58: -1- AC_SUBST([CC])
 
6372
m4trace:configure.in:58: -1- AC_SUBST([ac_ct_CC])
 
6373
m4trace:configure.in:58: -1- AC_SUBST([CC])
 
6374
m4trace:configure.in:58: -1- AC_SUBST([CC])
 
6375
m4trace:configure.in:58: -1- AC_SUBST([ac_ct_CC])
 
6376
m4trace:configure.in:58: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
 
6377
m4trace:configure.in:58: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
 
6378
m4trace:configure.in:58: -1- _AM_DEPENDENCIES([CC])
 
6379
m4trace:configure.in:58: -1- AM_SET_DEPDIR
 
6380
m4trace:configure.in:58: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
 
6381
m4trace:configure.in:58: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
6382
m4trace:configure.in:58: -1- AM_MAKE_INCLUDE
 
6383
m4trace:configure.in:58: -1- AC_SUBST([am__include])
 
6384
m4trace:configure.in:58: -1- AC_SUBST([am__quote])
 
6385
m4trace:configure.in:58: -1- AM_DEP_TRACK
 
6386
m4trace:configure.in:58: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
6387
m4trace:configure.in:58: -1- AC_SUBST([AMDEP_TRUE])
 
6388
m4trace:configure.in:58: -1- AC_SUBST([AMDEP_FALSE])
 
6389
m4trace:configure.in:58: -1- AC_SUBST([AMDEPBACKSLASH])
 
6390
m4trace:configure.in:58: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
 
6391
m4trace:configure.in:58: -1- AM_CONDITIONAL([am__fastdepCC], [
 
6392
  test "x$enable_dependency_tracking" != xno \
 
6393
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
6394
m4trace:configure.in:58: -1- AC_SUBST([am__fastdepCC_TRUE])
 
6395
m4trace:configure.in:58: -1- AC_SUBST([am__fastdepCC_FALSE])
 
6396
m4trace:configure.in:64: -1- AC_SUBST([WARNING_CFLAGS])
 
6397
m4trace:configure.in:80: -1- AC_PROG_CPP
 
6398
m4trace:configure.in:80: -1- AC_SUBST([CPP])
 
6399
m4trace:configure.in:80: -1- AC_SUBST([CPPFLAGS])
 
6400
m4trace:configure.in:80: -1- AC_SUBST([CPP])
 
6401
m4trace:configure.in:81: -1- AC_PROG_CXX
 
6402
m4trace:configure.in:81: -1- AC_SUBST([CXX])
 
6403
m4trace:configure.in:81: -1- AC_SUBST([CXXFLAGS])
 
6404
m4trace:configure.in:81: -1- AC_SUBST([LDFLAGS])
 
6405
m4trace:configure.in:81: -1- AC_SUBST([CPPFLAGS])
 
6406
m4trace:configure.in:81: -1- AC_SUBST([CXX])
 
6407
m4trace:configure.in:81: -1- AC_SUBST([ac_ct_CXX])
 
6408
m4trace:configure.in:81: -1- _AM_DEPENDENCIES([CXX])
 
6409
m4trace:configure.in:81: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
 
6410
m4trace:configure.in:81: -1- AM_CONDITIONAL([am__fastdepCXX], [
 
6411
  test "x$enable_dependency_tracking" != xno \
 
6412
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 
6413
m4trace:configure.in:81: -1- AC_SUBST([am__fastdepCXX_TRUE])
 
6414
m4trace:configure.in:81: -1- AC_SUBST([am__fastdepCXX_FALSE])
 
6415
m4trace:configure.in:82: -1- AC_PROG_INSTALL
 
6416
m4trace:configure.in:82: -1- AC_SUBST([INSTALL_PROGRAM])
 
6417
m4trace:configure.in:82: -1- AC_SUBST([INSTALL_SCRIPT])
 
6418
m4trace:configure.in:82: -1- AC_SUBST([INSTALL_DATA])
 
6419
m4trace:configure.in:83: -1- AC_PROG_LN_S
 
6420
m4trace:configure.in:83: -1- AC_SUBST([LN_S], [$as_ln_s])
 
6421
m4trace:configure.in:84: -1- AC_PROG_LIBTOOL
 
6422
m4trace:configure.in:84: -1- _AC_PROG_LIBTOOL
 
6423
m4trace:configure.in:84: -1- AC_LIBTOOL_SETUP
 
6424
m4trace:configure.in:84: -1- AC_ENABLE_SHARED
 
6425
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6426
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6427
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6428
/usr/share/aclocal/libtool.m4:1863: AC_ENABLE_SHARED is expanded from...
 
6429
configure.in:84: AC_ENABLE_SHARED is required by...
 
6430
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6431
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6432
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6433
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6434
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6435
configure.in:84: the top level])
 
6436
m4trace:configure.in:84: -1- AC_ENABLE_STATIC
 
6437
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6438
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6439
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6440
/usr/share/aclocal/libtool.m4:1902: AC_ENABLE_STATIC is expanded from...
 
6441
configure.in:84: AC_ENABLE_STATIC is required by...
 
6442
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6443
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6444
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6445
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6446
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6447
configure.in:84: the top level])
 
6448
m4trace:configure.in:84: -1- AC_ENABLE_FAST_INSTALL
 
6449
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6450
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6451
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6452
/usr/share/aclocal/libtool.m4:1941: AC_ENABLE_FAST_INSTALL is expanded from...
 
6453
configure.in:84: AC_ENABLE_FAST_INSTALL is required by...
 
6454
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6455
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6456
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6457
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6458
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6459
configure.in:84: the top level])
 
6460
m4trace:configure.in:84: -1- AC_CANONICAL_HOST
 
6461
m4trace:configure.in:84: -1- AC_SUBST([build], [$ac_cv_build])
 
6462
m4trace:configure.in:84: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
 
6463
m4trace:configure.in:84: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
 
6464
m4trace:configure.in:84: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
 
6465
m4trace:configure.in:84: -1- AC_SUBST([host], [$ac_cv_host])
 
6466
m4trace:configure.in:84: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
 
6467
m4trace:configure.in:84: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
 
6468
m4trace:configure.in:84: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
 
6469
m4trace:configure.in:84: -1- AC_PROG_LD
 
6470
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6471
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6472
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
6473
/usr/share/aclocal/libtool.m4:2138: AC_PROG_LD is expanded from...
 
6474
configure.in:84: AC_PROG_LD is required by...
 
6475
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6476
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6477
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6478
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6479
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6480
configure.in:84: the top level])
 
6481
m4trace:configure.in:84: -1- LT_AC_PROG_SED
 
6482
m4trace:configure.in:84: -1- AC_PROG_LD_GNU
 
6483
m4trace:configure.in:84: -1- AC_PROG_EGREP
 
6484
m4trace:configure.in:84: -1- AC_SUBST([EGREP])
 
6485
m4trace:configure.in:84: -1- AC_PROG_LD_RELOAD_FLAG
 
6486
m4trace:configure.in:84: -1- AC_PROG_NM
 
6487
m4trace:configure.in:84: -1- AC_DEPLIBS_CHECK_METHOD
 
6488
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
 
6489
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
6490
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6491
m4trace:configure.in:84: -1- AC_LIBTOOL_OBJDIR
 
6492
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
6493
m4trace:configure.in:84: -1- _LT_AC_PROG_ECHO_BACKSLASH
 
6494
m4trace:configure.in:84: -1- _LT_AC_SHELL_INIT([
 
6495
# Check that we are running under the correct shell.
 
6496
SHELL=${CONFIG_SHELL-/bin/sh}
 
6497
 
 
6498
case X$ECHO in
 
6499
X*--fallback-echo)
 
6500
  # Remove one level of quotation (which was required for Make).
 
6501
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
6502
  ;;
 
6503
esac
 
6504
 
 
6505
echo=${ECHO-echo}
 
6506
if test "X[$]1" = X--no-reexec; then
 
6507
  # Discard the --no-reexec flag, and continue.
 
6508
  shift
 
6509
elif test "X[$]1" = X--fallback-echo; then
 
6510
  # Avoid inline document here, it may be left over
 
6511
  :
 
6512
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
6513
  # Yippee, $echo works!
 
6514
  :
 
6515
else
 
6516
  # Restart under the correct shell.
 
6517
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
6518
fi
 
6519
 
 
6520
if test "X[$]1" = X--fallback-echo; then
 
6521
  # used as fallback echo
 
6522
  shift
 
6523
  cat <<EOF
 
6524
[$]*
 
6525
EOF
 
6526
  exit 0
 
6527
fi
 
6528
 
 
6529
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
6530
# if CDPATH is set.
 
6531
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
6532
 
 
6533
if test -z "$ECHO"; then
 
6534
if test "X${echo_test_string+set}" != Xset; then
 
6535
# find a string as large as possible, as long as the shell can cope with it
 
6536
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
6537
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
6538
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
6539
       echo_test_string=`eval $cmd` &&
 
6540
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
6541
    then
 
6542
      break
 
6543
    fi
 
6544
  done
 
6545
fi
 
6546
 
 
6547
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
6548
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
6549
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
6550
  :
 
6551
else
 
6552
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
6553
  # backslashes.  This makes it impossible to quote backslashes using
 
6554
  #   echo "$something" | sed 's/\\/\\\\/g'
 
6555
  #
 
6556
  # So, first we look for a working echo in the user's PATH.
 
6557
 
 
6558
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
6559
  for dir in $PATH /usr/ucb; do
 
6560
    IFS="$lt_save_ifs"
 
6561
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
6562
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
6563
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
6564
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
6565
      echo="$dir/echo"
 
6566
      break
 
6567
    fi
 
6568
  done
 
6569
  IFS="$lt_save_ifs"
 
6570
 
 
6571
  if test "X$echo" = Xecho; then
 
6572
    # We didn't find a better echo, so look for alternatives.
 
6573
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
6574
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
6575
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
6576
      # This shell has a builtin print -r that does the trick.
 
6577
      echo='print -r'
 
6578
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
6579
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
6580
      # If we have ksh, try running configure again with it.
 
6581
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
6582
      export ORIGINAL_CONFIG_SHELL
 
6583
      CONFIG_SHELL=/bin/ksh
 
6584
      export CONFIG_SHELL
 
6585
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
6586
    else
 
6587
      # Try using printf.
 
6588
      echo='printf %s\n'
 
6589
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
6590
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
6591
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
6592
        # Cool, printf works
 
6593
        :
 
6594
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
6595
           test "X$echo_testing_string" = 'X\t' &&
 
6596
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
6597
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
6598
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
6599
        export CONFIG_SHELL
 
6600
        SHELL="$CONFIG_SHELL"
 
6601
        export SHELL
 
6602
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
6603
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
6604
           test "X$echo_testing_string" = 'X\t' &&
 
6605
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
6606
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
6607
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
6608
      else
 
6609
        # maybe with a smaller string...
 
6610
        prev=:
 
6611
 
 
6612
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
6613
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
6614
          then
 
6615
            break
 
6616
          fi
 
6617
          prev="$cmd"
 
6618
        done
 
6619
 
 
6620
        if test "$prev" != 'sed 50q "[$]0"'; then
 
6621
          echo_test_string=`eval $prev`
 
6622
          export echo_test_string
 
6623
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
6624
        else
 
6625
          # Oops.  We lost completely, so just stick with echo.
 
6626
          echo=echo
 
6627
        fi
 
6628
      fi
 
6629
    fi
 
6630
  fi
 
6631
fi
 
6632
fi
 
6633
 
 
6634
# Copy echo and quote the copy suitably for passing to libtool from
 
6635
# the Makefile, instead of quoting the original, which is used later.
 
6636
ECHO=$echo
 
6637
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
6638
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
6639
fi
 
6640
 
 
6641
AC_SUBST(ECHO)
 
6642
])
 
6643
m4trace:configure.in:84: -1- AC_SUBST([ECHO])
 
6644
m4trace:configure.in:84: -1- AC_SUBST([AR])
 
6645
m4trace:configure.in:84: -1- AC_SUBST([ac_ct_AR])
 
6646
m4trace:configure.in:84: -1- AC_SUBST([RANLIB])
 
6647
m4trace:configure.in:84: -1- AC_SUBST([ac_ct_RANLIB])
 
6648
m4trace:configure.in:84: -1- AC_SUBST([STRIP])
 
6649
m4trace:configure.in:84: -1- AC_SUBST([ac_ct_STRIP])
 
6650
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
6651
m4trace:configure.in:84: -1- AC_PATH_MAGIC
 
6652
m4trace:configure.in:84: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
6653
m4trace:configure.in:84: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
6654
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6655
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6656
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6657
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6658
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6659
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6660
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6661
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6662
configure.in:84: the top level])
 
6663
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6664
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6665
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
6666
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6667
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6668
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6669
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6670
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6671
configure.in:84: the top level])
 
6672
m4trace:configure.in:84: -1- AC_LIBTOOL_LANG_C_CONFIG
 
6673
m4trace:configure.in:84: -1- _LT_AC_LANG_C_CONFIG
 
6674
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([objext], [])
 
6675
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
6676
m4trace:configure.in:84: -1- _LT_COMPILER_BOILERPLATE
 
6677
m4trace:configure.in:84: -1- _LT_LINKER_BOILERPLATE
 
6678
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6679
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6680
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6681
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6682
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6683
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6684
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6685
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6686
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
 
6687
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
 
6688
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6689
m4trace:configure.in:84: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
 
6690
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6691
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6692
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6693
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
 
6694
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6695
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6696
m4trace:configure.in:84: -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"])
 
6697
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6698
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6699
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
 
6700
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6701
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6702
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6703
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6704
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6705
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6706
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6707
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6708
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6709
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6710
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6711
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6712
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6713
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6714
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6715
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6716
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6717
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6718
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6719
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6720
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6721
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6722
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6723
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6724
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6725
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6726
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6727
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6728
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6729
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6730
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6731
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6732
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6733
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6734
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6735
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6736
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6737
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6738
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6739
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6740
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6741
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6742
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6743
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6744
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6745
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6746
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6747
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6748
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6749
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6750
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6751
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6752
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6753
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6754
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6755
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6756
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6757
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6758
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
 
6759
m4trace:configure.in:84: -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
 
6760
     "" | " "*) ;;
 
6761
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
 
6762
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
 
6763
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
6764
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6765
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6766
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6767
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6768
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6769
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6770
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6771
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6772
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6773
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6774
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6775
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_CC_C_O([])
 
6776
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6777
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6778
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6779
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6780
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6781
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
 
6782
m4trace:configure.in:84: -1- _LT_AC_LOCK
 
6783
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
6784
You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
 
6785
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
 
6786
autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
 
6787
/usr/share/aclocal/libtool.m4:588: _LT_AC_LOCK is expanded from...
 
6788
configure.in:84: _LT_AC_LOCK is required by...
 
6789
/usr/share/aclocal/libtool.m4:1055: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
 
6790
/usr/share/aclocal/libtool.m4:2674: _LT_AC_LANG_C_CONFIG is expanded from...
 
6791
/usr/share/aclocal/libtool.m4:2570: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
 
6792
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6793
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
6794
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6795
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
6796
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6797
configure.in:84: the top level])
 
6798
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6799
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
 
6800
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6801
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6802
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6803
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6804
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
6805
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
6806
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6807
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6808
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
6809
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6810
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6811
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6812
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6813
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6814
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6815
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6816
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
6817
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6818
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6819
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6820
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6821
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
6822
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
6823
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
6824
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6825
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6826
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6827
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6828
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6829
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6830
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6831
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6832
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6833
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6834
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6835
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6836
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6837
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6838
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6839
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6840
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6841
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6842
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6843
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6844
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6845
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6846
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6847
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6848
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6849
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6850
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6851
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6852
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6853
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6854
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6855
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6856
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6857
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6858
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6859
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6860
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6861
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6862
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6863
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6864
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6865
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6866
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6867
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6868
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6869
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6870
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6871
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6872
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6873
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6874
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6875
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6876
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6877
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6878
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6879
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6880
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6881
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6882
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6883
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6884
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6885
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6886
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
6887
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6888
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6889
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6890
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6891
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6892
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
6893
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6894
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
6895
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6896
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6897
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6898
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
6899
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6900
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6901
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6902
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6903
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6904
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6905
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6906
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6907
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6908
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
6909
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
6910
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
6911
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6912
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6913
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6914
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6915
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6916
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
6917
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6918
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
6919
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6920
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6921
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6922
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6923
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6924
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6925
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6926
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6927
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6928
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6929
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6930
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6931
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6932
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6933
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6934
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6935
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6936
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6937
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6938
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6939
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6940
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6941
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6942
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6943
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6944
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6945
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6946
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6947
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6948
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6949
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6950
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6951
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6952
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6953
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6954
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6955
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6956
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6957
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6958
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6959
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6960
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6961
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6962
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6963
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6964
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6965
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6966
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6967
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6968
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6969
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6970
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6971
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6972
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6973
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6974
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6975
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6976
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6977
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6978
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6979
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6980
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6981
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6982
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6983
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6984
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6985
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6986
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6987
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6988
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6989
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6990
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6991
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6992
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6993
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6994
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6995
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6996
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6997
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6998
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6999
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7000
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7001
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7002
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
7003
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7004
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7005
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7006
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7007
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7008
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7009
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7010
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7011
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7012
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7013
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7014
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7015
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7016
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7017
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7018
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7019
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7020
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7021
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7022
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7023
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7024
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7025
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7026
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7027
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7028
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7029
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7030
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7031
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7032
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7033
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7034
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7035
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7036
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7037
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7038
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7039
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([reload_cmds], [])
 
7040
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7041
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7042
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7043
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7044
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7045
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7046
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7047
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7048
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7049
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7050
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7051
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7052
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7053
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7054
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7055
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7056
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7057
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7058
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7059
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7060
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7061
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7062
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7063
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7064
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7065
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7066
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7067
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7068
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7069
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7070
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7071
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7072
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7073
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7074
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7075
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7076
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([archive_cmds], [])
 
7077
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7078
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7079
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7080
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7081
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7082
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
 
7083
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
 
7084
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7085
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7086
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([runpath_var], [])
 
7087
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7088
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7089
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7090
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7091
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7092
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7093
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7094
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7095
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7096
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
7097
m4trace:configure.in:84: -1- AC_LIBTOOL_DLOPEN_SELF([])
 
7098
m4trace:configure.in:84: -1- _LT_AC_CHECK_DLFCN
 
7099
m4trace:configure.in:84: -1- AC_CHECK_HEADERS([dlfcn.h])
 
7100
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
 
7101
#undef HAVE_DLFCN_H])
 
7102
m4trace:configure.in:84: -1- AC_HEADER_STDC
 
7103
m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
 
7104
m4trace:configure.in:84: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 
7105
#undef STDC_HEADERS])
 
7106
m4trace:configure.in:84: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
7107
                  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
 
7108
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
 
7109
#undef HAVE_SYS_TYPES_H])
 
7110
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
 
7111
#undef HAVE_SYS_STAT_H])
 
7112
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 
7113
#undef HAVE_STDLIB_H])
 
7114
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
 
7115
#undef HAVE_STRING_H])
 
7116
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
 
7117
#undef HAVE_MEMORY_H])
 
7118
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
 
7119
#undef HAVE_STRINGS_H])
 
7120
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
 
7121
#undef HAVE_INTTYPES_H])
 
7122
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
 
7123
#undef HAVE_STDINT_H])
 
7124
m4trace:configure.in:84: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 
7125
#undef HAVE_UNISTD_H])
 
7126
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
7127
    lt_cv_dlopen="dyld"
 
7128
    lt_cv_dlopen_libs=
 
7129
    lt_cv_dlopen_self=yes
 
7130
    ])
 
7131
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
7132
              [lt_cv_dlopen="dlopen"],
 
7133
          [AC_CHECK_LIB([dl], [dlopen],
 
7134
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
7135
            [AC_CHECK_LIB([svld], [dlopen],
 
7136
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7137
              [AC_CHECK_LIB([dld], [dld_link],
 
7138
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7139
              ])
 
7140
            ])
 
7141
          ])
 
7142
        ])
 
7143
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
7144
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7145
              [AC_CHECK_LIB([dld], [dld_link],
 
7146
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7147
              ])
 
7148
            ])
 
7149
m4trace:configure.in:84: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
7150
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7151
              ])
 
7152
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7153
m4trace:configure.in:84: -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])
 
7154
m4trace:configure.in:84: -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])
 
7155
m4trace:configure.in:84: -1- AC_LIBTOOL_CONFIG([])
 
7156
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [])
 
7157
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([CC], [])
 
7158
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [])
 
7159
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7160
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7161
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7162
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7163
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7164
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
7165
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7166
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7167
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7168
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7169
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [])
 
7170
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
7171
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [])
 
7172
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [])
 
7173
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
7174
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7175
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7176
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
 
7177
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
 
7178
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7179
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7180
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7181
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7182
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7183
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7184
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7185
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7186
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7187
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7188
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7189
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
7190
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
7191
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7192
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7193
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7194
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7195
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7196
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7197
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7198
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7199
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7200
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7201
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [])
 
7202
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [])
 
7203
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [])
 
7204
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7205
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7206
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7207
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7208
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7209
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7210
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7211
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
7212
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7213
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7214
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7215
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7216
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7217
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7218
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7219
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [])
 
7220
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
7221
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [])
 
7222
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [])
 
7223
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
7224
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7225
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7226
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7227
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7228
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7229
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7230
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7231
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7232
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7233
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7234
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7235
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
7236
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7237
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7238
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
7239
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
7240
m4trace:configure.in:84: -1- _LT_AC_TAGCONFIG
 
7241
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7242
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
7243
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
7244
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
7245
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7246
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
7247
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7248
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
7249
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7250
configure.in:84: the top level])
 
7251
m4trace:configure.in:84: -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:1817: _LT_AC_TAGCONFIG is expanded from...
 
7252
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7253
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
7254
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7255
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
7256
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7257
configure.in:84: the top level])
 
7258
m4trace:configure.in:84: -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:1817: _LT_AC_TAGCONFIG is expanded from...
 
7259
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7260
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
7261
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7262
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
7263
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7264
configure.in:84: the top level])
 
7265
m4trace:configure.in:84: -1- AC_LIBTOOL_LANG_CXX_CONFIG
 
7266
m4trace:configure.in:84: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
 
7267
m4trace:configure.in:84: -1- _LT_AC_PROG_CXXCPP
 
7268
m4trace:configure.in:84: -1- AC_SUBST([CXXCPP])
 
7269
m4trace:configure.in:84: -1- AC_SUBST([CPPFLAGS])
 
7270
m4trace:configure.in:84: -1- AC_SUBST([CXXCPP])
 
7271
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7272
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7273
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7274
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7275
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7276
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7277
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7278
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7279
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7280
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7281
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7282
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7283
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7284
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7285
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7286
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7287
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7288
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7289
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7290
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7291
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7292
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7293
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7294
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([objext], [CXX])
 
7295
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
7296
m4trace:configure.in:84: -1- _LT_COMPILER_BOILERPLATE
 
7297
m4trace:configure.in:84: -1- _LT_LINKER_BOILERPLATE
 
7298
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7299
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
7300
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7301
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7302
m4trace:configure.in:84: -1- AC_PROG_LD
 
7303
m4trace:configure.in:84: -1- AC_PROG_LD_GNU
 
7304
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7305
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7306
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7307
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7308
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7309
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7310
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7311
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7312
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7313
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7314
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7315
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7316
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7317
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7318
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7319
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7320
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7321
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7322
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7323
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7324
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
7325
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7326
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7327
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7328
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7329
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7330
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
7331
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7332
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7333
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7334
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7335
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7336
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7337
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7338
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7339
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7340
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7341
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7342
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7343
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7344
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7345
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7346
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7347
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7348
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7349
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7350
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7351
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7352
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7353
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7354
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7355
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7356
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7357
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7358
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7359
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7360
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7361
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7362
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7363
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7364
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7365
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7366
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7367
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7368
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7369
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7370
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7371
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7372
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7373
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7374
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7375
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7376
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7377
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7378
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7379
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7380
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7381
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7382
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7383
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7384
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7385
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7386
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7387
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7388
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7389
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7390
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7391
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7392
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7393
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7394
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7395
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7396
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7397
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7398
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7399
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7400
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7401
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7402
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7403
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7404
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7405
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7406
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7407
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7408
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7409
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7410
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7411
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7412
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7413
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7414
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7415
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7416
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7417
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7418
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7419
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7420
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7421
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7422
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7423
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7424
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7425
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7426
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7427
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7428
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7429
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7430
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7431
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7432
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7433
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7434
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7435
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7436
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7437
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7438
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7439
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7440
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7441
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7442
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7443
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7444
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7445
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7446
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7447
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7448
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7449
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7450
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7451
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7452
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7453
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7454
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7455
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7456
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7457
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7458
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7459
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7460
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7461
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7462
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7463
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7464
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7465
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7466
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7467
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7468
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7469
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7470
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7471
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7472
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7473
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7474
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7475
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7476
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7477
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7478
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7479
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7480
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7481
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7482
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7483
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7484
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7485
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7486
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7487
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7488
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7489
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7490
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7491
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7492
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7493
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7494
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7495
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7496
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7497
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7498
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7499
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7500
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7501
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7502
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7503
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7504
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7505
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7506
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7507
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7508
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
7509
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7510
m4trace:configure.in:84: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
 
7511
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7512
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7513
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7514
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7515
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7516
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7517
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7518
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7519
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7520
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7521
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7522
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7523
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7524
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7525
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7526
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7527
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7528
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7529
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7530
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
 
7531
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7532
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7533
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7534
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7535
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7536
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7537
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7538
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7539
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7540
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7541
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7542
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7543
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7544
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7545
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7546
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7547
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7548
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7549
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7550
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7551
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7552
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7553
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7554
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7555
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7556
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7557
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7558
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7559
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7560
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7561
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7562
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7563
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7564
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7565
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7566
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7567
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7568
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7569
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7570
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7571
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7572
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7573
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7574
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7575
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7576
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7577
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7578
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7579
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7580
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7581
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7582
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7583
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
7584
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7585
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7586
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7587
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
 
7588
m4trace:configure.in:84: -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
 
7589
     "" | " "*) ;;
 
7590
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
 
7591
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
 
7592
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
 
7593
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7594
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7595
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7596
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7597
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7598
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7599
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7600
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
7601
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7602
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7603
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7604
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
 
7605
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7606
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7607
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7608
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7609
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7610
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
 
7611
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7612
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
 
7613
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7614
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7615
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7616
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7617
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7618
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7619
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7620
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7621
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7622
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7623
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7624
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7625
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7626
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7627
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7628
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7629
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7630
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7631
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7632
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7633
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7634
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7635
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
 
7636
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
 
7637
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7638
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7639
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
 
7640
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7641
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7642
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7643
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7644
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7645
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7646
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7647
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7648
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7649
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
7650
m4trace:configure.in:84: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
 
7651
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
7652
    lt_cv_dlopen="dyld"
 
7653
    lt_cv_dlopen_libs=
 
7654
    lt_cv_dlopen_self=yes
 
7655
    ])
 
7656
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
7657
              [lt_cv_dlopen="dlopen"],
 
7658
          [AC_CHECK_LIB([dl], [dlopen],
 
7659
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
7660
            [AC_CHECK_LIB([svld], [dlopen],
 
7661
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7662
              [AC_CHECK_LIB([dld], [dld_link],
 
7663
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7664
              ])
 
7665
            ])
 
7666
          ])
 
7667
        ])
 
7668
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
7669
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7670
              [AC_CHECK_LIB([dld], [dld_link],
 
7671
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7672
              ])
 
7673
            ])
 
7674
m4trace:configure.in:84: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
7675
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7676
              ])
 
7677
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7678
m4trace:configure.in:84: -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])
 
7679
m4trace:configure.in:84: -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])
 
7680
m4trace:configure.in:84: -1- AC_LIBTOOL_CONFIG([CXX])
 
7681
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7682
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([CC], [CXX])
 
7683
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7684
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7685
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7686
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7687
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7688
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7689
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
7690
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7691
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7692
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7693
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7694
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7695
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7696
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7697
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7698
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7699
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7700
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7701
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
 
7702
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
 
7703
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7704
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7705
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7706
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7707
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7708
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7709
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7710
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7711
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7712
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7713
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7714
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
7715
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
7716
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7717
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7718
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7719
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7720
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7721
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7722
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7723
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7724
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7725
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7726
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7727
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
7728
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7729
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7730
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7731
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7732
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7733
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7734
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7735
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7736
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
7737
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7738
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7739
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7740
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7741
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7742
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7743
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7744
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7745
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7746
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7747
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7748
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7749
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7750
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7751
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7752
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7753
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7754
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7755
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7756
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7757
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7758
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7759
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7760
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
 
7761
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7762
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7763
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
7764
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
7765
m4trace:configure.in:84: -1- AC_LIBTOOL_LANG_F77_CONFIG
 
7766
m4trace:configure.in:84: -1- _LT_AC_LANG_F77_CONFIG([F77])
 
7767
m4trace:configure.in:84: -1- AC_SUBST([F77])
 
7768
m4trace:configure.in:84: -1- AC_SUBST([FFLAGS])
 
7769
m4trace:configure.in:84: -1- AC_SUBST([LDFLAGS])
 
7770
m4trace:configure.in:84: -1- AC_SUBST([F77])
 
7771
m4trace:configure.in:84: -1- AC_SUBST([ac_ct_F77])
 
7772
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
7773
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7774
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7775
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7776
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7777
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7778
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7779
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
7780
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7781
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7782
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
7783
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7784
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7785
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7786
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
7787
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
7788
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7789
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7790
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([objext], [F77])
 
7791
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
7792
m4trace:configure.in:84: -1- _LT_COMPILER_BOILERPLATE
 
7793
m4trace:configure.in:84: -1- _LT_LINKER_BOILERPLATE
 
7794
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [F77])
 
7795
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
7796
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7797
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [F77])
 
7798
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [F77])
 
7799
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
 
7800
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7801
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7802
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7803
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7804
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7805
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7806
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7807
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7808
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7809
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7810
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7811
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7812
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7813
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7814
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7815
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7816
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7817
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7818
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7819
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7820
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7821
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7822
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7823
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7824
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7825
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7826
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7827
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7828
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7829
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7830
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7831
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7832
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7833
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7834
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7835
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7836
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7837
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7838
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7839
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7840
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7841
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7842
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7843
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7844
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7845
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7846
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7847
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7848
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7849
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7850
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7851
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7852
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7853
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7854
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7855
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7856
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7857
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7858
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
 
7859
m4trace:configure.in:84: -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
 
7860
     "" | " "*) ;;
 
7861
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
 
7862
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
 
7863
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
 
7864
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7865
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7866
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7867
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7868
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7869
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7870
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7871
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7872
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7873
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7874
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7875
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
 
7876
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7877
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7878
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7879
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7880
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7881
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
 
7882
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7883
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
 
7884
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7885
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7886
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7887
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7888
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
7889
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
7890
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7891
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7892
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
7893
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7894
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
7895
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7896
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7897
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7898
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7899
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7900
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
7901
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7902
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7903
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7904
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7905
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
7906
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
7907
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
7908
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7909
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7910
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7911
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7912
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7913
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7914
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7915
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7916
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7917
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7918
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7919
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7920
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7921
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7922
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7923
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7924
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7925
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7926
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7927
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7928
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7929
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7930
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7931
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7932
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7933
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7934
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7935
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7936
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7937
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7938
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7939
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7940
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7941
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7942
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7943
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7944
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7945
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7946
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7947
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7948
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7949
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7950
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7951
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7952
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7953
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7954
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7955
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7956
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7957
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7958
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7959
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7960
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7961
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7962
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7963
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7964
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7965
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7966
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7967
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7968
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7969
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7970
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
7971
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7972
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7973
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7974
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7975
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7976
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
7977
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7978
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
7979
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7980
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7981
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7982
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
7983
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7984
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7985
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7986
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7987
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7988
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7989
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7990
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7991
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7992
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
7993
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
7994
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
7995
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7996
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7997
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7998
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7999
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8000
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8001
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8002
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8003
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8004
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8005
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8006
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8007
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8008
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8009
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8010
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8011
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8012
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8013
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8014
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8015
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8016
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8017
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8018
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8019
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8020
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8021
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8022
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8023
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8024
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8025
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8026
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8027
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8028
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8029
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8030
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8031
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8032
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8033
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8034
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8035
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8036
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8037
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8038
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8039
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8040
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8041
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8042
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8043
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8044
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8045
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8046
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8047
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8048
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8049
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8050
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8051
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8052
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8053
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8054
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8055
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8056
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8057
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8058
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8059
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8060
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8061
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8062
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8063
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8064
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8065
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8066
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8067
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8068
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8069
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8070
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8071
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8072
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8073
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8074
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8075
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8076
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8077
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8078
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8079
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8080
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8081
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8082
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8083
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8084
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8085
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8086
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
8087
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8088
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8089
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8090
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8091
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8092
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8093
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8094
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8095
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8096
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8097
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8098
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8099
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8100
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8101
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8102
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8103
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8104
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8105
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8106
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8107
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8108
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8109
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8110
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8111
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8112
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8113
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8114
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8115
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8116
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8117
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8118
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8119
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8120
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8121
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8122
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8123
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
 
8124
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8125
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8126
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8127
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8128
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8129
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8130
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8131
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8132
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8133
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8134
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8135
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8136
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8137
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8138
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8139
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8140
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8141
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8142
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8143
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8144
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8145
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8146
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8147
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8148
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8149
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8150
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8151
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8152
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8153
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8154
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8155
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8156
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8157
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8158
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8159
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8160
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8161
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8162
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8163
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8164
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8165
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8166
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
 
8167
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
 
8168
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8169
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8170
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([runpath_var], [F77])
 
8171
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8172
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8173
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8174
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8175
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8176
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8177
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8178
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8179
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8180
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
8181
m4trace:configure.in:84: -1- AC_LIBTOOL_CONFIG([F77])
 
8182
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [F77])
 
8183
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([CC], [F77])
 
8184
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [F77])
 
8185
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8186
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8187
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8188
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
8189
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8190
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
8191
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8192
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8193
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8194
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8195
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
8196
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
8197
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [F77])
 
8198
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
8199
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
8200
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8201
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8202
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
 
8203
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
 
8204
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8205
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8206
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8207
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8208
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8209
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8210
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8211
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8212
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8213
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8214
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8215
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
8216
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
8217
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8218
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8219
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8220
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8221
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8222
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8223
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8224
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8225
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8226
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8227
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [F77])
 
8228
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [F77])
 
8229
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [F77])
 
8230
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8231
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8232
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8233
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8234
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
8235
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8236
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8237
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
8238
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8239
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8240
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8241
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8242
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8243
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8244
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8245
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
8246
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
8247
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [F77])
 
8248
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
8249
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
8250
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8251
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8252
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8253
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8254
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8255
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8256
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8257
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8258
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8259
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8260
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8261
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
8262
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
8263
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8264
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
8265
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
8266
m4trace:configure.in:84: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
 
8267
m4trace:configure.in:84: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
 
8268
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
8269
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8270
/usr/share/aclocal/libtool.m4:3943: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8271
/usr/share/aclocal/libtool.m4:3889: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8272
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8273
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8274
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8275
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8276
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8277
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8278
configure.in:84: the top level])
 
8279
m4trace:configure.in:84: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
 
8280
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8281
/usr/share/aclocal/libtool.m4:3943: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8282
/usr/share/aclocal/libtool.m4:3889: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8283
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8284
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8285
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8286
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8287
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8288
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8289
configure.in:84: the top level])
 
8290
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([objext], [GCJ])
 
8291
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
8292
m4trace:configure.in:84: -1- _LT_COMPILER_BOILERPLATE
 
8293
m4trace:configure.in:84: -1- _LT_LINKER_BOILERPLATE
 
8294
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8295
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
8296
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8297
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8298
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
 
8299
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8300
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8301
m4trace:configure.in:84: -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"])
 
8302
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8303
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8304
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
 
8305
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8306
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8307
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8308
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8309
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8310
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8311
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8312
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8313
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8314
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8315
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8316
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8317
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8318
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8319
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8320
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8321
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8322
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8323
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8324
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8325
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8326
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8327
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8328
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8329
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8330
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8331
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8332
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8333
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8334
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8335
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8336
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8337
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8338
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8339
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8340
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8341
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8342
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8343
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8344
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8345
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8346
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8347
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8348
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8349
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8350
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8351
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8352
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8353
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8354
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8355
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8356
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8357
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8358
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8359
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8360
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8361
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8362
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8363
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
 
8364
m4trace:configure.in:84: -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
 
8365
     "" | " "*) ;;
 
8366
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
 
8367
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
 
8368
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
 
8369
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8370
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8371
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8372
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8373
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8374
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8375
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8376
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8377
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8378
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8379
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8380
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
 
8381
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8382
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8383
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8384
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8385
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8386
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
 
8387
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8388
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
 
8389
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8390
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8391
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8392
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8393
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8394
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8395
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8396
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8397
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8398
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8399
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8400
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8401
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8402
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8403
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8404
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8405
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8406
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8407
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8408
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8409
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8410
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8411
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8412
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
8413
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8414
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8415
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8416
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8417
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8418
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8419
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8420
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8421
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8422
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8423
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8424
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8425
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8426
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8427
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8428
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8429
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8430
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8431
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8432
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8433
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8434
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8435
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8436
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8437
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8438
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8439
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8440
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8441
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8442
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8443
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8444
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8445
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8446
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8447
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8448
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8449
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8450
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8451
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8452
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8453
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8454
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8455
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8456
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8457
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8458
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8459
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8460
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8461
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8462
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8463
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8464
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8465
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8466
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8467
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8468
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8469
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8470
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8471
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8472
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8473
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8474
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8475
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
8476
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8477
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8478
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8479
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8480
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8481
m4trace:configure.in:84: -1- _LT_AC_SYS_LIBPATH_AIX
 
8482
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8483
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8484
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8485
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8486
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8487
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8488
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8489
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8490
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8491
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8492
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8493
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8494
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8495
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8496
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8497
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8498
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8499
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
8500
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8501
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8502
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8503
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8504
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8505
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8506
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8507
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8508
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8509
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8510
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8511
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8512
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8513
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8514
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8515
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8516
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8517
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8518
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8519
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8520
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8521
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8522
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8523
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8524
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8525
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8526
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8527
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8528
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8529
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8530
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8531
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8532
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8533
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8534
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8535
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8536
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8537
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8538
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8539
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8540
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8541
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8542
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8543
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8544
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8545
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8546
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8547
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8548
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8549
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8550
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8551
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8552
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8553
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8554
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8555
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8556
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8557
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8558
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8559
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8560
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8561
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8562
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8563
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8564
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8565
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8566
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8567
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8568
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8569
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8570
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8571
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8572
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8573
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8574
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8575
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8576
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8577
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8578
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8579
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8580
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8581
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8582
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8583
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8584
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8585
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8586
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8587
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8588
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8589
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8590
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8591
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8592
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8593
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8594
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8595
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8596
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8597
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8598
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8599
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8600
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8601
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8602
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8603
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8604
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8605
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8606
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8607
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8608
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8609
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8610
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8611
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8612
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8613
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8614
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8615
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8616
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8617
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8618
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8619
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8620
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8621
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8622
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8623
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8624
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8625
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8626
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8627
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8628
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
 
8629
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8630
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8631
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8632
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8633
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8634
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8635
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8636
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8637
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8638
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8639
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8640
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8641
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8642
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8643
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8644
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8645
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8646
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8647
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8648
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8649
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8650
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8651
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8652
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8653
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8654
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8655
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8656
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8657
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8658
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8659
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8660
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8661
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8662
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8663
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8664
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8665
m4trace:configure.in:84: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8666
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8667
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8668
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8669
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8670
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8671
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
 
8672
m4trace:configure.in:84: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
 
8673
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8674
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8675
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
 
8676
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8677
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8678
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8679
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8680
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8681
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8682
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8683
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8684
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8685
m4trace:configure.in:84: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
8686
m4trace:configure.in:84: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
 
8687
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
8688
    lt_cv_dlopen="dyld"
 
8689
    lt_cv_dlopen_libs=
 
8690
    lt_cv_dlopen_self=yes
 
8691
    ])
 
8692
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
8693
              [lt_cv_dlopen="dlopen"],
 
8694
          [AC_CHECK_LIB([dl], [dlopen],
 
8695
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
8696
            [AC_CHECK_LIB([svld], [dlopen],
 
8697
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8698
              [AC_CHECK_LIB([dld], [dld_link],
 
8699
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8700
              ])
 
8701
            ])
 
8702
          ])
 
8703
        ])
 
8704
m4trace:configure.in:84: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
8705
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8706
              [AC_CHECK_LIB([dld], [dld_link],
 
8707
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8708
              ])
 
8709
            ])
 
8710
m4trace:configure.in:84: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
8711
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8712
              ])
 
8713
m4trace:configure.in:84: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8714
m4trace:configure.in:84: -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])
 
8715
m4trace:configure.in:84: -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])
 
8716
m4trace:configure.in:84: -1- AC_LIBTOOL_CONFIG([GCJ])
 
8717
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8718
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([CC], [GCJ])
 
8719
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
8720
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8721
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8722
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8723
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8724
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8725
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8726
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8727
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8728
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8729
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8730
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
8731
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
8732
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
8733
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
8734
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
8735
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8736
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8737
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
 
8738
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
 
8739
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8740
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8741
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8742
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8743
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8744
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8745
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8746
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8747
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8748
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8749
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8750
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8751
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8752
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8753
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8754
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8755
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8756
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8757
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8758
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8759
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8760
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8761
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8762
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8763
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [GCJ])
 
8764
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
8765
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8766
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8767
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8768
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8769
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8770
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8771
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8772
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8773
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8774
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8775
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8776
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8777
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8778
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8779
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8780
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
8781
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
8782
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
8783
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
8784
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
8785
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8786
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8787
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8788
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8789
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8790
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8791
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8792
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8793
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8794
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8795
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8796
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
8797
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8798
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8799
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8800
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8801
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
8802
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
 
8803
/usr/share/aclocal/libtool.m4:3943: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8804
/usr/share/aclocal/libtool.m4:3889: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8805
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8806
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8807
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8808
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8809
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8810
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8811
configure.in:84: the top level])
 
8812
m4trace:configure.in:84: -1- AC_LIBTOOL_LANG_RC_CONFIG
 
8813
m4trace:configure.in:84: -1- _LT_AC_LANG_RC_CONFIG([RC])
 
8814
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
8815
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8816
/usr/share/aclocal/libtool.m4:3987: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8817
/usr/share/aclocal/libtool.m4:3951: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8818
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8819
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8820
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8821
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8822
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8823
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8824
configure.in:84: the top level])
 
8825
m4trace:configure.in:84: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
 
8826
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8827
/usr/share/aclocal/libtool.m4:3987: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8828
/usr/share/aclocal/libtool.m4:3951: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8829
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8830
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8831
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8832
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8833
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8834
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8835
configure.in:84: the top level])
 
8836
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([objext], [RC])
 
8837
m4trace:configure.in:84: -1- _LT_AC_SYS_COMPILER
 
8838
m4trace:configure.in:84: -1- _LT_COMPILER_BOILERPLATE
 
8839
m4trace:configure.in:84: -1- _LT_LINKER_BOILERPLATE
 
8840
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8841
m4trace:configure.in:84: -1- _LT_CC_BASENAME([$compiler])
 
8842
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8843
m4trace:configure.in:84: -1- AC_LIBTOOL_CONFIG([RC])
 
8844
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8845
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([CC], [RC])
 
8846
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [RC])
 
8847
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
8848
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
8849
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
8850
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
8851
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
8852
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
8853
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
8854
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
8855
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8856
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8857
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
8858
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
8859
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [RC])
 
8860
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
8861
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
8862
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8863
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8864
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
 
8865
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
 
8866
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8867
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
8868
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
8869
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8870
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
8871
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
8872
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
8873
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
8874
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8875
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8876
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8877
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
8878
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
8879
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8880
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8881
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8882
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8883
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8884
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8885
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8886
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8887
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
 
8888
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
8889
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8890
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([GCC], [RC])
 
8891
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([LD], [RC])
 
8892
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
8893
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
8894
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8895
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
8896
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
8897
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
8898
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
8899
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
8900
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8901
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8902
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8903
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8904
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8905
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8906
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8907
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
8908
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
8909
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([predeps], [RC])
 
8910
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
8911
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
8912
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
8913
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
8914
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
 
8915
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
8916
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
8917
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
8918
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
 
8919
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
 
8920
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
 
8921
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
8922
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
 
8923
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
 
8924
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
 
8925
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8926
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
8927
m4trace:configure.in:84: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
8928
m4trace:configure.in:84: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
8929
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
 
8930
/usr/share/aclocal/libtool.m4:3987: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8931
/usr/share/aclocal/libtool.m4:3951: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8932
/usr/share/aclocal/libtool.m4:1817: _LT_AC_TAGCONFIG is expanded from...
 
8933
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8934
configure.in:84: AC_LIBTOOL_SETUP is required by...
 
8935
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8936
configure.in:84: _AC_PROG_LIBTOOL is required by...
 
8937
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8938
configure.in:84: the top level])
 
8939
m4trace:configure.in:84: -1- AC_SUBST([LIBTOOL])
 
8940
m4trace:configure.in:84: -1- AC_LIBTOOL_CXX
 
8941
m4trace:configure.in:84: -1- _LT_AC_LANG_CXX
 
8942
m4trace:configure.in:84: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
8943
m4trace:configure.in:84: -1- AC_LIBTOOL_F77
 
8944
m4trace:configure.in:84: -1- _LT_AC_LANG_F77
 
8945
m4trace:configure.in:84: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
8946
m4trace:configure.in:85: -1- AC_PROG_MAKE_SET
 
8947
m4trace:configure.in:85: -1- AC_SUBST([SET_MAKE])
 
8948
m4trace:configure.in:94: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_ACCESSIBILITY_CHECKS])
 
8949
m4trace:configure.in:96: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_ACCESSIBILITY_CHECKS])
 
8950
m4trace:configure.in:106: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_UTF16_ENCODINGS])
 
8951
m4trace:configure.in:108: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_UTF16_ENCODINGS])
 
8952
m4trace:configure.in:118: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_ASIAN_ENCODINGS])
 
8953
m4trace:configure.in:120: -1- AC_DEFINE_TRACE_LITERAL([SUPPORT_ASIAN_ENCODINGS])
 
8954
m4trace:configure.in:126: -1- AM_WITH_DMALLOC
 
8955
m4trace:configure.in:126: -1- AC_DEFINE_TRACE_LITERAL([WITH_DMALLOC])
 
8956
m4trace:configure.in:126: -1- AH_OUTPUT([WITH_DMALLOC], [/* Define if using the dmalloc debugging malloc package */
 
8957
#undef WITH_DMALLOC])
 
8958
m4trace:configure.in:133: -1- AC_CONFIG_FILES([
 
8959
        Makefile
 
8960
        src/Makefile
 
8961
        console/Makefile
 
8962
        include/Makefile
 
8963
])
 
8964
m4trace:configure.in:133: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
8965
You should run autoupdate.], [])
 
8966
m4trace:configure.in:133: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
 
8967
m4trace:configure.in:133: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
 
8968
m4trace:configure.in:133: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS