~ubuntu-branches/ubuntu/gutsy/trousers/gutsy

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): William Lima
  • Date: 2007-04-18 16:39:38 UTC
  • Revision ID: james.westby@ubuntu.com-20070418163938-opscl2mvvi76jiec
Tags: upstream-0.2.9.1
ImportĀ upstreamĀ versionĀ 0.2.9.1

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 s/^X//'
 
86
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
87
 
 
88
# Same as above, but do not quote variable references.
 
89
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
 
90
 
 
91
# Sed substitution to delay expansion of an escaped shell variable in a
 
92
# double_quote_subst'ed string.
 
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 M$VC,
 
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
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
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:251: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
194
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
195
}'`
 
196
# Check for a 64-bit object if we didn't find anything.
 
197
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; }
 
198
}'`; fi],[])
 
199
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
200
])
 
201
m4trace:/usr/share/aclocal/libtool.m4:262: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
 
202
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
203
         [AC_DIVERT_PUSH(NOTICE)])
 
204
$1
 
205
AC_DIVERT_POP
 
206
])
 
207
m4trace:/usr/share/aclocal/libtool.m4:418: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
 
208
# Check that we are running under the correct shell.
 
209
SHELL=${CONFIG_SHELL-/bin/sh}
 
210
 
 
211
case X$ECHO in
 
212
X*--fallback-echo)
 
213
  # Remove one level of quotation (which was required for Make).
 
214
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
215
  ;;
 
216
esac
 
217
 
 
218
echo=${ECHO-echo}
 
219
if test "X[$]1" = X--no-reexec; then
 
220
  # Discard the --no-reexec flag, and continue.
 
221
  shift
 
222
elif test "X[$]1" = X--fallback-echo; then
 
223
  # Avoid inline document here, it may be left over
 
224
  :
 
225
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
226
  # Yippee, $echo works!
 
227
  :
 
228
else
 
229
  # Restart under the correct shell.
 
230
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
231
fi
 
232
 
 
233
if test "X[$]1" = X--fallback-echo; then
 
234
  # used as fallback echo
 
235
  shift
 
236
  cat <<EOF
 
237
[$]*
 
238
EOF
 
239
  exit 0
 
240
fi
 
241
 
 
242
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
243
# if CDPATH is set.
 
244
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
245
 
 
246
if test -z "$ECHO"; then
 
247
if test "X${echo_test_string+set}" != Xset; then
 
248
# find a string as large as possible, as long as the shell can cope with it
 
249
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
250
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
251
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
 
252
       echo_test_string="`eval $cmd`" &&
 
253
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
254
    then
 
255
      break
 
256
    fi
 
257
  done
 
258
fi
 
259
 
 
260
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
261
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
262
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
263
  :
 
264
else
 
265
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
266
  # backslashes.  This makes it impossible to quote backslashes using
 
267
  #   echo "$something" | sed 's/\\/\\\\/g'
 
268
  #
 
269
  # So, first we look for a working echo in the user's PATH.
 
270
 
 
271
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
272
  for dir in $PATH /usr/ucb; do
 
273
    IFS="$lt_save_ifs"
 
274
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
275
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
276
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
277
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
278
      echo="$dir/echo"
 
279
      break
 
280
    fi
 
281
  done
 
282
  IFS="$lt_save_ifs"
 
283
 
 
284
  if test "X$echo" = Xecho; then
 
285
    # We didn't find a better echo, so look for alternatives.
 
286
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
287
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
288
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
289
      # This shell has a builtin print -r that does the trick.
 
290
      echo='print -r'
 
291
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
292
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
293
      # If we have ksh, try running configure again with it.
 
294
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
295
      export ORIGINAL_CONFIG_SHELL
 
296
      CONFIG_SHELL=/bin/ksh
 
297
      export CONFIG_SHELL
 
298
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
299
    else
 
300
      # Try using printf.
 
301
      echo='printf %s\n'
 
302
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
303
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
304
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
305
        # Cool, printf works
 
306
        :
 
307
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
308
           test "X$echo_testing_string" = 'X\t' &&
 
309
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
310
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
311
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
312
        export CONFIG_SHELL
 
313
        SHELL="$CONFIG_SHELL"
 
314
        export SHELL
 
315
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
316
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
317
           test "X$echo_testing_string" = 'X\t' &&
 
318
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
319
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
320
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
321
      else
 
322
        # maybe with a smaller string...
 
323
        prev=:
 
324
 
 
325
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
326
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
327
          then
 
328
            break
 
329
          fi
 
330
          prev="$cmd"
 
331
        done
 
332
 
 
333
        if test "$prev" != 'sed 50q "[$]0"'; then
 
334
          echo_test_string=`eval $prev`
 
335
          export echo_test_string
 
336
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
337
        else
 
338
          # Oops.  We lost completely, so just stick with echo.
 
339
          echo=echo
 
340
        fi
 
341
      fi
 
342
    fi
 
343
  fi
 
344
fi
 
345
fi
 
346
 
 
347
# Copy echo and quote the copy suitably for passing to libtool from
 
348
# the Makefile, instead of quoting the original, which is used later.
 
349
ECHO=$echo
 
350
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
351
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
352
fi
 
353
 
 
354
AC_SUBST(ECHO)
 
355
])])
 
356
m4trace:/usr/share/aclocal/libtool.m4:546: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
 
357
    [AC_HELP_STRING([--disable-libtool-lock],
 
358
        [avoid locking (might break parallel builds)])])
 
359
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
360
 
 
361
# Some flags need to be propagated to the compiler or linker for good
 
362
# libtool support.
 
363
case $host in
 
364
ia64-*-hpux*)
 
365
  # Find out which ABI we are using.
 
366
  echo 'int i;' > conftest.$ac_ext
 
367
  if AC_TRY_EVAL(ac_compile); then
 
368
    case `/usr/bin/file conftest.$ac_objext` in
 
369
    *ELF-32*)
 
370
      HPUX_IA64_MODE="32"
 
371
      ;;
 
372
    *ELF-64*)
 
373
      HPUX_IA64_MODE="64"
 
374
      ;;
 
375
    esac
 
376
  fi
 
377
  rm -rf conftest*
 
378
  ;;
 
379
*-*-irix6*)
 
380
  # Find out which ABI we are using.
 
381
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
382
  if AC_TRY_EVAL(ac_compile); then
 
383
   if test "$lt_cv_prog_gnu_ld" = yes; then
 
384
    case `/usr/bin/file conftest.$ac_objext` in
 
385
    *32-bit*)
 
386
      LD="${LD-ld} -melf32bsmip"
 
387
      ;;
 
388
    *N32*)
 
389
      LD="${LD-ld} -melf32bmipn32"
 
390
      ;;
 
391
    *64-bit*)
 
392
      LD="${LD-ld} -melf64bmip"
 
393
      ;;
 
394
    esac
 
395
   else
 
396
    case `/usr/bin/file conftest.$ac_objext` in
 
397
    *32-bit*)
 
398
      LD="${LD-ld} -32"
 
399
      ;;
 
400
    *N32*)
 
401
      LD="${LD-ld} -n32"
 
402
      ;;
 
403
    *64-bit*)
 
404
      LD="${LD-ld} -64"
 
405
      ;;
 
406
    esac
 
407
   fi
 
408
  fi
 
409
  rm -rf conftest*
 
410
  ;;
 
411
 
 
412
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
 
413
  # Find out which ABI we are using.
 
414
  echo 'int i;' > conftest.$ac_ext
 
415
  if AC_TRY_EVAL(ac_compile); then
 
416
    case "`/usr/bin/file conftest.o`" in
 
417
    *32-bit*)
 
418
      case $host in
 
419
        x86_64-*linux*)
 
420
          LD="${LD-ld} -m elf_i386"
 
421
          ;;
 
422
        ppc64-*linux*|powerpc64-*linux*)
 
423
          LD="${LD-ld} -m elf32ppclinux"
 
424
          ;;
 
425
        s390x-*linux*)
 
426
          LD="${LD-ld} -m elf_s390"
 
427
          ;;
 
428
        sparc64-*linux*)
 
429
          LD="${LD-ld} -m elf32_sparc"
 
430
          ;;
 
431
      esac
 
432
      ;;
 
433
    *64-bit*)
 
434
      case $host in
 
435
        x86_64-*linux*)
 
436
          LD="${LD-ld} -m elf_x86_64"
 
437
          ;;
 
438
        ppc*-*linux*|powerpc*-*linux*)
 
439
          LD="${LD-ld} -m elf64ppc"
 
440
          ;;
 
441
        s390*-*linux*)
 
442
          LD="${LD-ld} -m elf64_s390"
 
443
          ;;
 
444
        sparc*-*linux*)
 
445
          LD="${LD-ld} -m elf64_sparc"
 
446
          ;;
 
447
      esac
 
448
      ;;
 
449
    esac
 
450
  fi
 
451
  rm -rf conftest*
 
452
  ;;
 
453
 
 
454
*-*-sco3.2v5*)
 
455
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
456
  SAVE_CFLAGS="$CFLAGS"
 
457
  CFLAGS="$CFLAGS -belf"
 
458
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
459
    [AC_LANG_PUSH(C)
 
460
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
461
     AC_LANG_POP])
 
462
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
463
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
464
    CFLAGS="$SAVE_CFLAGS"
 
465
  fi
 
466
  ;;
 
467
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
468
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
469
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
470
  AC_CHECK_TOOL(AS, as, false)
 
471
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
472
  ;;
 
473
  ])
 
474
esac
 
475
 
 
476
need_locks="$enable_libtool_lock"
 
477
 
 
478
])
 
479
m4trace:/usr/share/aclocal/libtool.m4:589: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
 
480
AC_CACHE_CHECK([$1], [$2],
 
481
  [$2=no
 
482
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
483
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
484
   lt_compiler_flag="$3"
 
485
   # Insert the option either (1) after the last *FLAGS variable, or
 
486
   # (2) before a word containing "conftest.", or (3) at the end.
 
487
   # Note that $ac_compile itself does not contain backslashes and begins
 
488
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
489
   # The option is referenced via a variable to avoid confusing sed.
 
490
   lt_compile=`echo "$ac_compile" | $SED \
 
491
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
492
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
493
   -e 's:$: $lt_compiler_flag:'`
 
494
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
495
   (eval "$lt_compile" 2>conftest.err)
 
496
   ac_status=$?
 
497
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
498
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
499
   if (exit $ac_status) && test -s "$ac_outfile"; then
 
500
     # The compiler can only warn and ignore the option if not recognized
 
501
     # So say no if there are warnings
 
502
     if test ! -s conftest.err; then
 
503
       $2=yes
 
504
     fi
 
505
   fi
 
506
   $rm conftest*
 
507
])
 
508
 
 
509
if test x"[$]$2" = xyes; then
 
510
    ifelse([$5], , :, [$5])
 
511
else
 
512
    ifelse([$6], , :, [$6])
 
513
fi
 
514
])
 
515
m4trace:/usr/share/aclocal/libtool.m4:621: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
 
516
  [$2=no
 
517
   save_LDFLAGS="$LDFLAGS"
 
518
   LDFLAGS="$LDFLAGS $3"
 
519
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
520
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
521
     # The compiler can only warn and ignore the option if not recognized
 
522
     # So say no if there are warnings
 
523
     if test -s conftest.err; then
 
524
       # Append any errors to the config.log.
 
525
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
526
     else
 
527
       $2=yes
 
528
     fi
 
529
   fi
 
530
   $rm conftest*
 
531
   LDFLAGS="$save_LDFLAGS"
 
532
])
 
533
 
 
534
if test x"[$]$2" = xyes; then
 
535
    ifelse([$4], , :, [$4])
 
536
else
 
537
    ifelse([$5], , :, [$5])
 
538
fi
 
539
])
 
540
m4trace:/usr/share/aclocal/libtool.m4:718: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
 
541
AC_MSG_CHECKING([the maximum length of command line arguments])
 
542
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
543
  i=0
 
544
  teststring="ABCD"
 
545
 
 
546
  case $build_os in
 
547
  msdosdjgpp*)
 
548
    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
549
    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
550
    # during glob expansion).  Even if it were fixed, the result of this
 
551
    # check would be larger than it should be.
 
552
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
553
    ;;
 
554
 
 
555
  gnu*)
 
556
    # Under GNU Hurd, this test is not required because there is
 
557
    # no limit to the length of command line arguments.
 
558
    # Libtool will interpret -1 as no limit whatsoever
 
559
    lt_cv_sys_max_cmd_len=-1;
 
560
    ;;
 
561
 
 
562
  cygwin* | mingw*)
 
563
    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
564
    # about 5 minutes as the teststring grows exponentially.
 
565
    # Worse, since 9x/ME are not pre-emptively multitasking,
 
566
    # you end up with a "frozen" computer, even though with patience
 
567
    # the test eventually succeeds (with a max line length of 256k).
 
568
    # Instead, let's just punt: use the minimum linelength reported by
 
569
    # all of the supported platforms: 8192 (on NT/2K/XP).
 
570
    lt_cv_sys_max_cmd_len=8192;
 
571
    ;;
 
572
 
 
573
  amigaos*)
 
574
    # On AmigaOS with pdksh, this test takes hours, literally.
 
575
    # So we just punt and use a minimum line length of 8192.
 
576
    lt_cv_sys_max_cmd_len=8192;
 
577
    ;;
 
578
 
 
579
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
580
    # This has been around since 386BSD, at least.  Likely further.
 
581
    if test -x /sbin/sysctl; then
 
582
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
583
    elif test -x /usr/sbin/sysctl; then
 
584
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
585
    else
 
586
      lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
 
587
    fi
 
588
    # And add a safety zone
 
589
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
590
    ;;
 
591
  osf*)
 
592
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
593
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
594
    # nice to cause kernel panics so lets avoid the loop below.
 
595
    # First set a reasonable default.
 
596
    lt_cv_sys_max_cmd_len=16384
 
597
    # 
 
598
    if test -x /sbin/sysconfig; then
 
599
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
600
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
601
      esac
 
602
    fi
 
603
    ;;
 
604
  *)
 
605
    # If test is not a shell built-in, we'll probably end up computing a
 
606
    # maximum length that is only half of the actual maximum length, but
 
607
    # we can't tell.
 
608
    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
609
    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 
610
               = "XX$teststring") >/dev/null 2>&1 &&
 
611
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
612
            lt_cv_sys_max_cmd_len=$new_result &&
 
613
            test $i != 17 # 1/2 MB should be enough
 
614
    do
 
615
      i=`expr $i + 1`
 
616
      teststring=$teststring$teststring
 
617
    done
 
618
    teststring=
 
619
    # Add a significant safety factor because C++ compilers can tack on massive
 
620
    # amounts of additional arguments before passing them to the linker.
 
621
    # It appears as though 1/2 is a usable value.
 
622
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
623
    ;;
 
624
  esac
 
625
])
 
626
if test -n $lt_cv_sys_max_cmd_len ; then
 
627
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
628
else
 
629
  AC_MSG_RESULT(none)
 
630
fi
 
631
])
 
632
m4trace:/usr/share/aclocal/libtool.m4:725: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
 
633
])
 
634
m4trace:/usr/share/aclocal/libtool.m4:814: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
635
if test "$cross_compiling" = yes; then :
 
636
  [$4]
 
637
else
 
638
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
639
  lt_status=$lt_dlunknown
 
640
  cat > conftest.$ac_ext <<EOF
 
641
[#line __oline__ "configure"
 
642
#include "confdefs.h"
 
643
 
 
644
#if HAVE_DLFCN_H
 
645
#include <dlfcn.h>
 
646
#endif
 
647
 
 
648
#include <stdio.h>
 
649
 
 
650
#ifdef RTLD_GLOBAL
 
651
#  define LT_DLGLOBAL           RTLD_GLOBAL
 
652
#else
 
653
#  ifdef DL_GLOBAL
 
654
#    define LT_DLGLOBAL         DL_GLOBAL
 
655
#  else
 
656
#    define LT_DLGLOBAL         0
 
657
#  endif
 
658
#endif
 
659
 
 
660
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
661
   find out it does not work in some platform. */
 
662
#ifndef LT_DLLAZY_OR_NOW
 
663
#  ifdef RTLD_LAZY
 
664
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
 
665
#  else
 
666
#    ifdef DL_LAZY
 
667
#      define LT_DLLAZY_OR_NOW          DL_LAZY
 
668
#    else
 
669
#      ifdef RTLD_NOW
 
670
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
 
671
#      else
 
672
#        ifdef DL_NOW
 
673
#          define LT_DLLAZY_OR_NOW      DL_NOW
 
674
#        else
 
675
#          define LT_DLLAZY_OR_NOW      0
 
676
#        endif
 
677
#      endif
 
678
#    endif
 
679
#  endif
 
680
#endif
 
681
 
 
682
#ifdef __cplusplus
 
683
extern "C" void exit (int);
 
684
#endif
 
685
 
 
686
void fnord() { int i=42;}
 
687
int main ()
 
688
{
 
689
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
690
  int status = $lt_dlunknown;
 
691
 
 
692
  if (self)
 
693
    {
 
694
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
695
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
696
      /* dlclose (self); */
 
697
    }
 
698
 
 
699
    exit (status);
 
700
}]
 
701
EOF
 
702
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
703
    (./conftest; exit; ) 2>/dev/null
 
704
    lt_status=$?
 
705
    case x$lt_status in
 
706
      x$lt_dlno_uscore) $1 ;;
 
707
      x$lt_dlneed_uscore) $2 ;;
 
708
      x$lt_unknown|x*) $3 ;;
 
709
    esac
 
710
  else :
 
711
    # compilation failed
 
712
    $3
 
713
  fi
 
714
fi
 
715
rm -fr conftest*
 
716
])
 
717
m4trace:/usr/share/aclocal/libtool.m4:927: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
718
if test "x$enable_dlopen" != xyes; then
 
719
  enable_dlopen=unknown
 
720
  enable_dlopen_self=unknown
 
721
  enable_dlopen_self_static=unknown
 
722
else
 
723
  lt_cv_dlopen=no
 
724
  lt_cv_dlopen_libs=
 
725
 
 
726
  case $host_os in
 
727
  beos*)
 
728
    lt_cv_dlopen="load_add_on"
 
729
    lt_cv_dlopen_libs=
 
730
    lt_cv_dlopen_self=yes
 
731
    ;;
 
732
 
 
733
  mingw* | pw32*)
 
734
    lt_cv_dlopen="LoadLibrary"
 
735
    lt_cv_dlopen_libs=
 
736
   ;;
 
737
 
 
738
  cygwin*)
 
739
    lt_cv_dlopen="dlopen"
 
740
    lt_cv_dlopen_libs=
 
741
   ;;
 
742
 
 
743
  darwin*)
 
744
  # if libdl is installed we need to link against it
 
745
    AC_CHECK_LIB([dl], [dlopen],
 
746
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
747
    lt_cv_dlopen="dyld"
 
748
    lt_cv_dlopen_libs=
 
749
    lt_cv_dlopen_self=yes
 
750
    ])
 
751
   ;;
 
752
 
 
753
  *)
 
754
    AC_CHECK_FUNC([shl_load],
 
755
          [lt_cv_dlopen="shl_load"],
 
756
      [AC_CHECK_LIB([dld], [shl_load],
 
757
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 
758
        [AC_CHECK_FUNC([dlopen],
 
759
              [lt_cv_dlopen="dlopen"],
 
760
          [AC_CHECK_LIB([dl], [dlopen],
 
761
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
762
            [AC_CHECK_LIB([svld], [dlopen],
 
763
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
764
              [AC_CHECK_LIB([dld], [dld_link],
 
765
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
766
              ])
 
767
            ])
 
768
          ])
 
769
        ])
 
770
      ])
 
771
    ;;
 
772
  esac
 
773
 
 
774
  if test "x$lt_cv_dlopen" != xno; then
 
775
    enable_dlopen=yes
 
776
  else
 
777
    enable_dlopen=no
 
778
  fi
 
779
 
 
780
  case $lt_cv_dlopen in
 
781
  dlopen)
 
782
    save_CPPFLAGS="$CPPFLAGS"
 
783
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
784
 
 
785
    save_LDFLAGS="$LDFLAGS"
 
786
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
787
 
 
788
    save_LIBS="$LIBS"
 
789
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
790
 
 
791
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
792
          lt_cv_dlopen_self, [dnl
 
793
          _LT_AC_TRY_DLOPEN_SELF(
 
794
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
795
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
796
    ])
 
797
 
 
798
    if test "x$lt_cv_dlopen_self" = xyes; then
 
799
      LDFLAGS="$LDFLAGS $link_static_flag"
 
800
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
801
          lt_cv_dlopen_self_static, [dnl
 
802
          _LT_AC_TRY_DLOPEN_SELF(
 
803
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
804
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
805
      ])
 
806
    fi
 
807
 
 
808
    CPPFLAGS="$save_CPPFLAGS"
 
809
    LDFLAGS="$save_LDFLAGS"
 
810
    LIBS="$save_LIBS"
 
811
    ;;
 
812
  esac
 
813
 
 
814
  case $lt_cv_dlopen_self in
 
815
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
816
  *) enable_dlopen_self=unknown ;;
 
817
  esac
 
818
 
 
819
  case $lt_cv_dlopen_self_static in
 
820
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
821
  *) enable_dlopen_self_static=unknown ;;
 
822
  esac
 
823
fi
 
824
])
 
825
m4trace:/usr/share/aclocal/libtool.m4:976: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
826
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
827
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
828
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
829
   $rm -r conftest 2>/dev/null
 
830
   mkdir conftest
 
831
   cd conftest
 
832
   mkdir out
 
833
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
834
 
 
835
   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
836
   # Insert the option either (1) after the last *FLAGS variable, or
 
837
   # (2) before a word containing "conftest.", or (3) at the end.
 
838
   # Note that $ac_compile itself does not contain backslashes and begins
 
839
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
840
   lt_compile=`echo "$ac_compile" | $SED \
 
841
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
842
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
843
   -e 's:$: $lt_compiler_flag:'`
 
844
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
845
   (eval "$lt_compile" 2>out/conftest.err)
 
846
   ac_status=$?
 
847
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
848
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
849
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
850
   then
 
851
     # The compiler can only warn and ignore the option if not recognized
 
852
     # So say no if there are warnings
 
853
     if test ! -s out/conftest.err; then
 
854
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
855
     fi
 
856
   fi
 
857
   chmod u+w .
 
858
   $rm conftest*
 
859
   # SGI C++ compiler will create directory out/ii_files/ for
 
860
   # template instantiation
 
861
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
862
   $rm out/* && rmdir out
 
863
   cd ..
 
864
   rmdir conftest
 
865
   $rm conftest*
 
866
])
 
867
])
 
868
m4trace:/usr/share/aclocal/libtool.m4:1003: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
 
869
 
 
870
hard_links="nottested"
 
871
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
872
  # do not overwrite the value of need_locks provided by the user
 
873
  AC_MSG_CHECKING([if we can lock with hard links])
 
874
  hard_links=yes
 
875
  $rm conftest*
 
876
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
877
  touch conftest.a
 
878
  ln conftest.a conftest.b 2>&5 || hard_links=no
 
879
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
880
  AC_MSG_RESULT([$hard_links])
 
881
  if test "$hard_links" = no; then
 
882
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
883
    need_locks=warn
 
884
  fi
 
885
else
 
886
  need_locks=no
 
887
fi
 
888
])
 
889
m4trace:/usr/share/aclocal/libtool.m4:1020: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
890
[rm -f .libs 2>/dev/null
 
891
mkdir .libs 2>/dev/null
 
892
if test -d .libs; then
 
893
  lt_cv_objdir=.libs
 
894
else
 
895
  # MS-DOS does not allow filenames that begin with a dot.
 
896
  lt_cv_objdir=_libs
 
897
fi
 
898
rmdir .libs 2>/dev/null])
 
899
objdir=$lt_cv_objdir
 
900
])
 
901
m4trace:/usr/share/aclocal/libtool.m4:1061: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
 
902
_LT_AC_TAGVAR(hardcode_action, $1)=
 
903
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
 
904
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
 
905
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
906
 
 
907
  # We can hardcode non-existant directories.
 
908
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
909
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
910
     # have to relink, otherwise we might link with an installed library
 
911
     # when we should be linking with a yet-to-be-installed one
 
912
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
913
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
 
914
    # Linking always hardcodes the temporary library directory.
 
915
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
 
916
  else
 
917
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
918
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
 
919
  fi
 
920
else
 
921
  # We cannot hardcode anything, or else we can only hardcode existing
 
922
  # directories.
 
923
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
 
924
fi
 
925
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
 
926
 
 
927
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
 
928
  # Fast installation is not supported
 
929
  enable_fast_install=no
 
930
elif test "$shlibpath_overrides_runpath" = yes ||
 
931
     test "$enable_shared" = no; then
 
932
  # Fast installation is not necessary
 
933
  enable_fast_install=needless
 
934
fi
 
935
])
 
936
m4trace:/usr/share/aclocal/libtool.m4:1090: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
 
937
old_striplib=
 
938
AC_MSG_CHECKING([whether stripping libraries is possible])
 
939
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
940
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
941
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
942
  AC_MSG_RESULT([yes])
 
943
else
 
944
# FIXME - insert some real tests, host_os isn't really good enough
 
945
  case $host_os in
 
946
   darwin*)
 
947
       if test -n "$STRIP" ; then
 
948
         striplib="$STRIP -x"
 
949
         AC_MSG_RESULT([yes])
 
950
       else
 
951
  AC_MSG_RESULT([no])
 
952
fi
 
953
       ;;
 
954
   *)
 
955
  AC_MSG_RESULT([no])
 
956
    ;;
 
957
  esac
 
958
fi
 
959
])
 
960
m4trace:/usr/share/aclocal/libtool.m4:1640: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
 
961
library_names_spec=
 
962
libname_spec='lib$name'
 
963
soname_spec=
 
964
shrext_cmds=".so"
 
965
postinstall_cmds=
 
966
postuninstall_cmds=
 
967
finish_cmds=
 
968
finish_eval=
 
969
shlibpath_var=
 
970
shlibpath_overrides_runpath=unknown
 
971
version_type=none
 
972
dynamic_linker="$host_os ld.so"
 
973
sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
974
if test "$GCC" = yes; then
 
975
  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
976
  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
 
977
    # if the path contains ";" then we assume it to be the separator
 
978
    # otherwise default to the standard path separator (i.e. ":") - it is
 
979
    # assumed that no part of a normal pathname contains ";" but that should
 
980
    # okay in the real world where ";" in dirpaths is itself problematic.
 
981
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
982
  else
 
983
    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
984
  fi
 
985
else
 
986
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
987
fi
 
988
need_lib_prefix=unknown
 
989
hardcode_into_libs=no
 
990
 
 
991
# when you set need_version to no, make sure it does not cause -set_version
 
992
# flags to be left without arguments
 
993
need_version=unknown
 
994
 
 
995
case $host_os in
 
996
aix3*)
 
997
  version_type=linux
 
998
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
999
  shlibpath_var=LIBPATH
 
1000
 
 
1001
  # AIX 3 has no versioning support, so we append a major version to the name.
 
1002
  soname_spec='${libname}${release}${shared_ext}$major'
 
1003
  ;;
 
1004
 
 
1005
aix4* | aix5*)
 
1006
  version_type=linux
 
1007
  need_lib_prefix=no
 
1008
  need_version=no
 
1009
  hardcode_into_libs=yes
 
1010
  if test "$host_cpu" = ia64; then
 
1011
    # AIX 5 supports IA64
 
1012
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
1013
    shlibpath_var=LD_LIBRARY_PATH
 
1014
  else
 
1015
    # With GCC up to 2.95.x, collect2 would create an import file
 
1016
    # for dependence libraries.  The import file would start with
 
1017
    # the line `#! .'.  This would cause the generated library to
 
1018
    # depend on `.', always an invalid library.  This was fixed in
 
1019
    # development snapshots of GCC prior to 3.0.
 
1020
    case $host_os in
 
1021
      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
1022
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
1023
           echo ' yes '
 
1024
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
1025
        :
 
1026
      else
 
1027
        can_build_shared=no
 
1028
      fi
 
1029
      ;;
 
1030
    esac
 
1031
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
1032
    # soname into executable. Probably we can add versioning support to
 
1033
    # collect2, so additional links can be useful in future.
 
1034
    if test "$aix_use_runtimelinking" = yes; then
 
1035
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
1036
      # instead of lib<name>.a to let people know that these are not
 
1037
      # typical AIX shared libraries.
 
1038
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1039
    else
 
1040
      # We preserve .a as extension for shared libraries through AIX4.2
 
1041
      # and later when we are not doing run time linking.
 
1042
      library_names_spec='${libname}${release}.a $libname.a'
 
1043
      soname_spec='${libname}${release}${shared_ext}$major'
 
1044
    fi
 
1045
    shlibpath_var=LIBPATH
 
1046
  fi
 
1047
  ;;
 
1048
 
 
1049
amigaos*)
 
1050
  library_names_spec='$libname.ixlibrary $libname.a'
 
1051
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
1052
  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'
 
1053
  ;;
 
1054
 
 
1055
beos*)
 
1056
  library_names_spec='${libname}${shared_ext}'
 
1057
  dynamic_linker="$host_os ld.so"
 
1058
  shlibpath_var=LIBRARY_PATH
 
1059
  ;;
 
1060
 
 
1061
bsdi[[45]]*)
 
1062
  version_type=linux
 
1063
  need_version=no
 
1064
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1065
  soname_spec='${libname}${release}${shared_ext}$major'
 
1066
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
1067
  shlibpath_var=LD_LIBRARY_PATH
 
1068
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
1069
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
1070
  # the default ld.so.conf also contains /usr/contrib/lib and
 
1071
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
1072
  # libtool to hard-code these into programs
 
1073
  ;;
 
1074
 
 
1075
cygwin* | mingw* | pw32*)
 
1076
  version_type=windows
 
1077
  shrext_cmds=".dll"
 
1078
  need_version=no
 
1079
  need_lib_prefix=no
 
1080
 
 
1081
  case $GCC,$host_os in
 
1082
  yes,cygwin* | yes,mingw* | yes,pw32*)
 
1083
    library_names_spec='$libname.dll.a'
 
1084
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
1085
    postinstall_cmds='base_file=`basename \${file}`~
 
1086
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
1087
      dldir=$destdir/`dirname \$dlpath`~
 
1088
      test -d \$dldir || mkdir -p \$dldir~
 
1089
      $install_prog $dir/$dlname \$dldir/$dlname'
 
1090
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
1091
      dlpath=$dir/\$dldll~
 
1092
       $rm \$dlpath'
 
1093
    shlibpath_overrides_runpath=yes
 
1094
 
 
1095
    case $host_os in
 
1096
    cygwin*)
 
1097
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
1098
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1099
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
1100
      ;;
 
1101
    mingw*)
 
1102
      # MinGW DLLs use traditional 'lib' prefix
 
1103
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1104
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
1105
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
 
1106
        # It is most probably a Windows format PATH printed by
 
1107
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
1108
        # path with ; separators, and with drive letters. We can handle the
 
1109
        # drive letters (cygwin fileutils understands them), so leave them,
 
1110
        # especially as we might pass files found there to a mingw objdump,
 
1111
        # which wouldn't understand a cygwinified path. Ahh.
 
1112
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
1113
      else
 
1114
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
1115
      fi
 
1116
      ;;
 
1117
    pw32*)
 
1118
      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
1119
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
1120
      ;;
 
1121
    esac
 
1122
    ;;
 
1123
 
 
1124
  *)
 
1125
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
1126
    ;;
 
1127
  esac
 
1128
  dynamic_linker='Win32 ld.exe'
 
1129
  # FIXME: first we should search . and the directory the executable is in
 
1130
  shlibpath_var=PATH
 
1131
  ;;
 
1132
 
 
1133
darwin* | rhapsody*)
 
1134
  dynamic_linker="$host_os dyld"
 
1135
  version_type=darwin
 
1136
  need_lib_prefix=no
 
1137
  need_version=no
 
1138
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
1139
  soname_spec='${libname}${release}${major}$shared_ext'
 
1140
  shlibpath_overrides_runpath=yes
 
1141
  shlibpath_var=DYLD_LIBRARY_PATH
 
1142
  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
 
1143
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
1144
  if test "$GCC" = yes; then
 
1145
    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"`
 
1146
  else
 
1147
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
1148
  fi
 
1149
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
1150
  ;;
 
1151
 
 
1152
dgux*)
 
1153
  version_type=linux
 
1154
  need_lib_prefix=no
 
1155
  need_version=no
 
1156
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
1157
  soname_spec='${libname}${release}${shared_ext}$major'
 
1158
  shlibpath_var=LD_LIBRARY_PATH
 
1159
  ;;
 
1160
 
 
1161
freebsd1*)
 
1162
  dynamic_linker=no
 
1163
  ;;
 
1164
 
 
1165
kfreebsd*-gnu)
 
1166
  version_type=linux
 
1167
  need_lib_prefix=no
 
1168
  need_version=no
 
1169
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1170
  soname_spec='${libname}${release}${shared_ext}$major'
 
1171
  shlibpath_var=LD_LIBRARY_PATH
 
1172
  shlibpath_overrides_runpath=no
 
1173
  hardcode_into_libs=yes
 
1174
  dynamic_linker='GNU ld.so'
 
1175
  ;;
 
1176
 
 
1177
freebsd* | dragonfly*)
 
1178
  # DragonFly does not have aout.  When/if they implement a new
 
1179
  # versioning mechanism, adjust this.
 
1180
  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
1181
  version_type=freebsd-$objformat
 
1182
  case $version_type in
 
1183
    freebsd-elf*)
 
1184
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1185
      need_version=no
 
1186
      need_lib_prefix=no
 
1187
      ;;
 
1188
    freebsd-*)
 
1189
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
1190
      need_version=yes
 
1191
      ;;
 
1192
  esac
 
1193
  shlibpath_var=LD_LIBRARY_PATH
 
1194
  case $host_os in
 
1195
  freebsd2*)
 
1196
    shlibpath_overrides_runpath=yes
 
1197
    ;;
 
1198
  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
1199
    shlibpath_overrides_runpath=yes
 
1200
    hardcode_into_libs=yes
 
1201
    ;;
 
1202
  *) # from 3.2 on
 
1203
    shlibpath_overrides_runpath=no
 
1204
    hardcode_into_libs=yes
 
1205
    ;;
 
1206
  esac
 
1207
  ;;
 
1208
 
 
1209
gnu*)
 
1210
  version_type=linux
 
1211
  need_lib_prefix=no
 
1212
  need_version=no
 
1213
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
1214
  soname_spec='${libname}${release}${shared_ext}$major'
 
1215
  shlibpath_var=LD_LIBRARY_PATH
 
1216
  hardcode_into_libs=yes
 
1217
  ;;
 
1218
 
 
1219
hpux9* | hpux10* | hpux11*)
 
1220
  # Give a soname corresponding to the major version so that dld.sl refuses to
 
1221
  # link against other versions.
 
1222
  version_type=sunos
 
1223
  need_lib_prefix=no
 
1224
  need_version=no
 
1225
  case "$host_cpu" in
 
1226
  ia64*)
 
1227
    shrext_cmds='.so'
 
1228
    hardcode_into_libs=yes
 
1229
    dynamic_linker="$host_os dld.so"
 
1230
    shlibpath_var=LD_LIBRARY_PATH
 
1231
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1232
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1233
    soname_spec='${libname}${release}${shared_ext}$major'
 
1234
    if test "X$HPUX_IA64_MODE" = X32; then
 
1235
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
1236
    else
 
1237
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
1238
    fi
 
1239
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1240
    ;;
 
1241
   hppa*64*)
 
1242
     shrext_cmds='.sl'
 
1243
     hardcode_into_libs=yes
 
1244
     dynamic_linker="$host_os dld.sl"
 
1245
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
1246
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
1247
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1248
     soname_spec='${libname}${release}${shared_ext}$major'
 
1249
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
1250
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
1251
     ;;
 
1252
   *)
 
1253
    shrext_cmds='.sl'
 
1254
    dynamic_linker="$host_os dld.sl"
 
1255
    shlibpath_var=SHLIB_PATH
 
1256
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
1257
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1258
    soname_spec='${libname}${release}${shared_ext}$major'
 
1259
    ;;
 
1260
  esac
 
1261
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
1262
  postinstall_cmds='chmod 555 $lib'
 
1263
  ;;
 
1264
 
 
1265
irix5* | irix6* | nonstopux*)
 
1266
  case $host_os in
 
1267
    nonstopux*) version_type=nonstopux ;;
 
1268
    *)
 
1269
        if test "$lt_cv_prog_gnu_ld" = yes; then
 
1270
                version_type=linux
 
1271
        else
 
1272
                version_type=irix
 
1273
        fi ;;
 
1274
  esac
 
1275
  need_lib_prefix=no
 
1276
  need_version=no
 
1277
  soname_spec='${libname}${release}${shared_ext}$major'
 
1278
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
1279
  case $host_os in
 
1280
  irix5* | nonstopux*)
 
1281
    libsuff= shlibsuff=
 
1282
    ;;
 
1283
  *)
 
1284
    case $LD in # libtool.m4 will add one of these switches to LD
 
1285
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
1286
      libsuff= shlibsuff= libmagic=32-bit;;
 
1287
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
1288
      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
1289
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
1290
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
1291
    *) libsuff= shlibsuff= libmagic=never-match;;
 
1292
    esac
 
1293
    ;;
 
1294
  esac
 
1295
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
1296
  shlibpath_overrides_runpath=no
 
1297
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
1298
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
1299
  hardcode_into_libs=yes
 
1300
  ;;
 
1301
 
 
1302
# No shared lib support for Linux oldld, aout, or coff.
 
1303
linux*oldld* | linux*aout* | linux*coff*)
 
1304
  dynamic_linker=no
 
1305
  ;;
 
1306
 
 
1307
# This must be Linux ELF.
 
1308
linux*)
 
1309
  version_type=linux
 
1310
  need_lib_prefix=no
 
1311
  need_version=no
 
1312
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1313
  soname_spec='${libname}${release}${shared_ext}$major'
 
1314
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
1315
  shlibpath_var=LD_LIBRARY_PATH
 
1316
  shlibpath_overrides_runpath=no
 
1317
  # This implies no fast_install, which is unacceptable.
 
1318
  # Some rework will be needed to allow for fast_install
 
1319
  # before this can be enabled.
 
1320
  hardcode_into_libs=yes
 
1321
 
 
1322
  # Append ld.so.conf contents to the search path
 
1323
  if test -f /etc/ld.so.conf; then
 
1324
    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/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
1325
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
1326
  fi
 
1327
 
 
1328
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
1329
  # powerpc, because MkLinux only supported shared libraries with the
 
1330
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
1331
  # most powerpc-linux boxes support dynamic linking these days and
 
1332
  # people can always --disable-shared, the test was removed, and we
 
1333
  # assume the GNU/Linux dynamic linker is in use.
 
1334
  dynamic_linker='GNU/Linux ld.so'
 
1335
  ;;
 
1336
 
 
1337
knetbsd*-gnu)
 
1338
  version_type=linux
 
1339
  need_lib_prefix=no
 
1340
  need_version=no
 
1341
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1342
  soname_spec='${libname}${release}${shared_ext}$major'
 
1343
  shlibpath_var=LD_LIBRARY_PATH
 
1344
  shlibpath_overrides_runpath=no
 
1345
  hardcode_into_libs=yes
 
1346
  dynamic_linker='GNU ld.so'
 
1347
  ;;
 
1348
 
 
1349
netbsd*)
 
1350
  version_type=sunos
 
1351
  need_lib_prefix=no
 
1352
  need_version=no
 
1353
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
1354
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1355
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1356
    dynamic_linker='NetBSD (a.out) ld.so'
 
1357
  else
 
1358
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1359
    soname_spec='${libname}${release}${shared_ext}$major'
 
1360
    dynamic_linker='NetBSD ld.elf_so'
 
1361
  fi
 
1362
  shlibpath_var=LD_LIBRARY_PATH
 
1363
  shlibpath_overrides_runpath=yes
 
1364
  hardcode_into_libs=yes
 
1365
  ;;
 
1366
 
 
1367
newsos6)
 
1368
  version_type=linux
 
1369
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1370
  shlibpath_var=LD_LIBRARY_PATH
 
1371
  shlibpath_overrides_runpath=yes
 
1372
  ;;
 
1373
 
 
1374
nto-qnx*)
 
1375
  version_type=linux
 
1376
  need_lib_prefix=no
 
1377
  need_version=no
 
1378
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1379
  soname_spec='${libname}${release}${shared_ext}$major'
 
1380
  shlibpath_var=LD_LIBRARY_PATH
 
1381
  shlibpath_overrides_runpath=yes
 
1382
  ;;
 
1383
 
 
1384
openbsd*)
 
1385
  version_type=sunos
 
1386
  need_lib_prefix=no
 
1387
  need_version=no
 
1388
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1389
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
1390
  shlibpath_var=LD_LIBRARY_PATH
 
1391
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1392
    case $host_os in
 
1393
      openbsd2.[[89]] | openbsd2.[[89]].*)
 
1394
        shlibpath_overrides_runpath=no
 
1395
        ;;
 
1396
      *)
 
1397
        shlibpath_overrides_runpath=yes
 
1398
        ;;
 
1399
      esac
 
1400
  else
 
1401
    shlibpath_overrides_runpath=yes
 
1402
  fi
 
1403
  ;;
 
1404
 
 
1405
os2*)
 
1406
  libname_spec='$name'
 
1407
  shrext_cmds=".dll"
 
1408
  need_lib_prefix=no
 
1409
  library_names_spec='$libname${shared_ext} $libname.a'
 
1410
  dynamic_linker='OS/2 ld.exe'
 
1411
  shlibpath_var=LIBPATH
 
1412
  ;;
 
1413
 
 
1414
osf3* | osf4* | osf5*)
 
1415
  version_type=osf
 
1416
  need_lib_prefix=no
 
1417
  need_version=no
 
1418
  soname_spec='${libname}${release}${shared_ext}$major'
 
1419
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1420
  shlibpath_var=LD_LIBRARY_PATH
 
1421
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
1422
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
1423
  ;;
 
1424
 
 
1425
sco3.2v5*)
 
1426
  version_type=osf
 
1427
  soname_spec='${libname}${release}${shared_ext}$major'
 
1428
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1429
  shlibpath_var=LD_LIBRARY_PATH
 
1430
  ;;
 
1431
 
 
1432
solaris*)
 
1433
  version_type=linux
 
1434
  need_lib_prefix=no
 
1435
  need_version=no
 
1436
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1437
  soname_spec='${libname}${release}${shared_ext}$major'
 
1438
  shlibpath_var=LD_LIBRARY_PATH
 
1439
  shlibpath_overrides_runpath=yes
 
1440
  hardcode_into_libs=yes
 
1441
  # ldd complains unless libraries are executable
 
1442
  postinstall_cmds='chmod +x $lib'
 
1443
  ;;
 
1444
 
 
1445
sunos4*)
 
1446
  version_type=sunos
 
1447
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
1448
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
1449
  shlibpath_var=LD_LIBRARY_PATH
 
1450
  shlibpath_overrides_runpath=yes
 
1451
  if test "$with_gnu_ld" = yes; then
 
1452
    need_lib_prefix=no
 
1453
  fi
 
1454
  need_version=yes
 
1455
  ;;
 
1456
 
 
1457
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
1458
  version_type=linux
 
1459
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1460
  soname_spec='${libname}${release}${shared_ext}$major'
 
1461
  shlibpath_var=LD_LIBRARY_PATH
 
1462
  case $host_vendor in
 
1463
    sni)
 
1464
      shlibpath_overrides_runpath=no
 
1465
      need_lib_prefix=no
 
1466
      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
1467
      runpath_var=LD_RUN_PATH
 
1468
      ;;
 
1469
    siemens)
 
1470
      need_lib_prefix=no
 
1471
      ;;
 
1472
    motorola)
 
1473
      need_lib_prefix=no
 
1474
      need_version=no
 
1475
      shlibpath_overrides_runpath=no
 
1476
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
1477
      ;;
 
1478
  esac
 
1479
  ;;
 
1480
 
 
1481
sysv4*MP*)
 
1482
  if test -d /usr/nec ;then
 
1483
    version_type=linux
 
1484
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
1485
    soname_spec='$libname${shared_ext}.$major'
 
1486
    shlibpath_var=LD_LIBRARY_PATH
 
1487
  fi
 
1488
  ;;
 
1489
 
 
1490
uts4*)
 
1491
  version_type=linux
 
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
  ;;
 
1496
 
 
1497
*)
 
1498
  dynamic_linker=no
 
1499
  ;;
 
1500
esac
 
1501
AC_MSG_RESULT([$dynamic_linker])
 
1502
test "$dynamic_linker" = no && can_build_shared=no
 
1503
])
 
1504
m4trace:/usr/share/aclocal/libtool.m4:1741: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
 
1505
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
 
1506
        [include additional configurations @<:@automatic@:>@])],
 
1507
    [tagnames="$withval"])
 
1508
 
 
1509
if test -f "$ltmain" && test -n "$tagnames"; then
 
1510
  if test ! -f "${ofile}"; then
 
1511
    AC_MSG_WARN([output file `$ofile' does not exist])
 
1512
  fi
 
1513
 
 
1514
  if test -z "$LTCC"; then
 
1515
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
1516
    if test -z "$LTCC"; then
 
1517
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
 
1518
    else
 
1519
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
 
1520
    fi
 
1521
  fi
 
1522
 
 
1523
  # Extract list of available tagged configurations in $ofile.
 
1524
  # Note that this assumes the entire list is on one line.
 
1525
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
 
1526
 
 
1527
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1528
  for tagname in $tagnames; do
 
1529
    IFS="$lt_save_ifs"
 
1530
    # Check whether tagname contains only valid characters
 
1531
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
 
1532
    "") ;;
 
1533
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
 
1534
        ;;
 
1535
    esac
 
1536
 
 
1537
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
1538
    then
 
1539
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
 
1540
    fi
 
1541
 
 
1542
    # Update the list of available tags.
 
1543
    if test -n "$tagname"; then
 
1544
      echo appending configuration tag \"$tagname\" to $ofile
 
1545
 
 
1546
      case $tagname in
 
1547
      CXX)
 
1548
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1549
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1550
            (test "X$CXX" != "Xg++"))) ; then
 
1551
          AC_LIBTOOL_LANG_CXX_CONFIG
 
1552
        else
 
1553
          tagname=""
 
1554
        fi
 
1555
        ;;
 
1556
 
 
1557
      F77)
 
1558
        if test -n "$F77" && test "X$F77" != "Xno"; then
 
1559
          AC_LIBTOOL_LANG_F77_CONFIG
 
1560
        else
 
1561
          tagname=""
 
1562
        fi
 
1563
        ;;
 
1564
 
 
1565
      GCJ)
 
1566
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
1567
          AC_LIBTOOL_LANG_GCJ_CONFIG
 
1568
        else
 
1569
          tagname=""
 
1570
        fi
 
1571
        ;;
 
1572
 
 
1573
      RC)
 
1574
        AC_LIBTOOL_LANG_RC_CONFIG
 
1575
        ;;
 
1576
 
 
1577
      *)
 
1578
        AC_MSG_ERROR([Unsupported tag name: $tagname])
 
1579
        ;;
 
1580
      esac
 
1581
 
 
1582
      # Append the new tag name to the list of available tags.
 
1583
      if test -n "$tagname" ; then
 
1584
      available_tags="$available_tags $tagname"
 
1585
    fi
 
1586
    fi
 
1587
  done
 
1588
  IFS="$lt_save_ifs"
 
1589
 
 
1590
  # Now substitute the updated list of available tags.
 
1591
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
 
1592
    mv "${ofile}T" "$ofile"
 
1593
    chmod +x "$ofile"
 
1594
  else
 
1595
    rm -f "${ofile}T"
 
1596
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
 
1597
  fi
 
1598
fi
 
1599
])
 
1600
m4trace:/usr/share/aclocal/libtool.m4:1749: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
 
1601
])
 
1602
m4trace:/usr/share/aclocal/libtool.m4:1757: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 
1603
])
 
1604
m4trace:/usr/share/aclocal/libtool.m4:1787: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 
1605
AC_ARG_ENABLE([shared],
 
1606
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
1607
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
 
1608
    [p=${PACKAGE-default}
 
1609
    case $enableval in
 
1610
    yes) enable_shared=yes ;;
 
1611
    no) enable_shared=no ;;
 
1612
    *)
 
1613
      enable_shared=no
 
1614
      # Look at the argument we got.  We use all the common list separators.
 
1615
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1616
      for pkg in $enableval; do
 
1617
        IFS="$lt_save_ifs"
 
1618
        if test "X$pkg" = "X$p"; then
 
1619
          enable_shared=yes
 
1620
        fi
 
1621
      done
 
1622
      IFS="$lt_save_ifs"
 
1623
      ;;
 
1624
    esac],
 
1625
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
 
1626
])
 
1627
m4trace:/usr/share/aclocal/libtool.m4:1796: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1628
AC_ENABLE_SHARED(no)
 
1629
])
 
1630
m4trace:/usr/share/aclocal/libtool.m4:1826: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 
1631
AC_ARG_ENABLE([static],
 
1632
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
1633
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
 
1634
    [p=${PACKAGE-default}
 
1635
    case $enableval in
 
1636
    yes) enable_static=yes ;;
 
1637
    no) enable_static=no ;;
 
1638
    *)
 
1639
     enable_static=no
 
1640
      # Look at the argument we got.  We use all the common list separators.
 
1641
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1642
      for pkg in $enableval; do
 
1643
        IFS="$lt_save_ifs"
 
1644
        if test "X$pkg" = "X$p"; then
 
1645
          enable_static=yes
 
1646
        fi
 
1647
      done
 
1648
      IFS="$lt_save_ifs"
 
1649
      ;;
 
1650
    esac],
 
1651
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
 
1652
])
 
1653
m4trace:/usr/share/aclocal/libtool.m4:1835: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1654
AC_ENABLE_STATIC(no)
 
1655
])
 
1656
m4trace:/usr/share/aclocal/libtool.m4:1865: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 
1657
AC_ARG_ENABLE([fast-install],
 
1658
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
1659
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
1660
    [p=${PACKAGE-default}
 
1661
    case $enableval in
 
1662
    yes) enable_fast_install=yes ;;
 
1663
    no) enable_fast_install=no ;;
 
1664
    *)
 
1665
      enable_fast_install=no
 
1666
      # Look at the argument we got.  We use all the common list separators.
 
1667
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
1668
      for pkg in $enableval; do
 
1669
        IFS="$lt_save_ifs"
 
1670
        if test "X$pkg" = "X$p"; then
 
1671
          enable_fast_install=yes
 
1672
        fi
 
1673
      done
 
1674
      IFS="$lt_save_ifs"
 
1675
      ;;
 
1676
    esac],
 
1677
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
 
1678
])
 
1679
m4trace:/usr/share/aclocal/libtool.m4:1874: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1680
AC_ENABLE_FAST_INSTALL(no)
 
1681
])
 
1682
m4trace:/usr/share/aclocal/libtool.m4:1884: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1683
pic_mode=ifelse($#,1,$1,default)
 
1684
])
 
1685
m4trace:/usr/share/aclocal/libtool.m4:1962: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1686
AC_MSG_CHECKING([for $1])
 
1687
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
1688
[case $MAGIC_CMD in
 
1689
[[\\/*] |  ?:[\\/]*])
 
1690
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
1691
  ;;
 
1692
*)
 
1693
  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
1694
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1695
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
1696
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
1697
dnl not every word.  This closes a longstanding sh security hole.
 
1698
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
1699
  for ac_dir in $ac_dummy; do
 
1700
    IFS="$lt_save_ifs"
 
1701
    test -z "$ac_dir" && ac_dir=.
 
1702
    if test -f $ac_dir/$1; then
 
1703
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
1704
      if test -n "$file_magic_test_file"; then
 
1705
        case $deplibs_check_method in
 
1706
        "file_magic "*)
 
1707
          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
 
1708
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1709
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
1710
            $EGREP "$file_magic_regex" > /dev/null; then
 
1711
            :
 
1712
          else
 
1713
            cat <<EOF 1>&2
 
1714
 
 
1715
*** Warning: the command libtool uses to detect shared libraries,
 
1716
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
1717
*** The result is that libtool may fail to recognize shared libraries
 
1718
*** as such.  This will affect the creation of libtool libraries that
 
1719
*** depend on shared libraries, but programs linked with such libtool
 
1720
*** libraries will work regardless of this problem.  Nevertheless, you
 
1721
*** may want to report the problem to your system manager and/or to
 
1722
*** bug-libtool@gnu.org
 
1723
 
 
1724
EOF
 
1725
          fi ;;
 
1726
        esac
 
1727
      fi
 
1728
      break
 
1729
    fi
 
1730
  done
 
1731
  IFS="$lt_save_ifs"
 
1732
  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
1733
  ;;
 
1734
esac])
 
1735
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1736
if test -n "$MAGIC_CMD"; then
 
1737
  AC_MSG_RESULT($MAGIC_CMD)
 
1738
else
 
1739
  AC_MSG_RESULT(no)
 
1740
fi
 
1741
])
 
1742
m4trace:/usr/share/aclocal/libtool.m4:1977: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
1743
if test -z "$lt_cv_path_MAGIC_CMD"; then
 
1744
  if test -n "$ac_tool_prefix"; then
 
1745
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
1746
  else
 
1747
    MAGIC_CMD=:
 
1748
  fi
 
1749
fi
 
1750
])
 
1751
m4trace:/usr/share/aclocal/libtool.m4:2062: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
 
1752
    [AC_HELP_STRING([--with-gnu-ld],
 
1753
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
1754
    [test "$withval" = no || with_gnu_ld=yes],
 
1755
    [with_gnu_ld=no])
 
1756
AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1757
AC_REQUIRE([AC_PROG_CC])dnl
 
1758
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1759
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
1760
ac_prog=ld
 
1761
if test "$GCC" = yes; then
 
1762
  # Check if gcc -print-prog-name=ld gives a path.
 
1763
  AC_MSG_CHECKING([for ld used by $CC])
 
1764
  case $host in
 
1765
  *-*-mingw*)
 
1766
    # gcc leaves a trailing carriage return which upsets mingw
 
1767
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
1768
  *)
 
1769
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
1770
  esac
 
1771
  case $ac_prog in
 
1772
    # Accept absolute paths.
 
1773
    [[\\/]]* | ?:[[\\/]]*)
 
1774
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
1775
      # Canonicalize the pathname of ld
 
1776
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
1777
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
1778
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
1779
      done
 
1780
      test -z "$LD" && LD="$ac_prog"
 
1781
      ;;
 
1782
  "")
 
1783
    # If it fails, then pretend we aren't using GCC.
 
1784
    ac_prog=ld
 
1785
    ;;
 
1786
  *)
 
1787
    # If it is relative, then search for the first ld in PATH.
 
1788
    with_gnu_ld=unknown
 
1789
    ;;
 
1790
  esac
 
1791
elif test "$with_gnu_ld" = yes; then
 
1792
  AC_MSG_CHECKING([for GNU ld])
 
1793
else
 
1794
  AC_MSG_CHECKING([for non-GNU ld])
 
1795
fi
 
1796
AC_CACHE_VAL(lt_cv_path_LD,
 
1797
[if test -z "$LD"; then
 
1798
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1799
  for ac_dir in $PATH; do
 
1800
    IFS="$lt_save_ifs"
 
1801
    test -z "$ac_dir" && ac_dir=.
 
1802
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
1803
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
1804
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
1805
      # but apparently some GNU ld's only accept -v.
 
1806
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
1807
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
1808
      *GNU* | *'with BFD'*)
 
1809
        test "$with_gnu_ld" != no && break
 
1810
        ;;
 
1811
      *)
 
1812
        test "$with_gnu_ld" != yes && break
 
1813
        ;;
 
1814
      esac
 
1815
    fi
 
1816
  done
 
1817
  IFS="$lt_save_ifs"
 
1818
else
 
1819
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
1820
fi])
 
1821
LD="$lt_cv_path_LD"
 
1822
if test -n "$LD"; then
 
1823
  AC_MSG_RESULT($LD)
 
1824
else
 
1825
  AC_MSG_RESULT(no)
 
1826
fi
 
1827
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
1828
AC_PROG_LD_GNU
 
1829
])
 
1830
m4trace:/usr/share/aclocal/libtool.m4:2080: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1831
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
1832
[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
 
1833
case `$LD -v 2>&1 </dev/null` in
 
1834
*GNU* | *'with BFD'*)
 
1835
  lt_cv_prog_gnu_ld=yes
 
1836
  ;;
 
1837
*)
 
1838
  lt_cv_prog_gnu_ld=no
 
1839
  ;;
 
1840
esac])
 
1841
with_gnu_ld=$lt_cv_prog_gnu_ld
 
1842
])
 
1843
m4trace:/usr/share/aclocal/libtool.m4:2106: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
 
1844
  lt_cv_ld_reload_flag,
 
1845
  [lt_cv_ld_reload_flag='-r'])
 
1846
reload_flag=$lt_cv_ld_reload_flag
 
1847
case $reload_flag in
 
1848
"" | " "*) ;;
 
1849
*) reload_flag=" $reload_flag" ;;
 
1850
esac
 
1851
reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1852
case $host_os in
 
1853
  darwin*)
 
1854
    if test "$GCC" = yes; then
 
1855
      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
 
1856
    else
 
1857
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1858
    fi
 
1859
    ;;
 
1860
esac
 
1861
])
 
1862
m4trace:/usr/share/aclocal/libtool.m4:2285: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
 
1863
lt_cv_deplibs_check_method,
 
1864
[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
1865
lt_cv_file_magic_test_file=
 
1866
lt_cv_deplibs_check_method='unknown'
 
1867
# Need to set the preceding variable on all platforms that support
 
1868
# interlibrary dependencies.
 
1869
# 'none' -- dependencies not supported.
 
1870
# `unknown' -- same as none, but documents that we really don't know.
 
1871
# 'pass_all' -- all dependencies passed with no checks.
 
1872
# 'test_compile' -- check by making test program.
 
1873
# 'file_magic [[regex]]' -- check by looking for files in library path
 
1874
# which responds to the $file_magic_cmd with a given extended regex.
 
1875
# If you have `file' or equivalent on your system and you're not sure
 
1876
# whether `pass_all' will *always* work, you probably want this one.
 
1877
 
 
1878
case $host_os in
 
1879
aix4* | aix5*)
 
1880
  lt_cv_deplibs_check_method=pass_all
 
1881
  ;;
 
1882
 
 
1883
beos*)
 
1884
  lt_cv_deplibs_check_method=pass_all
 
1885
  ;;
 
1886
 
 
1887
bsdi[[45]]*)
 
1888
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
1889
  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
1890
  lt_cv_file_magic_test_file=/shlib/libc.so
 
1891
  ;;
 
1892
 
 
1893
cygwin*)
 
1894
  # func_win32_libid is a shell function defined in ltmain.sh
 
1895
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1896
  lt_cv_file_magic_cmd='func_win32_libid'
 
1897
  ;;
 
1898
 
 
1899
mingw* | pw32*)
 
1900
  # Base MSYS/MinGW do not provide the 'file' command needed by
 
1901
  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
 
1902
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
1903
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
1904
  ;;
 
1905
 
 
1906
darwin* | rhapsody*)
 
1907
  lt_cv_deplibs_check_method=pass_all
 
1908
  ;;
 
1909
 
 
1910
freebsd* | kfreebsd*-gnu | dragonfly*)
 
1911
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
1912
    case $host_cpu in
 
1913
    i*86 )
 
1914
      # Not sure whether the presence of OpenBSD here was a mistake.
 
1915
      # Let's accept both of them until this is cleared up.
 
1916
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
1917
      lt_cv_file_magic_cmd=/usr/bin/file
 
1918
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
1919
      ;;
 
1920
    esac
 
1921
  else
 
1922
    lt_cv_deplibs_check_method=pass_all
 
1923
  fi
 
1924
  ;;
 
1925
 
 
1926
gnu*)
 
1927
  lt_cv_deplibs_check_method=pass_all
 
1928
  ;;
 
1929
 
 
1930
hpux10.20* | hpux11*)
 
1931
  lt_cv_file_magic_cmd=/usr/bin/file
 
1932
  case "$host_cpu" in
 
1933
  ia64*)
 
1934
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
1935
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
1936
    ;;
 
1937
  hppa*64*)
 
1938
    [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]']
 
1939
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
1940
    ;;
 
1941
  *)
 
1942
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
1943
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
1944
    ;;
 
1945
  esac
 
1946
  ;;
 
1947
 
 
1948
irix5* | irix6* | nonstopux*)
 
1949
  case $LD in
 
1950
  *-32|*"-32 ") libmagic=32-bit;;
 
1951
  *-n32|*"-n32 ") libmagic=N32;;
 
1952
  *-64|*"-64 ") libmagic=64-bit;;
 
1953
  *) libmagic=never-match;;
 
1954
  esac
 
1955
  lt_cv_deplibs_check_method=pass_all
 
1956
  ;;
 
1957
 
 
1958
# This must be Linux ELF.
 
1959
linux*)
 
1960
  lt_cv_deplibs_check_method=pass_all
 
1961
  ;;
 
1962
 
 
1963
netbsd*)
 
1964
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
1965
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
1966
  else
 
1967
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
1968
  fi
 
1969
  ;;
 
1970
 
 
1971
newos6*)
 
1972
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
1973
  lt_cv_file_magic_cmd=/usr/bin/file
 
1974
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
1975
  ;;
 
1976
 
 
1977
nto-qnx*)
 
1978
  lt_cv_deplibs_check_method=unknown
 
1979
  ;;
 
1980
 
 
1981
openbsd*)
 
1982
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1983
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
1984
  else
 
1985
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
1986
  fi
 
1987
  ;;
 
1988
 
 
1989
osf3* | osf4* | osf5*)
 
1990
  lt_cv_deplibs_check_method=pass_all
 
1991
  ;;
 
1992
 
 
1993
sco3.2v5*)
 
1994
  lt_cv_deplibs_check_method=pass_all
 
1995
  ;;
 
1996
 
 
1997
solaris*)
 
1998
  lt_cv_deplibs_check_method=pass_all
 
1999
  ;;
 
2000
 
 
2001
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
2002
  case $host_vendor in
 
2003
  motorola)
 
2004
    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]]'
 
2005
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
2006
    ;;
 
2007
  ncr)
 
2008
    lt_cv_deplibs_check_method=pass_all
 
2009
    ;;
 
2010
  sequent)
 
2011
    lt_cv_file_magic_cmd='/bin/file'
 
2012
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
2013
    ;;
 
2014
  sni)
 
2015
    lt_cv_file_magic_cmd='/bin/file'
 
2016
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
2017
    lt_cv_file_magic_test_file=/lib/libc.so
 
2018
    ;;
 
2019
  siemens)
 
2020
    lt_cv_deplibs_check_method=pass_all
 
2021
    ;;
 
2022
  esac
 
2023
  ;;
 
2024
 
 
2025
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
 
2026
  lt_cv_deplibs_check_method=pass_all
 
2027
  ;;
 
2028
esac
 
2029
])
 
2030
file_magic_cmd=$lt_cv_file_magic_cmd
 
2031
deplibs_check_method=$lt_cv_deplibs_check_method
 
2032
test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
2033
])
 
2034
m4trace:/usr/share/aclocal/libtool.m4:2330: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
2035
[if test -n "$NM"; then
 
2036
  # Let the user override the test.
 
2037
  lt_cv_path_NM="$NM"
 
2038
else
 
2039
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2040
  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
 
2041
    IFS="$lt_save_ifs"
 
2042
    test -z "$ac_dir" && ac_dir=.
 
2043
    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
 
2044
    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
2045
      # Check to see if the nm accepts a BSD-compat flag.
 
2046
      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
2047
      #   nm: unknown option "B" ignored
 
2048
      # Tru64's nm complains that /dev/null is an invalid object file
 
2049
      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
2050
      */dev/null* | *'Invalid file or object type'*)
 
2051
        lt_cv_path_NM="$tmp_nm -B"
 
2052
        break
 
2053
        ;;
 
2054
      *)
 
2055
        case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
2056
        */dev/null*)
 
2057
          lt_cv_path_NM="$tmp_nm -p"
 
2058
          break
 
2059
          ;;
 
2060
        *)
 
2061
          lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
2062
          continue # so that we can try to find one that supports BSD flags
 
2063
          ;;
 
2064
        esac
 
2065
      esac
 
2066
    fi
 
2067
  done
 
2068
  IFS="$lt_save_ifs"
 
2069
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
2070
fi])
 
2071
NM="$lt_cv_path_NM"
 
2072
])
 
2073
m4trace:/usr/share/aclocal/libtool.m4:2351: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2074
LIBM=
 
2075
case $host in
 
2076
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
2077
  # These system don't have libm, or don't need it
 
2078
  ;;
 
2079
*-ncr-sysv4.3*)
 
2080
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
2081
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
2082
  ;;
 
2083
*)
 
2084
  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
2085
  ;;
 
2086
esac
 
2087
])
 
2088
m4trace:/usr/share/aclocal/libtool.m4:2376: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2089
  case $enable_ltdl_convenience in
 
2090
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
 
2091
  "") enable_ltdl_convenience=yes
 
2092
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
 
2093
  esac
 
2094
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
 
2095
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2096
  # For backwards non-gettext consistent compatibility...
 
2097
  INCLTDL="$LTDLINCL"
 
2098
])
 
2099
m4trace:/usr/share/aclocal/libtool.m4:2412: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
2100
  AC_CHECK_LIB(ltdl, lt_dlinit,
 
2101
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
 
2102
  [if test x"$enable_ltdl_install" = xno; then
 
2103
     AC_MSG_WARN([libltdl not installed, but installation disabled])
 
2104
   else
 
2105
     enable_ltdl_install=yes
 
2106
   fi
 
2107
  ])
 
2108
  if test x"$enable_ltdl_install" = x"yes"; then
 
2109
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
 
2110
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
 
2111
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
2112
  else
 
2113
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
 
2114
    LIBLTDL="-lltdl"
 
2115
    LTDLINCL=
 
2116
  fi
 
2117
  # For backwards non-gettext consistent compatibility...
 
2118
  INCLTDL="$LTDLINCL"
 
2119
])
 
2120
m4trace:/usr/share/aclocal/libtool.m4:2420: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
 
2121
])
 
2122
m4trace:/usr/share/aclocal/libtool.m4:2429: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
 
2123
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2124
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
2125
])
 
2126
m4trace:/usr/share/aclocal/libtool.m4:2441: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
 
2127
AC_REQUIRE([AC_PROG_CXX])
 
2128
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
2129
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
2130
    (test "X$CXX" != "Xg++"))) ; then
 
2131
  AC_PROG_CXXCPP
 
2132
fi
 
2133
])
 
2134
m4trace:/usr/share/aclocal/libtool.m4:2448: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
 
2135
])
 
2136
m4trace:/usr/share/aclocal/libtool.m4:2456: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
 
2137
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
2138
])
 
2139
m4trace:/usr/share/aclocal/libtool.m4:2464: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
 
2140
])
 
2141
m4trace:/usr/share/aclocal/libtool.m4:2477: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
 
2142
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
 
2143
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
 
2144
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
 
2145
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
 
2146
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
 
2147
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
 
2148
])
 
2149
m4trace:/usr/share/aclocal/libtool.m4:2486: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
 
2150
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
 
2151
])
 
2152
m4trace:/usr/share/aclocal/libtool.m4:2494: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
 
2153
m4trace:/usr/share/aclocal/libtool.m4:2594: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
 
2154
AC_LANG_PUSH(C)
 
2155
 
 
2156
# Source file extension for C test sources.
 
2157
ac_ext=c
 
2158
 
 
2159
# Object file extension for compiled C test sources.
 
2160
objext=o
 
2161
_LT_AC_TAGVAR(objext, $1)=$objext
 
2162
 
 
2163
# Code to be used in simple compile tests
 
2164
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2165
 
 
2166
# Code to be used in simple link tests
 
2167
lt_simple_link_test_code='int main(){return(0);}\n'
 
2168
 
 
2169
_LT_AC_SYS_COMPILER
 
2170
 
 
2171
#
 
2172
# Check for any special shared library compilation flags.
 
2173
#
 
2174
_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
 
2175
if test "$GCC" = no; then
 
2176
  case $host_os in
 
2177
  sco3.2v5*)
 
2178
    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
 
2179
    ;;
 
2180
  esac
 
2181
fi
 
2182
if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
 
2183
  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
 
2184
  if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
 
2185
  else
 
2186
    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
 
2187
    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
 
2188
  fi
 
2189
fi
 
2190
 
 
2191
 
 
2192
#
 
2193
# Check to make sure the static flag actually works.
 
2194
#
 
2195
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
 
2196
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 
2197
  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
 
2198
  [],
 
2199
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
2200
 
 
2201
 
 
2202
## CAVEAT EMPTOR:
 
2203
## There is no encapsulation within the following macros, do not change
 
2204
## the running order or otherwise move them around unless you know exactly
 
2205
## what you are doing...
 
2206
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
2207
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
2208
AC_LIBTOOL_PROG_CC_C_O($1)
 
2209
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
2210
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2211
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2212
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2213
AC_LIBTOOL_SYS_LIB_STRIP
 
2214
AC_LIBTOOL_DLOPEN_SELF($1)
 
2215
 
 
2216
# Report which librarie types wil actually be built
 
2217
AC_MSG_CHECKING([if libtool supports shared libraries])
 
2218
AC_MSG_RESULT([$can_build_shared])
 
2219
 
 
2220
AC_MSG_CHECKING([whether to build shared libraries])
 
2221
test "$can_build_shared" = "no" && enable_shared=no
 
2222
 
 
2223
# On AIX, shared libraries and static libraries use the same namespace, and
 
2224
# are all built from PIC.
 
2225
case "$host_os" in
 
2226
aix3*)
 
2227
  test "$enable_shared" = yes && enable_static=no
 
2228
  if test -n "$RANLIB"; then
 
2229
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
2230
    postinstall_cmds='$RANLIB $lib'
 
2231
  fi
 
2232
  ;;
 
2233
 
 
2234
aix4* | aix5*)
 
2235
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
2236
    test "$enable_shared" = yes && enable_static=no
 
2237
  fi
 
2238
    ;;
 
2239
esac
 
2240
AC_MSG_RESULT([$enable_shared])
 
2241
 
 
2242
AC_MSG_CHECKING([whether to build static libraries])
 
2243
# Make sure either enable_shared or enable_static is yes.
 
2244
test "$enable_shared" = yes || enable_static=yes
 
2245
AC_MSG_RESULT([$enable_static])
 
2246
 
 
2247
AC_LIBTOOL_CONFIG($1)
 
2248
 
 
2249
AC_LANG_POP
 
2250
CC="$lt_save_CC"
 
2251
])
 
2252
m4trace:/usr/share/aclocal/libtool.m4:2602: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
 
2253
m4trace:/usr/share/aclocal/libtool.m4:3543: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
 
2254
AC_REQUIRE([AC_PROG_CXX])
 
2255
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
2256
 
 
2257
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2258
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
2259
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2260
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
2261
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
2262
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2263
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
2264
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
2265
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2266
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
2267
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
2268
_LT_AC_TAGVAR(module_cmds, $1)=
 
2269
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
2270
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
2271
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2272
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
2273
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2274
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
2275
 
 
2276
# Dependencies to place before and after the object being linked:
 
2277
_LT_AC_TAGVAR(predep_objects, $1)=
 
2278
_LT_AC_TAGVAR(postdep_objects, $1)=
 
2279
_LT_AC_TAGVAR(predeps, $1)=
 
2280
_LT_AC_TAGVAR(postdeps, $1)=
 
2281
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
2282
 
 
2283
# Source file extension for C++ test sources.
 
2284
ac_ext=cc
 
2285
 
 
2286
# Object file extension for compiled C++ test sources.
 
2287
objext=o
 
2288
_LT_AC_TAGVAR(objext, $1)=$objext
 
2289
 
 
2290
# Code to be used in simple compile tests
 
2291
lt_simple_compile_test_code="int some_variable = 0;\n"
 
2292
 
 
2293
# Code to be used in simple link tests
 
2294
lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
 
2295
 
 
2296
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2297
_LT_AC_SYS_COMPILER
 
2298
 
 
2299
# Allow CC to be a program name with arguments.
 
2300
lt_save_CC=$CC
 
2301
lt_save_LD=$LD
 
2302
lt_save_GCC=$GCC
 
2303
GCC=$GXX
 
2304
lt_save_with_gnu_ld=$with_gnu_ld
 
2305
lt_save_path_LD=$lt_cv_path_LD
 
2306
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
2307
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
2308
else
 
2309
  unset lt_cv_prog_gnu_ld
 
2310
fi
 
2311
if test -n "${lt_cv_path_LDCXX+set}"; then
 
2312
  lt_cv_path_LD=$lt_cv_path_LDCXX
 
2313
else
 
2314
  unset lt_cv_path_LD
 
2315
fi
 
2316
test -z "${LDCXX+set}" || LD=$LDCXX
 
2317
CC=${CXX-"c++"}
 
2318
compiler=$CC
 
2319
_LT_AC_TAGVAR(compiler, $1)=$CC
 
2320
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
2321
 
 
2322
# We don't want -fno-exception wen compiling C++ code, so set the
 
2323
# no_builtin_flag separately
 
2324
if test "$GXX" = yes; then
 
2325
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
2326
else
 
2327
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
2328
fi
 
2329
 
 
2330
if test "$GXX" = yes; then
 
2331
  # Set up default GNU C++ configuration
 
2332
 
 
2333
  AC_PROG_LD
 
2334
 
 
2335
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
2336
  # archiving commands below assume that GNU ld is being used.
 
2337
  if test "$with_gnu_ld" = yes; then
 
2338
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2339
    _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'
 
2340
 
 
2341
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2342
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2343
 
 
2344
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
2345
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
2346
    #     investigate it a little bit more. (MM)
 
2347
    wlarc='${wl}'
 
2348
 
 
2349
    # ancient GNU ld didn't support --whole-archive et. al.
 
2350
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
 
2351
        grep 'no-whole-archive' > /dev/null; then
 
2352
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2353
    else
 
2354
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2355
    fi
 
2356
  else
 
2357
    with_gnu_ld=no
 
2358
    wlarc=
 
2359
 
 
2360
    # A generic and very simple default shared library creation
 
2361
    # command for GNU C++ for the case where it uses the native
 
2362
    # linker, instead of GNU ld.  If possible, this setting should
 
2363
    # overridden to take advantage of the native linker features on
 
2364
    # the platform it is being used on.
 
2365
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2366
  fi
 
2367
 
 
2368
  # Commands to make compiler produce verbose output that lists
 
2369
  # what "hidden" libraries, object files and flags are used when
 
2370
  # linking a shared library.
 
2371
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
2372
 
 
2373
else
 
2374
  GXX=no
 
2375
  with_gnu_ld=no
 
2376
  wlarc=
 
2377
fi
 
2378
 
 
2379
# PORTME: fill in a description of your system's C++ link characteristics
 
2380
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
2381
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2382
case $host_os in
 
2383
  aix3*)
 
2384
    # FIXME: insert proper C++ library support
 
2385
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2386
    ;;
 
2387
  aix4* | aix5*)
 
2388
    if test "$host_cpu" = ia64; then
 
2389
      # On IA64, the linker does run time linking by default, so we don't
 
2390
      # have to do anything special.
 
2391
      aix_use_runtimelinking=no
 
2392
      exp_sym_flag='-Bexport'
 
2393
      no_entry_flag=""
 
2394
    else
 
2395
      aix_use_runtimelinking=no
 
2396
 
 
2397
      # Test if we are trying to use run time linking or normal
 
2398
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
2399
      # need to do runtime linking.
 
2400
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
2401
        for ld_flag in $LDFLAGS; do
 
2402
          case $ld_flag in
 
2403
          *-brtl*)
 
2404
            aix_use_runtimelinking=yes
 
2405
            break
 
2406
            ;;
 
2407
          esac
 
2408
        done
 
2409
      esac
 
2410
 
 
2411
      exp_sym_flag='-bexport'
 
2412
      no_entry_flag='-bnoentry'
 
2413
    fi
 
2414
 
 
2415
    # When large executables or shared objects are built, AIX ld can
 
2416
    # have problems creating the table of contents.  If linking a library
 
2417
    # or program results in "error TOC overflow" add -mminimal-toc to
 
2418
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
2419
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
2420
 
 
2421
    _LT_AC_TAGVAR(archive_cmds, $1)=''
 
2422
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2423
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2424
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2425
 
 
2426
    if test "$GXX" = yes; then
 
2427
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
2428
      # We only want to do this on AIX 4.2 and lower, the check
 
2429
      # below for broken collect2 doesn't work under 4.3+
 
2430
        collect2name=`${CC} -print-prog-name=collect2`
 
2431
        if test -f "$collect2name" && \
 
2432
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
2433
        then
 
2434
          # We have reworked collect2
 
2435
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2436
        else
 
2437
          # We have old collect2
 
2438
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
2439
          # It fails to find uninstalled libraries when the uninstalled
 
2440
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
2441
          # to unsupported forces relinking
 
2442
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2443
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2444
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2445
        fi
 
2446
      esac
 
2447
      shared_flag='-shared'
 
2448
      if test "$aix_use_runtimelinking" = yes; then
 
2449
        shared_flag="$shared_flag "'${wl}-G'
 
2450
      fi
 
2451
    else
 
2452
      # not using gcc
 
2453
      if test "$host_cpu" = ia64; then
 
2454
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
2455
        # chokes on -Wl,-G. The following line is correct:
 
2456
        shared_flag='-G'
 
2457
      else
 
2458
        if test "$aix_use_runtimelinking" = yes; then
 
2459
          shared_flag='${wl}-G'
 
2460
        else
 
2461
          shared_flag='${wl}-bM:SRE'
 
2462
        fi
 
2463
      fi
 
2464
    fi
 
2465
 
 
2466
    # It seems that -bexpall does not export symbols beginning with
 
2467
    # underscore (_), so it is better to generate a list of symbols to export.
 
2468
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2469
    if test "$aix_use_runtimelinking" = yes; then
 
2470
      # Warning - without using the other runtime loading flags (-brtl),
 
2471
      # -berok will link without error, but may produce a broken library.
 
2472
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
2473
      # Determine the default libpath from the value encoded in an empty executable.
 
2474
      _LT_AC_SYS_LIBPATH_AIX
 
2475
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2476
 
 
2477
      _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"
 
2478
     else
 
2479
      if test "$host_cpu" = ia64; then
 
2480
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
2481
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
2482
        _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"
 
2483
      else
 
2484
        # Determine the default libpath from the value encoded in an empty executable.
 
2485
        _LT_AC_SYS_LIBPATH_AIX
 
2486
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2487
        # Warning - without using the other run time loading flags,
 
2488
        # -berok will link without error, but may produce a broken library.
 
2489
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
2490
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
2491
        # -bexpall does not export symbols beginning with underscore (_)
 
2492
        _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2493
        # Exported symbols can be pulled into shared objects from archives
 
2494
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
2495
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2496
        # This is similar to how AIX traditionally builds it's shared libraries.
 
2497
        _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'
 
2498
      fi
 
2499
    fi
 
2500
    ;;
 
2501
  chorus*)
 
2502
    case $cc_basename in
 
2503
      *)
 
2504
        # FIXME: insert proper C++ library support
 
2505
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2506
        ;;
 
2507
    esac
 
2508
    ;;
 
2509
 
 
2510
 
 
2511
  cygwin* | mingw* | pw32*)
 
2512
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
2513
    # as there is no search path for DLLs.
 
2514
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2515
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2516
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2517
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
2518
 
 
2519
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
2520
      _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'
 
2521
      # If the export-symbols file already is a .def file (1st line
 
2522
      # is EXPORTS), use it as is; otherwise, prepend...
 
2523
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
2524
        cp $export_symbols $output_objdir/$soname.def;
 
2525
      else
 
2526
        echo EXPORTS > $output_objdir/$soname.def;
 
2527
        cat $export_symbols >> $output_objdir/$soname.def;
 
2528
      fi~
 
2529
      $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'
 
2530
    else
 
2531
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2532
    fi
 
2533
  ;;
 
2534
      darwin* | rhapsody*)
 
2535
        case "$host_os" in
 
2536
        rhapsody* | darwin1.[[012]])
 
2537
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
2538
         ;;
 
2539
       *) # Darwin 1.3 on
 
2540
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
2541
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2542
         else
 
2543
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
2544
             10.[[012]])
 
2545
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2546
               ;;
 
2547
             10.*)
 
2548
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
2549
               ;;
 
2550
           esac
 
2551
         fi
 
2552
         ;;
 
2553
        esac
 
2554
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2555
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2556
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
2557
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2558
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
2559
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2560
 
 
2561
    if test "$GXX" = yes ; then
 
2562
      lt_int_apple_cc_single_mod=no
 
2563
      output_verbose_link_cmd='echo'
 
2564
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
2565
       lt_int_apple_cc_single_mod=yes
 
2566
      fi
 
2567
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2568
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
2569
      else
 
2570
          _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'
 
2571
        fi
 
2572
        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2573
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
2574
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
2575
            _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}'
 
2576
          else
 
2577
            _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}'
 
2578
          fi
 
2579
            _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}'
 
2580
      else
 
2581
      case "$cc_basename" in
 
2582
        xlc*)
 
2583
         output_verbose_link_cmd='echo'
 
2584
          _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'
 
2585
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2586
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
2587
          _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}'
 
2588
          _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}'
 
2589
          ;;
 
2590
       *)
 
2591
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2592
          ;;
 
2593
      esac
 
2594
      fi
 
2595
        ;;
 
2596
 
 
2597
  dgux*)
 
2598
    case $cc_basename in
 
2599
      ec++)
 
2600
        # FIXME: insert proper C++ library support
 
2601
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2602
        ;;
 
2603
      ghcx)
 
2604
        # Green Hills C++ Compiler
 
2605
        # FIXME: insert proper C++ library support
 
2606
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2607
        ;;
 
2608
      *)
 
2609
        # FIXME: insert proper C++ library support
 
2610
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2611
        ;;
 
2612
    esac
 
2613
    ;;
 
2614
  freebsd[[12]]*)
 
2615
    # C++ shared libraries reported to be fairly broken before switch to ELF
 
2616
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2617
    ;;
 
2618
  freebsd-elf*)
 
2619
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2620
    ;;
 
2621
  freebsd* | kfreebsd*-gnu | dragonfly*)
 
2622
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
2623
    # conventions
 
2624
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2625
    ;;
 
2626
  gnu*)
 
2627
    ;;
 
2628
  hpux9*)
 
2629
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2630
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2631
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2632
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2633
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2634
                                # but as the default
 
2635
                                # location of the library.
 
2636
 
 
2637
    case $cc_basename in
 
2638
    CC)
 
2639
      # FIXME: insert proper C++ library support
 
2640
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2641
      ;;
 
2642
    aCC)
 
2643
      _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'
 
2644
      # Commands to make compiler produce verbose output that lists
 
2645
      # what "hidden" libraries, object files and flags are used when
 
2646
      # linking a shared library.
 
2647
      #
 
2648
      # There doesn't appear to be a way to prevent this compiler from
 
2649
      # explicitly linking system object files so we need to strip them
 
2650
      # from the output so that they don't get included in the library
 
2651
      # dependencies.
 
2652
      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'
 
2653
      ;;
 
2654
    *)
 
2655
      if test "$GXX" = yes; then
 
2656
        _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'
 
2657
      else
 
2658
        # FIXME: insert proper C++ library support
 
2659
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2660
      fi
 
2661
      ;;
 
2662
    esac
 
2663
    ;;
 
2664
  hpux10*|hpux11*)
 
2665
    if test $with_gnu_ld = no; then
 
2666
      case "$host_cpu" in
 
2667
      hppa*64*)
 
2668
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2669
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
2670
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2671
        ;;
 
2672
      ia64*)
 
2673
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2674
        ;;
 
2675
      *)
 
2676
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2677
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2678
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2679
        ;;
 
2680
      esac
 
2681
    fi
 
2682
    case "$host_cpu" in
 
2683
    hppa*64*)
 
2684
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2685
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2686
      ;;
 
2687
    ia64*)
 
2688
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2689
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2690
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2691
                                              # but as the default
 
2692
                                              # location of the library.
 
2693
      ;;
 
2694
    *)
 
2695
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2696
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2697
                                              # but as the default
 
2698
                                              # location of the library.
 
2699
      ;;
 
2700
    esac
 
2701
 
 
2702
    case $cc_basename in
 
2703
      CC)
 
2704
        # FIXME: insert proper C++ library support
 
2705
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2706
        ;;
 
2707
      aCC)
 
2708
        case "$host_cpu" in
 
2709
        hppa*64*|ia64*)
 
2710
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2711
          ;;
 
2712
        *)
 
2713
          _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'
 
2714
          ;;
 
2715
        esac
 
2716
        # Commands to make compiler produce verbose output that lists
 
2717
        # what "hidden" libraries, object files and flags are used when
 
2718
        # linking a shared library.
 
2719
        #
 
2720
        # There doesn't appear to be a way to prevent this compiler from
 
2721
        # explicitly linking system object files so we need to strip them
 
2722
        # from the output so that they don't get included in the library
 
2723
        # dependencies.
 
2724
        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'
 
2725
        ;;
 
2726
      *)
 
2727
        if test "$GXX" = yes; then
 
2728
          if test $with_gnu_ld = no; then
 
2729
            case "$host_cpu" in
 
2730
            ia64*|hppa*64*)
 
2731
              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2732
              ;;
 
2733
            *)
 
2734
              _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'
 
2735
              ;;
 
2736
            esac
 
2737
          fi
 
2738
        else
 
2739
          # FIXME: insert proper C++ library support
 
2740
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2741
        fi
 
2742
        ;;
 
2743
    esac
 
2744
    ;;
 
2745
  irix5* | irix6*)
 
2746
    case $cc_basename in
 
2747
      CC)
 
2748
        # SGI C++
 
2749
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2750
 
 
2751
        # Archives containing C++ object files must be created using
 
2752
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
2753
        # necessary to make sure instantiated templates are included
 
2754
        # in the archive.
 
2755
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
2756
        ;;
 
2757
      *)
 
2758
        if test "$GXX" = yes; then
 
2759
          if test "$with_gnu_ld" = no; then
 
2760
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
2761
          else
 
2762
            _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'
 
2763
          fi
 
2764
        fi
 
2765
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2766
        ;;
 
2767
    esac
 
2768
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2769
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2770
    ;;
 
2771
  linux*)
 
2772
    case $cc_basename in
 
2773
      KCC)
 
2774
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2775
 
 
2776
        # KCC will only create a shared library if the output file
 
2777
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2778
        # to its proper name (with version) after linking.
 
2779
        _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'
 
2780
        _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'
 
2781
        # Commands to make compiler produce verbose output that lists
 
2782
        # what "hidden" libraries, object files and flags are used when
 
2783
        # linking a shared library.
 
2784
        #
 
2785
        # There doesn't appear to be a way to prevent this compiler from
 
2786
        # explicitly linking system object files so we need to strip them
 
2787
        # from the output so that they don't get included in the library
 
2788
        # dependencies.
 
2789
        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'
 
2790
 
 
2791
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
 
2792
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2793
 
 
2794
        # Archives containing C++ object files must be created using
 
2795
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
2796
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2797
        ;;
 
2798
      icpc)
 
2799
        # Intel C++
 
2800
        with_gnu_ld=yes
 
2801
        # version 8.0 and above of icpc choke on multiply defined symbols
 
2802
        # if we add $predep_objects and $postdep_objects, however 7.1 and
 
2803
        # earlier do not add the objects themselves.
 
2804
        case `$CC -V 2>&1` in
 
2805
        *"Version 7."*)
 
2806
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2807
          _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'
 
2808
          ;;
 
2809
        *)  # Version 8.0 or newer
 
2810
          tmp_idyn=
 
2811
          case $host_cpu in
 
2812
            ia64*) tmp_idyn=' -i_dynamic';;
 
2813
          esac
 
2814
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2815
          _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'
 
2816
          ;;
 
2817
        esac
 
2818
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2819
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2820
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2821
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
2822
        ;;
 
2823
      pgCC)
 
2824
        # Portland Group C++ compiler
 
2825
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
2826
        _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'
 
2827
 
 
2828
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2829
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2830
        ;;
 
2831
      cxx)
 
2832
        # Compaq C++
 
2833
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2834
        _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'
 
2835
 
 
2836
        runpath_var=LD_RUN_PATH
 
2837
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2838
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2839
 
 
2840
        # Commands to make compiler produce verbose output that lists
 
2841
        # what "hidden" libraries, object files and flags are used when
 
2842
        # linking a shared library.
 
2843
        #
 
2844
        # There doesn't appear to be a way to prevent this compiler from
 
2845
        # explicitly linking system object files so we need to strip them
 
2846
        # from the output so that they don't get included in the library
 
2847
        # dependencies.
 
2848
        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'
 
2849
        ;;
 
2850
    esac
 
2851
    ;;
 
2852
  lynxos*)
 
2853
    # FIXME: insert proper C++ library support
 
2854
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2855
    ;;
 
2856
  m88k*)
 
2857
    # FIXME: insert proper C++ library support
 
2858
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2859
    ;;
 
2860
  mvs*)
 
2861
    case $cc_basename in
 
2862
      cxx)
 
2863
        # FIXME: insert proper C++ library support
 
2864
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2865
        ;;
 
2866
      *)
 
2867
        # FIXME: insert proper C++ library support
 
2868
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2869
        ;;
 
2870
    esac
 
2871
    ;;
 
2872
  netbsd*)
 
2873
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2874
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
2875
      wlarc=
 
2876
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2877
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2878
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2879
    fi
 
2880
    # Workaround some broken pre-1.5 toolchains
 
2881
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
2882
    ;;
 
2883
  openbsd2*)
 
2884
    # C++ shared libraries are fairly broken
 
2885
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2886
    ;;
 
2887
  openbsd*)
 
2888
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2889
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2890
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2891
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2892
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2893
      _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'
 
2894
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2895
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2896
    fi
 
2897
    output_verbose_link_cmd='echo'
 
2898
    ;;
 
2899
  osf3*)
 
2900
    case $cc_basename in
 
2901
      KCC)
 
2902
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2903
 
 
2904
        # KCC will only create a shared library if the output file
 
2905
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2906
        # to its proper name (with version) after linking.
 
2907
        _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'
 
2908
 
 
2909
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2910
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2911
 
 
2912
        # Archives containing C++ object files must be created using
 
2913
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
2914
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2915
 
 
2916
        ;;
 
2917
      RCC)
 
2918
        # Rational C++ 2.4.1
 
2919
        # FIXME: insert proper C++ library support
 
2920
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2921
        ;;
 
2922
      cxx)
 
2923
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2924
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2925
 
 
2926
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2927
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2928
 
 
2929
        # Commands to make compiler produce verbose output that lists
 
2930
        # what "hidden" libraries, object files and flags are used when
 
2931
        # linking a shared library.
 
2932
        #
 
2933
        # There doesn't appear to be a way to prevent this compiler from
 
2934
        # explicitly linking system object files so we need to strip them
 
2935
        # from the output so that they don't get included in the library
 
2936
        # dependencies.
 
2937
        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'
 
2938
        ;;
 
2939
      *)
 
2940
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
2941
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2942
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
2943
 
 
2944
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2945
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2946
 
 
2947
          # Commands to make compiler produce verbose output that lists
 
2948
          # what "hidden" libraries, object files and flags are used when
 
2949
          # linking a shared library.
 
2950
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
2951
 
 
2952
        else
 
2953
          # FIXME: insert proper C++ library support
 
2954
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2955
        fi
 
2956
        ;;
 
2957
    esac
 
2958
    ;;
 
2959
  osf4* | osf5*)
 
2960
    case $cc_basename in
 
2961
      KCC)
 
2962
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2963
 
 
2964
        # KCC will only create a shared library if the output file
 
2965
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2966
        # to its proper name (with version) after linking.
 
2967
        _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'
 
2968
 
 
2969
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2970
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2971
 
 
2972
        # Archives containing C++ object files must be created using
 
2973
        # the KAI C++ compiler.
 
2974
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 
2975
        ;;
 
2976
      RCC)
 
2977
        # Rational C++ 2.4.1
 
2978
        # FIXME: insert proper C++ library support
 
2979
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2980
        ;;
 
2981
      cxx)
 
2982
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
2983
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2984
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
2985
          echo "-hidden">> $lib.exp~
 
2986
          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
 
2987
          $rm $lib.exp'
 
2988
 
 
2989
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2990
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2991
 
 
2992
        # Commands to make compiler produce verbose output that lists
 
2993
        # what "hidden" libraries, object files and flags are used when
 
2994
        # linking a shared library.
 
2995
        #
 
2996
        # There doesn't appear to be a way to prevent this compiler from
 
2997
        # explicitly linking system object files so we need to strip them
 
2998
        # from the output so that they don't get included in the library
 
2999
        # dependencies.
 
3000
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | 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'
 
3001
        ;;
 
3002
      *)
 
3003
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3004
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
3005
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
3006
 
 
3007
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
3008
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3009
 
 
3010
          # Commands to make compiler produce verbose output that lists
 
3011
          # what "hidden" libraries, object files and flags are used when
 
3012
          # linking a shared library.
 
3013
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
3014
 
 
3015
        else
 
3016
          # FIXME: insert proper C++ library support
 
3017
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3018
        fi
 
3019
        ;;
 
3020
    esac
 
3021
    ;;
 
3022
  psos*)
 
3023
    # FIXME: insert proper C++ library support
 
3024
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3025
    ;;
 
3026
  sco*)
 
3027
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3028
    case $cc_basename in
 
3029
      CC)
 
3030
        # FIXME: insert proper C++ library support
 
3031
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3032
        ;;
 
3033
      *)
 
3034
        # FIXME: insert proper C++ library support
 
3035
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3036
        ;;
 
3037
    esac
 
3038
    ;;
 
3039
  sunos4*)
 
3040
    case $cc_basename in
 
3041
      CC)
 
3042
        # Sun C++ 4.x
 
3043
        # FIXME: insert proper C++ library support
 
3044
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3045
        ;;
 
3046
      lcc)
 
3047
        # Lucid
 
3048
        # FIXME: insert proper C++ library support
 
3049
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3050
        ;;
 
3051
      *)
 
3052
        # FIXME: insert proper C++ library support
 
3053
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3054
        ;;
 
3055
    esac
 
3056
    ;;
 
3057
  solaris*)
 
3058
    case $cc_basename in
 
3059
      CC)
 
3060
        # Sun C++ 4.2, 5.x and Centerline C++
 
3061
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
3062
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
3063
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3064
        $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3065
 
 
3066
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
3067
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3068
        case $host_os in
 
3069
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
3070
          *)
 
3071
            # The C++ compiler is used as linker so we must use $wl
 
3072
            # flag to pass the commands to the underlying system
 
3073
            # linker.
 
3074
            # Supported since Solaris 2.6 (maybe 2.5.1?)
 
3075
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
3076
            ;;
 
3077
        esac
 
3078
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3079
 
 
3080
        # Commands to make compiler produce verbose output that lists
 
3081
        # what "hidden" libraries, object files and flags are used when
 
3082
        # linking a shared library.
 
3083
        #
 
3084
        # There doesn't appear to be a way to prevent this compiler from
 
3085
        # explicitly linking system object files so we need to strip them
 
3086
        # from the output so that they don't get included in the library
 
3087
        # dependencies.
 
3088
        output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
3089
 
 
3090
        # Archives containing C++ object files must be created using
 
3091
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
3092
        # necessary to make sure instantiated templates are included
 
3093
        # in the archive.
 
3094
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
3095
        ;;
 
3096
      gcx)
 
3097
        # Green Hills C++ Compiler
 
3098
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3099
 
 
3100
        # The C++ compiler must be used to create the archive.
 
3101
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
3102
        ;;
 
3103
      *)
 
3104
        # GNU C++ compiler with Solaris linker
 
3105
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
3106
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
3107
          if $CC --version | grep -v '^2\.7' > /dev/null; then
 
3108
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3109
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3110
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3111
 
 
3112
            # Commands to make compiler produce verbose output that lists
 
3113
            # what "hidden" libraries, object files and flags are used when
 
3114
            # linking a shared library.
 
3115
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3116
          else
 
3117
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
3118
            # platform.
 
3119
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
3120
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
3121
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
3122
 
 
3123
            # Commands to make compiler produce verbose output that lists
 
3124
            # what "hidden" libraries, object files and flags are used when
 
3125
            # linking a shared library.
 
3126
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
3127
          fi
 
3128
 
 
3129
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
3130
        fi
 
3131
        ;;
 
3132
    esac
 
3133
    ;;
 
3134
  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
 
3135
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3136
    ;;
 
3137
  tandem*)
 
3138
    case $cc_basename in
 
3139
      NCC)
 
3140
        # NonStop-UX NCC 3.20
 
3141
        # FIXME: insert proper C++ library support
 
3142
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3143
        ;;
 
3144
      *)
 
3145
        # FIXME: insert proper C++ library support
 
3146
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3147
        ;;
 
3148
    esac
 
3149
    ;;
 
3150
  vxworks*)
 
3151
    # FIXME: insert proper C++ library support
 
3152
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3153
    ;;
 
3154
  *)
 
3155
    # FIXME: insert proper C++ library support
 
3156
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3157
    ;;
 
3158
esac
 
3159
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
3160
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
3161
 
 
3162
_LT_AC_TAGVAR(GCC, $1)="$GXX"
 
3163
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3164
 
 
3165
## CAVEAT EMPTOR:
 
3166
## There is no encapsulation within the following macros, do not change
 
3167
## the running order or otherwise move them around unless you know exactly
 
3168
## what you are doing...
 
3169
AC_LIBTOOL_POSTDEP_PREDEP($1)
 
3170
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3171
AC_LIBTOOL_PROG_CC_C_O($1)
 
3172
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3173
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3174
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3175
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3176
AC_LIBTOOL_SYS_LIB_STRIP
 
3177
AC_LIBTOOL_DLOPEN_SELF($1)
 
3178
 
 
3179
AC_LIBTOOL_CONFIG($1)
 
3180
 
 
3181
AC_LANG_POP
 
3182
CC=$lt_save_CC
 
3183
LDCXX=$LD
 
3184
LD=$lt_save_LD
 
3185
GCC=$lt_save_GCC
 
3186
with_gnu_ldcxx=$with_gnu_ld
 
3187
with_gnu_ld=$lt_save_with_gnu_ld
 
3188
lt_cv_path_LDCXX=$lt_cv_path_LD
 
3189
lt_cv_path_LD=$lt_save_path_LD
 
3190
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
3191
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
3192
])
 
3193
m4trace:/usr/share/aclocal/libtool.m4:3679: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
 
3194
dnl we can't use the lt_simple_compile_test_code here,
 
3195
dnl because it contains code intended for an executable,
 
3196
dnl not a library.  It's possible we should let each
 
3197
dnl tag define a new lt_????_link_test_code variable,
 
3198
dnl but it's only used here...
 
3199
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
 
3200
int a;
 
3201
void foo (void) { a = 0; }
 
3202
EOF
 
3203
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
 
3204
class Foo
 
3205
{
 
3206
public:
 
3207
  Foo (void) { a = 0; }
 
3208
private:
 
3209
  int a;
 
3210
};
 
3211
EOF
 
3212
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
 
3213
      subroutine foo
 
3214
      implicit none
 
3215
      integer*4 a
 
3216
      a=0
 
3217
      return
 
3218
      end
 
3219
EOF
 
3220
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
 
3221
public class foo {
 
3222
  private int a;
 
3223
  public void bar (void) {
 
3224
    a = 0;
 
3225
  }
 
3226
};
 
3227
EOF
 
3228
])
 
3229
dnl Parse the compiler output and extract the necessary
 
3230
dnl objects, libraries and library flags.
 
3231
if AC_TRY_EVAL(ac_compile); then
 
3232
  # Parse the compiler output and extract the necessary
 
3233
  # objects, libraries and library flags.
 
3234
 
 
3235
  # Sentinel used to keep track of whether or not we are before
 
3236
  # the conftest object file.
 
3237
  pre_test_object_deps_done=no
 
3238
 
 
3239
  # The `*' in the case matches for architectures that use `case' in
 
3240
  # $output_verbose_cmd can trigger glob expansion during the loop
 
3241
  # eval without this substitution.
 
3242
  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
 
3243
 
 
3244
  for p in `eval $output_verbose_link_cmd`; do
 
3245
    case $p in
 
3246
 
 
3247
    -L* | -R* | -l*)
 
3248
       # Some compilers place space between "-{L,R}" and the path.
 
3249
       # Remove the space.
 
3250
       if test $p = "-L" \
 
3251
          || test $p = "-R"; then
 
3252
         prev=$p
 
3253
         continue
 
3254
       else
 
3255
         prev=
 
3256
       fi
 
3257
 
 
3258
       if test "$pre_test_object_deps_done" = no; then
 
3259
         case $p in
 
3260
         -L* | -R*)
 
3261
           # Internal compiler library paths should come after those
 
3262
           # provided the user.  The postdeps already come after the
 
3263
           # user supplied libs so there is no need to process them.
 
3264
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
 
3265
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
3266
           else
 
3267
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
3268
           fi
 
3269
           ;;
 
3270
         # The "-l" case would never come before the object being
 
3271
         # linked, so don't bother handling this case.
 
3272
         esac
 
3273
       else
 
3274
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
 
3275
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
 
3276
         else
 
3277
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
 
3278
         fi
 
3279
       fi
 
3280
       ;;
 
3281
 
 
3282
    *.$objext)
 
3283
       # This assumes that the test object file only shows up
 
3284
       # once in the compiler output.
 
3285
       if test "$p" = "conftest.$objext"; then
 
3286
         pre_test_object_deps_done=yes
 
3287
         continue
 
3288
       fi
 
3289
 
 
3290
       if test "$pre_test_object_deps_done" = no; then
 
3291
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
 
3292
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
 
3293
         else
 
3294
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
 
3295
         fi
 
3296
       else
 
3297
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
 
3298
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
 
3299
         else
 
3300
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
 
3301
         fi
 
3302
       fi
 
3303
       ;;
 
3304
 
 
3305
    *) ;; # Ignore the rest.
 
3306
 
 
3307
    esac
 
3308
  done
 
3309
 
 
3310
  # Clean up.
 
3311
  rm -f a.out a.exe
 
3312
else
 
3313
  echo "libtool.m4: error: problem compiling $1 test program"
 
3314
fi
 
3315
 
 
3316
$rm -f confest.$objext
 
3317
 
 
3318
case " $_LT_AC_TAGVAR(postdeps, $1) " in
 
3319
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
3320
esac
 
3321
])
 
3322
m4trace:/usr/share/aclocal/libtool.m4:3686: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
 
3323
m4trace:/usr/share/aclocal/libtool.m4:3778: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
 
3324
AC_LANG_PUSH(Fortran 77)
 
3325
 
 
3326
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3327
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
3328
_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3329
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
3330
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
3331
_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3332
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
3333
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
3334
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
3335
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
3336
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
3337
_LT_AC_TAGVAR(module_cmds, $1)=
 
3338
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
3339
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
3340
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
3341
_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
3342
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3343
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
3344
 
 
3345
# Source file extension for f77 test sources.
 
3346
ac_ext=f
 
3347
 
 
3348
# Object file extension for compiled f77 test sources.
 
3349
objext=o
 
3350
_LT_AC_TAGVAR(objext, $1)=$objext
 
3351
 
 
3352
# Code to be used in simple compile tests
 
3353
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
 
3354
 
 
3355
# Code to be used in simple link tests
 
3356
lt_simple_link_test_code="      program t\n      end\n"
 
3357
 
 
3358
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3359
_LT_AC_SYS_COMPILER
 
3360
 
 
3361
# Allow CC to be a program name with arguments.
 
3362
lt_save_CC="$CC"
 
3363
CC=${F77-"f77"}
 
3364
compiler=$CC
 
3365
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3366
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
3367
 
 
3368
AC_MSG_CHECKING([if libtool supports shared libraries])
 
3369
AC_MSG_RESULT([$can_build_shared])
 
3370
 
 
3371
AC_MSG_CHECKING([whether to build shared libraries])
 
3372
test "$can_build_shared" = "no" && enable_shared=no
 
3373
 
 
3374
# On AIX, shared libraries and static libraries use the same namespace, and
 
3375
# are all built from PIC.
 
3376
case "$host_os" in
 
3377
aix3*)
 
3378
  test "$enable_shared" = yes && enable_static=no
 
3379
  if test -n "$RANLIB"; then
 
3380
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
3381
    postinstall_cmds='$RANLIB $lib'
 
3382
  fi
 
3383
  ;;
 
3384
aix4* | aix5*)
 
3385
  test "$enable_shared" = yes && enable_static=no
 
3386
  ;;
 
3387
esac
 
3388
AC_MSG_RESULT([$enable_shared])
 
3389
 
 
3390
AC_MSG_CHECKING([whether to build static libraries])
 
3391
# Make sure either enable_shared or enable_static is yes.
 
3392
test "$enable_shared" = yes || enable_static=yes
 
3393
AC_MSG_RESULT([$enable_static])
 
3394
 
 
3395
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
3396
 
 
3397
_LT_AC_TAGVAR(GCC, $1)="$G77"
 
3398
_LT_AC_TAGVAR(LD, $1)="$LD"
 
3399
 
 
3400
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3401
AC_LIBTOOL_PROG_CC_C_O($1)
 
3402
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3403
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3404
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3405
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3406
AC_LIBTOOL_SYS_LIB_STRIP
 
3407
 
 
3408
 
 
3409
AC_LIBTOOL_CONFIG($1)
 
3410
 
 
3411
AC_LANG_POP
 
3412
CC="$lt_save_CC"
 
3413
])
 
3414
m4trace:/usr/share/aclocal/libtool.m4:3786: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
 
3415
m4trace:/usr/share/aclocal/libtool.m4:3833: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
 
3416
 
 
3417
# Source file extension for Java test sources.
 
3418
ac_ext=java
 
3419
 
 
3420
# Object file extension for compiled Java test sources.
 
3421
objext=o
 
3422
_LT_AC_TAGVAR(objext, $1)=$objext
 
3423
 
 
3424
# Code to be used in simple compile tests
 
3425
lt_simple_compile_test_code="class foo {}\n"
 
3426
 
 
3427
# Code to be used in simple link tests
 
3428
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
 
3429
 
 
3430
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3431
_LT_AC_SYS_COMPILER
 
3432
 
 
3433
# Allow CC to be a program name with arguments.
 
3434
lt_save_CC="$CC"
 
3435
CC=${GCJ-"gcj"}
 
3436
compiler=$CC
 
3437
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3438
 
 
3439
# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
3440
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3441
 
 
3442
## CAVEAT EMPTOR:
 
3443
## There is no encapsulation within the following macros, do not change
 
3444
## the running order or otherwise move them around unless you know exactly
 
3445
## what you are doing...
 
3446
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
3447
AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
3448
AC_LIBTOOL_PROG_CC_C_O($1)
 
3449
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
3450
AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
3451
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
3452
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
3453
AC_LIBTOOL_SYS_LIB_STRIP
 
3454
AC_LIBTOOL_DLOPEN_SELF($1)
 
3455
 
 
3456
AC_LIBTOOL_CONFIG($1)
 
3457
 
 
3458
AC_LANG_RESTORE
 
3459
CC="$lt_save_CC"
 
3460
])
 
3461
m4trace:/usr/share/aclocal/libtool.m4:3841: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
 
3462
m4trace:/usr/share/aclocal/libtool.m4:3872: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
 
3463
 
 
3464
# Source file extension for RC test sources.
 
3465
ac_ext=rc
 
3466
 
 
3467
# Object file extension for compiled RC test sources.
 
3468
objext=o
 
3469
_LT_AC_TAGVAR(objext, $1)=$objext
 
3470
 
 
3471
# Code to be used in simple compile tests
 
3472
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
 
3473
 
 
3474
# Code to be used in simple link tests
 
3475
lt_simple_link_test_code="$lt_simple_compile_test_code"
 
3476
 
 
3477
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
3478
_LT_AC_SYS_COMPILER
 
3479
 
 
3480
# Allow CC to be a program name with arguments.
 
3481
lt_save_CC="$CC"
 
3482
CC=${RC-"windres"}
 
3483
compiler=$CC
 
3484
_LT_AC_TAGVAR(compiler, $1)=$CC
 
3485
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
3486
 
 
3487
AC_LIBTOOL_CONFIG($1)
 
3488
 
 
3489
AC_LANG_RESTORE
 
3490
CC="$lt_save_CC"
 
3491
])
 
3492
m4trace:/usr/share/aclocal/libtool.m4:4363: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
 
3493
# libtool distribution, otherwise you forgot to ship ltmain.sh
 
3494
# with your package, and you will get complaints that there are
 
3495
# no rules to generate ltmain.sh.
 
3496
if test -f "$ltmain"; then
 
3497
  # See if we are running on zsh, and set the options which allow our commands through
 
3498
  # without removal of \ escapes.
 
3499
  if test -n "${ZSH_VERSION+set}" ; then
 
3500
    setopt NO_GLOB_SUBST
 
3501
  fi
 
3502
  # Now quote all the things that may contain metacharacters while being
 
3503
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
3504
  # variables and quote the copies for generation of the libtool script.
 
3505
  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
 
3506
    SED SHELL STRIP \
 
3507
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
3508
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
3509
    deplibs_check_method reload_flag reload_cmds need_locks \
 
3510
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
3511
    lt_cv_sys_global_symbol_to_c_name_address \
 
3512
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
3513
    old_postinstall_cmds old_postuninstall_cmds \
 
3514
    _LT_AC_TAGVAR(compiler, $1) \
 
3515
    _LT_AC_TAGVAR(CC, $1) \
 
3516
    _LT_AC_TAGVAR(LD, $1) \
 
3517
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
 
3518
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
 
3519
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
 
3520
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
 
3521
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
 
3522
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
 
3523
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
 
3524
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
 
3525
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
 
3526
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
 
3527
    _LT_AC_TAGVAR(predep_objects, $1) \
 
3528
    _LT_AC_TAGVAR(postdep_objects, $1) \
 
3529
    _LT_AC_TAGVAR(predeps, $1) \
 
3530
    _LT_AC_TAGVAR(postdeps, $1) \
 
3531
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
 
3532
    _LT_AC_TAGVAR(archive_cmds, $1) \
 
3533
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
 
3534
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
 
3535
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
 
3536
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
 
3537
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
 
3538
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
 
3539
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
 
3540
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
 
3541
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
 
3542
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
 
3543
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
 
3544
    _LT_AC_TAGVAR(module_cmds, $1) \
 
3545
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
 
3546
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
 
3547
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
 
3548
    _LT_AC_TAGVAR(include_expsyms, $1); do
 
3549
 
 
3550
    case $var in
 
3551
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
 
3552
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
 
3553
    _LT_AC_TAGVAR(archive_cmds, $1) | \
 
3554
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
 
3555
    _LT_AC_TAGVAR(module_cmds, $1) | \
 
3556
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
 
3557
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
 
3558
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
 
3559
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
3560
    postinstall_cmds | postuninstall_cmds | \
 
3561
    old_postinstall_cmds | old_postuninstall_cmds | \
 
3562
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
3563
      # Double-quote double-evaled strings.
 
3564
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
3565
      ;;
 
3566
    *)
 
3567
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
3568
      ;;
 
3569
    esac
 
3570
  done
 
3571
 
 
3572
  case $lt_echo in
 
3573
  *'\[$]0 --fallback-echo"')
 
3574
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
 
3575
    ;;
 
3576
  esac
 
3577
 
 
3578
ifelse([$1], [],
 
3579
  [cfgfile="${ofile}T"
 
3580
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
3581
  $rm -f "$cfgfile"
 
3582
  AC_MSG_NOTICE([creating $ofile])],
 
3583
  [cfgfile="$ofile"])
 
3584
 
 
3585
  cat <<__EOF__ >> "$cfgfile"
 
3586
ifelse([$1], [],
 
3587
[#! $SHELL
 
3588
 
 
3589
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
3590
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
3591
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
3592
#
 
3593
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 
3594
# Free Software Foundation, Inc.
 
3595
#
 
3596
# This file is part of GNU Libtool:
 
3597
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
3598
#
 
3599
# This program is free software; you can redistribute it and/or modify
 
3600
# it under the terms of the GNU General Public License as published by
 
3601
# the Free Software Foundation; either version 2 of the License, or
 
3602
# (at your option) any later version.
 
3603
#
 
3604
# This program is distributed in the hope that it will be useful, but
 
3605
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
3606
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
3607
# General Public License for more details.
 
3608
#
 
3609
# You should have received a copy of the GNU General Public License
 
3610
# along with this program; if not, write to the Free Software
 
3611
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
3612
#
 
3613
# As a special exception to the GNU General Public License, if you
 
3614
# distribute this file as part of a program that contains a
 
3615
# configuration script generated by Autoconf, you may include it under
 
3616
# the same distribution terms that you use for the rest of that program.
 
3617
 
 
3618
# A sed program that does not truncate output.
 
3619
SED=$lt_SED
 
3620
 
 
3621
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
3622
Xsed="$SED -e s/^X//"
 
3623
 
 
3624
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
3625
# if CDPATH is set.
 
3626
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
3627
 
 
3628
# The names of the tagged configurations supported by this script.
 
3629
available_tags=
 
3630
 
 
3631
# ### BEGIN LIBTOOL CONFIG],
 
3632
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
 
3633
 
 
3634
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
3635
 
 
3636
# Shell to use when invoking shell scripts.
 
3637
SHELL=$lt_SHELL
 
3638
 
 
3639
# Whether or not to build shared libraries.
 
3640
build_libtool_libs=$enable_shared
 
3641
 
 
3642
# Whether or not to build static libraries.
 
3643
build_old_libs=$enable_static
 
3644
 
 
3645
# Whether or not to add -lc for building shared libraries.
 
3646
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
 
3647
 
 
3648
# Whether or not to disallow shared libs when runtime libs are static
 
3649
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
 
3650
 
 
3651
# Whether or not to optimize for fast installation.
 
3652
fast_install=$enable_fast_install
 
3653
 
 
3654
# The host system.
 
3655
host_alias=$host_alias
 
3656
host=$host
 
3657
host_os=$host_os
 
3658
 
 
3659
# The build system.
 
3660
build_alias=$build_alias
 
3661
build=$build
 
3662
build_os=$build_os
 
3663
 
 
3664
# An echo program that does not interpret backslashes.
 
3665
echo=$lt_echo
 
3666
 
 
3667
# The archiver.
 
3668
AR=$lt_AR
 
3669
AR_FLAGS=$lt_AR_FLAGS
 
3670
 
 
3671
# A C compiler.
 
3672
LTCC=$lt_LTCC
 
3673
 
 
3674
# A language-specific compiler.
 
3675
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
3676
 
 
3677
# Is the compiler the GNU C compiler?
 
3678
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
 
3679
 
 
3680
# An ERE matcher.
 
3681
EGREP=$lt_EGREP
 
3682
 
 
3683
# The linker used to build libraries.
 
3684
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
 
3685
 
 
3686
# Whether we need hard or soft links.
 
3687
LN_S=$lt_LN_S
 
3688
 
 
3689
# A BSD-compatible nm program.
 
3690
NM=$lt_NM
 
3691
 
 
3692
# A symbol stripping program
 
3693
STRIP=$lt_STRIP
 
3694
 
 
3695
# Used to examine libraries when file_magic_cmd begins "file"
 
3696
MAGIC_CMD=$MAGIC_CMD
 
3697
 
 
3698
# Used on cygwin: DLL creation program.
 
3699
DLLTOOL="$DLLTOOL"
 
3700
 
 
3701
# Used on cygwin: object dumper.
 
3702
OBJDUMP="$OBJDUMP"
 
3703
 
 
3704
# Used on cygwin: assembler.
 
3705
AS=$lt_AS
 
3706
 
 
3707
# The name of the directory that contains temporary libtool files.
 
3708
objdir=$objdir
 
3709
 
 
3710
# How to create reloadable object files.
 
3711
reload_flag=$lt_reload_flag
 
3712
reload_cmds=$lt_reload_cmds
 
3713
 
 
3714
# How to pass a linker flag through the compiler.
 
3715
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
3716
 
 
3717
# Object file suffix (normally "o").
 
3718
objext="$ac_objext"
 
3719
 
 
3720
# Old archive suffix (normally "a").
 
3721
libext="$libext"
 
3722
 
 
3723
# Shared library suffix (normally ".so").
 
3724
shrext_cmds='$shrext_cmds'
 
3725
 
 
3726
# Executable file suffix (normally "").
 
3727
exeext="$exeext"
 
3728
 
 
3729
# Additional compiler flags for building library objects.
 
3730
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
3731
pic_mode=$pic_mode
 
3732
 
 
3733
# What is the maximum length of a command?
 
3734
max_cmd_len=$lt_cv_sys_max_cmd_len
 
3735
 
 
3736
# Does compiler simultaneously support -c and -o options?
 
3737
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
3738
 
 
3739
# Must we lock files when doing compilation ?
 
3740
need_locks=$lt_need_locks
 
3741
 
 
3742
# Do we need the lib prefix for modules?
 
3743
need_lib_prefix=$need_lib_prefix
 
3744
 
 
3745
# Do we need a version for libraries?
 
3746
need_version=$need_version
 
3747
 
 
3748
# Whether dlopen is supported.
 
3749
dlopen_support=$enable_dlopen
 
3750
 
 
3751
# Whether dlopen of programs is supported.
 
3752
dlopen_self=$enable_dlopen_self
 
3753
 
 
3754
# Whether dlopen of statically linked programs is supported.
 
3755
dlopen_self_static=$enable_dlopen_self_static
 
3756
 
 
3757
# Compiler flag to prevent dynamic linking.
 
3758
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
 
3759
 
 
3760
# Compiler flag to turn off builtin functions.
 
3761
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
 
3762
 
 
3763
# Compiler flag to allow reflexive dlopens.
 
3764
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
 
3765
 
 
3766
# Compiler flag to generate shared objects directly from archives.
 
3767
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
 
3768
 
 
3769
# Compiler flag to generate thread-safe objects.
 
3770
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
 
3771
 
 
3772
# Library versioning type.
 
3773
version_type=$version_type
 
3774
 
 
3775
# Format of library name prefix.
 
3776
libname_spec=$lt_libname_spec
 
3777
 
 
3778
# List of archive names.  First name is the real one, the rest are links.
 
3779
# The last name is the one that the linker finds with -lNAME.
 
3780
library_names_spec=$lt_library_names_spec
 
3781
 
 
3782
# The coded name of the library, if different from the real name.
 
3783
soname_spec=$lt_soname_spec
 
3784
 
 
3785
# Commands used to build and install an old-style archive.
 
3786
RANLIB=$lt_RANLIB
 
3787
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
 
3788
old_postinstall_cmds=$lt_old_postinstall_cmds
 
3789
old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
3790
 
 
3791
# Create an old-style archive from a shared archive.
 
3792
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
 
3793
 
 
3794
# Create a temporary old-style archive to link instead of a shared archive.
 
3795
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
 
3796
 
 
3797
# Commands used to build and install a shared archive.
 
3798
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
 
3799
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
 
3800
postinstall_cmds=$lt_postinstall_cmds
 
3801
postuninstall_cmds=$lt_postuninstall_cmds
 
3802
 
 
3803
# Commands used to build a loadable module (assumed same as above if empty)
 
3804
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
 
3805
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
 
3806
 
 
3807
# Commands to strip libraries.
 
3808
old_striplib=$lt_old_striplib
 
3809
striplib=$lt_striplib
 
3810
 
 
3811
# Dependencies to place before the objects being linked to create a
 
3812
# shared library.
 
3813
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
 
3814
 
 
3815
# Dependencies to place after the objects being linked to create a
 
3816
# shared library.
 
3817
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
 
3818
 
 
3819
# Dependencies to place before the objects being linked to create a
 
3820
# shared library.
 
3821
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
 
3822
 
 
3823
# Dependencies to place after the objects being linked to create a
 
3824
# shared library.
 
3825
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
 
3826
 
 
3827
# The library search path used internally by the compiler when linking
 
3828
# a shared library.
 
3829
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
 
3830
 
 
3831
# Method to check whether dependent libraries are shared objects.
 
3832
deplibs_check_method=$lt_deplibs_check_method
 
3833
 
 
3834
# Command to use when deplibs_check_method == file_magic.
 
3835
file_magic_cmd=$lt_file_magic_cmd
 
3836
 
 
3837
# Flag that allows shared libraries with undefined symbols to be built.
 
3838
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
3839
 
 
3840
# Flag that forces no undefined symbols.
 
3841
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
 
3842
 
 
3843
# Commands used to finish a libtool library installation in a directory.
 
3844
finish_cmds=$lt_finish_cmds
 
3845
 
 
3846
# Same as above, but a single script fragment to be evaled but not shown.
 
3847
finish_eval=$lt_finish_eval
 
3848
 
 
3849
# Take the output of nm and produce a listing of raw symbols and C names.
 
3850
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
3851
 
 
3852
# Transform the output of nm in a proper C declaration
 
3853
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
3854
 
 
3855
# Transform the output of nm in a C name address pair
 
3856
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
3857
 
 
3858
# This is the shared library runtime path variable.
 
3859
runpath_var=$runpath_var
 
3860
 
 
3861
# This is the shared library path variable.
 
3862
shlibpath_var=$shlibpath_var
 
3863
 
 
3864
# Is shlibpath searched before the hard-coded library search path?
 
3865
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
3866
 
 
3867
# How to hardcode a shared library path into an executable.
 
3868
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
 
3869
 
 
3870
# Whether we should hardcode library paths into libraries.
 
3871
hardcode_into_libs=$hardcode_into_libs
 
3872
 
 
3873
# Flag to hardcode \$libdir into a binary during linking.
 
3874
# This must work even if \$libdir does not exist.
 
3875
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
 
3876
 
 
3877
# If ld is used when linking, flag to hardcode \$libdir into
 
3878
# a binary during linking. This must work even if \$libdir does
 
3879
# not exist.
 
3880
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
 
3881
 
 
3882
# Whether we need a single -rpath flag with a separated argument.
 
3883
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
 
3884
 
 
3885
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
3886
# resulting binary.
 
3887
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
 
3888
 
 
3889
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
3890
# resulting binary.
 
3891
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
 
3892
 
 
3893
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
3894
# the resulting binary.
 
3895
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
 
3896
 
 
3897
# Set to yes if building a shared library automatically hardcodes DIR into the library
 
3898
# and all subsequent libraries and executables linked against it.
 
3899
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
 
3900
 
 
3901
# Variables whose values should be saved in libtool wrapper scripts and
 
3902
# restored at relink time.
 
3903
variables_saved_for_relink="$variables_saved_for_relink"
 
3904
 
 
3905
# Whether libtool must link a program against all its dependency libraries.
 
3906
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
 
3907
 
 
3908
# Compile-time system search path for libraries
 
3909
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
3910
 
 
3911
# Run-time system search path for libraries
 
3912
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
3913
 
 
3914
# Fix the shell variable \$srcfile for the compiler.
 
3915
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
 
3916
 
 
3917
# Set to yes if exported symbols are required.
 
3918
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
 
3919
 
 
3920
# The commands to list exported symbols.
 
3921
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
 
3922
 
 
3923
# The commands to extract the exported symbol list from a shared archive.
 
3924
extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
3925
 
 
3926
# Symbols that should not be listed in the preloaded symbols.
 
3927
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
 
3928
 
 
3929
# Symbols that must always be exported.
 
3930
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
 
3931
 
 
3932
ifelse([$1],[],
 
3933
[# ### END LIBTOOL CONFIG],
 
3934
[# ### END LIBTOOL TAG CONFIG: $tagname])
 
3935
 
 
3936
__EOF__
 
3937
 
 
3938
ifelse([$1],[], [
 
3939
  case $host_os in
 
3940
  aix3*)
 
3941
    cat <<\EOF >> "$cfgfile"
 
3942
 
 
3943
# AIX sometimes has problems with the GCC collect2 program.  For some
 
3944
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
3945
# vanish in a puff of smoke.
 
3946
if test "X${COLLECT_NAMES+set}" != Xset; then
 
3947
  COLLECT_NAMES=
 
3948
  export COLLECT_NAMES
 
3949
fi
 
3950
EOF
 
3951
    ;;
 
3952
  esac
 
3953
 
 
3954
  # We use sed instead of cat because bash on DJGPP gets confused if
 
3955
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
3956
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
3957
  # is reportedly fixed, but why not run on old versions too?
 
3958
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
 
3959
 
 
3960
  mv -f "$cfgfile" "$ofile" || \
 
3961
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
3962
  chmod +x "$ofile"
 
3963
])
 
3964
else
 
3965
  # If there is no Makefile yet, we rely on a make rule to execute
 
3966
  # `config.status --recheck' to rerun these tests and create the
 
3967
  # libtool script then.
 
3968
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
3969
  if test -f "$ltmain_in"; then
 
3970
    test -f Makefile && make "$ltmain"
 
3971
  fi
 
3972
fi
 
3973
])
 
3974
m4trace:/usr/share/aclocal/libtool.m4:4381: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
3975
 
 
3976
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
3977
 
 
3978
if test "$GCC" = yes; then
 
3979
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
3980
 
 
3981
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
3982
    lt_cv_prog_compiler_rtti_exceptions,
 
3983
    [-fno-rtti -fno-exceptions], [],
 
3984
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
3985
fi
 
3986
])
 
3987
m4trace:/usr/share/aclocal/libtool.m4:4574: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
 
3988
AC_REQUIRE([AC_PROG_NM])
 
3989
AC_REQUIRE([AC_OBJEXT])
 
3990
# Check for command to grab the raw symbol name followed by C symbol from nm.
 
3991
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
3992
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
3993
[
 
3994
# These are sane defaults that work on at least a few old systems.
 
3995
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
3996
 
 
3997
# Character class describing NM global symbol codes.
 
3998
symcode='[[BCDEGRST]]'
 
3999
 
 
4000
# Regexp to match symbols that can be accessed directly from C.
 
4001
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
4002
 
 
4003
# Transform an extracted symbol line into a proper C declaration
 
4004
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
4005
 
 
4006
# Transform an extracted symbol line into symbol name and symbol address
 
4007
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'"
 
4008
 
 
4009
# Define system-specific variables.
 
4010
case $host_os in
 
4011
aix*)
 
4012
  symcode='[[BCDT]]'
 
4013
  ;;
 
4014
cygwin* | mingw* | pw32*)
 
4015
  symcode='[[ABCDGISTW]]'
 
4016
  ;;
 
4017
hpux*) # Its linker distinguishes data from code symbols
 
4018
  if test "$host_cpu" = ia64; then
 
4019
    symcode='[[ABCDEGRST]]'
 
4020
  fi
 
4021
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4022
  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'"
 
4023
  ;;
 
4024
linux*)
 
4025
  if test "$host_cpu" = ia64; then
 
4026
    symcode='[[ABCDGIRSTW]]'
 
4027
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
4028
    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'"
 
4029
  fi
 
4030
  ;;
 
4031
irix* | nonstopux*)
 
4032
  symcode='[[BCDEGRST]]'
 
4033
  ;;
 
4034
osf*)
 
4035
  symcode='[[BCDEGQRST]]'
 
4036
  ;;
 
4037
solaris* | sysv5*)
 
4038
  symcode='[[BDRT]]'
 
4039
  ;;
 
4040
sysv4)
 
4041
  symcode='[[DFNSTU]]'
 
4042
  ;;
 
4043
esac
 
4044
 
 
4045
# Handle CRLF in mingw tool chain
 
4046
opt_cr=
 
4047
case $build_os in
 
4048
mingw*)
 
4049
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
4050
  ;;
 
4051
esac
 
4052
 
 
4053
# If we're using GNU nm, then use its standard symbol codes.
 
4054
case `$NM -V 2>&1` in
 
4055
*GNU* | *'with BFD'*)
 
4056
  symcode='[[ABCDGIRSTW]]' ;;
 
4057
esac
 
4058
 
 
4059
# Try without a prefix undercore, then with it.
 
4060
for ac_symprfx in "" "_"; do
 
4061
 
 
4062
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
4063
  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
4064
 
 
4065
  # Write the raw and C identifiers.
 
4066
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
4067
 
 
4068
  # Check to see that the pipe works correctly.
 
4069
  pipe_works=no
 
4070
 
 
4071
  rm -f conftest*
 
4072
  cat > conftest.$ac_ext <<EOF
 
4073
#ifdef __cplusplus
 
4074
extern "C" {
 
4075
#endif
 
4076
char nm_test_var;
 
4077
void nm_test_func(){}
 
4078
#ifdef __cplusplus
 
4079
}
 
4080
#endif
 
4081
int main(){nm_test_var='a';nm_test_func();return(0);}
 
4082
EOF
 
4083
 
 
4084
  if AC_TRY_EVAL(ac_compile); then
 
4085
    # Now try to grab the symbols.
 
4086
    nlist=conftest.nm
 
4087
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
4088
      # Try sorting and uniquifying the output.
 
4089
      if sort "$nlist" | uniq > "$nlist"T; then
 
4090
        mv -f "$nlist"T "$nlist"
 
4091
      else
 
4092
        rm -f "$nlist"T
 
4093
      fi
 
4094
 
 
4095
      # Make sure that we snagged all the symbols we need.
 
4096
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
 
4097
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
 
4098
          cat <<EOF > conftest.$ac_ext
 
4099
#ifdef __cplusplus
 
4100
extern "C" {
 
4101
#endif
 
4102
 
 
4103
EOF
 
4104
          # Now generate the symbol file.
 
4105
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
 
4106
 
 
4107
          cat <<EOF >> conftest.$ac_ext
 
4108
#if defined (__STDC__) && __STDC__
 
4109
# define lt_ptr_t void *
 
4110
#else
 
4111
# define lt_ptr_t char *
 
4112
# define const
 
4113
#endif
 
4114
 
 
4115
/* The mapping between symbol names and symbols. */
 
4116
const struct {
 
4117
  const char *name;
 
4118
  lt_ptr_t address;
 
4119
}
 
4120
lt_preloaded_symbols[[]] =
 
4121
{
 
4122
EOF
 
4123
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
 
4124
          cat <<\EOF >> conftest.$ac_ext
 
4125
  {0, (lt_ptr_t) 0}
 
4126
};
 
4127
 
 
4128
#ifdef __cplusplus
 
4129
}
 
4130
#endif
 
4131
EOF
 
4132
          # Now try linking the two files.
 
4133
          mv conftest.$ac_objext conftstm.$ac_objext
 
4134
          lt_save_LIBS="$LIBS"
 
4135
          lt_save_CFLAGS="$CFLAGS"
 
4136
          LIBS="conftstm.$ac_objext"
 
4137
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
4138
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
4139
            pipe_works=yes
 
4140
          fi
 
4141
          LIBS="$lt_save_LIBS"
 
4142
          CFLAGS="$lt_save_CFLAGS"
 
4143
        else
 
4144
          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
4145
        fi
 
4146
      else
 
4147
        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
4148
      fi
 
4149
    else
 
4150
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
4151
    fi
 
4152
  else
 
4153
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
4154
    cat conftest.$ac_ext >&5
 
4155
  fi
 
4156
  rm -f conftest* conftst*
 
4157
 
 
4158
  # Do not use the global_symbol_pipe unless it works.
 
4159
  if test "$pipe_works" = yes; then
 
4160
    break
 
4161
  else
 
4162
    lt_cv_sys_global_symbol_pipe=
 
4163
  fi
 
4164
done
 
4165
])
 
4166
if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
4167
  lt_cv_sys_global_symbol_to_cdecl=
 
4168
fi
 
4169
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
4170
  AC_MSG_RESULT(failed)
 
4171
else
 
4172
  AC_MSG_RESULT(ok)
 
4173
fi
 
4174
])
 
4175
m4trace:/usr/share/aclocal/libtool.m4:5073: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
 
4176
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4177
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
4178
 
 
4179
AC_MSG_CHECKING([for $compiler option to produce PIC])
 
4180
 ifelse([$1],[CXX],[
 
4181
  # C++ specific cases for pic, static, wl, etc.
 
4182
  if test "$GXX" = yes; then
 
4183
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4184
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4185
 
 
4186
    case $host_os in
 
4187
    aix*)
 
4188
      # All AIX code is PIC.
 
4189
      if test "$host_cpu" = ia64; then
 
4190
        # AIX 5 now supports IA64 processor
 
4191
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4192
      fi
 
4193
      ;;
 
4194
    amigaos*)
 
4195
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4196
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4197
      # like `-m68040'.
 
4198
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4199
      ;;
 
4200
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4201
      # PIC is the default for these OSes.
 
4202
      ;;
 
4203
    mingw* | os2* | pw32*)
 
4204
      # This hack is so that the source file can tell whether it is being
 
4205
      # built for inclusion in a dll (and should export symbols for example).
 
4206
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4207
      ;;
 
4208
    darwin* | rhapsody*)
 
4209
      # PIC is the default on this platform
 
4210
      # Common symbols not allowed in MH_DYLIB files
 
4211
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4212
      ;;
 
4213
    *djgpp*)
 
4214
      # DJGPP does not support shared libraries at all
 
4215
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4216
      ;;
 
4217
    sysv4*MP*)
 
4218
      if test -d /usr/nec; then
 
4219
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4220
      fi
 
4221
      ;;
 
4222
    hpux*)
 
4223
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4224
      # not for PA HP-UX.
 
4225
      case "$host_cpu" in
 
4226
      hppa*64*|ia64*)
 
4227
        ;;
 
4228
      *)
 
4229
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4230
        ;;
 
4231
      esac
 
4232
      ;;
 
4233
    *)
 
4234
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4235
      ;;
 
4236
    esac
 
4237
  else
 
4238
    case $host_os in
 
4239
      aix4* | aix5*)
 
4240
        # All AIX code is PIC.
 
4241
        if test "$host_cpu" = ia64; then
 
4242
          # AIX 5 now supports IA64 processor
 
4243
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4244
        else
 
4245
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4246
        fi
 
4247
        ;;
 
4248
      chorus*)
 
4249
        case $cc_basename in
 
4250
        cxch68)
 
4251
          # Green Hills C++ Compiler
 
4252
          # _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"
 
4253
          ;;
 
4254
        esac
 
4255
        ;;
 
4256
       darwin*)
 
4257
         # PIC is the default on this platform
 
4258
         # Common symbols not allowed in MH_DYLIB files
 
4259
         case "$cc_basename" in
 
4260
           xlc*)
 
4261
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4262
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4263
           ;;
 
4264
         esac
 
4265
       ;;
 
4266
      dgux*)
 
4267
        case $cc_basename in
 
4268
          ec++)
 
4269
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4270
            ;;
 
4271
          ghcx)
 
4272
            # Green Hills C++ Compiler
 
4273
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4274
            ;;
 
4275
          *)
 
4276
            ;;
 
4277
        esac
 
4278
        ;;
 
4279
      freebsd* | kfreebsd*-gnu | dragonfly*)
 
4280
        # FreeBSD uses GNU C++
 
4281
        ;;
 
4282
      hpux9* | hpux10* | hpux11*)
 
4283
        case $cc_basename in
 
4284
          CC)
 
4285
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4286
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
4287
            if test "$host_cpu" != ia64; then
 
4288
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4289
            fi
 
4290
            ;;
 
4291
          aCC)
 
4292
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4293
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
4294
            case "$host_cpu" in
 
4295
            hppa*64*|ia64*)
 
4296
              # +Z the default
 
4297
              ;;
 
4298
            *)
 
4299
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4300
              ;;
 
4301
            esac
 
4302
            ;;
 
4303
          *)
 
4304
            ;;
 
4305
        esac
 
4306
        ;;
 
4307
      irix5* | irix6* | nonstopux*)
 
4308
        case $cc_basename in
 
4309
          CC)
 
4310
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4311
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4312
            # CC pic flag -KPIC is the default.
 
4313
            ;;
 
4314
          *)
 
4315
            ;;
 
4316
        esac
 
4317
        ;;
 
4318
      linux*)
 
4319
        case $cc_basename in
 
4320
          KCC)
 
4321
            # KAI C++ Compiler
 
4322
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4323
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4324
            ;;
 
4325
          icpc* | ecpc*)
 
4326
            # Intel C++
 
4327
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4328
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4329
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4330
            ;;
 
4331
          pgCC)
 
4332
            # Portland Group C++ compiler.
 
4333
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4334
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4335
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4336
            ;;
 
4337
          cxx)
 
4338
            # Compaq C++
 
4339
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4340
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4341
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4342
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4343
            ;;
 
4344
          *)
 
4345
            ;;
 
4346
        esac
 
4347
        ;;
 
4348
      lynxos*)
 
4349
        ;;
 
4350
      m88k*)
 
4351
        ;;
 
4352
      mvs*)
 
4353
        case $cc_basename in
 
4354
          cxx)
 
4355
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
4356
            ;;
 
4357
          *)
 
4358
            ;;
 
4359
        esac
 
4360
        ;;
 
4361
      netbsd*)
 
4362
        ;;
 
4363
      osf3* | osf4* | osf5*)
 
4364
        case $cc_basename in
 
4365
          KCC)
 
4366
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
4367
            ;;
 
4368
          RCC)
 
4369
            # Rational C++ 2.4.1
 
4370
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4371
            ;;
 
4372
          cxx)
 
4373
            # Digital/Compaq C++
 
4374
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4375
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
4376
            # Linux and Compaq Tru64 Unix objects are PIC.
 
4377
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4378
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4379
            ;;
 
4380
          *)
 
4381
            ;;
 
4382
        esac
 
4383
        ;;
 
4384
      psos*)
 
4385
        ;;
 
4386
      sco*)
 
4387
        case $cc_basename in
 
4388
          CC)
 
4389
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4390
            ;;
 
4391
          *)
 
4392
            ;;
 
4393
        esac
 
4394
        ;;
 
4395
      solaris*)
 
4396
        case $cc_basename in
 
4397
          CC)
 
4398
            # Sun C++ 4.2, 5.x and Centerline C++
 
4399
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4400
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4401
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4402
            ;;
 
4403
          gcx)
 
4404
            # Green Hills C++ Compiler
 
4405
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4406
            ;;
 
4407
          *)
 
4408
            ;;
 
4409
        esac
 
4410
        ;;
 
4411
      sunos4*)
 
4412
        case $cc_basename in
 
4413
          CC)
 
4414
            # Sun C++ 4.x
 
4415
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4416
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4417
            ;;
 
4418
          lcc)
 
4419
            # Lucid
 
4420
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4421
            ;;
 
4422
          *)
 
4423
            ;;
 
4424
        esac
 
4425
        ;;
 
4426
      tandem*)
 
4427
        case $cc_basename in
 
4428
          NCC)
 
4429
            # NonStop-UX NCC 3.20
 
4430
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4431
            ;;
 
4432
          *)
 
4433
            ;;
 
4434
        esac
 
4435
        ;;
 
4436
      unixware*)
 
4437
        ;;
 
4438
      vxworks*)
 
4439
        ;;
 
4440
      *)
 
4441
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4442
        ;;
 
4443
    esac
 
4444
  fi
 
4445
],
 
4446
[
 
4447
  if test "$GCC" = yes; then
 
4448
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4449
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4450
 
 
4451
    case $host_os in
 
4452
      aix*)
 
4453
      # All AIX code is PIC.
 
4454
      if test "$host_cpu" = ia64; then
 
4455
        # AIX 5 now supports IA64 processor
 
4456
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4457
      fi
 
4458
      ;;
 
4459
 
 
4460
    amigaos*)
 
4461
      # FIXME: we need at least 68020 code to build shared libraries, but
 
4462
      # adding the `-m68020' flag to GCC prevents building anything better,
 
4463
      # like `-m68040'.
 
4464
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
4465
      ;;
 
4466
 
 
4467
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
4468
      # PIC is the default for these OSes.
 
4469
      ;;
 
4470
 
 
4471
    mingw* | pw32* | os2*)
 
4472
      # This hack is so that the source file can tell whether it is being
 
4473
      # built for inclusion in a dll (and should export symbols for example).
 
4474
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4475
      ;;
 
4476
 
 
4477
    darwin* | rhapsody*)
 
4478
      # PIC is the default on this platform
 
4479
      # Common symbols not allowed in MH_DYLIB files
 
4480
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
4481
      ;;
 
4482
 
 
4483
    msdosdjgpp*)
 
4484
      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
4485
      # on systems that don't support them.
 
4486
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4487
      enable_shared=no
 
4488
      ;;
 
4489
 
 
4490
    sysv4*MP*)
 
4491
      if test -d /usr/nec; then
 
4492
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
4493
      fi
 
4494
      ;;
 
4495
 
 
4496
    hpux*)
 
4497
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4498
      # not for PA HP-UX.
 
4499
      case "$host_cpu" in
 
4500
      hppa*64*|ia64*)
 
4501
        # +Z the default
 
4502
        ;;
 
4503
      *)
 
4504
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4505
        ;;
 
4506
      esac
 
4507
      ;;
 
4508
 
 
4509
    *)
 
4510
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4511
      ;;
 
4512
    esac
 
4513
  else
 
4514
    # PORTME Check for flag to pass linker flags through the system compiler.
 
4515
    case $host_os in
 
4516
    aix*)
 
4517
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4518
      if test "$host_cpu" = ia64; then
 
4519
        # AIX 5 now supports IA64 processor
 
4520
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4521
      else
 
4522
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
4523
      fi
 
4524
      ;;
 
4525
      darwin*)
 
4526
        # PIC is the default on this platform
 
4527
        # Common symbols not allowed in MH_DYLIB files
 
4528
       case "$cc_basename" in
 
4529
         xlc*)
 
4530
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
4531
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4532
         ;;
 
4533
       esac
 
4534
       ;;
 
4535
 
 
4536
    mingw* | pw32* | os2*)
 
4537
      # This hack is so that the source file can tell whether it is being
 
4538
      # built for inclusion in a dll (and should export symbols for example).
 
4539
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
4540
      ;;
 
4541
 
 
4542
    hpux9* | hpux10* | hpux11*)
 
4543
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4544
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
4545
      # not for PA HP-UX.
 
4546
      case "$host_cpu" in
 
4547
      hppa*64*|ia64*)
 
4548
        # +Z the default
 
4549
        ;;
 
4550
      *)
 
4551
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
4552
        ;;
 
4553
      esac
 
4554
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
4555
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
4556
      ;;
 
4557
 
 
4558
    irix5* | irix6* | nonstopux*)
 
4559
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4560
      # PIC (with -KPIC) is the default.
 
4561
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4562
      ;;
 
4563
 
 
4564
    newsos6)
 
4565
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4566
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4567
      ;;
 
4568
 
 
4569
    linux*)
 
4570
      case $cc_basename in
 
4571
      icc* | ecc*)
 
4572
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4573
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4574
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4575
        ;;
 
4576
      pgcc | pgf77 | pgf90)
 
4577
        # Portland Group compilers (*not* the Pentium gcc compiler,
 
4578
        # which looks to be a dead project)
 
4579
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4580
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4581
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4582
        ;;
 
4583
      ccc*)
 
4584
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4585
        # All Alpha code is PIC.
 
4586
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4587
        ;;
 
4588
      esac
 
4589
      ;;
 
4590
 
 
4591
    osf3* | osf4* | osf5*)
 
4592
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4593
      # All OSF/1 code is PIC.
 
4594
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4595
      ;;
 
4596
 
 
4597
    sco3.2v5*)
 
4598
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
 
4599
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
 
4600
      ;;
 
4601
 
 
4602
    solaris*)
 
4603
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4604
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4605
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4606
      ;;
 
4607
 
 
4608
    sunos4*)
 
4609
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4610
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4611
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4612
      ;;
 
4613
 
 
4614
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
4615
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4616
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4617
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4618
      ;;
 
4619
 
 
4620
    sysv4*MP*)
 
4621
      if test -d /usr/nec ;then
 
4622
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
4623
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4624
      fi
 
4625
      ;;
 
4626
 
 
4627
    unicos*)
 
4628
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4629
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4630
      ;;
 
4631
 
 
4632
    uts4*)
 
4633
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4634
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4635
      ;;
 
4636
 
 
4637
    *)
 
4638
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4639
      ;;
 
4640
    esac
 
4641
  fi
 
4642
])
 
4643
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
4644
 
 
4645
#
 
4646
# Check to make sure the PIC flag actually works.
 
4647
#
 
4648
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
4649
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
 
4650
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
 
4651
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
 
4652
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
4653
     "" | " "*) ;;
 
4654
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
4655
     esac],
 
4656
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4657
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
4658
fi
 
4659
case "$host_os" in
 
4660
  # For platforms which do not support PIC, -DPIC is meaningless:
 
4661
  *djgpp*)
 
4662
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
4663
    ;;
 
4664
  *)
 
4665
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
4666
    ;;
 
4667
esac
 
4668
])
 
4669
m4trace:/usr/share/aclocal/libtool.m4:5920: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
4670
ifelse([$1],[CXX],[
 
4671
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4672
  case $host_os in
 
4673
  aix4* | aix5*)
 
4674
    # If we're using GNU nm, then we don't want the "-C" option.
 
4675
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
4676
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
4677
      _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'
 
4678
    else
 
4679
      _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'
 
4680
    fi
 
4681
    ;;
 
4682
  pw32*)
 
4683
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
4684
  ;;
 
4685
  cygwin* | mingw*)
 
4686
    _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'
 
4687
  ;;
 
4688
  *)
 
4689
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4690
  ;;
 
4691
  esac
 
4692
],[
 
4693
  runpath_var=
 
4694
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
4695
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
4696
  _LT_AC_TAGVAR(archive_cmds, $1)=
 
4697
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
4698
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
 
4699
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
4700
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
4701
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4702
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
 
4703
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4704
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
4705
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
4706
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
4707
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
4708
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
4709
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
4710
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
4711
  _LT_AC_TAGVAR(module_cmds, $1)=
 
4712
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
4713
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
4714
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4715
  # include_expsyms should be a list of space-separated symbols to be *always*
 
4716
  # included in the symbol list
 
4717
  _LT_AC_TAGVAR(include_expsyms, $1)=
 
4718
  # exclude_expsyms can be an extended regexp of symbols to exclude
 
4719
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
4720
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
4721
  # as well as any symbol that contains `d'.
 
4722
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
 
4723
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
4724
  # platforms (ab)use it in PIC code, but their linkers get confused if
 
4725
  # the symbol is explicitly referenced.  Since portable code cannot
 
4726
  # rely on this symbol name, it's probably fine to never include it in
 
4727
  # preloaded symbol tables.
 
4728
  extract_expsyms_cmds=
 
4729
 
 
4730
  case $host_os in
 
4731
  cygwin* | mingw* | pw32*)
 
4732
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
4733
    # When not using gcc, we currently assume that we are using
 
4734
    # Microsoft Visual C++.
 
4735
    if test "$GCC" != yes; then
 
4736
      with_gnu_ld=no
 
4737
    fi
 
4738
    ;;
 
4739
  openbsd*)
 
4740
    with_gnu_ld=no
 
4741
    ;;
 
4742
  esac
 
4743
 
 
4744
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
4745
  if test "$with_gnu_ld" = yes; then
 
4746
    # If archive_cmds runs LD, not CC, wlarc should be empty
 
4747
    wlarc='${wl}'
 
4748
 
 
4749
    # See if GNU ld supports shared libraries.
 
4750
    case $host_os in
 
4751
    aix3* | aix4* | aix5*)
 
4752
      # On AIX/PPC, the GNU linker is very broken
 
4753
      if test "$host_cpu" != ia64; then
 
4754
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4755
        cat <<EOF 1>&2
 
4756
 
 
4757
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
4758
*** to be unable to reliably create shared libraries on AIX.
 
4759
*** Therefore, libtool is disabling shared libraries support.  If you
 
4760
*** really care for shared libraries, you may want to modify your PATH
 
4761
*** so that a non-GNU linker is found, and then restart.
 
4762
 
 
4763
EOF
 
4764
      fi
 
4765
      ;;
 
4766
 
 
4767
    amigaos*)
 
4768
      _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)'
 
4769
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4770
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4771
 
 
4772
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
4773
      # that the semantics of dynamic libraries on AmigaOS, at least up
 
4774
      # to version 4, is to share data among multiple programs linked
 
4775
      # with the same dynamic library.  Since this doesn't match the
 
4776
      # behavior of shared libraries on other platforms, we can't use
 
4777
      # them.
 
4778
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4779
      ;;
 
4780
 
 
4781
    beos*)
 
4782
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4783
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4784
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
4785
        # support --undefined.  This deserves some investigation.  FIXME
 
4786
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4787
      else
 
4788
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4789
      fi
 
4790
      ;;
 
4791
 
 
4792
    cygwin* | mingw* | pw32*)
 
4793
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
4794
      # as there is no search path for DLLs.
 
4795
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4796
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4797
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
4798
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
4799
      _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'
 
4800
 
 
4801
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
4802
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
4803
        # If the export-symbols file already is a .def file (1st line
 
4804
        # is EXPORTS), use it as is; otherwise, prepend...
 
4805
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
4806
          cp $export_symbols $output_objdir/$soname.def;
 
4807
        else
 
4808
          echo EXPORTS > $output_objdir/$soname.def;
 
4809
          cat $export_symbols >> $output_objdir/$soname.def;
 
4810
        fi~
 
4811
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
4812
      else
 
4813
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4814
      fi
 
4815
      ;;
 
4816
 
 
4817
    netbsd*)
 
4818
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
4819
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
4820
        wlarc=
 
4821
      else
 
4822
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4823
        _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'
 
4824
      fi
 
4825
      ;;
 
4826
 
 
4827
    solaris* | sysv5*)
 
4828
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
4829
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4830
        cat <<EOF 1>&2
 
4831
 
 
4832
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
4833
*** create shared libraries on Solaris systems.  Therefore, libtool
 
4834
*** is disabling shared libraries support.  We urge you to upgrade GNU
 
4835
*** binutils to release 2.9.1 or newer.  Another option is to modify
 
4836
*** your PATH or compiler configuration so that the native linker is
 
4837
*** used, and then restart.
 
4838
 
 
4839
EOF
 
4840
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4841
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4842
        _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'
 
4843
      else
 
4844
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4845
      fi
 
4846
      ;;
 
4847
 
 
4848
    sunos4*)
 
4849
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4850
      wlarc=
 
4851
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4852
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4853
      ;;
 
4854
 
 
4855
  linux*)
 
4856
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4857
      tmp_addflag=
 
4858
      case $CC,$host_cpu in
 
4859
      pgf77* | pgf90* )                 # Portland Group f77 and f90 compilers
 
4860
        tmp_addflag=' -fpic' ;;
 
4861
      ecc*,ia64* | icc*,ia64*)          # Intel C compiler on ia64
 
4862
        tmp_addflag=' -i_dynamic' ;;
 
4863
      efc*,ia64* | ifort*,ia64*)        # Intel Fortran compiler on ia64
 
4864
        tmp_addflag=' -i_dynamic -nofor_main' ;;
 
4865
      ifc* | ifort*)                    # Intel Fortran compiler
 
4866
        tmp_addflag=' -nofor_main' ;;
 
4867
      esac
 
4868
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4869
      supports_anon_versioning=no
 
4870
      case `$LD -v 2>/dev/null` in
 
4871
        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
4872
        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
4873
        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
4874
        *\ 2.11.*) ;; # other 2.11 versions
 
4875
        *) supports_anon_versioning=yes ;;
 
4876
      esac
 
4877
      if test $supports_anon_versioning = yes; then
 
4878
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
4879
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
4880
$echo "local: *; };" >> $output_objdir/$libname.ver~
 
4881
        $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
4882
      else
 
4883
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)=$_LT_AC_TAGVAR(archive_cmds, $1)
 
4884
      fi
 
4885
    else
 
4886
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4887
    fi
 
4888
    ;;
 
4889
 
 
4890
    *)
 
4891
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4892
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4893
        _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'
 
4894
      else
 
4895
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4896
      fi
 
4897
      ;;
 
4898
    esac
 
4899
 
 
4900
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
 
4901
      runpath_var=LD_RUN_PATH
 
4902
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
4903
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
4904
      # ancient GNU ld didn't support --whole-archive et. al.
 
4905
      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
4906
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
4907
      else
 
4908
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4909
      fi
 
4910
    fi
 
4911
  else
 
4912
    # PORTME fill in a description of your system's linker (not GNU ld)
 
4913
    case $host_os in
 
4914
    aix3*)
 
4915
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4916
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
4917
      _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'
 
4918
      # Note: this linker hardcodes the directories in LIBPATH if there
 
4919
      # are no directories specified by -L.
 
4920
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4921
      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
4922
        # Neither direct hardcoding nor static linking is supported with a
 
4923
        # broken collect2.
 
4924
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
4925
      fi
 
4926
      ;;
 
4927
 
 
4928
    aix4* | aix5*)
 
4929
      if test "$host_cpu" = ia64; then
 
4930
        # On IA64, the linker does run time linking by default, so we don't
 
4931
        # have to do anything special.
 
4932
        aix_use_runtimelinking=no
 
4933
        exp_sym_flag='-Bexport'
 
4934
        no_entry_flag=""
 
4935
      else
 
4936
        # If we're using GNU nm, then we don't want the "-C" option.
 
4937
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
4938
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
4939
          _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'
 
4940
        else
 
4941
          _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'
 
4942
        fi
 
4943
        aix_use_runtimelinking=no
 
4944
 
 
4945
        # Test if we are trying to use run time linking or normal
 
4946
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
4947
        # need to do runtime linking.
 
4948
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
4949
          for ld_flag in $LDFLAGS; do
 
4950
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
4951
            aix_use_runtimelinking=yes
 
4952
            break
 
4953
          fi
 
4954
          done
 
4955
        esac
 
4956
 
 
4957
        exp_sym_flag='-bexport'
 
4958
        no_entry_flag='-bnoentry'
 
4959
      fi
 
4960
 
 
4961
      # When large executables or shared objects are built, AIX ld can
 
4962
      # have problems creating the table of contents.  If linking a library
 
4963
      # or program results in "error TOC overflow" add -mminimal-toc to
 
4964
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
4965
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
4966
 
 
4967
      _LT_AC_TAGVAR(archive_cmds, $1)=''
 
4968
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4969
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
4970
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4971
 
 
4972
      if test "$GCC" = yes; then
 
4973
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
4974
        # We only want to do this on AIX 4.2 and lower, the check
 
4975
        # below for broken collect2 doesn't work under 4.3+
 
4976
          collect2name=`${CC} -print-prog-name=collect2`
 
4977
          if test -f "$collect2name" && \
 
4978
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
4979
          then
 
4980
          # We have reworked collect2
 
4981
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4982
          else
 
4983
          # We have old collect2
 
4984
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
4985
          # It fails to find uninstalled libraries when the uninstalled
 
4986
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
4987
          # to unsupported forces relinking
 
4988
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4989
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4990
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
4991
          fi
 
4992
        esac
 
4993
        shared_flag='-shared'
 
4994
        if test "$aix_use_runtimelinking" = yes; then
 
4995
          shared_flag="$shared_flag "'${wl}-G'
 
4996
        fi
 
4997
      else
 
4998
        # not using gcc
 
4999
        if test "$host_cpu" = ia64; then
 
5000
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
5001
        # chokes on -Wl,-G. The following line is correct:
 
5002
          shared_flag='-G'
 
5003
        else
 
5004
        if test "$aix_use_runtimelinking" = yes; then
 
5005
            shared_flag='${wl}-G'
 
5006
          else
 
5007
            shared_flag='${wl}-bM:SRE'
 
5008
        fi
 
5009
        fi
 
5010
      fi
 
5011
 
 
5012
      # It seems that -bexpall does not export symbols beginning with
 
5013
      # underscore (_), so it is better to generate a list of symbols to export.
 
5014
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5015
      if test "$aix_use_runtimelinking" = yes; then
 
5016
        # Warning - without using the other runtime loading flags (-brtl),
 
5017
        # -berok will link without error, but may produce a broken library.
 
5018
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
5019
       # Determine the default libpath from the value encoded in an empty executable.
 
5020
       _LT_AC_SYS_LIBPATH_AIX
 
5021
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5022
        _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"
 
5023
       else
 
5024
        if test "$host_cpu" = ia64; then
 
5025
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
5026
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
5027
          _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"
 
5028
        else
 
5029
         # Determine the default libpath from the value encoded in an empty executable.
 
5030
         _LT_AC_SYS_LIBPATH_AIX
 
5031
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5032
          # Warning - without using the other run time loading flags,
 
5033
          # -berok will link without error, but may produce a broken library.
 
5034
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
5035
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
5036
          # -bexpall does not export symbols beginning with underscore (_)
 
5037
          _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5038
          # Exported symbols can be pulled into shared objects from archives
 
5039
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
5040
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5041
          # This is similar to how AIX traditionally builds it's shared libraries.
 
5042
          _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'
 
5043
        fi
 
5044
      fi
 
5045
      ;;
 
5046
 
 
5047
    amigaos*)
 
5048
      _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)'
 
5049
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5050
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5051
      # see comment about different semantics on the GNU ld section
 
5052
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5053
      ;;
 
5054
 
 
5055
    bsdi[[45]]*)
 
5056
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
5057
      ;;
 
5058
 
 
5059
    cygwin* | mingw* | pw32*)
 
5060
      # When not using gcc, we currently assume that we are using
 
5061
      # Microsoft Visual C++.
 
5062
      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
5063
      # no search path for DLLs.
 
5064
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
5065
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5066
      # Tell ltmain to make .lib files, not .a files.
 
5067
      libext=lib
 
5068
      # Tell ltmain to make .dll files, not .so files.
 
5069
      shrext_cmds=".dll"
 
5070
      # FIXME: Setting linknames here is a bad hack.
 
5071
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
5072
      # The linker will automatically build a .lib file if we build a DLL.
 
5073
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
5074
      # FIXME: Should let the user specify the lib program.
 
5075
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
5076
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
5077
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
5078
      ;;
 
5079
 
 
5080
    darwin* | rhapsody*)
 
5081
      case "$host_os" in
 
5082
        rhapsody* | darwin1.[[012]])
 
5083
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
5084
         ;;
 
5085
       *) # Darwin 1.3 on
 
5086
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
5087
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5088
         else
 
5089
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
5090
             10.[[012]])
 
5091
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
5092
               ;;
 
5093
             10.*)
 
5094
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
5095
               ;;
 
5096
           esac
 
5097
         fi
 
5098
         ;;
 
5099
      esac
 
5100
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5101
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5102
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
5103
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5104
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
5105
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5106
    if test "$GCC" = yes ; then
 
5107
        output_verbose_link_cmd='echo'
 
5108
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
5109
      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5110
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
5111
      _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}'
 
5112
      _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}'
 
5113
    else
 
5114
      case "$cc_basename" in
 
5115
        xlc*)
 
5116
         output_verbose_link_cmd='echo'
 
5117
         _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'
 
5118
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
5119
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
5120
         _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}'
 
5121
          _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}'
 
5122
          ;;
 
5123
       *)
 
5124
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5125
          ;;
 
5126
      esac
 
5127
    fi
 
5128
      ;;
 
5129
 
 
5130
    dgux*)
 
5131
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5132
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5133
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5134
      ;;
 
5135
 
 
5136
    freebsd1*)
 
5137
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5138
      ;;
 
5139
 
 
5140
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
5141
    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
5142
    # does not break anything, and helps significantly (at the cost of a little
 
5143
    # extra space).
 
5144
    freebsd2.2*)
 
5145
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
5146
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5147
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5148
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5149
      ;;
 
5150
 
 
5151
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
5152
    freebsd2*)
 
5153
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5154
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5155
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5156
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5157
      ;;
 
5158
 
 
5159
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
5160
    freebsd* | kfreebsd*-gnu | dragonfly*)
 
5161
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
5162
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5163
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5164
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5165
      ;;
 
5166
 
 
5167
    hpux9*)
 
5168
      if test "$GCC" = yes; then
 
5169
        _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'
 
5170
      else
 
5171
        _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'
 
5172
      fi
 
5173
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5174
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5175
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5176
 
 
5177
      # hardcode_minus_L: Not really in the search PATH,
 
5178
      # but as the default location of the library.
 
5179
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5180
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5181
      ;;
 
5182
 
 
5183
    hpux10* | hpux11*)
 
5184
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
5185
        case "$host_cpu" in
 
5186
        hppa*64*|ia64*)
 
5187
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5188
          ;;
 
5189
        *)
 
5190
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
5191
          ;;
 
5192
        esac
 
5193
      else
 
5194
        case "$host_cpu" in
 
5195
        hppa*64*|ia64*)
 
5196
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5197
          ;;
 
5198
        *)
 
5199
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
5200
          ;;
 
5201
        esac
 
5202
      fi
 
5203
      if test "$with_gnu_ld" = no; then
 
5204
        case "$host_cpu" in
 
5205
        hppa*64*)
 
5206
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5207
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
5208
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5209
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5210
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5211
          ;;
 
5212
        ia64*)
 
5213
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5214
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5215
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5216
 
 
5217
          # hardcode_minus_L: Not really in the search PATH,
 
5218
          # but as the default location of the library.
 
5219
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5220
          ;;
 
5221
        *)
 
5222
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5223
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5224
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5225
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5226
 
 
5227
          # hardcode_minus_L: Not really in the search PATH,
 
5228
          # but as the default location of the library.
 
5229
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5230
          ;;
 
5231
        esac
 
5232
      fi
 
5233
      ;;
 
5234
 
 
5235
    irix5* | irix6* | nonstopux*)
 
5236
      if test "$GCC" = yes; then
 
5237
        _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'
 
5238
      else
 
5239
        _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'
 
5240
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
5241
      fi
 
5242
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5243
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5244
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5245
      ;;
 
5246
 
 
5247
    netbsd*)
 
5248
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
5249
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
5250
      else
 
5251
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
5252
      fi
 
5253
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5254
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5255
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5256
      ;;
 
5257
 
 
5258
    newsos6)
 
5259
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5260
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5261
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5262
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5263
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5264
      ;;
 
5265
 
 
5266
    openbsd*)
 
5267
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5268
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5269
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
5270
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5271
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
5272
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5273
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5274
      else
 
5275
       case $host_os in
 
5276
         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
5277
           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
5278
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5279
           ;;
 
5280
         *)
 
5281
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
5282
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5283
           ;;
 
5284
       esac
 
5285
      fi
 
5286
      ;;
 
5287
 
 
5288
    os2*)
 
5289
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5290
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5291
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5292
      _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'
 
5293
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
5294
      ;;
 
5295
 
 
5296
    osf3*)
 
5297
      if test "$GCC" = yes; then
 
5298
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5299
        _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'
 
5300
      else
 
5301
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5302
        _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'
 
5303
      fi
 
5304
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5305
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5306
      ;;
 
5307
 
 
5308
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
 
5309
      if test "$GCC" = yes; then
 
5310
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
5311
        _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'
 
5312
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5313
      else
 
5314
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
5315
        _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'
 
5316
        _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~
 
5317
        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
 
5318
 
 
5319
        # Both c and cxx compiler support -rpath directly
 
5320
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
5321
      fi
 
5322
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
5323
      ;;
 
5324
 
 
5325
    sco3.2v5*)
 
5326
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5327
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5328
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
5329
      runpath_var=LD_RUN_PATH
 
5330
      hardcode_runpath_var=yes
 
5331
      ;;
 
5332
 
 
5333
    solaris*)
 
5334
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
5335
      if test "$GCC" = yes; then
 
5336
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5337
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5338
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
5339
      else
 
5340
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5341
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5342
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
5343
      fi
 
5344
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5345
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5346
      case $host_os in
 
5347
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
5348
      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
5349
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;;
 
5350
      esac
 
5351
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5352
      ;;
 
5353
 
 
5354
    sunos4*)
 
5355
      if test "x$host_vendor" = xsequent; then
 
5356
        # Use $CC to link under sequent, because it throws in some extra .o
 
5357
        # files that make .init and .fini sections work.
 
5358
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
5359
      else
 
5360
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
5361
      fi
 
5362
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5363
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5364
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5365
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5366
      ;;
 
5367
 
 
5368
    sysv4)
 
5369
      case $host_vendor in
 
5370
        sni)
 
5371
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5372
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
5373
        ;;
 
5374
        siemens)
 
5375
          ## LD is ld it makes a PLAMLIB
 
5376
          ## CC just makes a GrossModule.
 
5377
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5378
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
5379
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5380
        ;;
 
5381
        motorola)
 
5382
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5383
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
5384
        ;;
 
5385
      esac
 
5386
      runpath_var='LD_RUN_PATH'
 
5387
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5388
      ;;
 
5389
 
 
5390
    sysv4.3*)
 
5391
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5392
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5393
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
5394
      ;;
 
5395
 
 
5396
    sysv4*MP*)
 
5397
      if test -d /usr/nec; then
 
5398
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5399
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5400
        runpath_var=LD_RUN_PATH
 
5401
        hardcode_runpath_var=yes
 
5402
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5403
      fi
 
5404
      ;;
 
5405
 
 
5406
    sysv4.2uw2*)
 
5407
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5408
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5409
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
5410
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5411
      hardcode_runpath_var=yes
 
5412
      runpath_var=LD_RUN_PATH
 
5413
      ;;
 
5414
 
 
5415
   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
 
5416
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
 
5417
      if test "$GCC" = yes; then
 
5418
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5419
      else
 
5420
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5421
      fi
 
5422
      runpath_var='LD_RUN_PATH'
 
5423
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5424
      ;;
 
5425
 
 
5426
    sysv5*)
 
5427
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
5428
      # $CC -shared without GNU ld will not create a library from C++
 
5429
      # object files and a static libstdc++, better avoid it by now
 
5430
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5431
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
5432
                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
5433
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5434
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5435
      runpath_var='LD_RUN_PATH'
 
5436
      ;;
 
5437
 
 
5438
    uts4*)
 
5439
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5440
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5441
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5442
      ;;
 
5443
 
 
5444
    *)
 
5445
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5446
      ;;
 
5447
    esac
 
5448
  fi
 
5449
])
 
5450
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
5451
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
5452
 
 
5453
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
5454
if test "$GCC" = yes; then
 
5455
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
5456
fi
 
5457
 
 
5458
#
 
5459
# Do we need to explicitly link libc?
 
5460
#
 
5461
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
5462
x|xyes)
 
5463
  # Assume -lc should be added
 
5464
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5465
 
 
5466
  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
5467
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
5468
    *'~'*)
 
5469
      # FIXME: we may have to deal with multi-command sequences.
 
5470
      ;;
 
5471
    '$CC '*)
 
5472
      # Test whether the compiler implicitly links with -lc since on some
 
5473
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
5474
      # to ld, don't add -lc before -lgcc.
 
5475
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
5476
      $rm conftest*
 
5477
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
5478
 
 
5479
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
5480
        soname=conftest
 
5481
        lib=conftest
 
5482
        libobjs=conftest.$ac_objext
 
5483
        deplibs=
 
5484
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
5485
        compiler_flags=-v
 
5486
        linker_flags=-v
 
5487
        verstring=
 
5488
        output_objdir=.
 
5489
        libname=conftest
 
5490
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
5491
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
5492
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
5493
        then
 
5494
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5495
        else
 
5496
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5497
        fi
 
5498
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
5499
      else
 
5500
        cat conftest.err 1>&5
 
5501
      fi
 
5502
      $rm conftest*
 
5503
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
5504
      ;;
 
5505
    esac
 
5506
  fi
 
5507
  ;;
 
5508
esac
 
5509
])
 
5510
m4trace:/usr/share/aclocal/libtool.m4:5960: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 
5511
# /* ltdll.c starts here */
 
5512
# #define WIN32_LEAN_AND_MEAN
 
5513
# #include <windows.h>
 
5514
# #undef WIN32_LEAN_AND_MEAN
 
5515
# #include <stdio.h>
 
5516
#
 
5517
# #ifndef __CYGWIN__
 
5518
# #  ifdef __CYGWIN32__
 
5519
# #    define __CYGWIN__ __CYGWIN32__
 
5520
# #  endif
 
5521
# #endif
 
5522
#
 
5523
# #ifdef __cplusplus
 
5524
# extern "C" {
 
5525
# #endif
 
5526
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
5527
# #ifdef __cplusplus
 
5528
# }
 
5529
# #endif
 
5530
#
 
5531
# #ifdef __CYGWIN__
 
5532
# #include <cygwin/cygwin_dll.h>
 
5533
# DECLARE_CYGWIN_DLL( DllMain );
 
5534
# #endif
 
5535
# HINSTANCE __hDllInstance_base;
 
5536
#
 
5537
# BOOL APIENTRY
 
5538
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
5539
# {
 
5540
#   __hDllInstance_base = hInst;
 
5541
#   return TRUE;
 
5542
# }
 
5543
# /* ltdll.c ends here */
 
5544
])
 
5545
m4trace:/usr/share/aclocal/libtool.m4:5965: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
 
5546
m4trace:/usr/share/aclocal/libtool.m4:5969: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
 
5547
m4trace:/usr/share/aclocal/libtool.m4:5970: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
5548
m4trace:/usr/share/aclocal/libtool.m4:5971: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
5549
m4trace:/usr/share/aclocal/libtool.m4:5972: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
5550
m4trace:/usr/share/aclocal/libtool.m4:5973: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
5551
m4trace:/usr/share/aclocal/libtool.m4:5974: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
 
5552
m4trace:/usr/share/aclocal/libtool.m4:5975: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
 
5553
m4trace:/usr/share/aclocal/libtool.m4:5984: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
 
5554
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
5555
  AC_SUBST(GCJFLAGS)
 
5556
])
 
5557
m4trace:/usr/share/aclocal/libtool.m4:5988: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
 
5558
])
 
5559
m4trace:/usr/share/aclocal/libtool.m4:6051: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
 
5560
AC_CACHE_VAL(lt_cv_path_SED,
 
5561
[# Loop through the user's path and test for sed and gsed.
 
5562
# Then use that list of sed's as ones to test for truncation.
 
5563
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5564
for as_dir in $PATH
 
5565
do
 
5566
  IFS=$as_save_IFS
 
5567
  test -z "$as_dir" && as_dir=.
 
5568
  for lt_ac_prog in sed gsed; do
 
5569
    for ac_exec_ext in '' $ac_executable_extensions; do
 
5570
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
5571
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
5572
      fi
 
5573
    done
 
5574
  done
 
5575
done
 
5576
lt_ac_max=0
 
5577
lt_ac_count=0
 
5578
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
5579
# along with /bin/sed that truncates output.
 
5580
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
5581
  test ! -f $lt_ac_sed && continue
 
5582
  cat /dev/null > conftest.in
 
5583
  lt_ac_count=0
 
5584
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
5585
  # Check for GNU sed and select it if it is found.
 
5586
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
5587
    lt_cv_path_SED=$lt_ac_sed
 
5588
    break
 
5589
  fi
 
5590
  while true; do
 
5591
    cat conftest.in conftest.in >conftest.tmp
 
5592
    mv conftest.tmp conftest.in
 
5593
    cp conftest.in conftest.nl
 
5594
    echo >>conftest.nl
 
5595
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
5596
    cmp -s conftest.out conftest.nl || break
 
5597
    # 10000 chars as input seems more than enough
 
5598
    test $lt_ac_count -gt 10 && break
 
5599
    lt_ac_count=`expr $lt_ac_count + 1`
 
5600
    if test $lt_ac_count -gt $lt_ac_max; then
 
5601
      lt_ac_max=$lt_ac_count
 
5602
      lt_cv_path_SED=$lt_ac_sed
 
5603
    fi
 
5604
  done
 
5605
done
 
5606
])
 
5607
SED=$lt_cv_path_SED
 
5608
AC_MSG_RESULT([$SED])
 
5609
])
 
5610
m4trace:/usr/share/aclocal/pkg.m4:55: -1- AC_DEFUN([PKG_CHECK_MODULES], [
 
5611
  succeeded=no
 
5612
 
 
5613
  if test -z "$PKG_CONFIG"; then
 
5614
    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 
5615
  fi
 
5616
 
 
5617
  if test "$PKG_CONFIG" = "no" ; then
 
5618
     echo "*** The pkg-config script could not be found. Make sure it is"
 
5619
     echo "*** in your path, or set the PKG_CONFIG environment variable"
 
5620
     echo "*** to the full path to pkg-config."
 
5621
     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
 
5622
  else
 
5623
     PKG_CONFIG_MIN_VERSION=0.9.0
 
5624
     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 
5625
        AC_MSG_CHECKING(for $2)
 
5626
 
 
5627
        if $PKG_CONFIG --exists "$2" ; then
 
5628
            AC_MSG_RESULT(yes)
 
5629
            succeeded=yes
 
5630
 
 
5631
            AC_MSG_CHECKING($1_CFLAGS)
 
5632
            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
 
5633
            AC_MSG_RESULT($$1_CFLAGS)
 
5634
 
 
5635
            AC_MSG_CHECKING($1_LIBS)
 
5636
            $1_LIBS=`$PKG_CONFIG --libs "$2"`
 
5637
            AC_MSG_RESULT($$1_LIBS)
 
5638
        else
 
5639
            $1_CFLAGS=""
 
5640
            $1_LIBS=""
 
5641
            ## If we have a custom action on failure, don't print errors, but 
 
5642
            ## do set a variable so people can do so.
 
5643
            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
5644
            ifelse([$4], ,echo $$1_PKG_ERRORS,)
 
5645
        fi
 
5646
 
 
5647
        AC_SUBST($1_CFLAGS)
 
5648
        AC_SUBST($1_LIBS)
 
5649
     else
 
5650
        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
 
5651
        echo "*** See http://www.freedesktop.org/software/pkgconfig"
 
5652
     fi
 
5653
  fi
 
5654
 
 
5655
  if test $succeeded = yes; then
 
5656
     ifelse([$3], , :, [$3])
 
5657
  else
 
5658
     ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
 
5659
  fi
 
5660
])
 
5661
m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
5662
m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.5])])
 
5663
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.
 
5664
AC_PREREQ([2.50])dnl
 
5665
# expand $ac_aux_dir to an absolute path
 
5666
am_aux_dir=`cd $ac_aux_dir && pwd`
 
5667
])
 
5668
m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
5669
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
5670
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
5671
AC_SUBST([$1_TRUE])
 
5672
AC_SUBST([$1_FALSE])
 
5673
if $2; then
 
5674
  $1_TRUE=
 
5675
  $1_FALSE='#'
 
5676
else
 
5677
  $1_TRUE='#'
 
5678
  $1_FALSE=
 
5679
fi
 
5680
AC_CONFIG_COMMANDS_PRE(
 
5681
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
5682
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
5683
Usually this means the macro was only invoked conditionally.]])
 
5684
fi])])
 
5685
m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
5686
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
5687
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
5688
AC_REQUIRE([AM_DEP_TRACK])dnl
 
5689
 
 
5690
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
5691
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
5692
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
5693
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
5694
                   [depcc="$$1"   am_compiler_list=])
 
5695
 
 
5696
AC_CACHE_CHECK([dependency style of $depcc],
 
5697
               [am_cv_$1_dependencies_compiler_type],
 
5698
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
5699
  # We make a subdir and do the tests there.  Otherwise we can end up
 
5700
  # making bogus files that we don't know about and never remove.  For
 
5701
  # instance it was reported that on HP-UX the gcc test will end up
 
5702
  # making a dummy file named `D' -- because `-MD' means `put the output
 
5703
  # in D'.
 
5704
  mkdir conftest.dir
 
5705
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
5706
  # using a relative directory.
 
5707
  cp "$am_depcomp" conftest.dir
 
5708
  cd conftest.dir
 
5709
  # We will build objects and dependencies in a subdirectory because
 
5710
  # it helps to detect inapplicable dependency modes.  For instance
 
5711
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
5712
  # side effect of compilation, but ICC will put the dependencies in
 
5713
  # the current directory while Tru64 will put them in the object
 
5714
  # directory.
 
5715
  mkdir sub
 
5716
 
 
5717
  am_cv_$1_dependencies_compiler_type=none
 
5718
  if test "$am_compiler_list" = ""; then
 
5719
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
5720
  fi
 
5721
  for depmode in $am_compiler_list; do
 
5722
    # Setup a source with many dependencies, because some compilers
 
5723
    # like to wrap large dependency lists on column 80 (with \), and
 
5724
    # we should not choose a depcomp mode which is confused by this.
 
5725
    #
 
5726
    # We need to recreate these files for each test, as the compiler may
 
5727
    # overwrite some of them when testing with obscure command lines.
 
5728
    # This happens at least with the AIX C compiler.
 
5729
    : > sub/conftest.c
 
5730
    for i in 1 2 3 4 5 6; do
 
5731
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
5732
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
5733
      # Solaris 8's {/usr,}/bin/sh.
 
5734
      touch sub/conftst$i.h
 
5735
    done
 
5736
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
5737
 
 
5738
    case $depmode in
 
5739
    nosideeffect)
 
5740
      # after this tag, mechanisms are not by side-effect, so they'll
 
5741
      # only be used when explicitly requested
 
5742
      if test "x$enable_dependency_tracking" = xyes; then
 
5743
        continue
 
5744
      else
 
5745
        break
 
5746
      fi
 
5747
      ;;
 
5748
    none) break ;;
 
5749
    esac
 
5750
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
5751
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
5752
    # handle `-M -o', and we need to detect this.
 
5753
    if depmode=$depmode \
 
5754
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
5755
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
5756
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
5757
         >/dev/null 2>conftest.err &&
 
5758
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
5759
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
5760
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
5761
      # icc doesn't choke on unknown options, it will just issue warnings
 
5762
      # or remarks (even with -Werror).  So we grep stderr for any message
 
5763
      # that says an option was ignored or not supported.
 
5764
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
5765
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
5766
      # The diagnosis changed in icc 8.0:
 
5767
      #   icc: Command line remark: option '-MP' not supported
 
5768
      if (grep 'ignoring option' conftest.err ||
 
5769
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
5770
        am_cv_$1_dependencies_compiler_type=$depmode
 
5771
        break
 
5772
      fi
 
5773
    fi
 
5774
  done
 
5775
 
 
5776
  cd ..
 
5777
  rm -rf conftest.dir
 
5778
else
 
5779
  am_cv_$1_dependencies_compiler_type=none
 
5780
fi
 
5781
])
 
5782
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
5783
AM_CONDITIONAL([am__fastdep$1], [
 
5784
  test "x$enable_dependency_tracking" != xno \
 
5785
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
5786
])
 
5787
m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
5788
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
5789
])
 
5790
m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
5791
[  --disable-dependency-tracking  speeds up one-time build
 
5792
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
5793
if test "x$enable_dependency_tracking" != xno; then
 
5794
  am_depcomp="$ac_aux_dir/depcomp"
 
5795
  AMDEPBACKSLASH='\'
 
5796
fi
 
5797
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
5798
AC_SUBST([AMDEPBACKSLASH])
 
5799
])
 
5800
m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
5801
  # Strip MF so we end up with the name of the file.
 
5802
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
5803
  # Check whether this is an Automake generated Makefile or not.
 
5804
  # We used to match only the files named `Makefile.in', but
 
5805
  # some people rename them; so instead we look at the file content.
 
5806
  # Grep'ing the first line is not enough: some people post-process
 
5807
  # each Makefile.in and add a new line on top of each file to say so.
 
5808
  # So let's grep whole file.
 
5809
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
5810
    dirpart=`AS_DIRNAME("$mf")`
 
5811
  else
 
5812
    continue
 
5813
  fi
 
5814
  # Extract the definition of DEPDIR, am__include, and am__quote
 
5815
  # from the Makefile without running `make'.
 
5816
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
5817
  test -z "$DEPDIR" && continue
 
5818
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
5819
  test -z "am__include" && continue
 
5820
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
5821
  # When using ansi2knr, U may be empty or an underscore; expand it
 
5822
  U=`sed -n 's/^U = //p' < "$mf"`
 
5823
  # Find all dependency output files, they are included files with
 
5824
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
5825
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
5826
  # expansion.
 
5827
  for file in `sed -n "
 
5828
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
5829
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
5830
    # Make sure the directory exists.
 
5831
    test -f "$dirpart/$file" && continue
 
5832
    fdir=`AS_DIRNAME(["$file"])`
 
5833
    AS_MKDIR_P([$dirpart/$fdir])
 
5834
    # echo "creating $dirpart/$file"
 
5835
    echo '# dummy' > "$dirpart/$file"
 
5836
  done
 
5837
done
 
5838
])
 
5839
m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
5840
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
5841
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
5842
])
 
5843
m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
 
5844
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
5845
dnl the ones we care about.
 
5846
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
5847
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
5848
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
5849
# test to see if srcdir already configured
 
5850
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
5851
   test -f $srcdir/config.status; then
 
5852
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
5853
fi
 
5854
 
 
5855
# test whether we have cygpath
 
5856
if test -z "$CYGPATH_W"; then
 
5857
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
5858
    CYGPATH_W='cygpath -w'
 
5859
  else
 
5860
    CYGPATH_W=echo
 
5861
  fi
 
5862
fi
 
5863
AC_SUBST([CYGPATH_W])
 
5864
 
 
5865
# Define the identity of the package.
 
5866
dnl Distinguish between old-style and new-style calls.
 
5867
m4_ifval([$2],
 
5868
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
5869
 AC_SUBST([PACKAGE], [$1])dnl
 
5870
 AC_SUBST([VERSION], [$2])],
 
5871
[_AM_SET_OPTIONS([$1])dnl
 
5872
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
5873
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
5874
 
 
5875
_AM_IF_OPTION([no-define],,
 
5876
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
5877
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
5878
 
 
5879
# Some tools Automake needs.
 
5880
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
5881
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
5882
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
5883
AM_MISSING_PROG(AUTOCONF, autoconf)
 
5884
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
5885
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
5886
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
5887
AM_PROG_INSTALL_SH
 
5888
AM_PROG_INSTALL_STRIP
 
5889
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
5890
# We need awk for the "check" target.  The system "awk" is bad on
 
5891
# some platforms.
 
5892
AC_REQUIRE([AC_PROG_AWK])dnl
 
5893
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
5894
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
5895
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
5896
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
5897
                             [_AM_PROG_TAR([v7])])])
 
5898
_AM_IF_OPTION([no-dependencies],,
 
5899
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
5900
                  [_AM_DEPENDENCIES(CC)],
 
5901
                  [define([AC_PROG_CC],
 
5902
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
5903
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
5904
                  [_AM_DEPENDENCIES(CXX)],
 
5905
                  [define([AC_PROG_CXX],
 
5906
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
5907
])
 
5908
])
 
5909
m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
5910
_am_stamp_count=1
 
5911
for _am_header in $config_headers :; do
 
5912
  case $_am_header in
 
5913
    $1 | $1:* )
 
5914
      break ;;
 
5915
    * )
 
5916
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
5917
  esac
 
5918
done
 
5919
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
5920
m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
5921
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
5922
AC_SUBST(install_sh)])
 
5923
m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
5924
mkdir .tst 2>/dev/null
 
5925
if test -d .tst; then
 
5926
  am__leading_dot=.
 
5927
else
 
5928
  am__leading_dot=_
 
5929
fi
 
5930
rmdir .tst 2>/dev/null
 
5931
AC_SUBST([am__leading_dot])])
 
5932
m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
5933
cat > confinc << 'END'
 
5934
am__doit:
 
5935
        @echo done
 
5936
.PHONY: am__doit
 
5937
END
 
5938
# If we don't find an include directive, just comment out the code.
 
5939
AC_MSG_CHECKING([for style of include used by $am_make])
 
5940
am__include="#"
 
5941
am__quote=
 
5942
_am_result=none
 
5943
# First try GNU make style include.
 
5944
echo "include confinc" > confmf
 
5945
# We grep out `Entering directory' and `Leaving directory'
 
5946
# messages which can occur if `w' ends up in MAKEFLAGS.
 
5947
# In particular we don't look at `^make:' because GNU make might
 
5948
# be invoked under some other name (usually "gmake"), in which
 
5949
# case it prints its new name instead of `make'.
 
5950
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
5951
   am__include=include
 
5952
   am__quote=
 
5953
   _am_result=GNU
 
5954
fi
 
5955
# Now try BSD make style include.
 
5956
if test "$am__include" = "#"; then
 
5957
   echo '.include "confinc"' > confmf
 
5958
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
5959
      am__include=.include
 
5960
      am__quote="\""
 
5961
      _am_result=BSD
 
5962
   fi
 
5963
fi
 
5964
AC_SUBST([am__include])
 
5965
AC_SUBST([am__quote])
 
5966
AC_MSG_RESULT([$_am_result])
 
5967
rm -f confinc confmf
 
5968
])
 
5969
m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
5970
$1=${$1-"${am_missing_run}$2"}
 
5971
AC_SUBST($1)])
 
5972
m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
5973
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
5974
# Use eval to expand $SHELL
 
5975
if eval "$MISSING --run true"; then
 
5976
  am_missing_run="$MISSING --run "
 
5977
else
 
5978
  am_missing_run=
 
5979
  AC_MSG_WARN([`missing' script is too old or missing])
 
5980
fi
 
5981
])
 
5982
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
 
5983
  # We used to keeping the `.' as first argument, in order to
 
5984
  # allow $(mkdir_p) to be used without argument.  As in
 
5985
  #   $(mkdir_p) $(somedir)
 
5986
  # where $(somedir) is conditionally defined.  However this is wrong
 
5987
  # for two reasons:
 
5988
  #  1. if the package is installed by a user who cannot write `.'
 
5989
  #     make install will fail,
 
5990
  #  2. the above comment should most certainly read
 
5991
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
5992
  #     so it does not work when $(somedir) is undefined and
 
5993
  #     $(DESTDIR) is not.
 
5994
  #  To support the latter case, we have to write
 
5995
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
5996
  #  so the `.' trick is pointless.
 
5997
  mkdir_p='mkdir -p --'
 
5998
else
 
5999
  # On NextStep and OpenStep, the `mkdir' command does not
 
6000
  # recognize any option.  It will interpret all options as
 
6001
  # directories to create, and then abort because `.' already
 
6002
  # exists.
 
6003
  for d in ./-p ./--version;
 
6004
  do
 
6005
    test -d $d && rmdir $d
 
6006
  done
 
6007
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
6008
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
6009
    mkdir_p='$(mkinstalldirs)'
 
6010
  else
 
6011
    mkdir_p='$(install_sh) -d'
 
6012
  fi
 
6013
fi
 
6014
AC_SUBST([mkdir_p])])
 
6015
m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
6016
m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
6017
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)])])
 
6018
m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
6019
m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
6020
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
6021
   ac_status=$?
 
6022
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
6023
   (exit $ac_status); }])
 
6024
m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
6025
# Just in case
 
6026
sleep 1
 
6027
echo timestamp > conftest.file
 
6028
# Do `set' in a subshell so we don't clobber the current shell's
 
6029
# arguments.  Must try -L first in case configure is actually a
 
6030
# symlink; some systems play weird games with the mod time of symlinks
 
6031
# (eg FreeBSD returns the mod time of the symlink's containing
 
6032
# directory).
 
6033
if (
 
6034
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
6035
   if test "$[*]" = "X"; then
 
6036
      # -L didn't work.
 
6037
      set X `ls -t $srcdir/configure conftest.file`
 
6038
   fi
 
6039
   rm -f conftest.file
 
6040
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
6041
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
6042
 
 
6043
      # If neither matched, then we have a broken ls.  This can happen
 
6044
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
6045
      # broken ls alias from the environment.  This has actually
 
6046
      # happened.  Such a system could not be considered "sane".
 
6047
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
6048
alias in your environment])
 
6049
   fi
 
6050
 
 
6051
   test "$[2]" = conftest.file
 
6052
   )
 
6053
then
 
6054
   # Ok.
 
6055
   :
 
6056
else
 
6057
   AC_MSG_ERROR([newly created file is older than distributed files!
 
6058
Check your system clock])
 
6059
fi
 
6060
AC_MSG_RESULT(yes)])
 
6061
m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
6062
# Installed binaries are usually stripped using `strip' when the user
 
6063
# run `make install-strip'.  However `strip' might not be the right
 
6064
# tool to use in cross-compilation environments, therefore Automake
 
6065
# will honor the `STRIP' environment variable to overrule this program.
 
6066
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
6067
if test "$cross_compiling" != no; then
 
6068
  AC_CHECK_TOOL([STRIP], [strip], :)
 
6069
fi
 
6070
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
6071
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
6072
m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
6073
AM_MISSING_PROG([AMTAR], [tar])
 
6074
m4_if([$1], [v7],
 
6075
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
6076
     [m4_case([$1], [ustar],, [pax],,
 
6077
              [m4_fatal([Unknown tar format])])
 
6078
AC_MSG_CHECKING([how to create a $1 tar archive])
 
6079
# Loop over all known methods to create a tar archive until one works.
 
6080
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
6081
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
6082
# Do not fold the above two line into one, because Tru64 sh and
 
6083
# Solaris sh will not grok spaces in the rhs of `-'.
 
6084
for _am_tool in $_am_tools
 
6085
do
 
6086
  case $_am_tool in
 
6087
  gnutar)
 
6088
    for _am_tar in tar gnutar gtar;
 
6089
    do
 
6090
      AM_RUN_LOG([$_am_tar --version]) && break
 
6091
    done
 
6092
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
6093
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
6094
    am__untar="$_am_tar -xf -"
 
6095
    ;;
 
6096
  plaintar)
 
6097
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
6098
    # ustar tarball either.
 
6099
    (tar --version) >/dev/null 2>&1 && continue
 
6100
    am__tar='tar chf - "$$tardir"'
 
6101
    am__tar_='tar chf - "$tardir"'
 
6102
    am__untar='tar xf -'
 
6103
    ;;
 
6104
  pax)
 
6105
    am__tar='pax -L -x $1 -w "$$tardir"'
 
6106
    am__tar_='pax -L -x $1 -w "$tardir"'
 
6107
    am__untar='pax -r'
 
6108
    ;;
 
6109
  cpio)
 
6110
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
6111
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
6112
    am__untar='cpio -i -H $1 -d'
 
6113
    ;;
 
6114
  none)
 
6115
    am__tar=false
 
6116
    am__tar_=false
 
6117
    am__untar=false
 
6118
    ;;
 
6119
  esac
 
6120
 
 
6121
  # If the value was cached, stop now.  We just wanted to have am__tar
 
6122
  # and am__untar set.
 
6123
  test -n "${am_cv_prog_tar_$1}" && break
 
6124
 
 
6125
  # tar/untar a dummy directory, and stop if the command works
 
6126
  rm -rf conftest.dir
 
6127
  mkdir conftest.dir
 
6128
  echo GrepMe > conftest.dir/file
 
6129
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
6130
  rm -rf conftest.dir
 
6131
  if test -s conftest.tar; then
 
6132
    AM_RUN_LOG([$am__untar <conftest.tar])
 
6133
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
6134
  fi
 
6135
done
 
6136
rm -rf conftest.dir
 
6137
 
 
6138
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
6139
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
6140
AC_SUBST([am__tar])
 
6141
AC_SUBST([am__untar])
 
6142
])
 
6143
m4trace:configure.in:5: -1- AC_INIT([trousers], [0.2.9.1], [trousers-tech@lists.sf.net])
 
6144
m4trace:configure.in:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
6145
m4trace:configure.in:5: -1- m4_pattern_forbid([_AC_])
 
6146
m4trace:configure.in:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
6147
m4trace:configure.in:5: -1- m4_pattern_allow([^AS_FLAGS$])
 
6148
m4trace:configure.in:5: -1- m4_pattern_forbid([^_?m4_])
 
6149
m4trace:configure.in:5: -1- m4_pattern_forbid([^dnl$])
 
6150
m4trace:configure.in:5: -1- m4_pattern_forbid([^_?AS_])
 
6151
m4trace:configure.in:5: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
 
6152
m4trace:configure.in:5: -1- AC_SUBST([PATH_SEPARATOR])
 
6153
m4trace:configure.in:5: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
 
6154
m4trace:configure.in:5: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
 
6155
m4trace:configure.in:5: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
 
6156
m4trace:configure.in:5: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
 
6157
m4trace:configure.in:5: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
 
6158
m4trace:configure.in:5: -1- AC_SUBST([exec_prefix], [NONE])
 
6159
m4trace:configure.in:5: -1- AC_SUBST([prefix], [NONE])
 
6160
m4trace:configure.in:5: -1- AC_SUBST([program_transform_name], [s,x,x,])
 
6161
m4trace:configure.in:5: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
 
6162
m4trace:configure.in:5: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
 
6163
m4trace:configure.in:5: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
 
6164
m4trace:configure.in:5: -1- AC_SUBST([datadir], ['${prefix}/share'])
 
6165
m4trace:configure.in:5: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
 
6166
m4trace:configure.in:5: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
 
6167
m4trace:configure.in:5: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
 
6168
m4trace:configure.in:5: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
 
6169
m4trace:configure.in:5: -1- AC_SUBST([includedir], ['${prefix}/include'])
 
6170
m4trace:configure.in:5: -1- AC_SUBST([oldincludedir], ['/usr/include'])
 
6171
m4trace:configure.in:5: -1- AC_SUBST([infodir], ['${prefix}/info'])
 
6172
m4trace:configure.in:5: -1- AC_SUBST([mandir], ['${prefix}/man'])
 
6173
m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
 
6174
m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
 
6175
#undef PACKAGE_NAME])
 
6176
m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
 
6177
m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
 
6178
#undef PACKAGE_TARNAME])
 
6179
m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
 
6180
m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
 
6181
#undef PACKAGE_VERSION])
 
6182
m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
 
6183
m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
 
6184
#undef PACKAGE_STRING])
 
6185
m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
 
6186
m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
 
6187
#undef PACKAGE_BUGREPORT])
 
6188
m4trace:configure.in:5: -1- AC_SUBST([build_alias])
 
6189
m4trace:configure.in:5: -1- AC_SUBST([host_alias])
 
6190
m4trace:configure.in:5: -1- AC_SUBST([target_alias])
 
6191
m4trace:configure.in:5: -1- AC_SUBST([DEFS])
 
6192
m4trace:configure.in:5: -1- AC_SUBST([ECHO_C])
 
6193
m4trace:configure.in:5: -1- AC_SUBST([ECHO_N])
 
6194
m4trace:configure.in:5: -1- AC_SUBST([ECHO_T])
 
6195
m4trace:configure.in:5: -1- AC_SUBST([LIBS])
 
6196
m4trace:configure.in:11: -1- AC_CANONICAL_HOST
 
6197
m4trace:configure.in:11: -1- AC_SUBST([build], [$ac_cv_build])
 
6198
m4trace:configure.in:11: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
 
6199
m4trace:configure.in:11: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
 
6200
m4trace:configure.in:11: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
 
6201
m4trace:configure.in:11: -1- AC_SUBST([host], [$ac_cv_host])
 
6202
m4trace:configure.in:11: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
 
6203
m4trace:configure.in:11: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
 
6204
m4trace:configure.in:11: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
 
6205
m4trace:configure.in:11: -1- AC_SUBST([target], [$ac_cv_target])
 
6206
m4trace:configure.in:11: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
 
6207
m4trace:configure.in:11: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
 
6208
m4trace:configure.in:11: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
 
6209
m4trace:configure.in:12: -1- AM_INIT_AUTOMAKE([foreign 1.6])
 
6210
m4trace:configure.in:12: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
6211
m4trace:configure.in:12: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
6212
m4trace:configure.in:12: -1- AM_AUTOMAKE_VERSION([1.9.5])
 
6213
m4trace:configure.in:12: -1- AC_PROG_INSTALL
 
6214
m4trace:configure.in:12: -1- AC_SUBST([INSTALL_PROGRAM])
 
6215
m4trace:configure.in:12: -1- AC_SUBST([INSTALL_SCRIPT])
 
6216
m4trace:configure.in:12: -1- AC_SUBST([INSTALL_DATA])
 
6217
m4trace:configure.in:12: -1- AC_SUBST([CYGPATH_W])
 
6218
m4trace:configure.in:12: -1- _AM_SET_OPTIONS([foreign 1.6])
 
6219
m4trace:configure.in:12: -1- _AM_SET_OPTION([foreign])
 
6220
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([foreign])
 
6221
m4trace:configure.in:12: -1- _AM_SET_OPTION([1.6])
 
6222
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([1.6])
 
6223
m4trace:configure.in:12: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
 
6224
m4trace:configure.in:12: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
 
6225
m4trace:configure.in:12: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
6226
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
6227
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([no-define])
 
6228
m4trace:configure.in:12: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
 
6229
m4trace:configure.in:12: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
 
6230
#undef PACKAGE])
 
6231
m4trace:configure.in:12: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
 
6232
m4trace:configure.in:12: -1- AH_OUTPUT([VERSION], [/* Version number of package */
 
6233
#undef VERSION])
 
6234
m4trace:configure.in:12: -1- AM_SANITY_CHECK
 
6235
m4trace:configure.in:12: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
6236
m4trace:configure.in:12: -1- AM_MISSING_HAS_RUN
 
6237
m4trace:configure.in:12: -1- AM_AUX_DIR_EXPAND
 
6238
m4trace:configure.in:12: -1- AC_SUBST([ACLOCAL])
 
6239
m4trace:configure.in:12: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
6240
m4trace:configure.in:12: -1- AC_SUBST([AUTOCONF])
 
6241
m4trace:configure.in:12: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
6242
m4trace:configure.in:12: -1- AC_SUBST([AUTOMAKE])
 
6243
m4trace:configure.in:12: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
6244
m4trace:configure.in:12: -1- AC_SUBST([AUTOHEADER])
 
6245
m4trace:configure.in:12: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
6246
m4trace:configure.in:12: -1- AC_SUBST([MAKEINFO])
 
6247
m4trace:configure.in:12: -1- AM_PROG_INSTALL_SH
 
6248
m4trace:configure.in:12: -1- AC_SUBST([install_sh])
 
6249
m4trace:configure.in:12: -1- AM_PROG_INSTALL_STRIP
 
6250
m4trace:configure.in:12: -1- AC_SUBST([STRIP])
 
6251
m4trace:configure.in:12: -1- AC_SUBST([ac_ct_STRIP])
 
6252
m4trace:configure.in:12: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
 
6253
m4trace:configure.in:12: -1- AM_PROG_MKDIR_P
 
6254
m4trace:configure.in:12: -1- AC_SUBST([mkdir_p])
 
6255
m4trace:configure.in:12: -1- AC_PROG_AWK
 
6256
m4trace:configure.in:12: -1- AC_SUBST([AWK])
 
6257
m4trace:configure.in:12: -1- AC_PROG_MAKE_SET
 
6258
m4trace:configure.in:12: -1- AC_SUBST([SET_MAKE])
 
6259
m4trace:configure.in:12: -1- AM_SET_LEADING_DOT
 
6260
m4trace:configure.in:12: -1- AC_SUBST([am__leading_dot])
 
6261
m4trace:configure.in:12: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
6262
                             [_AM_PROG_TAR([v7])])])
 
6263
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([tar-ustar])
 
6264
m4trace:configure.in:12: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
6265
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([tar-pax])
 
6266
m4trace:configure.in:12: -1- _AM_PROG_TAR([v7])
 
6267
m4trace:configure.in:12: -1- AM_MISSING_PROG([AMTAR], [tar])
 
6268
m4trace:configure.in:12: -1- AC_SUBST([AMTAR])
 
6269
m4trace:configure.in:12: -1- AC_SUBST([am__tar])
 
6270
m4trace:configure.in:12: -1- AC_SUBST([am__untar])
 
6271
m4trace:configure.in:12: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
6272
                  [_AM_DEPENDENCIES(CC)],
 
6273
                  [define([AC_PROG_CC],
 
6274
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
6275
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
6276
                  [_AM_DEPENDENCIES(CXX)],
 
6277
                  [define([AC_PROG_CXX],
 
6278
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
6279
])
 
6280
m4trace:configure.in:12: -2- _AM_MANGLE_OPTION([no-dependencies])
 
6281
m4trace:configure.in:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6282
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6283
configure.in:16: the top level])
 
6284
m4trace:configure.in:43: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6285
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6286
configure.in:43: the top level])
 
6287
m4trace:configure.in:54: -1- AC_SUBST([OPENSSL_LIB_DIR])
 
6288
m4trace:configure.in:54: -1- AC_SUBST([OPENSSL_LIB_DIR], [])
 
6289
m4trace:configure.in:61: -1- AC_CHECK_LIB([crypto], [EVP_DigestUpdate], [CRYPTO_PACKAGE='openssl'], [AC_MSG_ERROR([openssl is currently the only supported crypto library for trousers. Please install openssl from http://www.openssl.org or the -devel package from your distro])])
 
6290
m4trace:configure.in:61: -1- AC_PROG_CC
 
6291
m4trace:configure.in:61: -1- AC_SUBST([CC])
 
6292
m4trace:configure.in:61: -1- AC_SUBST([CFLAGS])
 
6293
m4trace:configure.in:61: -1- AC_SUBST([LDFLAGS])
 
6294
m4trace:configure.in:61: -1- AC_SUBST([CPPFLAGS])
 
6295
m4trace:configure.in:61: -1- AC_SUBST([CC])
 
6296
m4trace:configure.in:61: -1- AC_SUBST([ac_ct_CC])
 
6297
m4trace:configure.in:61: -1- AC_SUBST([CC])
 
6298
m4trace:configure.in:61: -1- AC_SUBST([ac_ct_CC])
 
6299
m4trace:configure.in:61: -1- AC_SUBST([CC])
 
6300
m4trace:configure.in:61: -1- AC_SUBST([CC])
 
6301
m4trace:configure.in:61: -1- AC_SUBST([ac_ct_CC])
 
6302
m4trace:configure.in:61: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
 
6303
m4trace:configure.in:61: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
 
6304
m4trace:configure.in:61: -1- _AM_DEPENDENCIES([CC])
 
6305
m4trace:configure.in:61: -1- AM_SET_DEPDIR
 
6306
m4trace:configure.in:61: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
 
6307
m4trace:configure.in:61: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
6308
m4trace:configure.in:61: -1- AM_MAKE_INCLUDE
 
6309
m4trace:configure.in:61: -1- AC_SUBST([am__include])
 
6310
m4trace:configure.in:61: -1- AC_SUBST([am__quote])
 
6311
m4trace:configure.in:61: -1- AM_DEP_TRACK
 
6312
m4trace:configure.in:61: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
6313
m4trace:configure.in:61: -1- AC_SUBST([AMDEP_TRUE])
 
6314
m4trace:configure.in:61: -1- AC_SUBST([AMDEP_FALSE])
 
6315
m4trace:configure.in:61: -1- AC_SUBST([AMDEPBACKSLASH])
 
6316
m4trace:configure.in:61: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
 
6317
m4trace:configure.in:61: -1- AM_CONDITIONAL([am__fastdepCC], [
 
6318
  test "x$enable_dependency_tracking" != xno \
 
6319
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
6320
m4trace:configure.in:61: -1- AC_SUBST([am__fastdepCC_TRUE])
 
6321
m4trace:configure.in:61: -1- AC_SUBST([am__fastdepCC_FALSE])
 
6322
m4trace:configure.in:62: -1- AC_SUBST([CRYPTO_PACKAGE])
 
6323
m4trace:configure.in:67: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6324
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6325
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6326
configure.in:67: the top level])
 
6327
m4trace:configure.in:73: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6328
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6329
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6330
configure.in:73: the top level])
 
6331
m4trace:configure.in:81: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6332
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6333
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6334
configure.in:81: the top level])
 
6335
m4trace:configure.in:90: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6336
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6337
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6338
configure.in:90: the top level])
 
6339
m4trace:configure.in:96: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6340
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6341
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
6342
configure.in:96: the top level])
 
6343
m4trace:configure.in:103: -2- AM_CONDITIONAL([HAVE_GTK], [true])
 
6344
m4trace:configure.in:103: -2- AC_SUBST([HAVE_GTK_TRUE])
 
6345
m4trace:configure.in:103: -2- AC_SUBST([HAVE_GTK_FALSE])
 
6346
m4trace:configure.in:105: -1- PKG_CHECK_MODULES([GTK], [$pkg_modules], [ 
 
6347
 
 
6348
if true; then
 
6349
  HAVE_GTK_TRUE=
 
6350
  HAVE_GTK_FALSE='#'
 
6351
else
 
6352
  HAVE_GTK_TRUE='#'
 
6353
  HAVE_GTK_FALSE=
 
6354
fi
 
6355
], [AM_CONDITIONAL(HAVE_GTK, false)
 
6356
                          AC_MSG_ERROR([GTK libs are currently the only supported GUI library for trousers. Please install the gtk2-devel package for your distro.]) ])
 
6357
m4trace:configure.in:105: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
 
6358
m4trace:configure.in:105: -1- AC_SUBST([GTK_CFLAGS])
 
6359
m4trace:configure.in:105: -1- AC_SUBST([GTK_LIBS])
 
6360
m4trace:configure.in:105: -1- AM_CONDITIONAL([HAVE_GTK], [false])
 
6361
m4trace:configure.in:105: -1- AC_SUBST([HAVE_GTK_TRUE])
 
6362
m4trace:configure.in:105: -1- AC_SUBST([HAVE_GTK_FALSE])
 
6363
m4trace:configure.in:106: -1- AC_SUBST([GTK_CFLAGS])
 
6364
m4trace:configure.in:107: -1- AC_SUBST([GTK_LIBS])
 
6365
m4trace:configure.in:115: -1- AM_CONDITIONAL([HAVE_GTK], [false])
 
6366
m4trace:configure.in:115: -1- AC_SUBST([HAVE_GTK_TRUE])
 
6367
m4trace:configure.in:115: -1- AC_SUBST([HAVE_GTK_FALSE])
 
6368
m4trace:configure.in:131: -1- AC_DISABLE_STATIC
 
6369
m4trace:configure.in:131: -1- AC_ENABLE_STATIC([no])
 
6370
m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6371
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6372
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6373
/usr/share/aclocal/libtool.m4:1826: AC_ENABLE_STATIC is expanded from...
 
6374
/usr/share/aclocal/libtool.m4:1835: AC_DISABLE_STATIC is expanded from...
 
6375
configure.in:131: the top level])
 
6376
m4trace:configure.in:132: -1- AC_PROG_CC
 
6377
m4trace:configure.in:132: -1- AC_SUBST([CC])
 
6378
m4trace:configure.in:132: -1- AC_SUBST([CFLAGS])
 
6379
m4trace:configure.in:132: -1- AC_SUBST([LDFLAGS])
 
6380
m4trace:configure.in:132: -1- AC_SUBST([CPPFLAGS])
 
6381
m4trace:configure.in:132: -1- AC_SUBST([CC])
 
6382
m4trace:configure.in:132: -1- AC_SUBST([ac_ct_CC])
 
6383
m4trace:configure.in:132: -1- AC_SUBST([CC])
 
6384
m4trace:configure.in:132: -1- AC_SUBST([ac_ct_CC])
 
6385
m4trace:configure.in:132: -1- AC_SUBST([CC])
 
6386
m4trace:configure.in:132: -1- AC_SUBST([CC])
 
6387
m4trace:configure.in:132: -1- AC_SUBST([ac_ct_CC])
 
6388
m4trace:configure.in:132: -1- _AM_DEPENDENCIES([CC])
 
6389
m4trace:configure.in:132: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
 
6390
m4trace:configure.in:132: -1- AM_CONDITIONAL([am__fastdepCC], [
 
6391
  test "x$enable_dependency_tracking" != xno \
 
6392
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
6393
m4trace:configure.in:132: -1- AC_SUBST([am__fastdepCC_TRUE])
 
6394
m4trace:configure.in:132: -1- AC_SUBST([am__fastdepCC_FALSE])
 
6395
m4trace:configure.in:133: -1- AC_PROG_LIBTOOL
 
6396
m4trace:configure.in:133: -1- _AC_PROG_LIBTOOL
 
6397
m4trace:configure.in:133: -1- AC_LIBTOOL_SETUP
 
6398
m4trace:configure.in:133: -1- AC_ENABLE_SHARED
 
6399
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6400
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6401
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6402
/usr/share/aclocal/libtool.m4:1787: AC_ENABLE_SHARED is expanded from...
 
6403
configure.in:133: AC_ENABLE_SHARED is required by...
 
6404
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6405
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6406
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6407
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6408
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6409
configure.in:133: the top level])
 
6410
m4trace:configure.in:133: -1- AC_ENABLE_FAST_INSTALL
 
6411
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6412
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6413
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6414
/usr/share/aclocal/libtool.m4:1865: AC_ENABLE_FAST_INSTALL is expanded from...
 
6415
configure.in:133: AC_ENABLE_FAST_INSTALL is required by...
 
6416
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6417
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6418
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6419
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6420
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6421
configure.in:133: the top level])
 
6422
m4trace:configure.in:133: -1- AC_PROG_LD
 
6423
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6424
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6425
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
6426
/usr/share/aclocal/libtool.m4:2062: AC_PROG_LD is expanded from...
 
6427
configure.in:133: AC_PROG_LD is required by...
 
6428
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6429
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6430
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6431
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6432
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6433
configure.in:133: the top level])
 
6434
m4trace:configure.in:133: -1- LT_AC_PROG_SED
 
6435
m4trace:configure.in:133: -1- AC_PROG_LD_GNU
 
6436
m4trace:configure.in:133: -1- AC_PROG_EGREP
 
6437
m4trace:configure.in:133: -1- AC_SUBST([EGREP])
 
6438
m4trace:configure.in:133: -1- AC_PROG_LD_RELOAD_FLAG
 
6439
m4trace:configure.in:133: -1- AC_PROG_NM
 
6440
m4trace:configure.in:133: -1- AC_PROG_LN_S
 
6441
m4trace:configure.in:133: -1- AC_SUBST([LN_S], [$as_ln_s])
 
6442
m4trace:configure.in:133: -1- AC_DEPLIBS_CHECK_METHOD
 
6443
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
 
6444
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
6445
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6446
m4trace:configure.in:133: -1- AC_LIBTOOL_OBJDIR
 
6447
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
6448
m4trace:configure.in:133: -1- _LT_AC_PROG_ECHO_BACKSLASH
 
6449
m4trace:configure.in:133: -1- _LT_AC_SHELL_INIT([
 
6450
# Check that we are running under the correct shell.
 
6451
SHELL=${CONFIG_SHELL-/bin/sh}
 
6452
 
 
6453
case X$ECHO in
 
6454
X*--fallback-echo)
 
6455
  # Remove one level of quotation (which was required for Make).
 
6456
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
6457
  ;;
 
6458
esac
 
6459
 
 
6460
echo=${ECHO-echo}
 
6461
if test "X[$]1" = X--no-reexec; then
 
6462
  # Discard the --no-reexec flag, and continue.
 
6463
  shift
 
6464
elif test "X[$]1" = X--fallback-echo; then
 
6465
  # Avoid inline document here, it may be left over
 
6466
  :
 
6467
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
6468
  # Yippee, $echo works!
 
6469
  :
 
6470
else
 
6471
  # Restart under the correct shell.
 
6472
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
6473
fi
 
6474
 
 
6475
if test "X[$]1" = X--fallback-echo; then
 
6476
  # used as fallback echo
 
6477
  shift
 
6478
  cat <<EOF
 
6479
[$]*
 
6480
EOF
 
6481
  exit 0
 
6482
fi
 
6483
 
 
6484
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
6485
# if CDPATH is set.
 
6486
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
6487
 
 
6488
if test -z "$ECHO"; then
 
6489
if test "X${echo_test_string+set}" != Xset; then
 
6490
# find a string as large as possible, as long as the shell can cope with it
 
6491
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
6492
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
6493
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
 
6494
       echo_test_string="`eval $cmd`" &&
 
6495
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
6496
    then
 
6497
      break
 
6498
    fi
 
6499
  done
 
6500
fi
 
6501
 
 
6502
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
6503
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
6504
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
6505
  :
 
6506
else
 
6507
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
6508
  # backslashes.  This makes it impossible to quote backslashes using
 
6509
  #   echo "$something" | sed 's/\\/\\\\/g'
 
6510
  #
 
6511
  # So, first we look for a working echo in the user's PATH.
 
6512
 
 
6513
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
6514
  for dir in $PATH /usr/ucb; do
 
6515
    IFS="$lt_save_ifs"
 
6516
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
6517
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
6518
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
6519
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
6520
      echo="$dir/echo"
 
6521
      break
 
6522
    fi
 
6523
  done
 
6524
  IFS="$lt_save_ifs"
 
6525
 
 
6526
  if test "X$echo" = Xecho; then
 
6527
    # We didn't find a better echo, so look for alternatives.
 
6528
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
6529
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
6530
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
6531
      # This shell has a builtin print -r that does the trick.
 
6532
      echo='print -r'
 
6533
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
6534
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
6535
      # If we have ksh, try running configure again with it.
 
6536
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
6537
      export ORIGINAL_CONFIG_SHELL
 
6538
      CONFIG_SHELL=/bin/ksh
 
6539
      export CONFIG_SHELL
 
6540
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
6541
    else
 
6542
      # Try using printf.
 
6543
      echo='printf %s\n'
 
6544
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
6545
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
6546
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
6547
        # Cool, printf works
 
6548
        :
 
6549
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
6550
           test "X$echo_testing_string" = 'X\t' &&
 
6551
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
6552
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
6553
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
6554
        export CONFIG_SHELL
 
6555
        SHELL="$CONFIG_SHELL"
 
6556
        export SHELL
 
6557
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
6558
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
6559
           test "X$echo_testing_string" = 'X\t' &&
 
6560
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
6561
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
6562
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
6563
      else
 
6564
        # maybe with a smaller string...
 
6565
        prev=:
 
6566
 
 
6567
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
6568
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
6569
          then
 
6570
            break
 
6571
          fi
 
6572
          prev="$cmd"
 
6573
        done
 
6574
 
 
6575
        if test "$prev" != 'sed 50q "[$]0"'; then
 
6576
          echo_test_string=`eval $prev`
 
6577
          export echo_test_string
 
6578
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
6579
        else
 
6580
          # Oops.  We lost completely, so just stick with echo.
 
6581
          echo=echo
 
6582
        fi
 
6583
      fi
 
6584
    fi
 
6585
  fi
 
6586
fi
 
6587
fi
 
6588
 
 
6589
# Copy echo and quote the copy suitably for passing to libtool from
 
6590
# the Makefile, instead of quoting the original, which is used later.
 
6591
ECHO=$echo
 
6592
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
6593
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
6594
fi
 
6595
 
 
6596
AC_SUBST(ECHO)
 
6597
])
 
6598
m4trace:configure.in:133: -1- AC_SUBST([ECHO])
 
6599
m4trace:configure.in:133: -1- AC_SUBST([AR])
 
6600
m4trace:configure.in:133: -1- AC_SUBST([ac_ct_AR])
 
6601
m4trace:configure.in:133: -1- AC_SUBST([RANLIB])
 
6602
m4trace:configure.in:133: -1- AC_SUBST([ac_ct_RANLIB])
 
6603
m4trace:configure.in:133: -1- AC_SUBST([STRIP])
 
6604
m4trace:configure.in:133: -1- AC_SUBST([ac_ct_STRIP])
 
6605
m4trace:configure.in:133: -1- AC_PATH_MAGIC
 
6606
m4trace:configure.in:133: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
6607
m4trace:configure.in:133: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
6608
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6609
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6610
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
 
6611
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6612
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6613
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6614
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6615
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6616
configure.in:133: the top level])
 
6617
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
6618
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
6619
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
6620
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6621
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6622
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6623
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6624
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6625
configure.in:133: the top level])
 
6626
m4trace:configure.in:133: -1- AC_LIBTOOL_LANG_C_CONFIG
 
6627
m4trace:configure.in:133: -1- _LT_AC_LANG_C_CONFIG
 
6628
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([objext], [])
 
6629
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
6630
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6631
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6632
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6633
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6634
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6635
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6636
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6637
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
 
6638
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
 
6639
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
 
6640
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6641
m4trace:configure.in:133: -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, )=])
 
6642
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6643
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6644
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6645
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
 
6646
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6647
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6648
m4trace:configure.in:133: -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"])
 
6649
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6650
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
6651
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
 
6652
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6653
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6654
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6655
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6656
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6657
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6658
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6659
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6660
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6661
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6662
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6663
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6664
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6665
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6666
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6667
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6668
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6669
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6670
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6671
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6672
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6673
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6674
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6675
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6676
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6677
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6678
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6679
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6680
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6681
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6682
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6683
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6684
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6685
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6686
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6687
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6688
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6689
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6690
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6691
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6692
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6693
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6694
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6695
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6696
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6697
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6698
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6699
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6700
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6701
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
6702
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6703
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6704
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
6705
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6706
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6707
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6708
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6709
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
 
6710
m4trace:configure.in:133: -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
 
6711
     "" | " "*) ;;
 
6712
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
 
6713
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
 
6714
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
6715
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6716
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6717
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6718
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6719
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6720
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6721
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6722
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 
6723
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6724
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6725
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
6726
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_CC_C_O([])
 
6727
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6728
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6729
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6730
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6731
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6732
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
 
6733
m4trace:configure.in:133: -1- _LT_AC_LOCK
 
6734
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
6735
You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
 
6736
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
 
6737
autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
 
6738
/usr/share/aclocal/libtool.m4:546: _LT_AC_LOCK is expanded from...
 
6739
configure.in:133: _LT_AC_LOCK is required by...
 
6740
/usr/share/aclocal/libtool.m4:1003: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
 
6741
/usr/share/aclocal/libtool.m4:2594: _LT_AC_LANG_C_CONFIG is expanded from...
 
6742
/usr/share/aclocal/libtool.m4:2494: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
 
6743
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
6744
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
6745
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
6746
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
6747
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
6748
configure.in:133: the top level])
 
6749
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
6750
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
 
6751
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6752
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6753
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6754
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6755
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
6756
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
6757
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6758
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6759
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
6760
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6761
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6762
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6763
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6764
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6765
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6766
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6767
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
6768
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6769
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6770
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6771
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6772
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
6773
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
6774
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6775
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6776
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6777
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6778
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6779
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6780
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6781
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6782
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6783
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6784
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6785
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6786
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6787
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6788
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6789
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6790
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6791
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6792
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6793
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6794
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6795
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6796
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6797
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6798
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6799
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6800
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6801
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6802
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6803
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6804
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6805
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6806
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6807
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6808
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6809
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6810
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6811
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6812
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6813
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6814
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6815
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6816
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6817
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6818
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6819
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6820
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
6821
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6822
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6823
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6824
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6825
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6826
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6827
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6828
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6829
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6830
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6831
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6832
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
6833
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6834
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6835
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6836
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6837
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6838
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
6839
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6840
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
6841
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6842
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
6843
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6844
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
6845
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6846
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6847
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6848
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6849
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6850
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6851
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6852
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6853
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6854
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
6855
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
6856
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
6857
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
6858
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6859
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6860
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6861
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6862
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
6863
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6864
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
6865
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6866
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6867
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6868
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6869
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6870
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6871
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6872
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6873
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
6874
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6875
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
6876
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6877
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6878
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6879
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6880
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6881
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6882
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6883
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6884
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6885
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6886
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6887
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6888
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6889
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6890
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6891
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6892
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6893
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6894
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6895
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6896
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6897
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6898
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6899
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6900
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6901
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6902
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6903
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6904
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6905
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6906
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6907
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6908
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6909
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6910
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6911
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6912
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6913
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6914
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6915
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6916
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6917
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6918
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6919
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6920
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
6921
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6922
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6923
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6924
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6925
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6926
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6927
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6928
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6929
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6930
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6931
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6932
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6933
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6934
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6935
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6936
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6937
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6938
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6939
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6940
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6941
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6942
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6943
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6944
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6945
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6946
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6947
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6948
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 
6949
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6950
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6951
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6952
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6953
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6954
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6955
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6956
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6957
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6958
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
6959
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6960
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6961
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6962
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
6963
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6964
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6965
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6966
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
6967
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6968
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6969
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6970
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
6971
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6972
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6973
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
6974
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
6975
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6976
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6977
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
6978
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6979
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6980
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6981
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6982
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6983
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6984
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([reload_cmds], [])
 
6985
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6986
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6987
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6988
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6989
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6990
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6991
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
6992
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6993
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6994
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
6995
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
6996
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
6997
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
6998
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
6999
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7000
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7001
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7002
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7003
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7004
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7005
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7006
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7007
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7008
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7009
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7010
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7011
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7012
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7013
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7014
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 
7015
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7016
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7017
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7018
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7019
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7020
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7021
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([archive_cmds], [])
 
7022
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7023
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7024
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7025
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7026
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7027
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
 
7028
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
 
7029
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7030
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7031
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([runpath_var], [])
 
7032
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7033
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7034
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7035
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7036
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7037
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7038
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7039
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7040
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7041
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
7042
m4trace:configure.in:133: -1- AC_LIBTOOL_DLOPEN_SELF([])
 
7043
m4trace:configure.in:133: -1- _LT_AC_CHECK_DLFCN
 
7044
m4trace:configure.in:133: -1- AC_CHECK_HEADERS([dlfcn.h])
 
7045
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
 
7046
#undef HAVE_DLFCN_H])
 
7047
m4trace:configure.in:133: -1- AC_HEADER_STDC
 
7048
m4trace:configure.in:133: -1- AC_PROG_CPP
 
7049
m4trace:configure.in:133: -1- AC_SUBST([CPP])
 
7050
m4trace:configure.in:133: -1- AC_SUBST([CPPFLAGS])
 
7051
m4trace:configure.in:133: -1- AC_SUBST([CPP])
 
7052
m4trace:configure.in:133: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
 
7053
m4trace:configure.in:133: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 
7054
#undef STDC_HEADERS])
 
7055
m4trace:configure.in:133: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
7056
                  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
 
7057
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
 
7058
#undef HAVE_SYS_TYPES_H])
 
7059
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
 
7060
#undef HAVE_SYS_STAT_H])
 
7061
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 
7062
#undef HAVE_STDLIB_H])
 
7063
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
 
7064
#undef HAVE_STRING_H])
 
7065
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
 
7066
#undef HAVE_MEMORY_H])
 
7067
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
 
7068
#undef HAVE_STRINGS_H])
 
7069
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
 
7070
#undef HAVE_INTTYPES_H])
 
7071
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
 
7072
#undef HAVE_STDINT_H])
 
7073
m4trace:configure.in:133: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 
7074
#undef HAVE_UNISTD_H])
 
7075
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
7076
    lt_cv_dlopen="dyld"
 
7077
    lt_cv_dlopen_libs=
 
7078
    lt_cv_dlopen_self=yes
 
7079
    ])
 
7080
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
7081
              [lt_cv_dlopen="dlopen"],
 
7082
          [AC_CHECK_LIB([dl], [dlopen],
 
7083
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
7084
            [AC_CHECK_LIB([svld], [dlopen],
 
7085
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7086
              [AC_CHECK_LIB([dld], [dld_link],
 
7087
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7088
              ])
 
7089
            ])
 
7090
          ])
 
7091
        ])
 
7092
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
7093
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7094
              [AC_CHECK_LIB([dld], [dld_link],
 
7095
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7096
              ])
 
7097
            ])
 
7098
m4trace:configure.in:133: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
7099
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7100
              ])
 
7101
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7102
m4trace:configure.in:133: -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])
 
7103
m4trace:configure.in:133: -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])
 
7104
m4trace:configure.in:133: -1- AC_LIBTOOL_CONFIG([])
 
7105
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [])
 
7106
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([CC], [])
 
7107
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [])
 
7108
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7109
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7110
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7111
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7112
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7113
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
7114
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7115
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7116
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7117
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7118
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [])
 
7119
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
7120
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [])
 
7121
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [])
 
7122
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
7123
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7124
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7125
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
 
7126
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
 
7127
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7128
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7129
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7130
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7131
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7132
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7133
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7134
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7135
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7136
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7137
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7138
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
7139
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
7140
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7141
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7142
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7143
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7144
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7145
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7146
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7147
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7148
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 
7149
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
 
7150
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [])
 
7151
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [])
 
7152
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [])
 
7153
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 
7154
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 
7155
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 
7156
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 
7157
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 
7158
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 
7159
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 
7160
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
 
7161
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
 
7162
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
 
7163
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
 
7164
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [])
 
7165
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 
7166
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [])
 
7167
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 
7168
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [])
 
7169
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [])
 
7170
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [])
 
7171
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [])
 
7172
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
 
7173
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 
7174
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 
7175
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [])
 
7176
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 
7177
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 
7178
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 
7179
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 
7180
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 
7181
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 
7182
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 
7183
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 
7184
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 
7185
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 
7186
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 
7187
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 
7188
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [])
 
7189
m4trace:configure.in:133: -1- _LT_AC_TAGCONFIG
 
7190
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
 
7191
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
 
7192
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
 
7193
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
7194
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7195
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
7196
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7197
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
7198
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7199
configure.in:133: the top level])
 
7200
m4trace:configure.in:133: -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:1741: _LT_AC_TAGCONFIG is expanded from...
 
7201
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7202
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
7203
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7204
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
7205
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7206
configure.in:133: the top level])
 
7207
m4trace:configure.in:133: -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:1741: _LT_AC_TAGCONFIG is expanded from...
 
7208
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
7209
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
7210
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
7211
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
7212
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
7213
configure.in:133: the top level])
 
7214
m4trace:configure.in:133: -1- AC_LIBTOOL_LANG_CXX_CONFIG
 
7215
m4trace:configure.in:133: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
 
7216
m4trace:configure.in:133: -1- AC_PROG_CXX
 
7217
m4trace:configure.in:133: -1- AC_SUBST([CXX])
 
7218
m4trace:configure.in:133: -1- AC_SUBST([CXXFLAGS])
 
7219
m4trace:configure.in:133: -1- AC_SUBST([LDFLAGS])
 
7220
m4trace:configure.in:133: -1- AC_SUBST([CPPFLAGS])
 
7221
m4trace:configure.in:133: -1- AC_SUBST([CXX])
 
7222
m4trace:configure.in:133: -1- AC_SUBST([ac_ct_CXX])
 
7223
m4trace:configure.in:133: -1- _AM_DEPENDENCIES([CXX])
 
7224
m4trace:configure.in:133: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
 
7225
m4trace:configure.in:133: -1- AM_CONDITIONAL([am__fastdepCXX], [
 
7226
  test "x$enable_dependency_tracking" != xno \
 
7227
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 
7228
m4trace:configure.in:133: -1- AC_SUBST([am__fastdepCXX_TRUE])
 
7229
m4trace:configure.in:133: -1- AC_SUBST([am__fastdepCXX_FALSE])
 
7230
m4trace:configure.in:133: -1- _LT_AC_PROG_CXXCPP
 
7231
m4trace:configure.in:133: -1- AC_SUBST([CXXCPP])
 
7232
m4trace:configure.in:133: -1- AC_SUBST([CPPFLAGS])
 
7233
m4trace:configure.in:133: -1- AC_SUBST([CXXCPP])
 
7234
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7235
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7236
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7237
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7238
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7239
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7240
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7241
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7242
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7243
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7244
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7245
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7246
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7247
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7248
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7249
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7250
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7251
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7252
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7253
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7254
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7255
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7256
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7257
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([objext], [CXX])
 
7258
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
7259
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7260
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7261
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7262
m4trace:configure.in:133: -1- AC_PROG_LD
 
7263
m4trace:configure.in:133: -1- AC_PROG_LD_GNU
 
7264
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7265
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7266
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7267
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7268
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7269
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7270
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7271
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7272
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7273
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7274
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7275
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7276
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7277
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7278
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7279
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7280
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7281
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7282
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7283
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7284
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
7285
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7286
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7287
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7288
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7289
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7290
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
7291
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7292
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7293
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7294
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7295
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7296
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7297
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7298
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7299
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7300
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7301
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7302
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7303
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7304
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7305
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7306
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7307
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7308
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7309
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7310
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7311
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7312
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7313
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7314
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7315
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7316
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7317
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7318
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7319
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7320
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7321
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7322
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7323
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7324
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7325
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7326
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7327
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7328
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7329
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7330
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7331
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7332
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7333
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7334
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7335
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7336
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7337
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7338
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7339
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7340
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7341
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7342
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7343
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7344
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7345
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7346
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7347
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7348
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7349
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7350
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7351
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7352
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7353
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7354
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7355
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7356
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7357
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7358
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7359
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7360
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7361
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7362
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7363
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7364
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7365
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7366
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7367
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7368
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7369
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7370
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7371
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7372
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7373
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7374
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7375
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7376
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7377
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7378
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7379
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7380
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7381
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7382
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7383
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7384
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7385
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7386
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7387
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7388
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7389
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7390
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7391
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7392
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7393
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7394
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7395
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7396
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7397
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7398
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7399
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7400
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7401
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7402
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7403
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7404
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7405
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7406
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7407
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7408
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7409
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7410
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7411
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7412
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7413
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7414
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7415
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7416
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7417
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7418
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7419
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7420
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7421
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7422
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7423
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7424
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7425
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7426
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7427
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7428
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7429
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7430
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7431
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7432
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7433
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7434
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7435
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7436
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7437
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7438
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7439
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7440
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7441
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7442
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7443
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7444
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7445
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7446
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7447
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7448
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7449
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7450
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7451
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7452
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7453
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7454
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7455
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7456
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7457
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7458
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7459
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7460
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7461
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7462
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7463
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7464
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7465
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7466
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
7467
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7468
m4trace:configure.in:133: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
 
7469
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7470
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7471
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7472
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7473
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7474
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7475
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7476
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7477
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7478
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7479
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7480
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7481
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7482
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7483
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7484
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7485
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7486
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7487
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
 
7488
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7489
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7490
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7491
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7492
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7493
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7494
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7495
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7496
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7497
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7498
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7499
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7500
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7501
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7502
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7503
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7504
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7505
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7506
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7507
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7508
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7509
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7510
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7511
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7512
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7513
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7514
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7515
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7516
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7517
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7518
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7519
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7520
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7521
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7522
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7523
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7524
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7525
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7526
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7527
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7528
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7529
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7530
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7531
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7532
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7533
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7534
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7535
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7536
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7537
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7538
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7539
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7540
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
7541
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7542
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7543
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7544
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
 
7545
m4trace:configure.in:133: -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
 
7546
     "" | " "*) ;;
 
7547
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
 
7548
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
 
7549
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
 
7550
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7551
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7552
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7553
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7554
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7555
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7556
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7557
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 
7558
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7559
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7560
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7561
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
 
7562
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7563
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7564
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7565
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7566
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7567
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
 
7568
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7569
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
 
7570
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7571
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7572
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7573
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7574
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7575
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7576
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7577
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7578
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 
7579
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7580
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7581
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7582
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7583
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7584
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7585
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7586
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7587
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7588
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7589
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7590
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7591
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
 
7592
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
 
7593
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7594
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7595
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
 
7596
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7597
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7598
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7599
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7600
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7601
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7602
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7603
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7604
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7605
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
7606
m4trace:configure.in:133: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
 
7607
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
7608
    lt_cv_dlopen="dyld"
 
7609
    lt_cv_dlopen_libs=
 
7610
    lt_cv_dlopen_self=yes
 
7611
    ])
 
7612
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
7613
              [lt_cv_dlopen="dlopen"],
 
7614
          [AC_CHECK_LIB([dl], [dlopen],
 
7615
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
7616
            [AC_CHECK_LIB([svld], [dlopen],
 
7617
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7618
              [AC_CHECK_LIB([dld], [dld_link],
 
7619
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7620
              ])
 
7621
            ])
 
7622
          ])
 
7623
        ])
 
7624
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
7625
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
7626
              [AC_CHECK_LIB([dld], [dld_link],
 
7627
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7628
              ])
 
7629
            ])
 
7630
m4trace:configure.in:133: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
7631
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7632
              ])
 
7633
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
7634
m4trace:configure.in:133: -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])
 
7635
m4trace:configure.in:133: -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])
 
7636
m4trace:configure.in:133: -1- AC_LIBTOOL_CONFIG([CXX])
 
7637
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7638
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([CC], [CXX])
 
7639
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7640
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7641
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7642
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7643
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7644
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7645
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
7646
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7647
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7648
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7649
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7650
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7651
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7652
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7653
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7654
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7655
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7656
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7657
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
 
7658
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
 
7659
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7660
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7661
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7662
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7663
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7664
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7665
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7666
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7667
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7668
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7669
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7670
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
7671
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
7672
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7673
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7674
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7675
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7676
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7677
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7678
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7679
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7680
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 
7681
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
 
7682
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [CXX])
 
7683
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [CXX])
 
7684
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [CXX])
 
7685
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 
7686
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 
7687
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 
7688
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 
7689
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 
7690
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 
7691
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 
7692
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
 
7693
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 
7694
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
 
7695
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
 
7696
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 
7697
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 
7698
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 
7699
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 
7700
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
 
7701
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 
7702
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [CXX])
 
7703
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 
7704
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 
7705
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 
7706
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 
7707
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 
7708
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 
7709
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 
7710
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 
7711
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 
7712
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 
7713
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 
7714
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 
7715
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 
7716
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
 
7717
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 
7718
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
 
7719
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
 
7720
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 
7721
m4trace:configure.in:133: -1- AC_LIBTOOL_LANG_F77_CONFIG
 
7722
m4trace:configure.in:133: -1- _LT_AC_LANG_F77_CONFIG([F77])
 
7723
m4trace:configure.in:133: -1- AC_SUBST([F77])
 
7724
m4trace:configure.in:133: -1- AC_SUBST([FFLAGS])
 
7725
m4trace:configure.in:133: -1- AC_SUBST([LDFLAGS])
 
7726
m4trace:configure.in:133: -1- AC_SUBST([F77])
 
7727
m4trace:configure.in:133: -1- AC_SUBST([ac_ct_F77])
 
7728
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
7729
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7730
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7731
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7732
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7733
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7734
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7735
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
7736
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7737
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7738
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
7739
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7740
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7741
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7742
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
7743
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
7744
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7745
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7746
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([objext], [F77])
 
7747
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
7748
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [F77])
 
7749
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7750
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [F77])
 
7751
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [F77])
 
7752
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
 
7753
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7754
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7755
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7756
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7757
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7758
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7759
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7760
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7761
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7762
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7763
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7764
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7765
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7766
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7767
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7768
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7769
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7770
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7771
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7772
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7773
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7774
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7775
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7776
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7777
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7778
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7779
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7780
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7781
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7782
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7783
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7784
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7785
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7786
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7787
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7788
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7789
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7790
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7791
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7792
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7793
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7794
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7795
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7796
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7797
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7798
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7799
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7800
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7801
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7802
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
7803
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7804
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7805
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
7806
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7807
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7808
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7809
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7810
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
 
7811
m4trace:configure.in:133: -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
 
7812
     "" | " "*) ;;
 
7813
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
 
7814
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
 
7815
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
 
7816
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7817
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7818
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7819
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7820
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7821
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7822
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7823
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 
7824
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7825
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7826
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
7827
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
 
7828
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7829
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7830
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7831
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7832
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7833
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
 
7834
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
7835
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
 
7836
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7837
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7838
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7839
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7840
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
7841
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
7842
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7843
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7844
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
7845
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7846
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
7847
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7848
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7849
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7850
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7851
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7852
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
7853
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7854
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7855
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7856
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7857
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
7858
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
7859
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7860
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7861
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7862
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7863
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7864
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7865
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7866
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7867
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7868
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7869
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7870
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7871
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7872
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7873
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7874
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7875
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7876
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7877
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7878
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7879
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7880
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7881
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7882
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7883
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7884
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7885
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7886
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7887
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7888
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7889
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7890
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7891
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7892
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7893
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7894
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7895
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7896
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7897
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7898
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7899
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7900
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7901
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7902
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7903
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7904
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7905
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
7906
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7907
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7908
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7909
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7910
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7911
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7912
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7913
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7914
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7915
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7916
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7917
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
7918
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7919
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7920
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7921
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7922
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7923
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
7924
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7925
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
7926
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7927
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
7928
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7929
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
7930
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7931
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7932
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7933
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7934
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7935
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7936
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7937
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7938
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7939
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
7940
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
7941
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
7942
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
7943
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7944
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7945
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7946
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
7947
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
7948
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7949
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
7950
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7951
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
7952
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
7953
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7954
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7955
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7956
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7957
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7958
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
7959
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
7960
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
7961
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7962
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7963
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7964
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7965
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
7966
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7967
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7968
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7969
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7970
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7971
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7972
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7973
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7974
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7975
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7976
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7977
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7978
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7979
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7980
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7981
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7982
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7983
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7984
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
7985
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7986
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7987
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7988
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
7989
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7990
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
7991
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
7992
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7993
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7994
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7995
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
7996
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
7997
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
7998
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
7999
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8000
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8001
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8002
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8003
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8004
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8005
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8006
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8007
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8008
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8009
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8010
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8011
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8012
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8013
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8014
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8015
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8016
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8017
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8018
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8019
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8020
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8021
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8022
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8023
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8024
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8025
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8026
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8027
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8028
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8029
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8030
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8031
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8032
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8033
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 
8034
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8035
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8036
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8037
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8038
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8039
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8040
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8041
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8042
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8043
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8044
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8045
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8046
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8047
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8048
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8049
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8050
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8051
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8052
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8053
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8054
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8055
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8056
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8057
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8058
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8059
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8060
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8061
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8062
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8063
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8064
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8065
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8066
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8067
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8068
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8069
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
 
8070
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8071
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8072
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8073
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8074
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8075
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8076
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8077
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8078
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8079
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8080
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8081
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8082
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8083
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8084
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8085
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8086
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8087
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8088
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8089
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8090
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8091
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8092
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8093
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8094
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8095
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8096
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8097
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8098
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8099
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 
8100
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8101
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8102
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8103
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8104
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8105
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8106
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8107
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8108
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8109
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8110
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8111
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8112
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
 
8113
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
 
8114
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8115
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8116
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([runpath_var], [F77])
 
8117
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8118
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8119
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8120
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8121
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8122
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8123
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8124
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8125
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8126
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
8127
m4trace:configure.in:133: -1- AC_LIBTOOL_CONFIG([F77])
 
8128
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [F77])
 
8129
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([CC], [F77])
 
8130
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [F77])
 
8131
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8132
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8133
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8134
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
8135
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8136
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
8137
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8138
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8139
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8140
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8141
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
8142
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
8143
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [F77])
 
8144
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
8145
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
8146
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8147
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8148
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
 
8149
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
 
8150
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8151
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8152
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8153
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8154
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8155
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8156
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8157
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8158
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8159
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8160
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8161
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
8162
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
8163
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8164
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8165
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8166
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8167
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8168
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8169
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8170
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8171
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 
8172
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 
8173
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [F77])
 
8174
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [F77])
 
8175
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [F77])
 
8176
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 
8177
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 
8178
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 
8179
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 
8180
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
 
8181
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 
8182
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 
8183
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
 
8184
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
 
8185
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
 
8186
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
 
8187
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 
8188
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 
8189
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [F77])
 
8190
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 
8191
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [F77])
 
8192
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
 
8193
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [F77])
 
8194
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [F77])
 
8195
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
 
8196
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 
8197
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 
8198
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 
8199
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 
8200
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 
8201
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 
8202
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 
8203
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 
8204
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 
8205
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 
8206
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 
8207
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 
8208
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 
8209
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 
8210
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
 
8211
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 
8212
m4trace:configure.in:133: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
 
8213
m4trace:configure.in:133: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
 
8214
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
8215
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8216
/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8217
/usr/share/aclocal/libtool.m4:3786: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8218
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8219
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8220
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8221
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8222
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8223
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8224
configure.in:133: the top level])
 
8225
m4trace:configure.in:133: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
 
8226
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8227
/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8228
/usr/share/aclocal/libtool.m4:3786: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8229
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8230
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8231
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8232
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8233
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8234
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8235
configure.in:133: the top level])
 
8236
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([objext], [GCJ])
 
8237
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
8238
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8239
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8240
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
 
8241
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8242
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8243
m4trace:configure.in:133: -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"])
 
8244
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8245
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8246
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
 
8247
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8248
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8249
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8250
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8251
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8252
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8253
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8254
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8255
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8256
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8257
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8258
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8259
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8260
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8261
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8262
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8263
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8264
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8265
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8266
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8267
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8268
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8269
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8270
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8271
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8272
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8273
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8274
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8275
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8276
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8277
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8278
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8279
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8280
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8281
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8282
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8283
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8284
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8285
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8286
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8287
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8288
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8289
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8290
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8291
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8292
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8293
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8294
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8295
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8296
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8297
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8298
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8299
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8300
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8301
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8302
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8303
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8304
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
 
8305
m4trace:configure.in:133: -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
 
8306
     "" | " "*) ;;
 
8307
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
 
8308
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
 
8309
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
 
8310
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8311
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8312
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8313
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8314
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8315
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8316
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8317
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 
8318
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8319
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8320
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8321
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
 
8322
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8323
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8324
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8325
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8326
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8327
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
 
8328
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8329
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
 
8330
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8331
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8332
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8333
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8334
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8335
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8336
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8337
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8338
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8339
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8340
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8341
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8342
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8343
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8344
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8345
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8346
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8347
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8348
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8349
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8350
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8351
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8352
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8353
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8354
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8355
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8356
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8357
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8358
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8359
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8360
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8361
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8362
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8363
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8364
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8365
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8366
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8367
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8368
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8369
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8370
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8371
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8372
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8373
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8374
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8375
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8376
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8377
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8378
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8379
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8380
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8381
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8382
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8383
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8384
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8385
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8386
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8387
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8388
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8389
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8390
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8391
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8392
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8393
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8394
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8395
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8396
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8397
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8398
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8399
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8400
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8401
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8402
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8403
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8404
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8405
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8406
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8407
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8408
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8409
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8410
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8411
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
8412
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8413
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8414
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8415
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8416
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8417
m4trace:configure.in:133: -1- _LT_AC_SYS_LIBPATH_AIX
 
8418
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8419
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8420
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8421
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8422
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8423
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8424
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8425
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8426
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8427
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8428
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8429
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8430
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8431
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8432
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8433
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8434
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8435
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
8436
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8437
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8438
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8439
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8440
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8441
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8442
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8443
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8444
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8445
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8446
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8447
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8448
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8449
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8450
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8451
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8452
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8453
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8454
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8455
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8456
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8457
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8458
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8459
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8460
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8461
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8462
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8463
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8464
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8465
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8466
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8467
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8468
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8469
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8470
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8471
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8472
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8473
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8474
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8475
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8476
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8477
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8478
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8479
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8480
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8481
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8482
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8483
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8484
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8485
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8486
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8487
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8488
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8489
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8490
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8491
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8492
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8493
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8494
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8495
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8496
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8497
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8498
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8499
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8500
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8501
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8502
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8503
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8504
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8505
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8506
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8507
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8508
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8509
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8510
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8511
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8512
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8513
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8514
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8515
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8516
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8517
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8518
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8519
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8520
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8521
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8522
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8523
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8524
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8525
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8526
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8527
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 
8528
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8529
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8530
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8531
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8532
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8533
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8534
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8535
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8536
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8537
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8538
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8539
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8540
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8541
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8542
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8543
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8544
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8545
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8546
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8547
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8548
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8549
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8550
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8551
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8552
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8553
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8554
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8555
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8556
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8557
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8558
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8559
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8560
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8561
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8562
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8563
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
 
8564
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8565
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8566
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8567
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8568
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8569
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8570
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8571
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8572
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8573
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8574
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8575
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8576
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8577
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8578
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8579
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8580
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8581
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8582
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8583
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8584
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8585
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8586
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8587
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8588
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8589
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8590
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8591
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8592
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8593
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 
8594
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8595
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8596
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8597
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8598
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8599
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8600
m4trace:configure.in:133: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8601
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8602
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8603
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8604
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8605
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8606
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
 
8607
m4trace:configure.in:133: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
 
8608
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8609
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8610
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
 
8611
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8612
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8613
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8614
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8615
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8616
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8617
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8618
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8619
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8620
m4trace:configure.in:133: -1- AC_LIBTOOL_SYS_LIB_STRIP
 
8621
m4trace:configure.in:133: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
 
8622
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
 
8623
    lt_cv_dlopen="dyld"
 
8624
    lt_cv_dlopen_libs=
 
8625
    lt_cv_dlopen_self=yes
 
8626
    ])
 
8627
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
 
8628
              [lt_cv_dlopen="dlopen"],
 
8629
          [AC_CHECK_LIB([dl], [dlopen],
 
8630
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
8631
            [AC_CHECK_LIB([svld], [dlopen],
 
8632
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8633
              [AC_CHECK_LIB([dld], [dld_link],
 
8634
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8635
              ])
 
8636
            ])
 
8637
          ])
 
8638
        ])
 
8639
m4trace:configure.in:133: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
 
8640
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
8641
              [AC_CHECK_LIB([dld], [dld_link],
 
8642
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8643
              ])
 
8644
            ])
 
8645
m4trace:configure.in:133: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
 
8646
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8647
              ])
 
8648
m4trace:configure.in:133: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
8649
m4trace:configure.in:133: -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])
 
8650
m4trace:configure.in:133: -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])
 
8651
m4trace:configure.in:133: -1- AC_LIBTOOL_CONFIG([GCJ])
 
8652
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8653
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([CC], [GCJ])
 
8654
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
8655
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8656
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8657
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8658
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8659
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8660
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8661
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8662
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8663
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8664
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8665
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
8666
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
8667
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
8668
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
8669
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
8670
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8671
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8672
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
 
8673
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
 
8674
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8675
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8676
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8677
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8678
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8679
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8680
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8681
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8682
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8683
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8684
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8685
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8686
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8687
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8688
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8689
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8690
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8691
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8692
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8693
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8694
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8695
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 
8696
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
 
8697
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 
8698
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [GCJ])
 
8699
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [GCJ])
 
8700
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 
8701
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 
8702
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 
8703
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 
8704
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 
8705
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 
8706
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 
8707
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
 
8708
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 
8709
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
 
8710
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
 
8711
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 
8712
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 
8713
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
 
8714
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 
8715
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
 
8716
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
 
8717
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [GCJ])
 
8718
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
 
8719
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
 
8720
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 
8721
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 
8722
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 
8723
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 
8724
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 
8725
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 
8726
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 
8727
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 
8728
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 
8729
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 
8730
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 
8731
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 
8732
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 
8733
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 
8734
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 
8735
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 
8736
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
8737
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
 
8738
/usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 
8739
/usr/share/aclocal/libtool.m4:3786: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 
8740
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8741
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8742
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8743
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8744
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8745
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8746
configure.in:133: the top level])
 
8747
m4trace:configure.in:133: -1- AC_LIBTOOL_LANG_RC_CONFIG
 
8748
m4trace:configure.in:133: -1- _LT_AC_LANG_RC_CONFIG([RC])
 
8749
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
 
8750
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8751
/usr/share/aclocal/libtool.m4:3872: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8752
/usr/share/aclocal/libtool.m4:3841: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8753
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8754
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8755
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8756
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8757
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8758
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8759
configure.in:133: the top level])
 
8760
m4trace:configure.in:133: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
 
8761
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
 
8762
/usr/share/aclocal/libtool.m4:3872: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8763
/usr/share/aclocal/libtool.m4:3841: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8764
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8765
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8766
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8767
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8768
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8769
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8770
configure.in:133: the top level])
 
8771
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([objext], [RC])
 
8772
m4trace:configure.in:133: -1- _LT_AC_SYS_COMPILER
 
8773
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8774
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8775
m4trace:configure.in:133: -1- AC_LIBTOOL_CONFIG([RC])
 
8776
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8777
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([CC], [RC])
 
8778
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [RC])
 
8779
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
8780
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
8781
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
8782
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
8783
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
8784
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
8785
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
8786
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
8787
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8788
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8789
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
8790
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
8791
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [RC])
 
8792
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
8793
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
8794
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8795
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8796
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
 
8797
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
 
8798
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8799
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
8800
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
8801
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8802
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
8803
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
8804
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
8805
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
8806
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8807
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8808
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8809
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
8810
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
8811
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8812
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8813
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8814
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8815
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8816
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8817
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8818
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8819
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
 
8820
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
 
8821
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler], [RC])
 
8822
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([GCC], [RC])
 
8823
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([LD], [RC])
 
8824
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
 
8825
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
 
8826
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 
8827
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
 
8828
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
 
8829
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
 
8830
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
 
8831
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
 
8832
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
 
8833
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
 
8834
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
 
8835
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
 
8836
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
 
8837
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_cmds], [RC])
 
8838
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
 
8839
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predep_objects], [RC])
 
8840
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
 
8841
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([predeps], [RC])
 
8842
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([postdeps], [RC])
 
8843
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
 
8844
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
 
8845
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
 
8846
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
 
8847
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
 
8848
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
 
8849
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
 
8850
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
 
8851
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
 
8852
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
 
8853
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
 
8854
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
 
8855
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
 
8856
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
 
8857
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 
8858
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 
8859
m4trace:configure.in:133: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 
8860
m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
 
8861
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
 
8862
/usr/share/aclocal/libtool.m4:3872: _LT_AC_LANG_RC_CONFIG is expanded from...
 
8863
/usr/share/aclocal/libtool.m4:3841: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
 
8864
/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
 
8865
/usr/share/aclocal/libtool.m4:219: AC_LIBTOOL_SETUP is expanded from...
 
8866
configure.in:133: AC_LIBTOOL_SETUP is required by...
 
8867
/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
 
8868
configure.in:133: _AC_PROG_LIBTOOL is required by...
 
8869
/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
 
8870
configure.in:133: the top level])
 
8871
m4trace:configure.in:133: -1- AC_SUBST([LIBTOOL])
 
8872
m4trace:configure.in:133: -1- AC_LIBTOOL_CXX
 
8873
m4trace:configure.in:133: -1- _LT_AC_LANG_CXX
 
8874
m4trace:configure.in:133: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
8875
m4trace:configure.in:133: -1- AC_LIBTOOL_F77
 
8876
m4trace:configure.in:133: -1- _LT_AC_LANG_F77
 
8877
m4trace:configure.in:133: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
8878
m4trace:configure.in:135: -1- AC_SUBST([TCSD_DEFAULT_PORT], [30003])
 
8879
m4trace:configure.in:141: -1- AC_SUBST([CFLAGS])
 
8880
m4trace:configure.in:174: -1- AC_CONFIG_FILES([dist/tcsd.conf \
 
8881
          dist/fedora/trousers.spec \
 
8882
          dist/trousers.spec \
 
8883
          Makefile \
 
8884
          src/Makefile \
 
8885
          src/include/Makefile \
 
8886
          src/tcs/Makefile \
 
8887
          src/tddl/Makefile \
 
8888
          src/tspi/Makefile \
 
8889
          src/trspi/Makefile \
 
8890
          src/tcsd/Makefile \
 
8891
          tools/Makefile \
 
8892
          man/man8/tcsd.8 \
 
8893
          man/man5/tcsd.conf.5 \
 
8894
          dist/Makefile \
 
8895
          man/Makefile \
 
8896
          man/man3/Makefile \
 
8897
          man/man5/Makefile \
 
8898
          man/man8/Makefile])
 
8899
m4trace:configure.in:174: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
8900
You should run autoupdate.], [])
 
8901
m4trace:configure.in:174: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
 
8902
m4trace:configure.in:174: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
 
8903
m4trace:configure.in:174: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS